Special_Reset.Designer.cs 23 KB

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