Special_Reset.Designer.cs 23 KB

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