版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

518 строки
24 KiB

  1. namespace ProductionControl.UI
  2. {
  3. partial class FrmGetPosByPic
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmGetPosByPic));
  29. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  30. this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
  31. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  32. this.tsbtnSetLinePos = new System.Windows.Forms.ToolStripButton();
  33. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  34. this.tsbtnClear = new System.Windows.Forms.ToolStripButton();
  35. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  36. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  37. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  38. this.groupBox1 = new System.Windows.Forms.GroupBox();
  39. this.textBox1 = new System.Windows.Forms.TextBox();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.textBox2 = new System.Windows.Forms.TextBox();
  43. this.label3 = new System.Windows.Forms.Label();
  44. this.textBox3 = new System.Windows.Forms.TextBox();
  45. this.label4 = new System.Windows.Forms.Label();
  46. this.textBox4 = new System.Windows.Forms.TextBox();
  47. this.label5 = new System.Windows.Forms.Label();
  48. this.textBox5 = new System.Windows.Forms.TextBox();
  49. this.label6 = new System.Windows.Forms.Label();
  50. this.textBox6 = new System.Windows.Forms.TextBox();
  51. this.label7 = new System.Windows.Forms.Label();
  52. this.textBox7 = new System.Windows.Forms.TextBox();
  53. this.label8 = new System.Windows.Forms.Label();
  54. this.textBox8 = new System.Windows.Forms.TextBox();
  55. this.label9 = new System.Windows.Forms.Label();
  56. this.textBox9 = new System.Windows.Forms.TextBox();
  57. this.label10 = new System.Windows.Forms.Label();
  58. this.textBox10 = new System.Windows.Forms.TextBox();
  59. this.label11 = new System.Windows.Forms.Label();
  60. this.textBox11 = new System.Windows.Forms.TextBox();
  61. this.label12 = new System.Windows.Forms.Label();
  62. this.textBox12 = new System.Windows.Forms.TextBox();
  63. this.label13 = new System.Windows.Forms.Label();
  64. this.textBox13 = new System.Windows.Forms.TextBox();
  65. this.label14 = new System.Windows.Forms.Label();
  66. this.textBox14 = new System.Windows.Forms.TextBox();
  67. this.imageBox1 = new ImageToolKits.ImageBox();
  68. this.toolStrip1.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  70. this.splitContainer1.Panel1.SuspendLayout();
  71. this.splitContainer1.Panel2.SuspendLayout();
  72. this.splitContainer1.SuspendLayout();
  73. this.groupBox1.SuspendLayout();
  74. this.SuspendLayout();
  75. //
  76. // toolStrip1
  77. //
  78. this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  79. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  80. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  81. this.tsbtnSave,
  82. this.toolStripSeparator2,
  83. this.tsbtnSetLinePos,
  84. this.toolStripSeparator3,
  85. this.tsbtnClear,
  86. this.toolStripSeparator1,
  87. this.tsbtnClose});
  88. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  89. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  90. this.toolStrip1.Name = "toolStrip1";
  91. this.toolStrip1.Size = new System.Drawing.Size(959, 56);
  92. this.toolStrip1.TabIndex = 15;
  93. this.toolStrip1.Text = "toolStrip1";
  94. //
  95. // tsbtnSave
  96. //
  97. this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
  98. this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  99. this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  100. this.tsbtnSave.Name = "tsbtnSave";
  101. this.tsbtnSave.Size = new System.Drawing.Size(52, 53);
  102. this.tsbtnSave.Text = " 保存 ";
  103. this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  104. this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
  105. //
  106. // toolStripSeparator2
  107. //
  108. this.toolStripSeparator2.Name = "toolStripSeparator2";
  109. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 56);
  110. //
  111. // tsbtnSetLinePos
  112. //
  113. this.tsbtnSetLinePos.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSetLinePos.Image")));
  114. this.tsbtnSetLinePos.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  115. this.tsbtnSetLinePos.ImageTransparentColor = System.Drawing.Color.Magenta;
  116. this.tsbtnSetLinePos.Name = "tsbtnSetLinePos";
  117. this.tsbtnSetLinePos.Size = new System.Drawing.Size(60, 53);
  118. this.tsbtnSetLinePos.Text = "返回点位";
  119. this.tsbtnSetLinePos.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  120. this.tsbtnSetLinePos.ToolTipText = "设置线宽";
  121. this.tsbtnSetLinePos.Visible = false;
  122. this.tsbtnSetLinePos.Click += new System.EventHandler(this.tsbtnDelectPos_Click);
  123. //
  124. // toolStripSeparator3
  125. //
  126. this.toolStripSeparator3.Name = "toolStripSeparator3";
  127. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 56);
  128. //
  129. // tsbtnClear
  130. //
  131. this.tsbtnClear.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClear.Image")));
  132. this.tsbtnClear.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  133. this.tsbtnClear.ImageTransparentColor = System.Drawing.Color.Magenta;
  134. this.tsbtnClear.Name = "tsbtnClear";
  135. this.tsbtnClear.Size = new System.Drawing.Size(84, 53);
  136. this.tsbtnClear.Text = "清空所有标点";
  137. this.tsbtnClear.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  138. this.tsbtnClear.ToolTipText = "删除标点";
  139. this.tsbtnClear.Click += new System.EventHandler(this.tsbtnClear_Click);
  140. //
  141. // toolStripSeparator1
  142. //
  143. this.toolStripSeparator1.Name = "toolStripSeparator1";
  144. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 56);
  145. //
  146. // tsbtnClose
  147. //
  148. this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
  149. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  150. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  151. this.tsbtnClose.Name = "tsbtnClose";
  152. this.tsbtnClose.Size = new System.Drawing.Size(52, 53);
  153. this.tsbtnClose.Text = " 关闭 ";
  154. this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  155. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  156. //
  157. // splitContainer1
  158. //
  159. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  160. this.splitContainer1.Location = new System.Drawing.Point(0, 56);
  161. this.splitContainer1.Name = "splitContainer1";
  162. //
  163. // splitContainer1.Panel1
  164. //
  165. this.splitContainer1.Panel1.Controls.Add(this.imageBox1);
  166. //
  167. // splitContainer1.Panel2
  168. //
  169. this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
  170. this.splitContainer1.Size = new System.Drawing.Size(959, 509);
  171. this.splitContainer1.SplitterDistance = 680;
  172. this.splitContainer1.TabIndex = 16;
  173. //
  174. // groupBox1
  175. //
  176. this.groupBox1.Controls.Add(this.label14);
  177. this.groupBox1.Controls.Add(this.textBox14);
  178. this.groupBox1.Controls.Add(this.label13);
  179. this.groupBox1.Controls.Add(this.textBox13);
  180. this.groupBox1.Controls.Add(this.label12);
  181. this.groupBox1.Controls.Add(this.textBox12);
  182. this.groupBox1.Controls.Add(this.label11);
  183. this.groupBox1.Controls.Add(this.textBox11);
  184. this.groupBox1.Controls.Add(this.label10);
  185. this.groupBox1.Controls.Add(this.textBox10);
  186. this.groupBox1.Controls.Add(this.label9);
  187. this.groupBox1.Controls.Add(this.textBox9);
  188. this.groupBox1.Controls.Add(this.label8);
  189. this.groupBox1.Controls.Add(this.textBox8);
  190. this.groupBox1.Controls.Add(this.label7);
  191. this.groupBox1.Controls.Add(this.textBox7);
  192. this.groupBox1.Controls.Add(this.label6);
  193. this.groupBox1.Controls.Add(this.textBox6);
  194. this.groupBox1.Controls.Add(this.label5);
  195. this.groupBox1.Controls.Add(this.textBox5);
  196. this.groupBox1.Controls.Add(this.label4);
  197. this.groupBox1.Controls.Add(this.textBox4);
  198. this.groupBox1.Controls.Add(this.label3);
  199. this.groupBox1.Controls.Add(this.textBox3);
  200. this.groupBox1.Controls.Add(this.label2);
  201. this.groupBox1.Controls.Add(this.textBox2);
  202. this.groupBox1.Controls.Add(this.label1);
  203. this.groupBox1.Controls.Add(this.textBox1);
  204. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  205. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  206. this.groupBox1.Name = "groupBox1";
  207. this.groupBox1.Size = new System.Drawing.Size(275, 509);
  208. this.groupBox1.TabIndex = 0;
  209. this.groupBox1.TabStop = false;
  210. this.groupBox1.Text = "点位数据";
  211. //
  212. // textBox1
  213. //
  214. this.textBox1.Location = new System.Drawing.Point(71, 30);
  215. this.textBox1.Name = "textBox1";
  216. this.textBox1.Size = new System.Drawing.Size(151, 21);
  217. this.textBox1.TabIndex = 0;
  218. //
  219. // label1
  220. //
  221. this.label1.AutoSize = true;
  222. this.label1.Location = new System.Drawing.Point(36, 33);
  223. this.label1.Name = "label1";
  224. this.label1.Size = new System.Drawing.Size(29, 12);
  225. this.label1.TabIndex = 1;
  226. this.label1.Text = "PT1:";
  227. //
  228. // label2
  229. //
  230. this.label2.AutoSize = true;
  231. this.label2.Location = new System.Drawing.Point(36, 60);
  232. this.label2.Name = "label2";
  233. this.label2.Size = new System.Drawing.Size(29, 12);
  234. this.label2.TabIndex = 3;
  235. this.label2.Text = "PT2:";
  236. //
  237. // textBox2
  238. //
  239. this.textBox2.Location = new System.Drawing.Point(71, 57);
  240. this.textBox2.Name = "textBox2";
  241. this.textBox2.Size = new System.Drawing.Size(151, 21);
  242. this.textBox2.TabIndex = 2;
  243. //
  244. // label3
  245. //
  246. this.label3.AutoSize = true;
  247. this.label3.Location = new System.Drawing.Point(36, 87);
  248. this.label3.Name = "label3";
  249. this.label3.Size = new System.Drawing.Size(29, 12);
  250. this.label3.TabIndex = 5;
  251. this.label3.Text = "PT3:";
  252. //
  253. // textBox3
  254. //
  255. this.textBox3.Location = new System.Drawing.Point(71, 84);
  256. this.textBox3.Name = "textBox3";
  257. this.textBox3.Size = new System.Drawing.Size(151, 21);
  258. this.textBox3.TabIndex = 4;
  259. //
  260. // label4
  261. //
  262. this.label4.AutoSize = true;
  263. this.label4.Location = new System.Drawing.Point(36, 114);
  264. this.label4.Name = "label4";
  265. this.label4.Size = new System.Drawing.Size(29, 12);
  266. this.label4.TabIndex = 7;
  267. this.label4.Text = "PT4:";
  268. //
  269. // textBox4
  270. //
  271. this.textBox4.Location = new System.Drawing.Point(71, 111);
  272. this.textBox4.Name = "textBox4";
  273. this.textBox4.Size = new System.Drawing.Size(151, 21);
  274. this.textBox4.TabIndex = 6;
  275. //
  276. // label5
  277. //
  278. this.label5.AutoSize = true;
  279. this.label5.Location = new System.Drawing.Point(36, 141);
  280. this.label5.Name = "label5";
  281. this.label5.Size = new System.Drawing.Size(29, 12);
  282. this.label5.TabIndex = 9;
  283. this.label5.Text = "PT5:";
  284. //
  285. // textBox5
  286. //
  287. this.textBox5.Location = new System.Drawing.Point(71, 138);
  288. this.textBox5.Name = "textBox5";
  289. this.textBox5.Size = new System.Drawing.Size(151, 21);
  290. this.textBox5.TabIndex = 8;
  291. //
  292. // label6
  293. //
  294. this.label6.AutoSize = true;
  295. this.label6.Location = new System.Drawing.Point(24, 204);
  296. this.label6.Name = "label6";
  297. this.label6.Size = new System.Drawing.Size(41, 12);
  298. this.label6.TabIndex = 11;
  299. this.label6.Text = "线宽1:";
  300. //
  301. // textBox6
  302. //
  303. this.textBox6.Location = new System.Drawing.Point(71, 201);
  304. this.textBox6.Name = "textBox6";
  305. this.textBox6.Size = new System.Drawing.Size(151, 21);
  306. this.textBox6.TabIndex = 10;
  307. //
  308. // label7
  309. //
  310. this.label7.AutoSize = true;
  311. this.label7.Location = new System.Drawing.Point(24, 231);
  312. this.label7.Name = "label7";
  313. this.label7.Size = new System.Drawing.Size(41, 12);
  314. this.label7.TabIndex = 13;
  315. this.label7.Text = "线宽2:";
  316. //
  317. // textBox7
  318. //
  319. this.textBox7.Location = new System.Drawing.Point(71, 228);
  320. this.textBox7.Name = "textBox7";
  321. this.textBox7.Size = new System.Drawing.Size(151, 21);
  322. this.textBox7.TabIndex = 12;
  323. //
  324. // label8
  325. //
  326. this.label8.AutoSize = true;
  327. this.label8.Location = new System.Drawing.Point(24, 258);
  328. this.label8.Name = "label8";
  329. this.label8.Size = new System.Drawing.Size(41, 12);
  330. this.label8.TabIndex = 15;
  331. this.label8.Text = "线宽3:";
  332. //
  333. // textBox8
  334. //
  335. this.textBox8.Location = new System.Drawing.Point(71, 255);
  336. this.textBox8.Name = "textBox8";
  337. this.textBox8.Size = new System.Drawing.Size(151, 21);
  338. this.textBox8.TabIndex = 14;
  339. //
  340. // label9
  341. //
  342. this.label9.AutoSize = true;
  343. this.label9.Location = new System.Drawing.Point(24, 285);
  344. this.label9.Name = "label9";
  345. this.label9.Size = new System.Drawing.Size(41, 12);
  346. this.label9.TabIndex = 17;
  347. this.label9.Text = "线宽4:";
  348. //
  349. // textBox9
  350. //
  351. this.textBox9.Location = new System.Drawing.Point(71, 282);
  352. this.textBox9.Name = "textBox9";
  353. this.textBox9.Size = new System.Drawing.Size(151, 21);
  354. this.textBox9.TabIndex = 16;
  355. //
  356. // label10
  357. //
  358. this.label10.AutoSize = true;
  359. this.label10.Location = new System.Drawing.Point(24, 312);
  360. this.label10.Name = "label10";
  361. this.label10.Size = new System.Drawing.Size(41, 12);
  362. this.label10.TabIndex = 19;
  363. this.label10.Text = "线宽5:";
  364. //
  365. // textBox10
  366. //
  367. this.textBox10.Location = new System.Drawing.Point(71, 309);
  368. this.textBox10.Name = "textBox10";
  369. this.textBox10.Size = new System.Drawing.Size(151, 21);
  370. this.textBox10.TabIndex = 18;
  371. //
  372. // label11
  373. //
  374. this.label11.AutoSize = true;
  375. this.label11.Location = new System.Drawing.Point(24, 339);
  376. this.label11.Name = "label11";
  377. this.label11.Size = new System.Drawing.Size(41, 12);
  378. this.label11.TabIndex = 21;
  379. this.label11.Text = "线宽6:";
  380. //
  381. // textBox11
  382. //
  383. this.textBox11.Location = new System.Drawing.Point(71, 336);
  384. this.textBox11.Name = "textBox11";
  385. this.textBox11.Size = new System.Drawing.Size(151, 21);
  386. this.textBox11.TabIndex = 20;
  387. //
  388. // label12
  389. //
  390. this.label12.AutoSize = true;
  391. this.label12.Location = new System.Drawing.Point(24, 366);
  392. this.label12.Name = "label12";
  393. this.label12.Size = new System.Drawing.Size(41, 12);
  394. this.label12.TabIndex = 23;
  395. this.label12.Text = "线宽7:";
  396. //
  397. // textBox12
  398. //
  399. this.textBox12.Location = new System.Drawing.Point(71, 363);
  400. this.textBox12.Name = "textBox12";
  401. this.textBox12.Size = new System.Drawing.Size(151, 21);
  402. this.textBox12.TabIndex = 22;
  403. //
  404. // label13
  405. //
  406. this.label13.AutoSize = true;
  407. this.label13.Location = new System.Drawing.Point(24, 393);
  408. this.label13.Name = "label13";
  409. this.label13.Size = new System.Drawing.Size(41, 12);
  410. this.label13.TabIndex = 25;
  411. this.label13.Text = "线宽8:";
  412. //
  413. // textBox13
  414. //
  415. this.textBox13.Location = new System.Drawing.Point(71, 390);
  416. this.textBox13.Name = "textBox13";
  417. this.textBox13.Size = new System.Drawing.Size(151, 21);
  418. this.textBox13.TabIndex = 24;
  419. //
  420. // label14
  421. //
  422. this.label14.AutoSize = true;
  423. this.label14.Location = new System.Drawing.Point(24, 420);
  424. this.label14.Name = "label14";
  425. this.label14.Size = new System.Drawing.Size(41, 12);
  426. this.label14.TabIndex = 27;
  427. this.label14.Text = "线宽9:";
  428. //
  429. // textBox14
  430. //
  431. this.textBox14.Location = new System.Drawing.Point(71, 417);
  432. this.textBox14.Name = "textBox14";
  433. this.textBox14.Size = new System.Drawing.Size(151, 21);
  434. this.textBox14.TabIndex = 26;
  435. //
  436. // imageBox1
  437. //
  438. this.imageBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  439. this.imageBox1.ColorName = System.Drawing.Color.LimeGreen;
  440. this.imageBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  441. this.imageBox1.DrawParam = null;
  442. this.imageBox1.Image = null;
  443. this.imageBox1.Location = new System.Drawing.Point(0, 0);
  444. this.imageBox1.Margin = new System.Windows.Forms.Padding(0);
  445. this.imageBox1.Name = "imageBox1";
  446. this.imageBox1.Size = new System.Drawing.Size(680, 509);
  447. this.imageBox1.TabIndex = 15;
  448. //
  449. // FrmGetPosByPic
  450. //
  451. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  452. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  453. this.BackColor = System.Drawing.SystemColors.ActiveCaption;
  454. this.ClientSize = new System.Drawing.Size(959, 565);
  455. this.Controls.Add(this.splitContainer1);
  456. this.Controls.Add(this.toolStrip1);
  457. this.Name = "FrmGetPosByPic";
  458. this.Text = "图纸抓取点位";
  459. this.Load += new System.EventHandler(this.FrmGetPosByPic_Load);
  460. this.toolStrip1.ResumeLayout(false);
  461. this.toolStrip1.PerformLayout();
  462. this.splitContainer1.Panel1.ResumeLayout(false);
  463. this.splitContainer1.Panel2.ResumeLayout(false);
  464. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  465. this.splitContainer1.ResumeLayout(false);
  466. this.groupBox1.ResumeLayout(false);
  467. this.groupBox1.PerformLayout();
  468. this.ResumeLayout(false);
  469. this.PerformLayout();
  470. }
  471. #endregion
  472. private System.Windows.Forms.ToolStrip toolStrip1;
  473. private System.Windows.Forms.ToolStripButton tsbtnSave;
  474. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  475. private System.Windows.Forms.ToolStripButton tsbtnSetLinePos;
  476. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  477. private System.Windows.Forms.ToolStripButton tsbtnClear;
  478. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  479. private System.Windows.Forms.ToolStripButton tsbtnClose;
  480. private System.Windows.Forms.SplitContainer splitContainer1;
  481. private ImageToolKits.ImageBox imageBox1;
  482. private System.Windows.Forms.GroupBox groupBox1;
  483. private System.Windows.Forms.Label label14;
  484. private System.Windows.Forms.TextBox textBox14;
  485. private System.Windows.Forms.Label label13;
  486. private System.Windows.Forms.TextBox textBox13;
  487. private System.Windows.Forms.Label label12;
  488. private System.Windows.Forms.TextBox textBox12;
  489. private System.Windows.Forms.Label label11;
  490. private System.Windows.Forms.TextBox textBox11;
  491. private System.Windows.Forms.Label label10;
  492. private System.Windows.Forms.TextBox textBox10;
  493. private System.Windows.Forms.Label label9;
  494. private System.Windows.Forms.TextBox textBox9;
  495. private System.Windows.Forms.Label label8;
  496. private System.Windows.Forms.TextBox textBox8;
  497. private System.Windows.Forms.Label label7;
  498. private System.Windows.Forms.TextBox textBox7;
  499. private System.Windows.Forms.Label label6;
  500. private System.Windows.Forms.TextBox textBox6;
  501. private System.Windows.Forms.Label label5;
  502. private System.Windows.Forms.TextBox textBox5;
  503. private System.Windows.Forms.Label label4;
  504. private System.Windows.Forms.TextBox textBox4;
  505. private System.Windows.Forms.Label label3;
  506. private System.Windows.Forms.TextBox textBox3;
  507. private System.Windows.Forms.Label label2;
  508. private System.Windows.Forms.TextBox textBox2;
  509. private System.Windows.Forms.Label label1;
  510. private System.Windows.Forms.TextBox textBox1;
  511. }
  512. }