版博士V2.0程序
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

277 linhas
12 KiB

  1. namespace DefectItemsTool
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.tabControl1 = new System.Windows.Forms.TabControl();
  29. this.tabPage1 = new System.Windows.Forms.TabPage();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  32. this.textBox2 = new System.Windows.Forms.TextBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.textBox1 = new System.Windows.Forms.TextBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.tabPage2 = new System.Windows.Forms.TabPage();
  37. this.textBox3 = new System.Windows.Forms.TextBox();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.textBox4 = new System.Windows.Forms.TextBox();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.button1 = new System.Windows.Forms.Button();
  42. this.listBox1 = new System.Windows.Forms.ListBox();
  43. this.textBox5 = new System.Windows.Forms.TextBox();
  44. this.button2 = new System.Windows.Forms.Button();
  45. this.button3 = new System.Windows.Forms.Button();
  46. this.tabControl1.SuspendLayout();
  47. this.tabPage1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // tabControl1
  52. //
  53. this.tabControl1.Controls.Add(this.tabPage1);
  54. this.tabControl1.Controls.Add(this.tabPage2);
  55. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  56. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  57. this.tabControl1.Name = "tabControl1";
  58. this.tabControl1.SelectedIndex = 0;
  59. this.tabControl1.Size = new System.Drawing.Size(1103, 610);
  60. this.tabControl1.TabIndex = 0;
  61. //
  62. // tabPage1
  63. //
  64. this.tabPage1.Controls.Add(this.button3);
  65. this.tabPage1.Controls.Add(this.button2);
  66. this.tabPage1.Controls.Add(this.textBox5);
  67. this.tabPage1.Controls.Add(this.listBox1);
  68. this.tabPage1.Controls.Add(this.button1);
  69. this.tabPage1.Controls.Add(this.textBox4);
  70. this.tabPage1.Controls.Add(this.label5);
  71. this.tabPage1.Controls.Add(this.textBox3);
  72. this.tabPage1.Controls.Add(this.label4);
  73. this.tabPage1.Controls.Add(this.label3);
  74. this.tabPage1.Controls.Add(this.numericUpDown1);
  75. this.tabPage1.Controls.Add(this.textBox2);
  76. this.tabPage1.Controls.Add(this.label2);
  77. this.tabPage1.Controls.Add(this.textBox1);
  78. this.tabPage1.Controls.Add(this.label1);
  79. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  80. this.tabPage1.Name = "tabPage1";
  81. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  82. this.tabPage1.Size = new System.Drawing.Size(1095, 584);
  83. this.tabPage1.TabIndex = 0;
  84. this.tabPage1.Text = "尺寸检测测试项";
  85. this.tabPage1.UseVisualStyleBackColor = true;
  86. //
  87. // label3
  88. //
  89. this.label3.AutoSize = true;
  90. this.label3.Location = new System.Drawing.Point(37, 202);
  91. this.label3.Name = "label3";
  92. this.label3.Size = new System.Drawing.Size(53, 12);
  93. this.label3.TabIndex = 5;
  94. this.label3.Text = "测试点数";
  95. //
  96. // numericUpDown1
  97. //
  98. this.numericUpDown1.Location = new System.Drawing.Point(123, 200);
  99. this.numericUpDown1.Minimum = new decimal(new int[] {
  100. 1,
  101. 0,
  102. 0,
  103. 0});
  104. this.numericUpDown1.Name = "numericUpDown1";
  105. this.numericUpDown1.Size = new System.Drawing.Size(120, 21);
  106. this.numericUpDown1.TabIndex = 4;
  107. this.numericUpDown1.Value = new decimal(new int[] {
  108. 1,
  109. 0,
  110. 0,
  111. 0});
  112. //
  113. // textBox2
  114. //
  115. this.textBox2.Location = new System.Drawing.Point(123, 152);
  116. this.textBox2.Name = "textBox2";
  117. this.textBox2.Size = new System.Drawing.Size(181, 21);
  118. this.textBox2.TabIndex = 3;
  119. //
  120. // label2
  121. //
  122. this.label2.AutoSize = true;
  123. this.label2.Location = new System.Drawing.Point(37, 155);
  124. this.label2.Name = "label2";
  125. this.label2.Size = new System.Drawing.Size(29, 12);
  126. this.label2.TabIndex = 2;
  127. this.label2.Text = "代码";
  128. //
  129. // textBox1
  130. //
  131. this.textBox1.Location = new System.Drawing.Point(123, 110);
  132. this.textBox1.Name = "textBox1";
  133. this.textBox1.Size = new System.Drawing.Size(181, 21);
  134. this.textBox1.TabIndex = 1;
  135. //
  136. // label1
  137. //
  138. this.label1.AutoSize = true;
  139. this.label1.Location = new System.Drawing.Point(37, 113);
  140. this.label1.Name = "label1";
  141. this.label1.Size = new System.Drawing.Size(29, 12);
  142. this.label1.TabIndex = 0;
  143. this.label1.Text = "名称";
  144. //
  145. // tabPage2
  146. //
  147. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  148. this.tabPage2.Name = "tabPage2";
  149. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  150. this.tabPage2.Size = new System.Drawing.Size(1095, 584);
  151. this.tabPage2.TabIndex = 1;
  152. this.tabPage2.Text = "缺陷检测测试项";
  153. this.tabPage2.UseVisualStyleBackColor = true;
  154. //
  155. // textBox3
  156. //
  157. this.textBox3.Location = new System.Drawing.Point(123, 247);
  158. this.textBox3.Name = "textBox3";
  159. this.textBox3.Size = new System.Drawing.Size(181, 21);
  160. this.textBox3.TabIndex = 7;
  161. //
  162. // label4
  163. //
  164. this.label4.AutoSize = true;
  165. this.label4.Location = new System.Drawing.Point(37, 250);
  166. this.label4.Name = "label4";
  167. this.label4.Size = new System.Drawing.Size(53, 12);
  168. this.label4.TabIndex = 6;
  169. this.label4.Text = "处理代码";
  170. //
  171. // textBox4
  172. //
  173. this.textBox4.Location = new System.Drawing.Point(123, 296);
  174. this.textBox4.Name = "textBox4";
  175. this.textBox4.Size = new System.Drawing.Size(181, 21);
  176. this.textBox4.TabIndex = 9;
  177. //
  178. // label5
  179. //
  180. this.label5.AutoSize = true;
  181. this.label5.Location = new System.Drawing.Point(37, 299);
  182. this.label5.Name = "label5";
  183. this.label5.Size = new System.Drawing.Size(71, 12);
  184. this.label5.TabIndex = 8;
  185. this.label5.Text = "RGB颜色代码";
  186. //
  187. // button1
  188. //
  189. this.button1.Location = new System.Drawing.Point(123, 350);
  190. this.button1.Name = "button1";
  191. this.button1.Size = new System.Drawing.Size(122, 32);
  192. this.button1.TabIndex = 10;
  193. this.button1.Text = "添加";
  194. this.button1.UseVisualStyleBackColor = true;
  195. this.button1.Click += new System.EventHandler(this.button1_Click);
  196. //
  197. // listBox1
  198. //
  199. this.listBox1.FormattingEnabled = true;
  200. this.listBox1.ItemHeight = 12;
  201. this.listBox1.Location = new System.Drawing.Point(393, 35);
  202. this.listBox1.Name = "listBox1";
  203. this.listBox1.Size = new System.Drawing.Size(291, 508);
  204. this.listBox1.TabIndex = 11;
  205. this.listBox1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listBox1_MouseDoubleClick);
  206. //
  207. // textBox5
  208. //
  209. this.textBox5.Location = new System.Drawing.Point(747, 35);
  210. this.textBox5.Multiline = true;
  211. this.textBox5.Name = "textBox5";
  212. this.textBox5.Size = new System.Drawing.Size(311, 508);
  213. this.textBox5.TabIndex = 12;
  214. //
  215. // button2
  216. //
  217. this.button2.Location = new System.Drawing.Point(123, 434);
  218. this.button2.Name = "button2";
  219. this.button2.Size = new System.Drawing.Size(120, 40);
  220. this.button2.TabIndex = 13;
  221. this.button2.Text = "保存";
  222. this.button2.UseVisualStyleBackColor = true;
  223. this.button2.Click += new System.EventHandler(this.button2_Click);
  224. //
  225. // button3
  226. //
  227. this.button3.Location = new System.Drawing.Point(123, 35);
  228. this.button3.Name = "button3";
  229. this.button3.Size = new System.Drawing.Size(122, 32);
  230. this.button3.TabIndex = 14;
  231. this.button3.Text = "打开";
  232. this.button3.UseVisualStyleBackColor = true;
  233. this.button3.Click += new System.EventHandler(this.button3_Click);
  234. //
  235. // Form1
  236. //
  237. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  238. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  239. this.ClientSize = new System.Drawing.Size(1103, 610);
  240. this.Controls.Add(this.tabControl1);
  241. this.Name = "Form1";
  242. this.Text = "测试项生成工具";
  243. this.tabControl1.ResumeLayout(false);
  244. this.tabPage1.ResumeLayout(false);
  245. this.tabPage1.PerformLayout();
  246. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  247. this.ResumeLayout(false);
  248. }
  249. #endregion
  250. private System.Windows.Forms.TabControl tabControl1;
  251. private System.Windows.Forms.TabPage tabPage1;
  252. private System.Windows.Forms.TextBox textBox2;
  253. private System.Windows.Forms.Label label2;
  254. private System.Windows.Forms.TextBox textBox1;
  255. private System.Windows.Forms.Label label1;
  256. private System.Windows.Forms.TabPage tabPage2;
  257. private System.Windows.Forms.Label label3;
  258. private System.Windows.Forms.NumericUpDown numericUpDown1;
  259. private System.Windows.Forms.TextBox textBox4;
  260. private System.Windows.Forms.Label label5;
  261. private System.Windows.Forms.TextBox textBox3;
  262. private System.Windows.Forms.Label label4;
  263. private System.Windows.Forms.Button button2;
  264. private System.Windows.Forms.TextBox textBox5;
  265. private System.Windows.Forms.ListBox listBox1;
  266. private System.Windows.Forms.Button button1;
  267. private System.Windows.Forms.Button button3;
  268. }
  269. }