Make_ColorBoxLoadPrint.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_ColorBoxLoadPrint
  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. this.components = new System.ComponentModel.Container();
  29. this.ms_makecode_label = new System.Windows.Forms.Label();
  30. this.pr_code_label = new System.Windows.Forms.Label();
  31. this.mcd_okqty_label = new System.Windows.Forms.Label();
  32. this.mcd_remainqty_label = new System.Windows.Forms.Label();
  33. this.label4 = new System.Windows.Forms.Label();
  34. this.ms_sncode_label = new System.Windows.Forms.Label();
  35. this.pr_detail_label = new System.Windows.Forms.Label();
  36. this.PrintLabel_label = new System.Windows.Forms.Label();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.PrintLabel = new System.Windows.Forms.ComboBox();
  39. this.ms_sncode = new System.Windows.Forms.Label();
  40. this.load = new System.Windows.Forms.RadioButton();
  41. this.unload = new System.Windows.Forms.RadioButton();
  42. this.code_label = new System.Windows.Forms.Label();
  43. this.PrintNum = new System.Windows.Forms.NumericUpDown();
  44. this.ma_bomversion = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  45. this.code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  46. this.Printer = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
  47. this.mcd_remainqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel(this.components);
  48. this.mcd_okqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel(this.components);
  49. this.pr_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  50. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  51. this.ms_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  52. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  53. this.ma_craftcode = new System.Windows.Forms.Label();
  54. ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // ms_makecode_label
  58. //
  59. this.ms_makecode_label.AutoSize = true;
  60. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.ms_makecode_label.Location = new System.Drawing.Point(25, 20);
  62. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  63. this.ms_makecode_label.Name = "ms_makecode_label";
  64. this.ms_makecode_label.Size = new System.Drawing.Size(92, 27);
  65. this.ms_makecode_label.TabIndex = 125;
  66. this.ms_makecode_label.Text = "归属工单";
  67. //
  68. // pr_code_label
  69. //
  70. this.pr_code_label.AutoSize = true;
  71. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.pr_code_label.Location = new System.Drawing.Point(317, 20);
  73. this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  74. this.pr_code_label.Name = "pr_code_label";
  75. this.pr_code_label.Size = new System.Drawing.Size(92, 27);
  76. this.pr_code_label.TabIndex = 126;
  77. this.pr_code_label.Text = "产品编号";
  78. //
  79. // mcd_okqty_label
  80. //
  81. this.mcd_okqty_label.AutoSize = true;
  82. this.mcd_okqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.mcd_okqty_label.Location = new System.Drawing.Point(317, 78);
  84. this.mcd_okqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  85. this.mcd_okqty_label.Name = "mcd_okqty_label";
  86. this.mcd_okqty_label.Size = new System.Drawing.Size(92, 27);
  87. this.mcd_okqty_label.TabIndex = 127;
  88. this.mcd_okqty_label.Text = "打印计数";
  89. //
  90. // mcd_remainqty_label
  91. //
  92. this.mcd_remainqty_label.AutoSize = true;
  93. this.mcd_remainqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.mcd_remainqty_label.Location = new System.Drawing.Point(609, 78);
  95. this.mcd_remainqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  96. this.mcd_remainqty_label.Name = "mcd_remainqty_label";
  97. this.mcd_remainqty_label.Size = new System.Drawing.Size(72, 27);
  98. this.mcd_remainqty_label.TabIndex = 128;
  99. this.mcd_remainqty_label.Text = "剩余数";
  100. //
  101. // label4
  102. //
  103. this.label4.AutoSize = true;
  104. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.label4.Location = new System.Drawing.Point(977, 140);
  106. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  107. this.label4.Name = "label4";
  108. this.label4.Size = new System.Drawing.Size(92, 27);
  109. this.label4.TabIndex = 129;
  110. this.label4.Text = "打印张数";
  111. //
  112. // ms_sncode_label
  113. //
  114. this.ms_sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  115. | System.Windows.Forms.AnchorStyles.Left)));
  116. this.ms_sncode_label.AutoSize = true;
  117. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.ms_sncode_label.Location = new System.Drawing.Point(25, 78);
  119. this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  120. this.ms_sncode_label.Name = "ms_sncode_label";
  121. this.ms_sncode_label.Size = new System.Drawing.Size(72, 27);
  122. this.ms_sncode_label.TabIndex = 145;
  123. this.ms_sncode_label.Text = "序列号";
  124. //
  125. // pr_detail_label
  126. //
  127. this.pr_detail_label.AutoSize = true;
  128. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.pr_detail_label.Location = new System.Drawing.Point(609, 20);
  130. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  131. this.pr_detail_label.Name = "pr_detail_label";
  132. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  133. this.pr_detail_label.TabIndex = 146;
  134. this.pr_detail_label.Text = "产品名称";
  135. //
  136. // PrintLabel_label
  137. //
  138. this.PrintLabel_label.AutoSize = true;
  139. this.PrintLabel_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.PrintLabel_label.Location = new System.Drawing.Point(973, 78);
  141. this.PrintLabel_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  142. this.PrintLabel_label.Name = "PrintLabel_label";
  143. this.PrintLabel_label.Size = new System.Drawing.Size(52, 27);
  144. this.PrintLabel_label.TabIndex = 160;
  145. this.PrintLabel_label.Text = "标签";
  146. //
  147. // label2
  148. //
  149. this.label2.AutoSize = true;
  150. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.label2.Location = new System.Drawing.Point(973, 18);
  152. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  153. this.label2.Name = "label2";
  154. this.label2.Size = new System.Drawing.Size(72, 27);
  155. this.label2.TabIndex = 161;
  156. this.label2.Text = "打印机";
  157. //
  158. // PrintLabel
  159. //
  160. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  161. this.PrintLabel.FormattingEnabled = true;
  162. this.PrintLabel.Location = new System.Drawing.Point(1077, 78);
  163. this.PrintLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  164. this.PrintLabel.Name = "PrintLabel";
  165. this.PrintLabel.Size = new System.Drawing.Size(201, 23);
  166. this.PrintLabel.TabIndex = 162;
  167. //
  168. // ms_sncode
  169. //
  170. this.ms_sncode.AutoSize = true;
  171. this.ms_sncode.Font = new System.Drawing.Font("微软雅黑", 12F);
  172. this.ms_sncode.Location = new System.Drawing.Point(149, 78);
  173. this.ms_sncode.Name = "ms_sncode";
  174. this.ms_sncode.Size = new System.Drawing.Size(0, 27);
  175. this.ms_sncode.TabIndex = 163;
  176. //
  177. // load
  178. //
  179. this.load.AutoSize = true;
  180. this.load.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.load.ForeColor = System.Drawing.Color.Blue;
  182. this.load.Location = new System.Drawing.Point(29, 528);
  183. this.load.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  184. this.load.Name = "load";
  185. this.load.Size = new System.Drawing.Size(73, 31);
  186. this.load.TabIndex = 164;
  187. this.load.TabStop = true;
  188. this.load.Text = "上料";
  189. this.load.UseVisualStyleBackColor = true;
  190. //
  191. // unload
  192. //
  193. this.unload.AutoSize = true;
  194. this.unload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.unload.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  196. this.unload.Location = new System.Drawing.Point(168, 528);
  197. this.unload.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  198. this.unload.Name = "unload";
  199. this.unload.Size = new System.Drawing.Size(73, 31);
  200. this.unload.TabIndex = 165;
  201. this.unload.TabStop = true;
  202. this.unload.Text = "下料";
  203. this.unload.UseVisualStyleBackColor = true;
  204. //
  205. // code_label
  206. //
  207. this.code_label.AutoSize = true;
  208. this.code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.code_label.Location = new System.Drawing.Point(339, 529);
  210. this.code_label.Name = "code_label";
  211. this.code_label.Size = new System.Drawing.Size(72, 27);
  212. this.code_label.TabIndex = 167;
  213. this.code_label.Text = "录入框";
  214. //
  215. // PrintNum
  216. //
  217. this.PrintNum.Location = new System.Drawing.Point(1077, 140);
  218. this.PrintNum.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  219. this.PrintNum.Name = "PrintNum";
  220. this.PrintNum.Size = new System.Drawing.Size(199, 25);
  221. this.PrintNum.TabIndex = 168;
  222. this.PrintNum.Value = new decimal(new int[] {
  223. 1,
  224. 0,
  225. 0,
  226. 0});
  227. //
  228. // ma_bomversion
  229. //
  230. this.ma_bomversion.AutoSize = true;
  231. this.ma_bomversion.CutLength = null;
  232. this.ma_bomversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.ma_bomversion.Location = new System.Drawing.Point(1029, 234);
  234. this.ma_bomversion.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  235. this.ma_bomversion.MaximumSize = new System.Drawing.Size(200, 0);
  236. this.ma_bomversion.Name = "ma_bomversion";
  237. this.ma_bomversion.Size = new System.Drawing.Size(0, 27);
  238. this.ma_bomversion.TabIndex = 169;
  239. this.ma_bomversion.Visible = false;
  240. //
  241. // code
  242. //
  243. this.code.AllPower = null;
  244. this.code.BackColor = System.Drawing.Color.White;
  245. this.code.ID = null;
  246. this.code.Location = new System.Drawing.Point(433, 531);
  247. this.code.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  248. this.code.Name = "code";
  249. this.code.Power = null;
  250. this.code.Size = new System.Drawing.Size(175, 25);
  251. this.code.Str = null;
  252. this.code.Str1 = null;
  253. this.code.Str2 = null;
  254. this.code.TabIndex = 166;
  255. this.code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  256. //
  257. // Printer
  258. //
  259. this.Printer.Location = new System.Drawing.Point(1077, 18);
  260. this.Printer.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  261. this.Printer.Name = "Printer";
  262. this.Printer.Size = new System.Drawing.Size(203, 31);
  263. this.Printer.TabIndex = 159;
  264. //
  265. // mcd_remainqty
  266. //
  267. this.mcd_remainqty.AutoSize = true;
  268. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.mcd_remainqty.Location = new System.Drawing.Point(733, 78);
  270. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  271. this.mcd_remainqty.Name = "mcd_remainqty";
  272. this.mcd_remainqty.Size = new System.Drawing.Size(24, 27);
  273. this.mcd_remainqty.TabIndex = 158;
  274. this.mcd_remainqty.Text = "0";
  275. //
  276. // mcd_okqty
  277. //
  278. this.mcd_okqty.AutoSize = true;
  279. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.mcd_okqty.Location = new System.Drawing.Point(441, 78);
  281. this.mcd_okqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  282. this.mcd_okqty.Name = "mcd_okqty";
  283. this.mcd_okqty.Size = new System.Drawing.Size(24, 27);
  284. this.mcd_okqty.TabIndex = 157;
  285. this.mcd_okqty.Text = "0";
  286. //
  287. // pr_code
  288. //
  289. this.pr_code.AutoSize = true;
  290. this.pr_code.CutLength = null;
  291. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.pr_code.Location = new System.Drawing.Point(441, 20);
  293. this.pr_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  294. this.pr_code.MaximumSize = new System.Drawing.Size(200, 0);
  295. this.pr_code.Name = "pr_code";
  296. this.pr_code.Size = new System.Drawing.Size(0, 27);
  297. this.pr_code.TabIndex = 156;
  298. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  299. //
  300. // pr_detail
  301. //
  302. this.pr_detail.AutoSize = true;
  303. this.pr_detail.CutLength = null;
  304. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.pr_detail.Location = new System.Drawing.Point(733, 20);
  306. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  307. this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0);
  308. this.pr_detail.Name = "pr_detail";
  309. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  310. this.pr_detail.TabIndex = 154;
  311. //
  312. // ms_makecode
  313. //
  314. this.ms_makecode.AutoSize = true;
  315. this.ms_makecode.CutLength = null;
  316. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.ms_makecode.Location = new System.Drawing.Point(149, 20);
  318. this.ms_makecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  319. this.ms_makecode.MaximumSize = new System.Drawing.Size(200, 0);
  320. this.ms_makecode.Name = "ms_makecode";
  321. this.ms_makecode.Size = new System.Drawing.Size(0, 27);
  322. this.ms_makecode.TabIndex = 152;
  323. //
  324. // OperateResult
  325. //
  326. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.OperateResult.Location = new System.Drawing.Point(29, 131);
  328. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  329. this.OperateResult.Name = "OperateResult";
  330. this.OperateResult.Size = new System.Drawing.Size(920, 380);
  331. this.OperateResult.TabIndex = 143;
  332. this.OperateResult.Text = "";
  333. //
  334. // ma_craftcode
  335. //
  336. this.ma_craftcode.AutoSize = true;
  337. this.ma_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.ma_craftcode.Location = new System.Drawing.Point(977, 207);
  339. this.ma_craftcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  340. this.ma_craftcode.Name = "ma_craftcode";
  341. this.ma_craftcode.Size = new System.Drawing.Size(0, 27);
  342. this.ma_craftcode.TabIndex = 170;
  343. //
  344. // Make_ColorBoxLoadPrint
  345. //
  346. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  347. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  348. this.ClientSize = new System.Drawing.Size(1292, 565);
  349. this.Controls.Add(this.ma_craftcode);
  350. this.Controls.Add(this.ma_bomversion);
  351. this.Controls.Add(this.PrintNum);
  352. this.Controls.Add(this.code_label);
  353. this.Controls.Add(this.code);
  354. this.Controls.Add(this.unload);
  355. this.Controls.Add(this.load);
  356. this.Controls.Add(this.ms_sncode);
  357. this.Controls.Add(this.PrintLabel);
  358. this.Controls.Add(this.label2);
  359. this.Controls.Add(this.PrintLabel_label);
  360. this.Controls.Add(this.Printer);
  361. this.Controls.Add(this.mcd_remainqty);
  362. this.Controls.Add(this.mcd_okqty);
  363. this.Controls.Add(this.pr_code);
  364. this.Controls.Add(this.pr_detail);
  365. this.Controls.Add(this.ms_makecode);
  366. this.Controls.Add(this.pr_detail_label);
  367. this.Controls.Add(this.ms_sncode_label);
  368. this.Controls.Add(this.OperateResult);
  369. this.Controls.Add(this.label4);
  370. this.Controls.Add(this.mcd_remainqty_label);
  371. this.Controls.Add(this.mcd_okqty_label);
  372. this.Controls.Add(this.pr_code_label);
  373. this.Controls.Add(this.ms_makecode_label);
  374. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  375. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  376. this.Name = "Make_ColorBoxLoadPrint";
  377. this.Tag = "Make!ColorBoxLoadPrint";
  378. this.Text = "s";
  379. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.标签打印_FormClosing);
  380. this.Load += new System.EventHandler(this.标签打印_Load);
  381. this.SizeChanged += new System.EventHandler(this.标签打印_SizeChanged);
  382. ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).EndInit();
  383. this.ResumeLayout(false);
  384. this.PerformLayout();
  385. }
  386. #endregion
  387. private System.Windows.Forms.Label ms_makecode_label;
  388. private System.Windows.Forms.Label pr_code_label;
  389. private System.Windows.Forms.Label mcd_okqty_label;
  390. private System.Windows.Forms.Label mcd_remainqty_label;
  391. private System.Windows.Forms.Label label4;
  392. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  393. private System.Windows.Forms.Label ms_sncode_label;
  394. private System.Windows.Forms.Label pr_detail_label;
  395. private CustomControl.ValueLabel.ValueLabel ms_makecode;
  396. private CustomControl.ValueLabel.ValueLabel pr_detail;
  397. private CustomControl.ValueLabel.ValueLabel pr_code;
  398. private CustomControl.ValueLabel.ValueNumLabel mcd_okqty;
  399. private CustomControl.ValueLabel.ValueNumLabel mcd_remainqty;
  400. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  401. private System.Windows.Forms.Label PrintLabel_label;
  402. private System.Windows.Forms.Label label2;
  403. private System.Windows.Forms.ComboBox PrintLabel;
  404. private System.Windows.Forms.Label ms_sncode;
  405. private System.Windows.Forms.RadioButton load;
  406. private System.Windows.Forms.RadioButton unload;
  407. private CustomControl.TextBoxWithIcon.EnterTextBox code;
  408. private System.Windows.Forms.Label code_label;
  409. private System.Windows.Forms.NumericUpDown PrintNum;
  410. private CustomControl.ValueLabel.ValueLabel ma_bomversion;
  411. private System.Windows.Forms.Label ma_craftcode;
  412. }
  413. }