Special_Reset.Designer.cs 23 KB

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