Make_RepairBookLabelPrint.Designer.cs 23 KB

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