Form1.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470
  1. namespace ZebraSample
  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.groupBox1 = new System.Windows.Forms.GroupBox();
  29. this.txtTextWidth = new System.Windows.Forms.TextBox();
  30. this.txtTextHeight = new System.Windows.Forms.TextBox();
  31. this.txtBcY = new System.Windows.Forms.TextBox();
  32. this.txtStartY = new System.Windows.Forms.TextBox();
  33. this.txtStartX = new System.Windows.Forms.TextBox();
  34. this.txtBcX = new System.Windows.Forms.TextBox();
  35. this.txtBcHeight = new System.Windows.Forms.TextBox();
  36. this.cbRatio = new System.Windows.Forms.ComboBox();
  37. this.cbwidth = new System.Windows.Forms.ComboBox();
  38. this.coBoxND = new System.Windows.Forms.ComboBox();
  39. this.cmbImage = new System.Windows.Forms.ComboBox();
  40. this.cbMagnification = new System.Windows.Forms.ComboBox();
  41. this.coBoxSD = new System.Windows.Forms.ComboBox();
  42. this.label23 = new System.Windows.Forms.Label();
  43. this.label22 = new System.Windows.Forms.Label();
  44. this.label10 = new System.Windows.Forms.Label();
  45. this.label16 = new System.Windows.Forms.Label();
  46. this.label9 = new System.Windows.Forms.Label();
  47. this.label19 = new System.Windows.Forms.Label();
  48. this.label28 = new System.Windows.Forms.Label();
  49. this.label15 = new System.Windows.Forms.Label();
  50. this.label8 = new System.Windows.Forms.Label();
  51. this.label18 = new System.Windows.Forms.Label();
  52. this.label13 = new System.Windows.Forms.Label();
  53. this.label6 = new System.Windows.Forms.Label();
  54. this.label21 = new System.Windows.Forms.Label();
  55. this.label27 = new System.Windows.Forms.Label();
  56. this.label14 = new System.Windows.Forms.Label();
  57. this.label12 = new System.Windows.Forms.Label();
  58. this.label7 = new System.Windows.Forms.Label();
  59. this.button1 = new System.Windows.Forms.Button();
  60. this.groupBox1.SuspendLayout();
  61. this.SuspendLayout();
  62. //
  63. // groupBox1
  64. //
  65. this.groupBox1.AutoSize = true;
  66. this.groupBox1.Controls.Add(this.txtTextWidth);
  67. this.groupBox1.Controls.Add(this.txtTextHeight);
  68. this.groupBox1.Controls.Add(this.txtBcY);
  69. this.groupBox1.Controls.Add(this.txtStartY);
  70. this.groupBox1.Controls.Add(this.txtStartX);
  71. this.groupBox1.Controls.Add(this.txtBcX);
  72. this.groupBox1.Controls.Add(this.txtBcHeight);
  73. this.groupBox1.Controls.Add(this.cbRatio);
  74. this.groupBox1.Controls.Add(this.cbwidth);
  75. this.groupBox1.Controls.Add(this.coBoxND);
  76. this.groupBox1.Controls.Add(this.cmbImage);
  77. this.groupBox1.Controls.Add(this.cbMagnification);
  78. this.groupBox1.Controls.Add(this.coBoxSD);
  79. this.groupBox1.Controls.Add(this.label23);
  80. this.groupBox1.Controls.Add(this.label22);
  81. this.groupBox1.Controls.Add(this.label10);
  82. this.groupBox1.Controls.Add(this.label16);
  83. this.groupBox1.Controls.Add(this.label9);
  84. this.groupBox1.Controls.Add(this.label19);
  85. this.groupBox1.Controls.Add(this.label28);
  86. this.groupBox1.Controls.Add(this.label15);
  87. this.groupBox1.Controls.Add(this.label8);
  88. this.groupBox1.Controls.Add(this.label18);
  89. this.groupBox1.Controls.Add(this.label13);
  90. this.groupBox1.Controls.Add(this.label6);
  91. this.groupBox1.Controls.Add(this.label21);
  92. this.groupBox1.Controls.Add(this.label27);
  93. this.groupBox1.Controls.Add(this.label14);
  94. this.groupBox1.Controls.Add(this.label12);
  95. this.groupBox1.Controls.Add(this.label7);
  96. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  97. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  98. this.groupBox1.Name = "groupBox1";
  99. this.groupBox1.Size = new System.Drawing.Size(560, 134);
  100. this.groupBox1.TabIndex = 18;
  101. this.groupBox1.TabStop = false;
  102. this.groupBox1.Text = "详细设置";
  103. //
  104. // txtTextWidth
  105. //
  106. this.txtTextWidth.Location = new System.Drawing.Point(196, 69);
  107. this.txtTextWidth.Name = "txtTextWidth";
  108. this.txtTextWidth.Size = new System.Drawing.Size(60, 21);
  109. this.txtTextWidth.TabIndex = 90;
  110. this.txtTextWidth.Text = "0";
  111. //
  112. // txtTextHeight
  113. //
  114. this.txtTextHeight.Location = new System.Drawing.Point(96, 69);
  115. this.txtTextHeight.Name = "txtTextHeight";
  116. this.txtTextHeight.Size = new System.Drawing.Size(60, 21);
  117. this.txtTextHeight.TabIndex = 89;
  118. this.txtTextHeight.Text = "0";
  119. //
  120. // txtBcY
  121. //
  122. this.txtBcY.Location = new System.Drawing.Point(196, 40);
  123. this.txtBcY.Name = "txtBcY";
  124. this.txtBcY.Size = new System.Drawing.Size(60, 21);
  125. this.txtBcY.TabIndex = 85;
  126. this.txtBcY.Text = "0";
  127. //
  128. // txtStartY
  129. //
  130. this.txtStartY.Location = new System.Drawing.Point(196, 15);
  131. this.txtStartY.Name = "txtStartY";
  132. this.txtStartY.Size = new System.Drawing.Size(60, 21);
  133. this.txtStartY.TabIndex = 81;
  134. this.txtStartY.Text = "0";
  135. //
  136. // txtStartX
  137. //
  138. this.txtStartX.Location = new System.Drawing.Point(96, 15);
  139. this.txtStartX.Name = "txtStartX";
  140. this.txtStartX.Size = new System.Drawing.Size(60, 21);
  141. this.txtStartX.TabIndex = 80;
  142. this.txtStartX.Text = "0";
  143. //
  144. // txtBcX
  145. //
  146. this.txtBcX.Location = new System.Drawing.Point(96, 40);
  147. this.txtBcX.Name = "txtBcX";
  148. this.txtBcX.Size = new System.Drawing.Size(60, 21);
  149. this.txtBcX.TabIndex = 84;
  150. this.txtBcX.Text = "0";
  151. //
  152. // txtBcHeight
  153. //
  154. this.txtBcHeight.Location = new System.Drawing.Point(293, 40);
  155. this.txtBcHeight.Name = "txtBcHeight";
  156. this.txtBcHeight.Size = new System.Drawing.Size(60, 21);
  157. this.txtBcHeight.TabIndex = 86;
  158. this.txtBcHeight.Text = "0";
  159. //
  160. // cbRatio
  161. //
  162. this.cbRatio.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  163. this.cbRatio.FormattingEnabled = true;
  164. this.cbRatio.Location = new System.Drawing.Point(479, 40);
  165. this.cbRatio.Name = "cbRatio";
  166. this.cbRatio.Size = new System.Drawing.Size(60, 20);
  167. this.cbRatio.TabIndex = 88;
  168. //
  169. // cbwidth
  170. //
  171. this.cbwidth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  172. this.cbwidth.FormattingEnabled = true;
  173. this.cbwidth.Location = new System.Drawing.Point(395, 40);
  174. this.cbwidth.Name = "cbwidth";
  175. this.cbwidth.Size = new System.Drawing.Size(60, 20);
  176. this.cbwidth.TabIndex = 87;
  177. //
  178. // coBoxND
  179. //
  180. this.coBoxND.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  181. this.coBoxND.FormattingEnabled = true;
  182. this.coBoxND.Location = new System.Drawing.Point(395, 16);
  183. this.coBoxND.Name = "coBoxND";
  184. this.coBoxND.Size = new System.Drawing.Size(60, 20);
  185. this.coBoxND.TabIndex = 83;
  186. //
  187. // cmbImage
  188. //
  189. this.cmbImage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  190. this.cmbImage.FormattingEnabled = true;
  191. this.cmbImage.Items.AddRange(new object[] {
  192. "8010",
  193. "8110"});
  194. this.cmbImage.Location = new System.Drawing.Point(96, 94);
  195. this.cmbImage.Name = "cmbImage";
  196. this.cmbImage.Size = new System.Drawing.Size(60, 20);
  197. this.cmbImage.TabIndex = 91;
  198. //
  199. // cbMagnification
  200. //
  201. this.cbMagnification.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  202. this.cbMagnification.FormattingEnabled = true;
  203. this.cbMagnification.Location = new System.Drawing.Point(196, 94);
  204. this.cbMagnification.Name = "cbMagnification";
  205. this.cbMagnification.Size = new System.Drawing.Size(60, 20);
  206. this.cbMagnification.TabIndex = 91;
  207. //
  208. // coBoxSD
  209. //
  210. this.coBoxSD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  211. this.coBoxSD.FormattingEnabled = true;
  212. this.coBoxSD.Location = new System.Drawing.Point(293, 16);
  213. this.coBoxSD.Name = "coBoxSD";
  214. this.coBoxSD.Size = new System.Drawing.Size(60, 20);
  215. this.coBoxSD.TabIndex = 82;
  216. //
  217. // label23
  218. //
  219. this.label23.AutoSize = true;
  220. this.label23.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.label23.ForeColor = System.Drawing.Color.Red;
  222. this.label23.Location = new System.Drawing.Point(463, 45);
  223. this.label23.Name = "label23";
  224. this.label23.Size = new System.Drawing.Size(12, 12);
  225. this.label23.TabIndex = 22;
  226. this.label23.Text = "R";
  227. //
  228. // label22
  229. //
  230. this.label22.AutoSize = true;
  231. this.label22.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.label22.ForeColor = System.Drawing.Color.Red;
  233. this.label22.Location = new System.Drawing.Point(376, 45);
  234. this.label22.Name = "label22";
  235. this.label22.Size = new System.Drawing.Size(12, 12);
  236. this.label22.TabIndex = 22;
  237. this.label22.Text = "W";
  238. //
  239. // label10
  240. //
  241. this.label10.AutoSize = true;
  242. this.label10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.label10.ForeColor = System.Drawing.Color.Red;
  244. this.label10.Location = new System.Drawing.Point(361, 20);
  245. this.label10.Name = "label10";
  246. this.label10.Size = new System.Drawing.Size(31, 12);
  247. this.label10.TabIndex = 22;
  248. this.label10.Text = "浓度";
  249. //
  250. // label16
  251. //
  252. this.label16.AutoSize = true;
  253. this.label16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.label16.ForeColor = System.Drawing.Color.Red;
  255. this.label16.Location = new System.Drawing.Point(160, 72);
  256. this.label16.Name = "label16";
  257. this.label16.Size = new System.Drawing.Size(31, 12);
  258. this.label16.TabIndex = 19;
  259. this.label16.Text = "宽度";
  260. //
  261. // label9
  262. //
  263. this.label9.AutoSize = true;
  264. this.label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.label9.ForeColor = System.Drawing.Color.Red;
  266. this.label9.Location = new System.Drawing.Point(261, 20);
  267. this.label9.Name = "label9";
  268. this.label9.Size = new System.Drawing.Size(31, 12);
  269. this.label9.TabIndex = 21;
  270. this.label9.Text = "速度";
  271. //
  272. // label19
  273. //
  274. this.label19.AutoSize = true;
  275. this.label19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.label19.ForeColor = System.Drawing.Color.Red;
  277. this.label19.Location = new System.Drawing.Point(181, 45);
  278. this.label19.Name = "label19";
  279. this.label19.Size = new System.Drawing.Size(12, 12);
  280. this.label19.TabIndex = 20;
  281. this.label19.Text = "Y";
  282. //
  283. // label28
  284. //
  285. this.label28.AutoSize = true;
  286. this.label28.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.label28.ForeColor = System.Drawing.Color.Red;
  288. this.label28.Location = new System.Drawing.Point(65, 97);
  289. this.label28.Name = "label28";
  290. this.label28.Size = new System.Drawing.Size(31, 12);
  291. this.label28.TabIndex = 19;
  292. this.label28.Text = "型号";
  293. //
  294. // label15
  295. //
  296. this.label15.AutoSize = true;
  297. this.label15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. this.label15.ForeColor = System.Drawing.Color.Red;
  299. this.label15.Location = new System.Drawing.Point(64, 72);
  300. this.label15.Name = "label15";
  301. this.label15.Size = new System.Drawing.Size(31, 12);
  302. this.label15.TabIndex = 19;
  303. this.label15.Text = "高度";
  304. //
  305. // label8
  306. //
  307. this.label8.AutoSize = true;
  308. this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  309. this.label8.ForeColor = System.Drawing.Color.Red;
  310. this.label8.Location = new System.Drawing.Point(181, 20);
  311. this.label8.Name = "label8";
  312. this.label8.Size = new System.Drawing.Size(12, 12);
  313. this.label8.TabIndex = 20;
  314. this.label8.Text = "Y";
  315. //
  316. // label18
  317. //
  318. this.label18.AutoSize = true;
  319. this.label18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.label18.ForeColor = System.Drawing.Color.Red;
  321. this.label18.Location = new System.Drawing.Point(83, 45);
  322. this.label18.Name = "label18";
  323. this.label18.Size = new System.Drawing.Size(12, 12);
  324. this.label18.TabIndex = 19;
  325. this.label18.Text = "X";
  326. //
  327. // label13
  328. //
  329. this.label13.AutoSize = true;
  330. this.label13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  331. this.label13.ForeColor = System.Drawing.Color.Red;
  332. this.label13.Location = new System.Drawing.Point(261, 45);
  333. this.label13.Name = "label13";
  334. this.label13.Size = new System.Drawing.Size(31, 12);
  335. this.label13.TabIndex = 19;
  336. this.label13.Text = "高度";
  337. //
  338. // label6
  339. //
  340. this.label6.AutoSize = true;
  341. this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  342. this.label6.ForeColor = System.Drawing.Color.Red;
  343. this.label6.Location = new System.Drawing.Point(83, 20);
  344. this.label6.Name = "label6";
  345. this.label6.Size = new System.Drawing.Size(12, 12);
  346. this.label6.TabIndex = 19;
  347. this.label6.Text = "X";
  348. //
  349. // label21
  350. //
  351. this.label21.AutoSize = true;
  352. this.label21.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  353. this.label21.ForeColor = System.Drawing.Color.Red;
  354. this.label21.Location = new System.Drawing.Point(160, 97);
  355. this.label21.Name = "label21";
  356. this.label21.Size = new System.Drawing.Size(31, 12);
  357. this.label21.TabIndex = 16;
  358. this.label21.Text = "倍数";
  359. //
  360. // label27
  361. //
  362. this.label27.AutoSize = true;
  363. this.label27.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  364. this.label27.ForeColor = System.Drawing.Color.Blue;
  365. this.label27.Location = new System.Drawing.Point(4, 97);
  366. this.label27.Name = "label27";
  367. this.label27.Size = new System.Drawing.Size(57, 12);
  368. this.label27.TabIndex = 16;
  369. this.label27.Text = "图盘设置";
  370. //
  371. // label14
  372. //
  373. this.label14.AutoSize = true;
  374. this.label14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  375. this.label14.ForeColor = System.Drawing.Color.Blue;
  376. this.label14.Location = new System.Drawing.Point(6, 72);
  377. this.label14.Name = "label14";
  378. this.label14.Size = new System.Drawing.Size(57, 12);
  379. this.label14.TabIndex = 16;
  380. this.label14.Text = "文字设置";
  381. //
  382. // label12
  383. //
  384. this.label12.AutoSize = true;
  385. this.label12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.label12.ForeColor = System.Drawing.Color.Blue;
  387. this.label12.Location = new System.Drawing.Point(6, 45);
  388. this.label12.Name = "label12";
  389. this.label12.Size = new System.Drawing.Size(57, 12);
  390. this.label12.TabIndex = 16;
  391. this.label12.Text = "条码设置";
  392. //
  393. // label7
  394. //
  395. this.label7.AutoSize = true;
  396. this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. this.label7.ForeColor = System.Drawing.Color.Blue;
  398. this.label7.Location = new System.Drawing.Point(6, 19);
  399. this.label7.Name = "label7";
  400. this.label7.Size = new System.Drawing.Size(57, 12);
  401. this.label7.TabIndex = 16;
  402. this.label7.Text = "初始位置";
  403. //
  404. // button1
  405. //
  406. this.button1.Location = new System.Drawing.Point(6, 141);
  407. this.button1.Name = "button1";
  408. this.button1.Size = new System.Drawing.Size(75, 23);
  409. this.button1.TabIndex = 19;
  410. this.button1.Text = "测试";
  411. this.button1.UseVisualStyleBackColor = true;
  412. this.button1.Click += new System.EventHandler(this.button1_Click);
  413. //
  414. // Form1
  415. //
  416. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  417. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  418. this.ClientSize = new System.Drawing.Size(560, 450);
  419. this.Controls.Add(this.button1);
  420. this.Controls.Add(this.groupBox1);
  421. this.Name = "Form1";
  422. this.Text = "Form1";
  423. this.Load += new System.EventHandler(this.Form1_Load);
  424. this.groupBox1.ResumeLayout(false);
  425. this.groupBox1.PerformLayout();
  426. this.ResumeLayout(false);
  427. this.PerformLayout();
  428. }
  429. #endregion
  430. private System.Windows.Forms.GroupBox groupBox1;
  431. private System.Windows.Forms.TextBox txtTextWidth;
  432. private System.Windows.Forms.TextBox txtTextHeight;
  433. private System.Windows.Forms.TextBox txtBcY;
  434. private System.Windows.Forms.TextBox txtStartY;
  435. private System.Windows.Forms.TextBox txtStartX;
  436. private System.Windows.Forms.TextBox txtBcX;
  437. private System.Windows.Forms.TextBox txtBcHeight;
  438. private System.Windows.Forms.ComboBox cbRatio;
  439. private System.Windows.Forms.ComboBox cbwidth;
  440. private System.Windows.Forms.ComboBox coBoxND;
  441. private System.Windows.Forms.ComboBox cmbImage;
  442. private System.Windows.Forms.ComboBox cbMagnification;
  443. private System.Windows.Forms.ComboBox coBoxSD;
  444. private System.Windows.Forms.Label label23;
  445. private System.Windows.Forms.Label label22;
  446. private System.Windows.Forms.Label label10;
  447. private System.Windows.Forms.Label label16;
  448. private System.Windows.Forms.Label label9;
  449. private System.Windows.Forms.Label label19;
  450. private System.Windows.Forms.Label label28;
  451. private System.Windows.Forms.Label label15;
  452. private System.Windows.Forms.Label label8;
  453. private System.Windows.Forms.Label label18;
  454. private System.Windows.Forms.Label label13;
  455. private System.Windows.Forms.Label label6;
  456. private System.Windows.Forms.Label label21;
  457. private System.Windows.Forms.Label label27;
  458. private System.Windows.Forms.Label label14;
  459. private System.Windows.Forms.Label label12;
  460. private System.Windows.Forms.Label label7;
  461. private System.Windows.Forms.Button button1;
  462. }
  463. }