Make_ColorBoxLoadPrint.Designer.cs 24 KB

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