123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227 |
-
- namespace PaintDotNet.Preview2
- {
- partial class ToolkitEditControl
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
- this.groupBoxLeft = new System.Windows.Forms.GroupBox();
- this.listViewLeft = new System.Windows.Forms.ListView();
- this.imageListLeft = new System.Windows.Forms.ImageList(this.components);
- this.groupBoxRight = new System.Windows.Forms.GroupBox();
- this.treeViewRight = new System.Windows.Forms.TreeView();
- this.panel2 = new System.Windows.Forms.Panel();
- this.buttonRemove = new System.Windows.Forms.Button();
- this.buttonUp = new System.Windows.Forms.Button();
- this.buttonDown = new System.Windows.Forms.Button();
- this.panel1 = new System.Windows.Forms.Panel();
- this.buttonAdd = new System.Windows.Forms.Button();
- this.tableLayoutPanel1.SuspendLayout();
- this.groupBoxLeft.SuspendLayout();
- this.groupBoxRight.SuspendLayout();
- this.panel2.SuspendLayout();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.ColumnCount = 3;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 47.02194F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.956114F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 47.02195F));
- this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel2, 1, 0);
- this.tableLayoutPanel1.Controls.Add(this.groupBoxLeft, 0, 1);
- this.tableLayoutPanel1.Controls.Add(this.groupBoxRight, 2, 1);
- this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0);
- this.tableLayoutPanel1.Controls.Add(this.panel1, 2, 0);
- this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 2;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 53F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(274, 600);
- this.tableLayoutPanel1.TabIndex = 4;
- //
- // flowLayoutPanel2
- //
- this.flowLayoutPanel2.Location = new System.Drawing.Point(131, 3);
- this.flowLayoutPanel2.Name = "flowLayoutPanel2";
- this.flowLayoutPanel2.Size = new System.Drawing.Size(8, 47);
- this.flowLayoutPanel2.TabIndex = 5;
- //
- // groupBoxLeft
- //
- this.groupBoxLeft.Controls.Add(this.listViewLeft);
- this.groupBoxLeft.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBoxLeft.Location = new System.Drawing.Point(0, 53);
- this.groupBoxLeft.Margin = new System.Windows.Forms.Padding(0);
- this.groupBoxLeft.Name = "groupBoxLeft";
- this.groupBoxLeft.Padding = new System.Windows.Forms.Padding(0);
- this.groupBoxLeft.Size = new System.Drawing.Size(128, 547);
- this.groupBoxLeft.TabIndex = 1;
- this.groupBoxLeft.TabStop = false;
- this.groupBoxLeft.Text = "边栏功能";
- //
- // listViewLeft
- //
- this.listViewLeft.Alignment = System.Windows.Forms.ListViewAlignment.Left;
- this.listViewLeft.Dock = System.Windows.Forms.DockStyle.Fill;
- this.listViewLeft.HideSelection = false;
- this.listViewLeft.Location = new System.Drawing.Point(0, 14);
- this.listViewLeft.Name = "listViewLeft";
- this.listViewLeft.Size = new System.Drawing.Size(128, 533);
- this.listViewLeft.SmallImageList = this.imageListLeft;
- this.listViewLeft.TabIndex = 0;
- this.listViewLeft.UseCompatibleStateImageBehavior = false;
- //
- // imageListLeft
- //
- this.imageListLeft.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
- this.imageListLeft.ImageSize = new System.Drawing.Size(16, 16);
- this.imageListLeft.TransparentColor = System.Drawing.Color.Transparent;
- //
- // groupBoxRight
- //
- this.groupBoxRight.Controls.Add(this.treeViewRight);
- this.groupBoxRight.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBoxRight.Location = new System.Drawing.Point(144, 53);
- this.groupBoxRight.Margin = new System.Windows.Forms.Padding(0);
- this.groupBoxRight.Name = "groupBoxRight";
- this.groupBoxRight.Padding = new System.Windows.Forms.Padding(0);
- this.groupBoxRight.Size = new System.Drawing.Size(130, 547);
- this.groupBoxRight.TabIndex = 2;
- this.groupBoxRight.TabStop = false;
- this.groupBoxRight.Text = "可用功能";
- //
- // treeViewRight
- //
- this.treeViewRight.Dock = System.Windows.Forms.DockStyle.Fill;
- this.treeViewRight.Location = new System.Drawing.Point(0, 14);
- this.treeViewRight.Name = "treeViewRight";
- this.treeViewRight.Size = new System.Drawing.Size(130, 533);
- this.treeViewRight.TabIndex = 0;
- //
- // panel2
- //
- this.panel2.Controls.Add(this.buttonRemove);
- this.panel2.Controls.Add(this.buttonUp);
- this.panel2.Controls.Add(this.buttonDown);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2.Location = new System.Drawing.Point(0, 0);
- this.panel2.Margin = new System.Windows.Forms.Padding(0);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(128, 53);
- this.panel2.TabIndex = 3;
- //
- // buttonRemove
- //
- this.buttonRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.buttonRemove.Location = new System.Drawing.Point(77, 26);
- this.buttonRemove.Name = "buttonRemove";
- this.buttonRemove.Size = new System.Drawing.Size(52, 23);
- this.buttonRemove.TabIndex = 4;
- this.buttonRemove.Text = "移除";
- this.buttonRemove.UseVisualStyleBackColor = true;
- this.buttonRemove.Click += new System.EventHandler(this.buttonRemove_Click);
- //
- // buttonUp
- //
- this.buttonUp.Location = new System.Drawing.Point(-1, 3);
- this.buttonUp.Name = "buttonUp";
- this.buttonUp.Size = new System.Drawing.Size(52, 23);
- this.buttonUp.TabIndex = 5;
- this.buttonUp.Text = "上移";
- this.buttonUp.UseVisualStyleBackColor = true;
- this.buttonUp.Click += new System.EventHandler(this.buttonUp_Click);
- //
- // buttonDown
- //
- this.buttonDown.Location = new System.Drawing.Point(-1, 26);
- this.buttonDown.Name = "buttonDown";
- this.buttonDown.Size = new System.Drawing.Size(52, 23);
- this.buttonDown.TabIndex = 5;
- this.buttonDown.Text = "下移";
- this.buttonDown.UseVisualStyleBackColor = true;
- this.buttonDown.Click += new System.EventHandler(this.buttonDown_Click);
- //
- // panel1
- //
- this.panel1.Controls.Add(this.buttonAdd);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(144, 0);
- this.panel1.Margin = new System.Windows.Forms.Padding(0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(130, 53);
- this.panel1.TabIndex = 6;
- //
- // buttonAdd
- //
- this.buttonAdd.Location = new System.Drawing.Point(-1, 26);
- this.buttonAdd.Name = "buttonAdd";
- this.buttonAdd.Size = new System.Drawing.Size(52, 23);
- this.buttonAdd.TabIndex = 3;
- this.buttonAdd.Text = "添加";
- this.buttonAdd.UseVisualStyleBackColor = true;
- this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
- //
- // ToolkitEditControl
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.tableLayoutPanel1);
- this.Name = "ToolkitEditControl";
- this.Size = new System.Drawing.Size(274, 600);
- this.tableLayoutPanel1.ResumeLayout(false);
- this.groupBoxLeft.ResumeLayout(false);
- this.groupBoxRight.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- this.panel1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private System.Windows.Forms.GroupBox groupBoxLeft;
- private System.Windows.Forms.GroupBox groupBoxRight;
- private System.Windows.Forms.Button buttonDown;
- private System.Windows.Forms.Button buttonAdd;
- private System.Windows.Forms.Button buttonUp;
- private System.Windows.Forms.Button buttonRemove;
- private System.Windows.Forms.TreeView treeViewRight;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.ListView listViewLeft;
- private System.Windows.Forms.ImageList imageListLeft;
- }
- }
|