ScriptStepDialog.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. namespace PaintDotNet.Instrument
  2. {
  3. partial class ScriptStepDialog
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.groupBox1 = new System.Windows.Forms.GroupBox();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.textBox2 = new System.Windows.Forms.TextBox();
  31. this.textBox1 = new System.Windows.Forms.TextBox();
  32. this.button7 = new System.Windows.Forms.Button();
  33. this.groupBox2 = new System.Windows.Forms.GroupBox();
  34. this.treeView1 = new System.Windows.Forms.TreeView();
  35. this.button1 = new System.Windows.Forms.Button();
  36. this.groupBox3 = new System.Windows.Forms.GroupBox();
  37. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  38. this.button2 = new System.Windows.Forms.Button();
  39. this.button3 = new System.Windows.Forms.Button();
  40. this.button4 = new System.Windows.Forms.Button();
  41. this.button5 = new System.Windows.Forms.Button();
  42. this.groupBox5 = new System.Windows.Forms.GroupBox();
  43. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  44. this.groupBox1.SuspendLayout();
  45. this.groupBox2.SuspendLayout();
  46. this.groupBox3.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  48. this.groupBox5.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // groupBox1
  52. //
  53. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  54. | System.Windows.Forms.AnchorStyles.Right)));
  55. this.groupBox1.Controls.Add(this.label1);
  56. this.groupBox1.Controls.Add(this.textBox2);
  57. this.groupBox1.Controls.Add(this.textBox1);
  58. this.groupBox1.Controls.Add(this.button7);
  59. this.groupBox1.Location = new System.Drawing.Point(13, 13);
  60. this.groupBox1.Name = "groupBox1";
  61. this.groupBox1.Size = new System.Drawing.Size(799, 58);
  62. this.groupBox1.TabIndex = 1;
  63. this.groupBox1.TabStop = false;
  64. this.groupBox1.Text = "当前步骤";
  65. //
  66. // label1
  67. //
  68. this.label1.AutoSize = true;
  69. this.label1.Location = new System.Drawing.Point(14, 25);
  70. this.label1.Name = "label1";
  71. this.label1.Size = new System.Drawing.Size(0, 12);
  72. this.label1.TabIndex = 4;
  73. //
  74. // textBox2
  75. //
  76. this.textBox2.Enabled = false;
  77. this.textBox2.Location = new System.Drawing.Point(16, 20);
  78. this.textBox2.Name = "textBox2";
  79. this.textBox2.Size = new System.Drawing.Size(292, 21);
  80. this.textBox2.TabIndex = 3;
  81. this.textBox2.Visible = false;
  82. //
  83. // textBox1
  84. //
  85. this.textBox1.Enabled = false;
  86. this.textBox1.Location = new System.Drawing.Point(16, 20);
  87. this.textBox1.Name = "textBox1";
  88. this.textBox1.Size = new System.Drawing.Size(292, 21);
  89. this.textBox1.TabIndex = 2;
  90. this.textBox1.Visible = false;
  91. //
  92. // button7
  93. //
  94. this.button7.Location = new System.Drawing.Point(706, 20);
  95. this.button7.Name = "button7";
  96. this.button7.Size = new System.Drawing.Size(87, 23);
  97. this.button7.TabIndex = 1;
  98. this.button7.Text = "下一步";
  99. this.button7.UseVisualStyleBackColor = true;
  100. this.button7.Click += new System.EventHandler(this.button7_Click);
  101. //
  102. // groupBox2
  103. //
  104. this.groupBox2.Controls.Add(this.treeView1);
  105. this.groupBox2.Location = new System.Drawing.Point(13, 78);
  106. this.groupBox2.Name = "groupBox2";
  107. this.groupBox2.Size = new System.Drawing.Size(210, 433);
  108. this.groupBox2.TabIndex = 2;
  109. this.groupBox2.TabStop = false;
  110. this.groupBox2.Text = "可用功能";
  111. this.groupBox2.Visible = false;
  112. //
  113. // treeView1
  114. //
  115. this.treeView1.Location = new System.Drawing.Point(7, 21);
  116. this.treeView1.Name = "treeView1";
  117. this.treeView1.Size = new System.Drawing.Size(197, 406);
  118. this.treeView1.TabIndex = 0;
  119. this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseClick);
  120. //
  121. // button1
  122. //
  123. this.button1.Location = new System.Drawing.Point(229, 99);
  124. this.button1.Name = "button1";
  125. this.button1.Size = new System.Drawing.Size(75, 23);
  126. this.button1.TabIndex = 3;
  127. this.button1.Text = "添加 >";
  128. this.button1.UseVisualStyleBackColor = true;
  129. this.button1.Visible = false;
  130. this.button1.Click += new System.EventHandler(this.button1_Click);
  131. //
  132. // groupBox3
  133. //
  134. this.groupBox3.Controls.Add(this.dataGridView1);
  135. this.groupBox3.Location = new System.Drawing.Point(13, 78);
  136. this.groupBox3.Name = "groupBox3";
  137. this.groupBox3.Size = new System.Drawing.Size(508, 433);
  138. this.groupBox3.TabIndex = 4;
  139. this.groupBox3.TabStop = false;
  140. this.groupBox3.Text = "脚本内容";
  141. this.groupBox3.Visible = false;
  142. //
  143. // dataGridView1
  144. //
  145. this.dataGridView1.AllowUserToAddRows = false;
  146. this.dataGridView1.AllowUserToDeleteRows = false;
  147. this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
  148. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  149. this.dataGridView1.Location = new System.Drawing.Point(7, 21);
  150. this.dataGridView1.MultiSelect = false;
  151. this.dataGridView1.Name = "dataGridView1";
  152. this.dataGridView1.RowHeadersVisible = false;
  153. this.dataGridView1.RowTemplate.Height = 23;
  154. this.dataGridView1.Size = new System.Drawing.Size(495, 406);
  155. this.dataGridView1.TabIndex = 0;
  156. this.dataGridView1.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseClick);
  157. //
  158. // button2
  159. //
  160. this.button2.Location = new System.Drawing.Point(229, 129);
  161. this.button2.Name = "button2";
  162. this.button2.Size = new System.Drawing.Size(75, 23);
  163. this.button2.TabIndex = 6;
  164. this.button2.Text = "< 移出";
  165. this.button2.UseVisualStyleBackColor = true;
  166. this.button2.Visible = false;
  167. this.button2.Click += new System.EventHandler(this.button2_Click);
  168. //
  169. // button3
  170. //
  171. this.button3.Location = new System.Drawing.Point(229, 159);
  172. this.button3.Name = "button3";
  173. this.button3.Size = new System.Drawing.Size(75, 23);
  174. this.button3.TabIndex = 7;
  175. this.button3.Text = "<全部移出";
  176. this.button3.UseVisualStyleBackColor = true;
  177. this.button3.Visible = false;
  178. this.button3.Click += new System.EventHandler(this.button3_Click);
  179. //
  180. // button4
  181. //
  182. this.button4.Location = new System.Drawing.Point(229, 189);
  183. this.button4.Name = "button4";
  184. this.button4.Size = new System.Drawing.Size(75, 23);
  185. this.button4.TabIndex = 8;
  186. this.button4.Text = "向上移动";
  187. this.button4.UseVisualStyleBackColor = true;
  188. this.button4.Visible = false;
  189. this.button4.Click += new System.EventHandler(this.button4_Click);
  190. //
  191. // button5
  192. //
  193. this.button5.Location = new System.Drawing.Point(229, 219);
  194. this.button5.Name = "button5";
  195. this.button5.Size = new System.Drawing.Size(75, 23);
  196. this.button5.TabIndex = 9;
  197. this.button5.Text = "向下移动";
  198. this.button5.UseVisualStyleBackColor = true;
  199. this.button5.Visible = false;
  200. this.button5.Click += new System.EventHandler(this.button5_Click);
  201. //
  202. // groupBox5
  203. //
  204. this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  205. | System.Windows.Forms.AnchorStyles.Right)));
  206. this.groupBox5.Controls.Add(this.flowLayoutPanel1);
  207. this.groupBox5.Location = new System.Drawing.Point(527, 78);
  208. this.groupBox5.Name = "groupBox5";
  209. this.groupBox5.Size = new System.Drawing.Size(285, 0);
  210. this.groupBox5.TabIndex = 10;
  211. this.groupBox5.TabStop = false;
  212. this.groupBox5.Text = "参数";
  213. this.groupBox5.Visible = false;
  214. //
  215. // flowLayoutPanel1
  216. //
  217. this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  218. | System.Windows.Forms.AnchorStyles.Right)));
  219. this.flowLayoutPanel1.AutoScroll = true;
  220. this.flowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  221. this.flowLayoutPanel1.Location = new System.Drawing.Point(7, 21);
  222. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  223. this.flowLayoutPanel1.Size = new System.Drawing.Size(272, 0);
  224. this.flowLayoutPanel1.TabIndex = 0;
  225. //
  226. // ScriptStepDialog
  227. //
  228. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  229. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  230. this.ClientSize = new System.Drawing.Size(823, 77);
  231. this.Controls.Add(this.groupBox5);
  232. this.Controls.Add(this.button5);
  233. this.Controls.Add(this.button4);
  234. this.Controls.Add(this.button3);
  235. this.Controls.Add(this.button2);
  236. this.Controls.Add(this.groupBox3);
  237. this.Controls.Add(this.button1);
  238. this.Controls.Add(this.groupBox2);
  239. this.Controls.Add(this.groupBox1);
  240. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  241. this.MaximizeBox = false;
  242. this.Name = "ScriptStepDialog";
  243. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  244. this.Text = "执行脚本";
  245. this.TopMost = true;
  246. this.Shown += new System.EventHandler(this.ScriptStepDialog_Shown);
  247. this.Controls.SetChildIndex(this.groupBox1, 0);
  248. this.Controls.SetChildIndex(this.groupBox2, 0);
  249. this.Controls.SetChildIndex(this.button1, 0);
  250. this.Controls.SetChildIndex(this.groupBox3, 0);
  251. this.Controls.SetChildIndex(this.button2, 0);
  252. this.Controls.SetChildIndex(this.button3, 0);
  253. this.Controls.SetChildIndex(this.button4, 0);
  254. this.Controls.SetChildIndex(this.button5, 0);
  255. this.Controls.SetChildIndex(this.groupBox5, 0);
  256. this.groupBox1.ResumeLayout(false);
  257. this.groupBox1.PerformLayout();
  258. this.groupBox2.ResumeLayout(false);
  259. this.groupBox3.ResumeLayout(false);
  260. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  261. this.groupBox5.ResumeLayout(false);
  262. this.ResumeLayout(false);
  263. }
  264. #endregion
  265. private System.Windows.Forms.GroupBox groupBox1;
  266. private System.Windows.Forms.GroupBox groupBox2;
  267. private System.Windows.Forms.TreeView treeView1;
  268. private System.Windows.Forms.Button button1;
  269. private System.Windows.Forms.GroupBox groupBox3;
  270. private System.Windows.Forms.Button button2;
  271. private System.Windows.Forms.Button button3;
  272. private System.Windows.Forms.Button button4;
  273. private System.Windows.Forms.Button button5;
  274. private System.Windows.Forms.Button button7;
  275. private System.Windows.Forms.DataGridView dataGridView1;
  276. private System.Windows.Forms.TextBox textBox1;
  277. private System.Windows.Forms.GroupBox groupBox5;
  278. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  279. private System.Windows.Forms.TextBox textBox2;
  280. private System.Windows.Forms.Label label1;
  281. }
  282. }