Make_ColorBoxLabelPrint.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_ColorBoxLabelPrint
  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.PrintLabel = new UAS_MES.CustomControl.ComBoxWithFocus.ComboxWithTip();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.pr_detail_label = new System.Windows.Forms.Label();
  33. this.sncode_label = new System.Windows.Forms.Label();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.mcd_remainqty_label = new System.Windows.Forms.Label();
  36. this.mcd_okqty_label = new System.Windows.Forms.Label();
  37. this.pr_code_label = new System.Windows.Forms.Label();
  38. this.ms_makecode_label = new System.Windows.Forms.Label();
  39. this.CheckTSN = new System.Windows.Forms.CheckBox();
  40. this.StepCount = new UAS_MES.CustomControl.TextBoxWithIcon.SourceStepCount();
  41. this.LockMakeCode = new UAS_MES.CustomControl.CustomCheckBox.LockCheckBox();
  42. this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  43. this.Printer = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
  44. this.mcd_remainqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel(this.components);
  45. this.mcd_okqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel(this.components);
  46. this.pr_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  47. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  48. this.PrintNum = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  49. this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  50. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  51. this.CollectRemark = new System.Windows.Forms.CheckBox();
  52. this.Remark = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  53. this.SuspendLayout();
  54. //
  55. // PrintLabel
  56. //
  57. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  58. this.PrintLabel.FormattingEnabled = true;
  59. this.PrintLabel.Location = new System.Drawing.Point(1052, 244);
  60. this.PrintLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  61. this.PrintLabel.Name = "PrintLabel";
  62. this.PrintLabel.Size = new System.Drawing.Size(177, 23);
  63. this.PrintLabel.TabIndex = 181;
  64. this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
  65. //
  66. // label2
  67. //
  68. this.label2.AutoSize = true;
  69. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.label2.Location = new System.Drawing.Point(967, 180);
  71. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  72. this.label2.Name = "label2";
  73. this.label2.Size = new System.Drawing.Size(72, 27);
  74. this.label2.TabIndex = 180;
  75. this.label2.Text = "打印机";
  76. //
  77. // label1
  78. //
  79. this.label1.AutoSize = true;
  80. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.label1.Location = new System.Drawing.Point(967, 244);
  82. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  83. this.label1.Name = "label1";
  84. this.label1.Size = new System.Drawing.Size(52, 27);
  85. this.label1.TabIndex = 179;
  86. this.label1.Text = "标签";
  87. //
  88. // pr_detail_label
  89. //
  90. this.pr_detail_label.AutoSize = true;
  91. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.pr_detail_label.Location = new System.Drawing.Point(861, 53);
  93. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  94. this.pr_detail_label.Name = "pr_detail_label";
  95. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  96. this.pr_detail_label.TabIndex = 171;
  97. this.pr_detail_label.Text = "产品名称";
  98. //
  99. // sncode_label
  100. //
  101. this.sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  102. | System.Windows.Forms.AnchorStyles.Left)));
  103. this.sncode_label.AutoSize = true;
  104. this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.sncode_label.Location = new System.Drawing.Point(349, 558);
  106. this.sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  107. this.sncode_label.Name = "sncode_label";
  108. this.sncode_label.Size = new System.Drawing.Size(88, 27);
  109. this.sncode_label.TabIndex = 170;
  110. this.sncode_label.Text = "TSN/SN";
  111. //
  112. // label4
  113. //
  114. this.label4.AutoSize = true;
  115. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.label4.Location = new System.Drawing.Point(861, 111);
  117. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  118. this.label4.Name = "label4";
  119. this.label4.Size = new System.Drawing.Size(92, 27);
  120. this.label4.TabIndex = 167;
  121. this.label4.Text = "打印张数";
  122. //
  123. // mcd_remainqty_label
  124. //
  125. this.mcd_remainqty_label.AutoSize = true;
  126. this.mcd_remainqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.mcd_remainqty_label.Location = new System.Drawing.Point(500, 105);
  128. this.mcd_remainqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  129. this.mcd_remainqty_label.Name = "mcd_remainqty_label";
  130. this.mcd_remainqty_label.Size = new System.Drawing.Size(72, 27);
  131. this.mcd_remainqty_label.TabIndex = 166;
  132. this.mcd_remainqty_label.Text = "剩余数";
  133. //
  134. // mcd_okqty_label
  135. //
  136. this.mcd_okqty_label.AutoSize = true;
  137. this.mcd_okqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.mcd_okqty_label.Location = new System.Drawing.Point(16, 105);
  139. this.mcd_okqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  140. this.mcd_okqty_label.Name = "mcd_okqty_label";
  141. this.mcd_okqty_label.Size = new System.Drawing.Size(92, 27);
  142. this.mcd_okqty_label.TabIndex = 165;
  143. this.mcd_okqty_label.Text = "打印计数";
  144. //
  145. // pr_code_label
  146. //
  147. this.pr_code_label.AutoSize = true;
  148. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.pr_code_label.Location = new System.Drawing.Point(500, 52);
  150. this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  151. this.pr_code_label.Name = "pr_code_label";
  152. this.pr_code_label.Size = new System.Drawing.Size(92, 27);
  153. this.pr_code_label.TabIndex = 164;
  154. this.pr_code_label.Text = "产品编号";
  155. //
  156. // ms_makecode_label
  157. //
  158. this.ms_makecode_label.AutoSize = true;
  159. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.ms_makecode_label.Location = new System.Drawing.Point(13, 52);
  161. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  162. this.ms_makecode_label.Name = "ms_makecode_label";
  163. this.ms_makecode_label.Size = new System.Drawing.Size(92, 27);
  164. this.ms_makecode_label.TabIndex = 163;
  165. this.ms_makecode_label.Text = "归属工单";
  166. //
  167. // CheckTSN
  168. //
  169. this.CheckTSN.AutoSize = true;
  170. this.CheckTSN.Checked = true;
  171. this.CheckTSN.CheckState = System.Windows.Forms.CheckState.Checked;
  172. this.CheckTSN.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.CheckTSN.Location = new System.Drawing.Point(43, 556);
  174. this.CheckTSN.Margin = new System.Windows.Forms.Padding(4);
  175. this.CheckTSN.Name = "CheckTSN";
  176. this.CheckTSN.Size = new System.Drawing.Size(153, 31);
  177. this.CheckTSN.TabIndex = 186;
  178. this.CheckTSN.Text = "是否检查TSN";
  179. this.CheckTSN.UseVisualStyleBackColor = true;
  180. this.CheckTSN.CheckedChanged += new System.EventHandler(this.CheckTSN_CheckedChanged);
  181. //
  182. // StepCount
  183. //
  184. this.StepCount.LineCode = null;
  185. this.StepCount.Location = new System.Drawing.Point(972, 307);
  186. this.StepCount.Name = "StepCount";
  187. this.StepCount.Size = new System.Drawing.Size(106, 28);
  188. this.StepCount.Source = null;
  189. this.StepCount.StepCode = null;
  190. this.StepCount.TabIndex = 189;
  191. //
  192. // LockMakeCode
  193. //
  194. this.LockMakeCode.AutoSize = true;
  195. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.LockMakeCode.LeaveEvent = false;
  197. this.LockMakeCode.Location = new System.Drawing.Point(332, 52);
  198. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4);
  199. this.LockMakeCode.Name = "LockMakeCode";
  200. this.LockMakeCode.Size = new System.Drawing.Size(61, 24);
  201. this.LockMakeCode.TabIndex = 185;
  202. this.LockMakeCode.Text = "锁定";
  203. this.LockMakeCode.UseVisualStyleBackColor = true;
  204. //
  205. // ma_code
  206. //
  207. this.ma_code.AllPower = null;
  208. this.ma_code.Caller = null;
  209. this.ma_code.Condition = null;
  210. this.ma_code.DBTitle = null;
  211. this.ma_code.FormName = null;
  212. this.ma_code.Location = new System.Drawing.Point(120, 52);
  213. this.ma_code.Margin = new System.Windows.Forms.Padding(4);
  214. this.ma_code.Name = "ma_code";
  215. this.ma_code.Power = null;
  216. this.ma_code.ReturnData = null;
  217. this.ma_code.SelectField = null;
  218. this.ma_code.SetValueField = null;
  219. this.ma_code.Size = new System.Drawing.Size(199, 26);
  220. this.ma_code.TabIndex = 184;
  221. this.ma_code.TableName = null;
  222. this.ma_code.TextBoxEnable = true;
  223. this.ma_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  224. //
  225. // Printer
  226. //
  227. this.Printer.Location = new System.Drawing.Point(1052, 180);
  228. this.Printer.Margin = new System.Windows.Forms.Padding(5);
  229. this.Printer.Name = "Printer";
  230. this.Printer.Size = new System.Drawing.Size(179, 31);
  231. this.Printer.TabIndex = 178;
  232. //
  233. // mcd_remainqty
  234. //
  235. this.mcd_remainqty.AutoSize = true;
  236. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.mcd_remainqty.Location = new System.Drawing.Point(617, 105);
  238. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  239. this.mcd_remainqty.Name = "mcd_remainqty";
  240. this.mcd_remainqty.Size = new System.Drawing.Size(24, 27);
  241. this.mcd_remainqty.TabIndex = 177;
  242. this.mcd_remainqty.Text = "0";
  243. //
  244. // mcd_okqty
  245. //
  246. this.mcd_okqty.AutoSize = true;
  247. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. this.mcd_okqty.Location = new System.Drawing.Point(115, 105);
  249. this.mcd_okqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  250. this.mcd_okqty.Name = "mcd_okqty";
  251. this.mcd_okqty.Size = new System.Drawing.Size(24, 27);
  252. this.mcd_okqty.TabIndex = 176;
  253. this.mcd_okqty.Text = "0";
  254. //
  255. // pr_code
  256. //
  257. this.pr_code.AutoSize = true;
  258. this.pr_code.CutLength = null;
  259. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.pr_code.Location = new System.Drawing.Point(617, 53);
  261. this.pr_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  262. this.pr_code.MaximumSize = new System.Drawing.Size(200, 0);
  263. this.pr_code.Name = "pr_code";
  264. this.pr_code.Size = new System.Drawing.Size(0, 27);
  265. this.pr_code.TabIndex = 175;
  266. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  267. //
  268. // pr_detail
  269. //
  270. this.pr_detail.AutoSize = true;
  271. this.pr_detail.CutLength = null;
  272. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.pr_detail.Location = new System.Drawing.Point(979, 52);
  274. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  275. this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0);
  276. this.pr_detail.Name = "pr_detail";
  277. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  278. this.pr_detail.TabIndex = 174;
  279. //
  280. // PrintNum
  281. //
  282. this.PrintNum.AllPower = null;
  283. this.PrintNum.BackColor = System.Drawing.Color.White;
  284. this.PrintNum.Enabled = false;
  285. this.PrintNum.ID = null;
  286. this.PrintNum.Location = new System.Drawing.Point(979, 111);
  287. this.PrintNum.Margin = new System.Windows.Forms.Padding(4);
  288. this.PrintNum.Name = "PrintNum";
  289. this.PrintNum.Negative = false;
  290. this.PrintNum.Power = null;
  291. this.PrintNum.Size = new System.Drawing.Size(199, 25);
  292. this.PrintNum.Str = null;
  293. this.PrintNum.Str1 = null;
  294. this.PrintNum.Str2 = null;
  295. this.PrintNum.TabIndex = 172;
  296. this.PrintNum.Text = "1";
  297. //
  298. // sncode
  299. //
  300. this.sncode.AllPower = "ifall";
  301. this.sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  302. | System.Windows.Forms.AnchorStyles.Left)));
  303. this.sncode.BackColor = System.Drawing.Color.White;
  304. this.sncode.ID = null;
  305. this.sncode.Location = new System.Drawing.Point(468, 559);
  306. this.sncode.Margin = new System.Windows.Forms.Padding(4);
  307. this.sncode.Name = "sncode";
  308. this.sncode.Power = null;
  309. this.sncode.Size = new System.Drawing.Size(260, 25);
  310. this.sncode.Str = null;
  311. this.sncode.Str1 = null;
  312. this.sncode.Str2 = null;
  313. this.sncode.TabIndex = 169;
  314. this.sncode.Tag = "ifread";
  315. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  316. //
  317. // OperateResult
  318. //
  319. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.OperateResult.Location = new System.Drawing.Point(19, 161);
  321. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  322. this.OperateResult.Name = "OperateResult";
  323. this.OperateResult.Size = new System.Drawing.Size(940, 380);
  324. this.OperateResult.TabIndex = 168;
  325. this.OperateResult.Text = "";
  326. //
  327. // CollectRemark
  328. //
  329. this.CollectRemark.AutoSize = true;
  330. this.CollectRemark.Checked = true;
  331. this.CollectRemark.CheckState = System.Windows.Forms.CheckState.Checked;
  332. this.CollectRemark.Font = new System.Drawing.Font("微软雅黑", 10F);
  333. this.CollectRemark.Location = new System.Drawing.Point(972, 361);
  334. this.CollectRemark.Margin = new System.Windows.Forms.Padding(4);
  335. this.CollectRemark.Name = "CollectRemark";
  336. this.CollectRemark.Size = new System.Drawing.Size(100, 27);
  337. this.CollectRemark.TabIndex = 197;
  338. this.CollectRemark.Text = "采集备注";
  339. this.CollectRemark.UseVisualStyleBackColor = true;
  340. //
  341. // Remark
  342. //
  343. this.Remark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  344. this.Remark.Location = new System.Drawing.Point(967, 395);
  345. this.Remark.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  346. this.Remark.Name = "Remark";
  347. this.Remark.Size = new System.Drawing.Size(271, 99);
  348. this.Remark.TabIndex = 196;
  349. this.Remark.Text = "";
  350. //
  351. // Make_ColorBoxLabelPrint
  352. //
  353. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  354. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  355. this.ClientSize = new System.Drawing.Size(1251, 600);
  356. this.Controls.Add(this.CollectRemark);
  357. this.Controls.Add(this.Remark);
  358. this.Controls.Add(this.StepCount);
  359. this.Controls.Add(this.CheckTSN);
  360. this.Controls.Add(this.LockMakeCode);
  361. this.Controls.Add(this.ma_code);
  362. this.Controls.Add(this.PrintLabel);
  363. this.Controls.Add(this.label2);
  364. this.Controls.Add(this.label1);
  365. this.Controls.Add(this.Printer);
  366. this.Controls.Add(this.mcd_remainqty);
  367. this.Controls.Add(this.mcd_okqty);
  368. this.Controls.Add(this.pr_code);
  369. this.Controls.Add(this.pr_detail);
  370. this.Controls.Add(this.PrintNum);
  371. this.Controls.Add(this.pr_detail_label);
  372. this.Controls.Add(this.sncode_label);
  373. this.Controls.Add(this.sncode);
  374. this.Controls.Add(this.OperateResult);
  375. this.Controls.Add(this.label4);
  376. this.Controls.Add(this.mcd_remainqty_label);
  377. this.Controls.Add(this.mcd_okqty_label);
  378. this.Controls.Add(this.pr_code_label);
  379. this.Controls.Add(this.ms_makecode_label);
  380. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  381. this.Margin = new System.Windows.Forms.Padding(4);
  382. this.Name = "Make_ColorBoxLabelPrint";
  383. this.Tag = "Make!ColorBoxLabelPrint";
  384. this.Text = "标签打印";
  385. this.Activated += new System.EventHandler(this.Make_ColorBoxLabelPrint_Activated);
  386. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_ColorBoxLabelPrint_FormClosing);
  387. this.Load += new System.EventHandler(this.Make_ColorBoxLabelPrint_Load);
  388. this.SizeChanged += new System.EventHandler(this.Make_ColorBoxLabelPrint_SizeChanged);
  389. this.ResumeLayout(true);
  390. this.PerformLayout();
  391. }
  392. #endregion
  393. private UAS_MES.CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  394. private System.Windows.Forms.Label label2;
  395. private System.Windows.Forms.Label label1;
  396. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  397. private CustomControl.ValueLabel.ValueNumLabel mcd_remainqty;
  398. private CustomControl.ValueLabel.ValueNumLabel mcd_okqty;
  399. private CustomControl.ValueLabel.ValueLabel pr_code;
  400. private CustomControl.ValueLabel.ValueLabel pr_detail;
  401. private CustomControl.TextBoxWithIcon.NumOnlyTextBox PrintNum;
  402. private System.Windows.Forms.Label pr_detail_label;
  403. private System.Windows.Forms.Label sncode_label;
  404. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  405. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  406. private System.Windows.Forms.Label label4;
  407. private System.Windows.Forms.Label mcd_remainqty_label;
  408. private System.Windows.Forms.Label mcd_okqty_label;
  409. private System.Windows.Forms.Label pr_code_label;
  410. private System.Windows.Forms.Label ms_makecode_label;
  411. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  412. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  413. private System.Windows.Forms.CheckBox CheckTSN;
  414. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  415. private System.Windows.Forms.CheckBox CollectRemark;
  416. private CustomControl.RichText.RichTextAutoBottom Remark;
  417. }
  418. }