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