Make_FuselageLabelPrint.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  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(1048, 28);
  59. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  60. this.label2.Name = "label2";
  61. this.label2.Size = new System.Drawing.Size(86, 31);
  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(1066, 162);
  70. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  71. this.label1.Name = "label1";
  72. this.label1.Size = new System.Drawing.Size(62, 31);
  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(698, 32);
  81. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  82. this.pr_detail_label.Name = "pr_detail_label";
  83. this.pr_detail_label.Size = new System.Drawing.Size(110, 31);
  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(18, 622);
  94. this.sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  95. this.sncode_label.Name = "sncode_label";
  96. this.sncode_label.Size = new System.Drawing.Size(86, 31);
  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(1024, 104);
  105. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  106. this.label4.Name = "label4";
  107. this.label4.Size = new System.Drawing.Size(110, 31);
  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(370, 102);
  116. this.mcd_remainqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  117. this.mcd_remainqty_label.Name = "mcd_remainqty_label";
  118. this.mcd_remainqty_label.Size = new System.Drawing.Size(86, 31);
  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(18, 102);
  127. this.mcd_okqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  128. this.mcd_okqty_label.Name = "mcd_okqty_label";
  129. this.mcd_okqty_label.Size = new System.Drawing.Size(110, 31);
  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(370, 32);
  138. this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  139. this.pr_code_label.Name = "pr_code_label";
  140. this.pr_code_label.Size = new System.Drawing.Size(110, 31);
  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(19, 32);
  149. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  150. this.ms_makecode_label.Name = "ms_makecode_label";
  151. this.ms_makecode_label.Size = new System.Drawing.Size(110, 31);
  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.Font = new System.Drawing.Font("微软雅黑", 10F);
  159. this.CollectRemark.Location = new System.Drawing.Point(1078, 236);
  160. this.CollectRemark.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  161. this.CollectRemark.Name = "CollectRemark";
  162. this.CollectRemark.Size = new System.Drawing.Size(118, 31);
  163. this.CollectRemark.TabIndex = 197;
  164. this.CollectRemark.Text = "采集备注";
  165. this.CollectRemark.UseVisualStyleBackColor = true;
  166. this.CollectRemark.Visible = false;
  167. //
  168. // LockMakeCode
  169. //
  170. this.LockMakeCode.AutoSize = true;
  171. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.LockMakeCode.LeaveEvent = false;
  173. this.LockMakeCode.Location = new System.Drawing.Point(294, 36);
  174. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  175. this.LockMakeCode.Name = "LockMakeCode";
  176. this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
  177. this.LockMakeCode.TabIndex = 199;
  178. this.LockMakeCode.Text = "锁定";
  179. this.LockMakeCode.UseVisualStyleBackColor = true;
  180. //
  181. // ma_code
  182. //
  183. this.ma_code.AllPower = null;
  184. this.ma_code.Caller = null;
  185. this.ma_code.Condition = null;
  186. this.ma_code.DBTitle = null;
  187. this.ma_code.FormName = null;
  188. this.ma_code.Location = new System.Drawing.Point(133, 34);
  189. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  190. this.ma_code.Name = "ma_code";
  191. this.ma_code.Power = null;
  192. this.ma_code.ReturnData = null;
  193. this.ma_code.SelectField = null;
  194. this.ma_code.SetValueField = null;
  195. this.ma_code.Size = new System.Drawing.Size(152, 32);
  196. this.ma_code.TabIndex = 198;
  197. this.ma_code.TableName = null;
  198. this.ma_code.TextBoxEnable = true;
  199. //
  200. // Remark
  201. //
  202. this.Remark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.Remark.Location = new System.Drawing.Point(1072, 278);
  204. this.Remark.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  205. this.Remark.Name = "Remark";
  206. this.Remark.Size = new System.Drawing.Size(284, 118);
  207. this.Remark.TabIndex = 196;
  208. this.Remark.Text = "";
  209. //
  210. // StepCount
  211. //
  212. this.StepCount.LineCode = null;
  213. this.StepCount.Location = new System.Drawing.Point(698, 102);
  214. this.StepCount.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  215. this.StepCount.Name = "StepCount";
  216. this.StepCount.Size = new System.Drawing.Size(132, 34);
  217. this.StepCount.Source = null;
  218. this.StepCount.StepCode = null;
  219. this.StepCount.TabIndex = 183;
  220. //
  221. // PrintLabel
  222. //
  223. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  224. this.PrintLabel.FormattingEnabled = true;
  225. this.PrintLabel.Location = new System.Drawing.Point(1150, 162);
  226. this.PrintLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  227. this.PrintLabel.Name = "PrintLabel";
  228. this.PrintLabel.Size = new System.Drawing.Size(151, 26);
  229. this.PrintLabel.TabIndex = 181;
  230. this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
  231. //
  232. // Printer
  233. //
  234. this.Printer.Location = new System.Drawing.Point(1144, 28);
  235. this.Printer.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  236. this.Printer.Name = "Printer";
  237. this.Printer.Size = new System.Drawing.Size(159, 38);
  238. this.Printer.TabIndex = 178;
  239. //
  240. // mcd_remainqty
  241. //
  242. this.mcd_remainqty.AutoSize = true;
  243. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  244. this.mcd_remainqty.Location = new System.Drawing.Point(463, 102);
  245. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  246. this.mcd_remainqty.Name = "mcd_remainqty";
  247. this.mcd_remainqty.Size = new System.Drawing.Size(28, 31);
  248. this.mcd_remainqty.TabIndex = 177;
  249. this.mcd_remainqty.Text = "0";
  250. //
  251. // mcd_okqty
  252. //
  253. this.mcd_okqty.AutoSize = true;
  254. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.mcd_okqty.Location = new System.Drawing.Point(128, 102);
  256. this.mcd_okqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  257. this.mcd_okqty.Name = "mcd_okqty";
  258. this.mcd_okqty.Size = new System.Drawing.Size(28, 31);
  259. this.mcd_okqty.TabIndex = 176;
  260. this.mcd_okqty.Text = "0";
  261. //
  262. // ma_prodcode
  263. //
  264. this.ma_prodcode.AutoSize = true;
  265. this.ma_prodcode.CutLength = null;
  266. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. this.ma_prodcode.Location = new System.Drawing.Point(479, 32);
  268. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  269. this.ma_prodcode.MaximumSize = new System.Drawing.Size(200, 0);
  270. this.ma_prodcode.Name = "ma_prodcode";
  271. this.ma_prodcode.Size = new System.Drawing.Size(0, 31);
  272. this.ma_prodcode.TabIndex = 175;
  273. this.ma_prodcode.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  274. //
  275. // pr_detail
  276. //
  277. this.pr_detail.AutoSize = true;
  278. this.pr_detail.CutLength = null;
  279. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.pr_detail.Location = new System.Drawing.Point(817, 32);
  281. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  282. this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0);
  283. this.pr_detail.Name = "pr_detail";
  284. this.pr_detail.Size = new System.Drawing.Size(0, 31);
  285. this.pr_detail.TabIndex = 174;
  286. //
  287. // PrintNum
  288. //
  289. this.PrintNum.AllPower = null;
  290. this.PrintNum.BackColor = System.Drawing.Color.White;
  291. this.PrintNum.Enabled = false;
  292. this.PrintNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  293. this.PrintNum.ID = null;
  294. this.PrintNum.Location = new System.Drawing.Point(1150, 98);
  295. this.PrintNum.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  296. this.PrintNum.Name = "PrintNum";
  297. this.PrintNum.Negative = false;
  298. this.PrintNum.Power = null;
  299. this.PrintNum.Size = new System.Drawing.Size(151, 31);
  300. this.PrintNum.Str = null;
  301. this.PrintNum.Str1 = null;
  302. this.PrintNum.Str2 = null;
  303. this.PrintNum.TabIndex = 172;
  304. this.PrintNum.Text = "1";
  305. //
  306. // sncode
  307. //
  308. this.sncode.AllPower = "ifall";
  309. this.sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  310. | System.Windows.Forms.AnchorStyles.Left)));
  311. this.sncode.BackColor = System.Drawing.Color.White;
  312. this.sncode.ID = null;
  313. this.sncode.Location = new System.Drawing.Point(142, 622);
  314. this.sncode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  315. this.sncode.Name = "sncode";
  316. this.sncode.Power = null;
  317. this.sncode.Size = new System.Drawing.Size(292, 28);
  318. this.sncode.Str = null;
  319. this.sncode.Str1 = null;
  320. this.sncode.Str2 = null;
  321. this.sncode.TabIndex = 169;
  322. this.sncode.Tag = "ifRead";
  323. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  324. //
  325. // OperateResult
  326. //
  327. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  328. this.OperateResult.Location = new System.Drawing.Point(1, 153);
  329. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  330. this.OperateResult.Name = "OperateResult";
  331. this.OperateResult.Size = new System.Drawing.Size(1021, 436);
  332. this.OperateResult.TabIndex = 168;
  333. this.OperateResult.Text = "";
  334. //
  335. // Make_FuselageLabelPrint
  336. //
  337. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  338. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  339. this.ClientSize = new System.Drawing.Size(1371, 672);
  340. this.Controls.Add(this.LockMakeCode);
  341. this.Controls.Add(this.ma_code);
  342. this.Controls.Add(this.CollectRemark);
  343. this.Controls.Add(this.Remark);
  344. this.Controls.Add(this.StepCount);
  345. this.Controls.Add(this.PrintLabel);
  346. this.Controls.Add(this.label2);
  347. this.Controls.Add(this.label1);
  348. this.Controls.Add(this.Printer);
  349. this.Controls.Add(this.mcd_remainqty);
  350. this.Controls.Add(this.mcd_okqty);
  351. this.Controls.Add(this.ma_prodcode);
  352. this.Controls.Add(this.pr_detail);
  353. this.Controls.Add(this.PrintNum);
  354. this.Controls.Add(this.pr_detail_label);
  355. this.Controls.Add(this.sncode_label);
  356. this.Controls.Add(this.sncode);
  357. this.Controls.Add(this.OperateResult);
  358. this.Controls.Add(this.label4);
  359. this.Controls.Add(this.mcd_remainqty_label);
  360. this.Controls.Add(this.mcd_okqty_label);
  361. this.Controls.Add(this.pr_code_label);
  362. this.Controls.Add(this.ms_makecode_label);
  363. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  364. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  365. this.Name = "Make_FuselageLabelPrint";
  366. this.Tag = "Make!FuselageLabelPrint";
  367. this.Text = "Make_FuselageLabelPrint";
  368. this.Activated += new System.EventHandler(this.Make_FuselageLabelPrint_Activated);
  369. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_FuselageLabelPrint_FormClosing);
  370. this.Load += new System.EventHandler(this.Make_FuselageLabelPrint_Load);
  371. this.SizeChanged += new System.EventHandler(this.Make_FuselageLabelPrint_SizeChanged);
  372. this.ResumeLayout(false);
  373. this.PerformLayout();
  374. }
  375. #endregion
  376. private UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  377. private System.Windows.Forms.Label label2;
  378. private System.Windows.Forms.Label label1;
  379. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  380. private CustomControl.ValueLabel.ValueNumLabel mcd_remainqty;
  381. private CustomControl.ValueLabel.ValueNumLabel mcd_okqty;
  382. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  383. private CustomControl.ValueLabel.ValueLabel pr_detail;
  384. private CustomControl.TextBoxWithIcon.NumOnlyTextBox PrintNum;
  385. private System.Windows.Forms.Label pr_detail_label;
  386. private System.Windows.Forms.Label sncode_label;
  387. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  388. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  389. private System.Windows.Forms.Label label4;
  390. private System.Windows.Forms.Label mcd_remainqty_label;
  391. private System.Windows.Forms.Label mcd_okqty_label;
  392. private System.Windows.Forms.Label pr_code_label;
  393. private System.Windows.Forms.Label ms_makecode_label;
  394. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  395. private System.Windows.Forms.CheckBox CollectRemark;
  396. private CustomControl.RichText.RichTextAutoBottom Remark;
  397. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  398. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  399. }
  400. }