namespace PaintDotNet.Preview2
{
partial class ToolkitEditControl
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
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;
}
}