ToolkitEditControl.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. 
  2. namespace PaintDotNet.Preview2
  3. {
  4. partial class ToolkitEditControl
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region 组件设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  31. this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
  32. this.groupBoxLeft = new System.Windows.Forms.GroupBox();
  33. this.listViewLeft = new System.Windows.Forms.ListView();
  34. this.imageListLeft = new System.Windows.Forms.ImageList(this.components);
  35. this.groupBoxRight = new System.Windows.Forms.GroupBox();
  36. this.treeViewRight = new System.Windows.Forms.TreeView();
  37. this.panel2 = new System.Windows.Forms.Panel();
  38. this.buttonRemove = new System.Windows.Forms.Button();
  39. this.buttonUp = new System.Windows.Forms.Button();
  40. this.buttonDown = new System.Windows.Forms.Button();
  41. this.panel1 = new System.Windows.Forms.Panel();
  42. this.buttonAdd = new System.Windows.Forms.Button();
  43. this.tableLayoutPanel1.SuspendLayout();
  44. this.groupBoxLeft.SuspendLayout();
  45. this.groupBoxRight.SuspendLayout();
  46. this.panel2.SuspendLayout();
  47. this.panel1.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // tableLayoutPanel1
  51. //
  52. this.tableLayoutPanel1.ColumnCount = 3;
  53. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 47.02194F));
  54. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.956114F));
  55. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 47.02195F));
  56. this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel2, 1, 0);
  57. this.tableLayoutPanel1.Controls.Add(this.groupBoxLeft, 0, 1);
  58. this.tableLayoutPanel1.Controls.Add(this.groupBoxRight, 2, 1);
  59. this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0);
  60. this.tableLayoutPanel1.Controls.Add(this.panel1, 2, 0);
  61. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  62. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  63. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  64. this.tableLayoutPanel1.RowCount = 2;
  65. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 53F));
  66. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  67. this.tableLayoutPanel1.Size = new System.Drawing.Size(274, 600);
  68. this.tableLayoutPanel1.TabIndex = 4;
  69. //
  70. // flowLayoutPanel2
  71. //
  72. this.flowLayoutPanel2.Location = new System.Drawing.Point(131, 3);
  73. this.flowLayoutPanel2.Name = "flowLayoutPanel2";
  74. this.flowLayoutPanel2.Size = new System.Drawing.Size(8, 47);
  75. this.flowLayoutPanel2.TabIndex = 5;
  76. //
  77. // groupBoxLeft
  78. //
  79. this.groupBoxLeft.Controls.Add(this.listViewLeft);
  80. this.groupBoxLeft.Dock = System.Windows.Forms.DockStyle.Fill;
  81. this.groupBoxLeft.Location = new System.Drawing.Point(0, 53);
  82. this.groupBoxLeft.Margin = new System.Windows.Forms.Padding(0);
  83. this.groupBoxLeft.Name = "groupBoxLeft";
  84. this.groupBoxLeft.Padding = new System.Windows.Forms.Padding(0);
  85. this.groupBoxLeft.Size = new System.Drawing.Size(128, 547);
  86. this.groupBoxLeft.TabIndex = 1;
  87. this.groupBoxLeft.TabStop = false;
  88. this.groupBoxLeft.Text = "边栏功能";
  89. //
  90. // listViewLeft
  91. //
  92. this.listViewLeft.Alignment = System.Windows.Forms.ListViewAlignment.Left;
  93. this.listViewLeft.Dock = System.Windows.Forms.DockStyle.Fill;
  94. this.listViewLeft.HideSelection = false;
  95. this.listViewLeft.Location = new System.Drawing.Point(0, 14);
  96. this.listViewLeft.Name = "listViewLeft";
  97. this.listViewLeft.Size = new System.Drawing.Size(128, 533);
  98. this.listViewLeft.SmallImageList = this.imageListLeft;
  99. this.listViewLeft.TabIndex = 0;
  100. this.listViewLeft.UseCompatibleStateImageBehavior = false;
  101. //
  102. // imageListLeft
  103. //
  104. this.imageListLeft.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
  105. this.imageListLeft.ImageSize = new System.Drawing.Size(16, 16);
  106. this.imageListLeft.TransparentColor = System.Drawing.Color.Transparent;
  107. //
  108. // groupBoxRight
  109. //
  110. this.groupBoxRight.Controls.Add(this.treeViewRight);
  111. this.groupBoxRight.Dock = System.Windows.Forms.DockStyle.Fill;
  112. this.groupBoxRight.Location = new System.Drawing.Point(144, 53);
  113. this.groupBoxRight.Margin = new System.Windows.Forms.Padding(0);
  114. this.groupBoxRight.Name = "groupBoxRight";
  115. this.groupBoxRight.Padding = new System.Windows.Forms.Padding(0);
  116. this.groupBoxRight.Size = new System.Drawing.Size(130, 547);
  117. this.groupBoxRight.TabIndex = 2;
  118. this.groupBoxRight.TabStop = false;
  119. this.groupBoxRight.Text = "可用功能";
  120. //
  121. // treeViewRight
  122. //
  123. this.treeViewRight.Dock = System.Windows.Forms.DockStyle.Fill;
  124. this.treeViewRight.Location = new System.Drawing.Point(0, 14);
  125. this.treeViewRight.Name = "treeViewRight";
  126. this.treeViewRight.Size = new System.Drawing.Size(130, 533);
  127. this.treeViewRight.TabIndex = 0;
  128. //
  129. // panel2
  130. //
  131. this.panel2.Controls.Add(this.buttonRemove);
  132. this.panel2.Controls.Add(this.buttonUp);
  133. this.panel2.Controls.Add(this.buttonDown);
  134. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  135. this.panel2.Location = new System.Drawing.Point(0, 0);
  136. this.panel2.Margin = new System.Windows.Forms.Padding(0);
  137. this.panel2.Name = "panel2";
  138. this.panel2.Size = new System.Drawing.Size(128, 53);
  139. this.panel2.TabIndex = 3;
  140. //
  141. // buttonRemove
  142. //
  143. this.buttonRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  144. this.buttonRemove.Location = new System.Drawing.Point(77, 26);
  145. this.buttonRemove.Name = "buttonRemove";
  146. this.buttonRemove.Size = new System.Drawing.Size(52, 23);
  147. this.buttonRemove.TabIndex = 4;
  148. this.buttonRemove.Text = "移除";
  149. this.buttonRemove.UseVisualStyleBackColor = true;
  150. this.buttonRemove.Click += new System.EventHandler(this.buttonRemove_Click);
  151. //
  152. // buttonUp
  153. //
  154. this.buttonUp.Location = new System.Drawing.Point(-1, 3);
  155. this.buttonUp.Name = "buttonUp";
  156. this.buttonUp.Size = new System.Drawing.Size(52, 23);
  157. this.buttonUp.TabIndex = 5;
  158. this.buttonUp.Text = "上移";
  159. this.buttonUp.UseVisualStyleBackColor = true;
  160. this.buttonUp.Click += new System.EventHandler(this.buttonUp_Click);
  161. //
  162. // buttonDown
  163. //
  164. this.buttonDown.Location = new System.Drawing.Point(-1, 26);
  165. this.buttonDown.Name = "buttonDown";
  166. this.buttonDown.Size = new System.Drawing.Size(52, 23);
  167. this.buttonDown.TabIndex = 5;
  168. this.buttonDown.Text = "下移";
  169. this.buttonDown.UseVisualStyleBackColor = true;
  170. this.buttonDown.Click += new System.EventHandler(this.buttonDown_Click);
  171. //
  172. // panel1
  173. //
  174. this.panel1.Controls.Add(this.buttonAdd);
  175. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  176. this.panel1.Location = new System.Drawing.Point(144, 0);
  177. this.panel1.Margin = new System.Windows.Forms.Padding(0);
  178. this.panel1.Name = "panel1";
  179. this.panel1.Size = new System.Drawing.Size(130, 53);
  180. this.panel1.TabIndex = 6;
  181. //
  182. // buttonAdd
  183. //
  184. this.buttonAdd.Location = new System.Drawing.Point(-1, 26);
  185. this.buttonAdd.Name = "buttonAdd";
  186. this.buttonAdd.Size = new System.Drawing.Size(52, 23);
  187. this.buttonAdd.TabIndex = 3;
  188. this.buttonAdd.Text = "添加";
  189. this.buttonAdd.UseVisualStyleBackColor = true;
  190. this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
  191. //
  192. // ToolkitEditControl
  193. //
  194. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  195. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  196. this.Controls.Add(this.tableLayoutPanel1);
  197. this.Name = "ToolkitEditControl";
  198. this.Size = new System.Drawing.Size(274, 600);
  199. this.tableLayoutPanel1.ResumeLayout(false);
  200. this.groupBoxLeft.ResumeLayout(false);
  201. this.groupBoxRight.ResumeLayout(false);
  202. this.panel2.ResumeLayout(false);
  203. this.panel1.ResumeLayout(false);
  204. this.ResumeLayout(false);
  205. }
  206. #endregion
  207. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  208. private System.Windows.Forms.GroupBox groupBoxLeft;
  209. private System.Windows.Forms.GroupBox groupBoxRight;
  210. private System.Windows.Forms.Button buttonDown;
  211. private System.Windows.Forms.Button buttonAdd;
  212. private System.Windows.Forms.Button buttonUp;
  213. private System.Windows.Forms.Button buttonRemove;
  214. private System.Windows.Forms.TreeView treeViewRight;
  215. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
  216. private System.Windows.Forms.Panel panel2;
  217. private System.Windows.Forms.Panel panel1;
  218. private System.Windows.Forms.ListView listViewLeft;
  219. private System.Windows.Forms.ImageList imageListLeft;
  220. }
  221. }