Special_Reset.Designer.cs 22 KB

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