Make_ColorBoxLoadPrint.Designer.cs 23 KB

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