Make_ColorBoxLoadPrint.Designer.cs 24 KB

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