Make_ParseLog.Designer.cs 22 KB

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