Special_DeleteWN.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_DeleteWN
  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(Special_Delete));
  29. this.Pallet_label = new System.Windows.Forms.Label();
  30. this.bigboxBtn = new System.Windows.Forms.RadioButton();
  31. this.serBtn = new System.Windows.Forms.RadioButton();
  32. this.ms_makecode_label = new System.Windows.Forms.Label();
  33. this.ms_prodcode_label = new System.Windows.Forms.Label();
  34. this.WeighRecord = new System.Windows.Forms.ListView();
  35. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  36. this.cd_stepno = new System.Windows.Forms.Label();
  37. this.数据清空 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  38. this.ms_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  39. this.ms_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  40. this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  41. this.input = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  42. this.Split = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  43. this.groupBox1 = new System.Windows.Forms.GroupBox();
  44. this.DeleteALLSN = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  45. this.label2 = new System.Windows.Forms.Label();
  46. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  47. this.RemainSN = new System.Windows.Forms.Label();
  48. this.TotalSN = new System.Windows.Forms.Label();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this.PassWord = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  51. this.groupBox1.SuspendLayout();
  52. this.SuspendLayout();
  53. //
  54. // Pallet_label
  55. //
  56. this.Pallet_label.AutoSize = true;
  57. this.Pallet_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.Pallet_label.Location = new System.Drawing.Point(13, 83);
  59. this.Pallet_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  60. this.Pallet_label.Name = "Pallet_label";
  61. this.Pallet_label.Size = new System.Drawing.Size(114, 41);
  62. this.Pallet_label.TabIndex = 1;
  63. this.Pallet_label.Text = "录入框";
  64. //
  65. // bigboxBtn
  66. //
  67. this.bigboxBtn.AutoSize = true;
  68. this.bigboxBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.bigboxBtn.Location = new System.Drawing.Point(21, 4);
  70. this.bigboxBtn.Margin = new System.Windows.Forms.Padding(4);
  71. this.bigboxBtn.Name = "bigboxBtn";
  72. this.bigboxBtn.Size = new System.Drawing.Size(113, 45);
  73. this.bigboxBtn.TabIndex = 234;
  74. this.bigboxBtn.Text = "箱号";
  75. this.bigboxBtn.UseVisualStyleBackColor = true;
  76. this.bigboxBtn.Click += new System.EventHandler(this.bigboxBtn_Click);
  77. //
  78. // serBtn
  79. //
  80. this.serBtn.AutoSize = true;
  81. this.serBtn.Checked = true;
  82. this.serBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.serBtn.Location = new System.Drawing.Point(160, 4);
  84. this.serBtn.Margin = new System.Windows.Forms.Padding(4);
  85. this.serBtn.Name = "serBtn";
  86. this.serBtn.Size = new System.Drawing.Size(209, 45);
  87. this.serBtn.TabIndex = 233;
  88. this.serBtn.TabStop = true;
  89. this.serBtn.Text = "单台序列号";
  90. this.serBtn.UseVisualStyleBackColor = true;
  91. this.serBtn.Click += new System.EventHandler(this.bigboxBtn_Click);
  92. //
  93. // ms_makecode_label
  94. //
  95. this.ms_makecode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  96. | System.Windows.Forms.AnchorStyles.Left)));
  97. this.ms_makecode_label.AutoSize = true;
  98. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.ms_makecode_label.Location = new System.Drawing.Point(13, 163);
  100. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  101. this.ms_makecode_label.Name = "ms_makecode_label";
  102. this.ms_makecode_label.Size = new System.Drawing.Size(114, 41);
  103. this.ms_makecode_label.TabIndex = 240;
  104. this.ms_makecode_label.Text = "工单号";
  105. //
  106. // ms_prodcode_label
  107. //
  108. this.ms_prodcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  109. | System.Windows.Forms.AnchorStyles.Left)));
  110. this.ms_prodcode_label.AutoSize = true;
  111. this.ms_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.ms_prodcode_label.Location = new System.Drawing.Point(652, 163);
  113. this.ms_prodcode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  114. this.ms_prodcode_label.Name = "ms_prodcode_label";
  115. this.ms_prodcode_label.Size = new System.Drawing.Size(146, 41);
  116. this.ms_prodcode_label.TabIndex = 241;
  117. this.ms_prodcode_label.Text = "产品编号";
  118. //
  119. // WeighRecord
  120. //
  121. this.WeighRecord.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  122. this.columnHeader3});
  123. this.WeighRecord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.WeighRecord.HideSelection = false;
  125. this.WeighRecord.Location = new System.Drawing.Point(21, 216);
  126. this.WeighRecord.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
  127. this.WeighRecord.Name = "WeighRecord";
  128. this.WeighRecord.Size = new System.Drawing.Size(839, 639);
  129. this.WeighRecord.TabIndex = 243;
  130. this.WeighRecord.UseCompatibleStateImageBehavior = false;
  131. this.WeighRecord.View = System.Windows.Forms.View.Details;
  132. //
  133. // columnHeader3
  134. //
  135. this.columnHeader3.Text = "录入项";
  136. this.columnHeader3.Width = 300;
  137. //
  138. // cd_stepno
  139. //
  140. this.cd_stepno.AutoSize = true;
  141. this.cd_stepno.Location = new System.Drawing.Point(1408, 83);
  142. this.cd_stepno.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  143. this.cd_stepno.Name = "cd_stepno";
  144. this.cd_stepno.Size = new System.Drawing.Size(0, 24);
  145. this.cd_stepno.TabIndex = 244;
  146. //
  147. // 数据清空
  148. //
  149. this.数据清空.AllPower = null;
  150. this.数据清空.BackColor = System.Drawing.Color.Transparent;
  151. this.数据清空.DownImage = ((System.Drawing.Image)(resources.GetObject("数据清空.DownImage")));
  152. this.数据清空.Image = null;
  153. this.数据清空.IsShowBorder = true;
  154. this.数据清空.Location = new System.Drawing.Point(947, 800);
  155. this.数据清空.Margin = new System.Windows.Forms.Padding(5);
  156. this.数据清空.MoveImage = ((System.Drawing.Image)(resources.GetObject("数据清空.MoveImage")));
  157. this.数据清空.Name = "数据清空";
  158. this.数据清空.NormalImage = ((System.Drawing.Image)(resources.GetObject("数据清空.NormalImage")));
  159. this.数据清空.Power = null;
  160. this.数据清空.Size = new System.Drawing.Size(112, 56);
  161. this.数据清空.TabIndex = 245;
  162. this.数据清空.Text = "数据清空";
  163. this.数据清空.UseVisualStyleBackColor = false;
  164. this.数据清空.Click += new System.EventHandler(this.数据清空_Click);
  165. //
  166. // ms_prodcode
  167. //
  168. this.ms_prodcode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  169. | System.Windows.Forms.AnchorStyles.Left)));
  170. this.ms_prodcode.AutoSize = true;
  171. this.ms_prodcode.CutLength = null;
  172. this.ms_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.ms_prodcode.Location = new System.Drawing.Point(844, 163);
  174. this.ms_prodcode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  175. this.ms_prodcode.MaximumSize = new System.Drawing.Size(300, 0);
  176. this.ms_prodcode.Name = "ms_prodcode";
  177. this.ms_prodcode.Size = new System.Drawing.Size(0, 41);
  178. this.ms_prodcode.TabIndex = 239;
  179. //
  180. // ms_makecode
  181. //
  182. this.ms_makecode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  183. | System.Windows.Forms.AnchorStyles.Left)));
  184. this.ms_makecode.AutoSize = true;
  185. this.ms_makecode.CutLength = null;
  186. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.ms_makecode.Location = new System.Drawing.Point(173, 163);
  188. this.ms_makecode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  189. this.ms_makecode.MaximumSize = new System.Drawing.Size(500, 0);
  190. this.ms_makecode.Name = "ms_makecode";
  191. this.ms_makecode.Size = new System.Drawing.Size(0, 41);
  192. this.ms_makecode.TabIndex = 242;
  193. //
  194. // OperatResult
  195. //
  196. this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.OperatResult.Location = new System.Drawing.Point(21, 867);
  198. this.OperatResult.Margin = new System.Windows.Forms.Padding(4);
  199. this.OperatResult.Name = "OperatResult";
  200. this.OperatResult.Size = new System.Drawing.Size(1551, 241);
  201. this.OperatResult.TabIndex = 3;
  202. this.OperatResult.Text = "";
  203. //
  204. // input
  205. //
  206. this.input.AllPower = null;
  207. this.input.BackColor = System.Drawing.Color.White;
  208. this.input.ID = null;
  209. this.input.Location = new System.Drawing.Point(160, 85);
  210. this.input.Margin = new System.Windows.Forms.Padding(4);
  211. this.input.Name = "input";
  212. this.input.Power = null;
  213. this.input.Size = new System.Drawing.Size(292, 35);
  214. this.input.Str = null;
  215. this.input.Str1 = null;
  216. this.input.Str2 = null;
  217. this.input.TabIndex = 2;
  218. this.input.KeyDown += new System.Windows.Forms.KeyEventHandler(this.input_KeyDown);
  219. //
  220. // Split
  221. //
  222. this.Split.AllPower = null;
  223. this.Split.BackColor = System.Drawing.Color.Transparent;
  224. this.Split.DownImage = ((System.Drawing.Image)(resources.GetObject("Split.DownImage")));
  225. this.Split.Image = null;
  226. this.Split.IsShowBorder = true;
  227. this.Split.Location = new System.Drawing.Point(494, 32);
  228. this.Split.Margin = new System.Windows.Forms.Padding(4);
  229. this.Split.MoveImage = ((System.Drawing.Image)(resources.GetObject("Split.MoveImage")));
  230. this.Split.Name = "Split";
  231. this.Split.NormalImage = ((System.Drawing.Image)(resources.GetObject("Split.NormalImage")));
  232. this.Split.Power = null;
  233. this.Split.Size = new System.Drawing.Size(223, 92);
  234. this.Split.TabIndex = 0;
  235. this.Split.Text = "解绑录入工单";
  236. this.Split.UseVisualStyleBackColor = false;
  237. this.Split.Click += new System.EventHandler(this.Split_Click);
  238. //
  239. // groupBox1
  240. //
  241. this.groupBox1.Controls.Add(this.PassWord);
  242. this.groupBox1.Controls.Add(this.DeleteALLSN);
  243. this.groupBox1.Controls.Add(this.label1);
  244. this.groupBox1.Controls.Add(this.label2);
  245. this.groupBox1.Controls.Add(this.TotalSN);
  246. this.groupBox1.Controls.Add(this.ma_code);
  247. this.groupBox1.Controls.Add(this.RemainSN);
  248. this.groupBox1.Location = new System.Drawing.Point(917, 384);
  249. this.groupBox1.Name = "groupBox1";
  250. this.groupBox1.Size = new System.Drawing.Size(640, 289);
  251. this.groupBox1.TabIndex = 253;
  252. this.groupBox1.TabStop = false;
  253. this.groupBox1.Text = "工单解绑";
  254. //
  255. // DeleteALLSN
  256. //
  257. this.DeleteALLSN.AllPower = null;
  258. this.DeleteALLSN.BackColor = System.Drawing.Color.Transparent;
  259. this.DeleteALLSN.DownImage = ((System.Drawing.Image)(resources.GetObject("DeleteALLSN.DownImage")));
  260. this.DeleteALLSN.Image = null;
  261. this.DeleteALLSN.IsShowBorder = true;
  262. this.DeleteALLSN.Location = new System.Drawing.Point(413, 213);
  263. this.DeleteALLSN.Margin = new System.Windows.Forms.Padding(4);
  264. this.DeleteALLSN.MoveImage = ((System.Drawing.Image)(resources.GetObject("DeleteALLSN.MoveImage")));
  265. this.DeleteALLSN.Name = "DeleteALLSN";
  266. this.DeleteALLSN.NormalImage = ((System.Drawing.Image)(resources.GetObject("DeleteALLSN.NormalImage")));
  267. this.DeleteALLSN.Power = null;
  268. this.DeleteALLSN.Size = new System.Drawing.Size(179, 44);
  269. this.DeleteALLSN.TabIndex = 246;
  270. this.DeleteALLSN.Text = "解绑工单全部SN";
  271. this.DeleteALLSN.UseVisualStyleBackColor = false;
  272. this.DeleteALLSN.Click += new System.EventHandler(this.DeleteALLSN_Click);
  273. //
  274. // label2
  275. //
  276. this.label2.AutoSize = true;
  277. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.label2.Location = new System.Drawing.Point(22, 66);
  279. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  280. this.label2.Name = "label2";
  281. this.label2.Size = new System.Drawing.Size(146, 41);
  282. this.label2.TabIndex = 247;
  283. this.label2.Text = "工单编号";
  284. //
  285. // ma_code
  286. //
  287. this.ma_code.AllPower = "IFALL";
  288. this.ma_code.Caller = null;
  289. this.ma_code.Condition = null;
  290. this.ma_code.DBTitle = "";
  291. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  292. this.ma_code.FormName = null;
  293. this.ma_code.Location = new System.Drawing.Point(207, 66);
  294. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  295. this.ma_code.Name = "ma_code";
  296. this.ma_code.Power = "";
  297. this.ma_code.ReturnData = null;
  298. this.ma_code.SelectField = null;
  299. this.ma_code.SetValueField = null;
  300. this.ma_code.Size = new System.Drawing.Size(409, 46);
  301. this.ma_code.TabIndex = 248;
  302. this.ma_code.TableName = null;
  303. this.ma_code.Tag = "makecode";
  304. this.ma_code.TextBoxEnable = true;
  305. //
  306. // RemainSN
  307. //
  308. this.RemainSN.AutoSize = true;
  309. this.RemainSN.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.RemainSN.Location = new System.Drawing.Point(222, 226);
  311. this.RemainSN.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  312. this.RemainSN.Name = "RemainSN";
  313. this.RemainSN.Size = new System.Drawing.Size(0, 41);
  314. this.RemainSN.TabIndex = 249;
  315. //
  316. // TotalSN
  317. //
  318. this.TotalSN.AutoSize = true;
  319. this.TotalSN.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.TotalSN.Location = new System.Drawing.Point(406, 226);
  321. this.TotalSN.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  322. this.TotalSN.Name = "TotalSN";
  323. this.TotalSN.Size = new System.Drawing.Size(0, 41);
  324. this.TotalSN.TabIndex = 250;
  325. //
  326. // label1
  327. //
  328. this.label1.AutoSize = true;
  329. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  330. this.label1.Location = new System.Drawing.Point(60, 141);
  331. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  332. this.label1.Name = "label1";
  333. this.label1.Size = new System.Drawing.Size(82, 41);
  334. this.label1.TabIndex = 251;
  335. this.label1.Text = "密码";
  336. //
  337. // PassWord
  338. //
  339. this.PassWord.AllPower = null;
  340. this.PassWord.BackColor = System.Drawing.Color.White;
  341. this.PassWord.ID = null;
  342. this.PassWord.Location = new System.Drawing.Point(207, 143);
  343. this.PassWord.Margin = new System.Windows.Forms.Padding(4);
  344. this.PassWord.Name = "PassWord";
  345. this.PassWord.Power = null;
  346. this.PassWord.Size = new System.Drawing.Size(385, 35);
  347. this.PassWord.Str = null;
  348. this.PassWord.Str1 = null;
  349. this.PassWord.Str2 = null;
  350. this.PassWord.TabIndex = 252;
  351. //
  352. // Special_Delete
  353. //
  354. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  355. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  356. this.ClientSize = new System.Drawing.Size(1611, 1131);
  357. this.Controls.Add(this.groupBox1);
  358. this.Controls.Add(this.数据清空);
  359. this.Controls.Add(this.cd_stepno);
  360. this.Controls.Add(this.WeighRecord);
  361. this.Controls.Add(this.ms_makecode_label);
  362. this.Controls.Add(this.ms_prodcode_label);
  363. this.Controls.Add(this.ms_prodcode);
  364. this.Controls.Add(this.ms_makecode);
  365. this.Controls.Add(this.bigboxBtn);
  366. this.Controls.Add(this.serBtn);
  367. this.Controls.Add(this.OperatResult);
  368. this.Controls.Add(this.input);
  369. this.Controls.Add(this.Pallet_label);
  370. this.Controls.Add(this.Split);
  371. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  372. this.Margin = new System.Windows.Forms.Padding(4);
  373. this.Name = "Special_Delete";
  374. this.Tag = "Special!Reset";
  375. this.Text = "重置站点";
  376. this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
  377. this.SizeChanged += new System.EventHandler(this.Special_Reset_SizeChanged);
  378. this.groupBox1.ResumeLayout(true);
  379. this.groupBox1.PerformLayout();
  380. this.ResumeLayout(true);
  381. this.PerformLayout();
  382. }
  383. #endregion
  384. private CustomControl.ButtonUtil.NormalButton Split;
  385. private System.Windows.Forms.Label Pallet_label;
  386. private CustomControl.TextBoxWithIcon.EnterTextBox input;
  387. private CustomControl.RichText.RichTextAutoBottom OperatResult;
  388. private System.Windows.Forms.RadioButton bigboxBtn;
  389. private System.Windows.Forms.RadioButton serBtn;
  390. private System.Windows.Forms.Label ms_makecode_label;
  391. private System.Windows.Forms.Label ms_prodcode_label;
  392. private CustomControl.ValueLabel.ValueLabel ms_prodcode;
  393. private CustomControl.ValueLabel.ValueLabel ms_makecode;
  394. private System.Windows.Forms.ListView WeighRecord;
  395. private System.Windows.Forms.ColumnHeader columnHeader3;
  396. private System.Windows.Forms.Label cd_stepno;
  397. private CustomControl.ButtonUtil.NormalButton 数据清空;
  398. private System.Windows.Forms.GroupBox groupBox1;
  399. private CustomControl.ButtonUtil.NormalButton DeleteALLSN;
  400. private System.Windows.Forms.Label label2;
  401. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  402. private System.Windows.Forms.Label RemainSN;
  403. private System.Windows.Forms.Label TotalSN;
  404. private System.Windows.Forms.Label label1;
  405. private CustomControl.TextBoxWithIcon.EnterTextBox PassWord;
  406. }
  407. }