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