Make_FuselageLabelPrint.Designer.cs 22 KB

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