Special_Reset.Designer.cs 23 KB

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