Make_ParseLog.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_ParseLog
  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.Device = new System.Windows.Forms.ComboBox();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.txtPath = new System.Windows.Forms.TextBox();
  32. this.Choose = new System.Windows.Forms.Button();
  33. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.FileBox = new System.Windows.Forms.GroupBox();
  36. this.Clear = new System.Windows.Forms.Button();
  37. this.Delete = new System.Windows.Forms.Button();
  38. this.Generate = new System.Windows.Forms.Button();
  39. this.SN6 = new System.Windows.Forms.TextBox();
  40. this.SN5 = new System.Windows.Forms.TextBox();
  41. this.SN4 = new System.Windows.Forms.TextBox();
  42. this.SN3 = new System.Windows.Forms.TextBox();
  43. this.SN2 = new System.Windows.Forms.TextBox();
  44. this.SN1 = new System.Windows.Forms.TextBox();
  45. this.onWatch = new System.Windows.Forms.Button();
  46. this.claerBtn = new System.Windows.Forms.Button();
  47. this.allParse = new System.Windows.Forms.Button();
  48. this.label3 = new System.Windows.Forms.Label();
  49. this.lstOk = new System.Windows.Forms.ListBox();
  50. this.lstFiles = new System.Windows.Forms.ListBox();
  51. this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog();
  52. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  53. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  54. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  55. this.panel1.SuspendLayout();
  56. this.FileBox.SuspendLayout();
  57. this.tableLayoutPanel1.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // Device
  61. //
  62. this.Device.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  63. this.Device.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.Device.FormattingEnabled = true;
  65. this.Device.Items.AddRange(new object[] {
  66. "AOI设备",
  67. "X-ray设备",
  68. "CCD设备"});
  69. this.Device.Location = new System.Drawing.Point(193, 88);
  70. this.Device.Name = "Device";
  71. this.Device.Size = new System.Drawing.Size(387, 39);
  72. this.Device.TabIndex = 2;
  73. this.Device.SelectedIndexChanged += new System.EventHandler(this.Device_SelectedIndexChanged);
  74. //
  75. // label1
  76. //
  77. this.label1.AutoSize = true;
  78. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.label1.Location = new System.Drawing.Point(61, 92);
  80. this.label1.Name = "label1";
  81. this.label1.Size = new System.Drawing.Size(101, 30);
  82. this.label1.TabIndex = 0;
  83. this.label1.Text = "设备类型";
  84. //
  85. // label2
  86. //
  87. this.label2.AutoSize = true;
  88. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.label2.Location = new System.Drawing.Point(61, 154);
  90. this.label2.Name = "label2";
  91. this.label2.Size = new System.Drawing.Size(123, 30);
  92. this.label2.TabIndex = 4;
  93. this.label2.Text = "文件夹路径";
  94. //
  95. // txtPath
  96. //
  97. this.txtPath.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.txtPath.Location = new System.Drawing.Point(193, 154);
  99. this.txtPath.Name = "txtPath";
  100. this.txtPath.Size = new System.Drawing.Size(387, 35);
  101. this.txtPath.TabIndex = 3;
  102. //
  103. // Choose
  104. //
  105. this.Choose.Cursor = System.Windows.Forms.Cursors.Hand;
  106. this.Choose.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.Choose.Location = new System.Drawing.Point(601, 155);
  108. this.Choose.Name = "Choose";
  109. this.Choose.Size = new System.Drawing.Size(122, 38);
  110. this.Choose.TabIndex = 4;
  111. this.Choose.Text = "选择";
  112. this.Choose.UseVisualStyleBackColor = true;
  113. this.Choose.Click += new System.EventHandler(this.Choose_Click);
  114. //
  115. // openFileDialog1
  116. //
  117. this.openFileDialog1.FileName = "openFileDialog1";
  118. this.openFileDialog1.RestoreDirectory = true;
  119. //
  120. // panel1
  121. //
  122. this.panel1.BackColor = System.Drawing.SystemColors.Control;
  123. this.panel1.Controls.Add(this.FileBox);
  124. this.panel1.Controls.Add(this.onWatch);
  125. this.panel1.Controls.Add(this.claerBtn);
  126. this.panel1.Controls.Add(this.LockMakeCode);
  127. this.panel1.Controls.Add(this.ma_code);
  128. this.panel1.Controls.Add(this.allParse);
  129. this.panel1.Controls.Add(this.label3);
  130. this.panel1.Controls.Add(this.Device);
  131. this.panel1.Controls.Add(this.label1);
  132. this.panel1.Controls.Add(this.Choose);
  133. this.panel1.Controls.Add(this.label2);
  134. this.panel1.Controls.Add(this.txtPath);
  135. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  136. this.panel1.Location = new System.Drawing.Point(0, 0);
  137. this.panel1.Name = "panel1";
  138. this.panel1.Size = new System.Drawing.Size(1600, 296);
  139. this.panel1.TabIndex = 7;
  140. //
  141. // FileBox
  142. //
  143. this.FileBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  144. this.FileBox.Controls.Add(this.Clear);
  145. this.FileBox.Controls.Add(this.Delete);
  146. this.FileBox.Controls.Add(this.Generate);
  147. this.FileBox.Controls.Add(this.SN6);
  148. this.FileBox.Controls.Add(this.SN5);
  149. this.FileBox.Controls.Add(this.SN4);
  150. this.FileBox.Controls.Add(this.SN3);
  151. this.FileBox.Controls.Add(this.SN2);
  152. this.FileBox.Controls.Add(this.SN1);
  153. this.FileBox.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.FileBox.ForeColor = System.Drawing.SystemColors.ControlText;
  155. this.FileBox.Location = new System.Drawing.Point(801, 25);
  156. this.FileBox.Name = "FileBox";
  157. this.FileBox.Size = new System.Drawing.Size(759, 244);
  158. this.FileBox.TabIndex = 10;
  159. this.FileBox.TabStop = false;
  160. this.FileBox.Text = "Xray序列号文件名生成";
  161. this.FileBox.Visible = false;
  162. //
  163. // Clear
  164. //
  165. this.Clear.Cursor = System.Windows.Forms.Cursors.Hand;
  166. this.Clear.Location = new System.Drawing.Point(329, 193);
  167. this.Clear.Name = "Clear";
  168. this.Clear.Size = new System.Drawing.Size(117, 36);
  169. this.Clear.TabIndex = 8;
  170. this.Clear.Text = "一键清理";
  171. this.Clear.UseVisualStyleBackColor = true;
  172. this.Clear.Click += new System.EventHandler(this.Clear_Click);
  173. //
  174. // Delete
  175. //
  176. this.Delete.Cursor = System.Windows.Forms.Cursors.Hand;
  177. this.Delete.Location = new System.Drawing.Point(489, 193);
  178. this.Delete.Name = "Delete";
  179. this.Delete.Size = new System.Drawing.Size(117, 36);
  180. this.Delete.TabIndex = 7;
  181. this.Delete.Text = "一键删除";
  182. this.Delete.UseVisualStyleBackColor = true;
  183. this.Delete.Click += new System.EventHandler(this.Delete_Click);
  184. //
  185. // Generate
  186. //
  187. this.Generate.Cursor = System.Windows.Forms.Cursors.Hand;
  188. this.Generate.Location = new System.Drawing.Point(174, 193);
  189. this.Generate.Name = "Generate";
  190. this.Generate.Size = new System.Drawing.Size(117, 36);
  191. this.Generate.TabIndex = 6;
  192. this.Generate.Text = "一键生成";
  193. this.Generate.UseVisualStyleBackColor = true;
  194. this.Generate.Click += new System.EventHandler(this.Generate_Click);
  195. //
  196. // SN6
  197. //
  198. this.SN6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.SN6.Location = new System.Drawing.Point(522, 128);
  200. this.SN6.Name = "SN6";
  201. this.SN6.Size = new System.Drawing.Size(222, 31);
  202. this.SN6.TabIndex = 5;
  203. this.SN6.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN6_KeyDown);
  204. //
  205. // SN5
  206. //
  207. this.SN5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.SN5.Location = new System.Drawing.Point(271, 128);
  209. this.SN5.Name = "SN5";
  210. this.SN5.Size = new System.Drawing.Size(222, 31);
  211. this.SN5.TabIndex = 4;
  212. this.SN5.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN5_KeyDown);
  213. //
  214. // SN4
  215. //
  216. this.SN4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.SN4.Location = new System.Drawing.Point(20, 128);
  218. this.SN4.Name = "SN4";
  219. this.SN4.Size = new System.Drawing.Size(222, 31);
  220. this.SN4.TabIndex = 3;
  221. this.SN4.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN4_KeyDown);
  222. //
  223. // SN3
  224. //
  225. this.SN3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.SN3.Location = new System.Drawing.Point(522, 55);
  227. this.SN3.Name = "SN3";
  228. this.SN3.Size = new System.Drawing.Size(222, 31);
  229. this.SN3.TabIndex = 2;
  230. this.SN3.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN3_KeyDown);
  231. //
  232. // SN2
  233. //
  234. this.SN2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.SN2.Location = new System.Drawing.Point(271, 55);
  236. this.SN2.Name = "SN2";
  237. this.SN2.Size = new System.Drawing.Size(222, 31);
  238. this.SN2.TabIndex = 1;
  239. this.SN2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN2_KeyDown);
  240. //
  241. // SN1
  242. //
  243. this.SN1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  244. this.SN1.Location = new System.Drawing.Point(20, 55);
  245. this.SN1.Name = "SN1";
  246. this.SN1.Size = new System.Drawing.Size(222, 31);
  247. this.SN1.TabIndex = 0;
  248. this.SN1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN1_KeyDown);
  249. //
  250. // onWatch
  251. //
  252. this.onWatch.Cursor = System.Windows.Forms.Cursors.Hand;
  253. this.onWatch.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.onWatch.Location = new System.Drawing.Point(66, 232);
  255. this.onWatch.Name = "onWatch";
  256. this.onWatch.Size = new System.Drawing.Size(122, 38);
  257. this.onWatch.TabIndex = 8;
  258. this.onWatch.Text = "开启解析";
  259. this.onWatch.UseVisualStyleBackColor = true;
  260. this.onWatch.Click += new System.EventHandler(this.onWatch_Click);
  261. //
  262. // claerBtn
  263. //
  264. this.claerBtn.Cursor = System.Windows.Forms.Cursors.Hand;
  265. this.claerBtn.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.claerBtn.Location = new System.Drawing.Point(391, 231);
  267. this.claerBtn.Name = "claerBtn";
  268. this.claerBtn.Size = new System.Drawing.Size(122, 38);
  269. this.claerBtn.TabIndex = 7;
  270. this.claerBtn.Text = "清除";
  271. this.claerBtn.UseVisualStyleBackColor = true;
  272. this.claerBtn.Click += new System.EventHandler(this.claerBtn_Click);
  273. //
  274. // allParse
  275. //
  276. this.allParse.Cursor = System.Windows.Forms.Cursors.Hand;
  277. this.allParse.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.allParse.Location = new System.Drawing.Point(230, 232);
  279. this.allParse.Name = "allParse";
  280. this.allParse.Size = new System.Drawing.Size(122, 38);
  281. this.allParse.TabIndex = 5;
  282. this.allParse.Text = "批量解析";
  283. this.allParse.UseVisualStyleBackColor = true;
  284. this.allParse.Click += new System.EventHandler(this.allParse_Click);
  285. //
  286. // label3
  287. //
  288. this.label3.AutoSize = true;
  289. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  290. this.label3.Location = new System.Drawing.Point(61, 26);
  291. this.label3.Name = "label3";
  292. this.label3.Size = new System.Drawing.Size(101, 30);
  293. this.label3.TabIndex = 6;
  294. this.label3.Text = "归属工单";
  295. //
  296. // lstOk
  297. //
  298. this.lstOk.Dock = System.Windows.Forms.DockStyle.Fill;
  299. this.lstOk.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  300. this.lstOk.FormattingEnabled = true;
  301. this.lstOk.ItemHeight = 28;
  302. this.lstOk.Location = new System.Drawing.Point(3, 3);
  303. this.lstOk.Name = "lstOk";
  304. this.lstOk.Size = new System.Drawing.Size(1594, 296);
  305. this.lstOk.TabIndex = 1;
  306. //
  307. // lstFiles
  308. //
  309. this.lstFiles.Dock = System.Windows.Forms.DockStyle.Fill;
  310. this.lstFiles.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  311. this.lstFiles.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.lstFiles.FormattingEnabled = true;
  313. this.lstFiles.ItemHeight = 22;
  314. this.lstFiles.Location = new System.Drawing.Point(3, 305);
  315. this.lstFiles.Name = "lstFiles";
  316. this.lstFiles.Size = new System.Drawing.Size(1594, 296);
  317. this.lstFiles.TabIndex = 0;
  318. this.lstFiles.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.lstFiles_DrawItem);
  319. //
  320. // openFileDialog2
  321. //
  322. this.openFileDialog2.FileName = "openFileDialog2";
  323. //
  324. // tableLayoutPanel1
  325. //
  326. this.tableLayoutPanel1.ColumnCount = 1;
  327. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  328. this.tableLayoutPanel1.Controls.Add(this.lstOk, 0, 0);
  329. this.tableLayoutPanel1.Controls.Add(this.lstFiles, 0, 1);
  330. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  331. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 296);
  332. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  333. this.tableLayoutPanel1.RowCount = 2;
  334. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  335. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  336. this.tableLayoutPanel1.Size = new System.Drawing.Size(1600, 604);
  337. this.tableLayoutPanel1.TabIndex = 8;
  338. //
  339. // LockMakeCode
  340. //
  341. this.LockMakeCode.AutoSize = true;
  342. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. this.LockMakeCode.LeaveEvent = false;
  344. this.LockMakeCode.Location = new System.Drawing.Point(523, 30);
  345. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4);
  346. this.LockMakeCode.Name = "LockMakeCode";
  347. this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
  348. this.LockMakeCode.TabIndex = 1;
  349. this.LockMakeCode.Text = "锁定";
  350. this.LockMakeCode.UseVisualStyleBackColor = true;
  351. //
  352. // ma_code
  353. //
  354. this.ma_code.AllPower = null;
  355. this.ma_code.BackColor = System.Drawing.SystemColors.Control;
  356. this.ma_code.Caller = null;
  357. this.ma_code.Condition = null;
  358. this.ma_code.DBTitle = null;
  359. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  360. this.ma_code.FormName = null;
  361. this.ma_code.Location = new System.Drawing.Point(193, 25);
  362. this.ma_code.Margin = new System.Windows.Forms.Padding(4);
  363. this.ma_code.Name = "ma_code";
  364. this.ma_code.Power = null;
  365. this.ma_code.ReturnData = null;
  366. this.ma_code.SelectField = null;
  367. this.ma_code.SetValueField = null;
  368. this.ma_code.Size = new System.Drawing.Size(320, 42);
  369. this.ma_code.TabIndex = 0;
  370. this.ma_code.TableName = null;
  371. this.ma_code.TextBoxEnable = true;
  372. //
  373. // Make_ParseLog
  374. //
  375. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  376. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  377. this.BackColor = System.Drawing.SystemColors.Window;
  378. this.ClientSize = new System.Drawing.Size(1600, 900);
  379. this.Controls.Add(this.tableLayoutPanel1);
  380. this.Controls.Add(this.panel1);
  381. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  382. this.Name = "Make_ParseLog";
  383. this.Text = "Make_ParseLog";
  384. this.Load += new System.EventHandler(this.Make_ParseLog_Load);
  385. this.panel1.ResumeLayout(true);
  386. this.panel1.PerformLayout();
  387. this.FileBox.ResumeLayout(true);
  388. this.FileBox.PerformLayout();
  389. this.tableLayoutPanel1.ResumeLayout(true);
  390. this.ResumeLayout(true);
  391. }
  392. #endregion
  393. private System.Windows.Forms.ComboBox Device;
  394. private System.Windows.Forms.Label label1;
  395. private System.Windows.Forms.Label label2;
  396. private System.Windows.Forms.TextBox txtPath;
  397. private System.Windows.Forms.Button Choose;
  398. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  399. private System.Windows.Forms.Panel panel1;
  400. private System.Windows.Forms.Label label3;
  401. private System.Windows.Forms.Button allParse;
  402. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  403. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  404. private System.Windows.Forms.OpenFileDialog openFileDialog2;
  405. private System.Windows.Forms.ListBox lstFiles;
  406. private System.Windows.Forms.Button claerBtn;
  407. private System.Windows.Forms.Button onWatch;
  408. private System.Windows.Forms.ListBox lstOk;
  409. private System.Windows.Forms.GroupBox FileBox;
  410. private System.Windows.Forms.TextBox SN1;
  411. private System.Windows.Forms.TextBox SN6;
  412. private System.Windows.Forms.TextBox SN5;
  413. private System.Windows.Forms.TextBox SN4;
  414. private System.Windows.Forms.TextBox SN3;
  415. private System.Windows.Forms.TextBox SN2;
  416. private System.Windows.Forms.Button Generate;
  417. private System.Windows.Forms.Button Delete;
  418. private System.Windows.Forms.Button Clear;
  419. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  420. }
  421. }