Make_ColorBoxLoadPrint.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  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.ms_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  52. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  53. ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // ms_makecode_label
  57. //
  58. this.ms_makecode_label.AutoSize = true;
  59. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.ms_makecode_label.Location = new System.Drawing.Point(19, 16);
  61. this.ms_makecode_label.Name = "ms_makecode_label";
  62. this.ms_makecode_label.Size = new System.Drawing.Size(74, 21);
  63. this.ms_makecode_label.TabIndex = 125;
  64. this.ms_makecode_label.Text = "归属工单";
  65. //
  66. // pr_code_label
  67. //
  68. this.pr_code_label.AutoSize = true;
  69. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.pr_code_label.Location = new System.Drawing.Point(238, 16);
  71. this.pr_code_label.Name = "pr_code_label";
  72. this.pr_code_label.Size = new System.Drawing.Size(74, 21);
  73. this.pr_code_label.TabIndex = 126;
  74. this.pr_code_label.Text = "产品编号";
  75. //
  76. // mcd_okqty_label
  77. //
  78. this.mcd_okqty_label.AutoSize = true;
  79. this.mcd_okqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.mcd_okqty_label.Location = new System.Drawing.Point(238, 62);
  81. this.mcd_okqty_label.Name = "mcd_okqty_label";
  82. this.mcd_okqty_label.Size = new System.Drawing.Size(74, 21);
  83. this.mcd_okqty_label.TabIndex = 127;
  84. this.mcd_okqty_label.Text = "打印计数";
  85. //
  86. // mcd_remainqty_label
  87. //
  88. this.mcd_remainqty_label.AutoSize = true;
  89. this.mcd_remainqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.mcd_remainqty_label.Location = new System.Drawing.Point(457, 62);
  91. this.mcd_remainqty_label.Name = "mcd_remainqty_label";
  92. this.mcd_remainqty_label.Size = new System.Drawing.Size(58, 21);
  93. this.mcd_remainqty_label.TabIndex = 128;
  94. this.mcd_remainqty_label.Text = "剩余数";
  95. //
  96. // label4
  97. //
  98. this.label4.AutoSize = true;
  99. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.label4.Location = new System.Drawing.Point(733, 112);
  101. this.label4.Name = "label4";
  102. this.label4.Size = new System.Drawing.Size(74, 21);
  103. this.label4.TabIndex = 129;
  104. this.label4.Text = "打印张数";
  105. //
  106. // ms_sncode_label
  107. //
  108. this.ms_sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  109. | System.Windows.Forms.AnchorStyles.Left)));
  110. this.ms_sncode_label.AutoSize = true;
  111. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.ms_sncode_label.Location = new System.Drawing.Point(19, 62);
  113. this.ms_sncode_label.Name = "ms_sncode_label";
  114. this.ms_sncode_label.Size = new System.Drawing.Size(58, 21);
  115. this.ms_sncode_label.TabIndex = 145;
  116. this.ms_sncode_label.Text = "序列号";
  117. //
  118. // pr_detail_label
  119. //
  120. this.pr_detail_label.AutoSize = true;
  121. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.pr_detail_label.Location = new System.Drawing.Point(457, 16);
  123. this.pr_detail_label.Name = "pr_detail_label";
  124. this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
  125. this.pr_detail_label.TabIndex = 146;
  126. this.pr_detail_label.Text = "产品名称";
  127. //
  128. // PrintLabel_label
  129. //
  130. this.PrintLabel_label.AutoSize = true;
  131. this.PrintLabel_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.PrintLabel_label.Location = new System.Drawing.Point(730, 62);
  133. this.PrintLabel_label.Name = "PrintLabel_label";
  134. this.PrintLabel_label.Size = new System.Drawing.Size(42, 21);
  135. this.PrintLabel_label.TabIndex = 160;
  136. this.PrintLabel_label.Text = "标签";
  137. //
  138. // label2
  139. //
  140. this.label2.AutoSize = true;
  141. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.label2.Location = new System.Drawing.Point(730, 14);
  143. this.label2.Name = "label2";
  144. this.label2.Size = new System.Drawing.Size(58, 21);
  145. this.label2.TabIndex = 161;
  146. this.label2.Text = "打印机";
  147. //
  148. // PrintLabel
  149. //
  150. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  151. this.PrintLabel.FormattingEnabled = true;
  152. this.PrintLabel.Location = new System.Drawing.Point(808, 62);
  153. this.PrintLabel.Margin = new System.Windows.Forms.Padding(2);
  154. this.PrintLabel.Name = "PrintLabel";
  155. this.PrintLabel.Size = new System.Drawing.Size(152, 20);
  156. this.PrintLabel.TabIndex = 162;
  157. //
  158. // ms_sncode
  159. //
  160. this.ms_sncode.AutoSize = true;
  161. this.ms_sncode.Font = new System.Drawing.Font("微软雅黑", 12F);
  162. this.ms_sncode.Location = new System.Drawing.Point(112, 62);
  163. this.ms_sncode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  164. this.ms_sncode.Name = "ms_sncode";
  165. this.ms_sncode.Size = new System.Drawing.Size(0, 21);
  166. this.ms_sncode.TabIndex = 163;
  167. //
  168. // load
  169. //
  170. this.load.AutoSize = true;
  171. this.load.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.load.ForeColor = System.Drawing.Color.Blue;
  173. this.load.Location = new System.Drawing.Point(22, 422);
  174. this.load.Margin = new System.Windows.Forms.Padding(2);
  175. this.load.Name = "load";
  176. this.load.Size = new System.Drawing.Size(60, 25);
  177. this.load.TabIndex = 164;
  178. this.load.TabStop = true;
  179. this.load.Text = "上料";
  180. this.load.UseVisualStyleBackColor = true;
  181. //
  182. // unload
  183. //
  184. this.unload.AutoSize = true;
  185. this.unload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.unload.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  187. this.unload.Location = new System.Drawing.Point(126, 422);
  188. this.unload.Margin = new System.Windows.Forms.Padding(2);
  189. this.unload.Name = "unload";
  190. this.unload.Size = new System.Drawing.Size(60, 25);
  191. this.unload.TabIndex = 165;
  192. this.unload.TabStop = true;
  193. this.unload.Text = "下料";
  194. this.unload.UseVisualStyleBackColor = true;
  195. //
  196. // code_label
  197. //
  198. this.code_label.AutoSize = true;
  199. this.code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.code_label.Location = new System.Drawing.Point(254, 423);
  201. this.code_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  202. this.code_label.Name = "code_label";
  203. this.code_label.Size = new System.Drawing.Size(58, 21);
  204. this.code_label.TabIndex = 167;
  205. this.code_label.Text = "录入框";
  206. //
  207. // PrintNum
  208. //
  209. this.PrintNum.Location = new System.Drawing.Point(808, 112);
  210. this.PrintNum.Name = "PrintNum";
  211. this.PrintNum.Size = new System.Drawing.Size(149, 21);
  212. this.PrintNum.TabIndex = 168;
  213. this.PrintNum.Value = new decimal(new int[] {
  214. 1,
  215. 0,
  216. 0,
  217. 0});
  218. //
  219. // ma_bomversion
  220. //
  221. this.ma_bomversion.AutoSize = true;
  222. this.ma_bomversion.CutLength = null;
  223. this.ma_bomversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.ma_bomversion.Location = new System.Drawing.Point(772, 187);
  225. this.ma_bomversion.MaximumSize = new System.Drawing.Size(150, 0);
  226. this.ma_bomversion.Name = "ma_bomversion";
  227. this.ma_bomversion.Size = new System.Drawing.Size(0, 21);
  228. this.ma_bomversion.TabIndex = 169;
  229. this.ma_bomversion.Visible = false;
  230. //
  231. // code
  232. //
  233. this.code.AllPower = null;
  234. this.code.BackColor = System.Drawing.Color.White;
  235. this.code.ID = null;
  236. this.code.Location = new System.Drawing.Point(325, 425);
  237. this.code.Margin = new System.Windows.Forms.Padding(2);
  238. this.code.Name = "code";
  239. this.code.Power = null;
  240. this.code.Size = new System.Drawing.Size(132, 21);
  241. this.code.Str = null;
  242. this.code.Str1 = null;
  243. this.code.Str2 = null;
  244. this.code.TabIndex = 166;
  245. this.code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  246. //
  247. // Printer
  248. //
  249. this.Printer.Location = new System.Drawing.Point(808, 14);
  250. this.Printer.Margin = new System.Windows.Forms.Padding(4);
  251. this.Printer.Name = "Printer";
  252. this.Printer.Size = new System.Drawing.Size(152, 25);
  253. this.Printer.TabIndex = 159;
  254. //
  255. // mcd_remainqty
  256. //
  257. this.mcd_remainqty.AutoSize = true;
  258. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.mcd_remainqty.Location = new System.Drawing.Point(550, 62);
  260. this.mcd_remainqty.Name = "mcd_remainqty";
  261. this.mcd_remainqty.Size = new System.Drawing.Size(19, 21);
  262. this.mcd_remainqty.TabIndex = 158;
  263. this.mcd_remainqty.Text = "0";
  264. //
  265. // mcd_okqty
  266. //
  267. this.mcd_okqty.AutoSize = true;
  268. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.mcd_okqty.Location = new System.Drawing.Point(331, 62);
  270. this.mcd_okqty.Name = "mcd_okqty";
  271. this.mcd_okqty.Size = new System.Drawing.Size(19, 21);
  272. this.mcd_okqty.TabIndex = 157;
  273. this.mcd_okqty.Text = "0";
  274. //
  275. // pr_code
  276. //
  277. this.pr_code.AutoSize = true;
  278. this.pr_code.CutLength = null;
  279. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.pr_code.Location = new System.Drawing.Point(333, 16);
  281. this.pr_code.MaximumSize = new System.Drawing.Size(150, 0);
  282. this.pr_code.Name = "pr_code";
  283. this.pr_code.Size = new System.Drawing.Size(0, 21);
  284. this.pr_code.TabIndex = 156;
  285. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  286. //
  287. // pr_detail
  288. //
  289. this.pr_detail.AutoSize = true;
  290. this.pr_detail.CutLength = null;
  291. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.pr_detail.Location = new System.Drawing.Point(554, 16);
  293. this.pr_detail.MaximumSize = new System.Drawing.Size(150, 0);
  294. this.pr_detail.Name = "pr_detail";
  295. this.pr_detail.Size = new System.Drawing.Size(0, 21);
  296. this.pr_detail.TabIndex = 154;
  297. //
  298. // ms_makecode
  299. //
  300. this.ms_makecode.AutoSize = true;
  301. this.ms_makecode.CutLength = null;
  302. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. this.ms_makecode.Location = new System.Drawing.Point(112, 16);
  304. this.ms_makecode.MaximumSize = new System.Drawing.Size(150, 0);
  305. this.ms_makecode.Name = "ms_makecode";
  306. this.ms_makecode.Size = new System.Drawing.Size(0, 21);
  307. this.ms_makecode.TabIndex = 152;
  308. //
  309. // OperateResult
  310. //
  311. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.OperateResult.Location = new System.Drawing.Point(22, 105);
  313. this.OperateResult.Name = "OperateResult";
  314. this.OperateResult.Size = new System.Drawing.Size(691, 305);
  315. this.OperateResult.TabIndex = 143;
  316. this.OperateResult.Text = "";
  317. //
  318. // Make_ColorBoxLoadPrint
  319. //
  320. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  321. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  322. this.ClientSize = new System.Drawing.Size(969, 452);
  323. this.Controls.Add(this.ma_bomversion);
  324. this.Controls.Add(this.PrintNum);
  325. this.Controls.Add(this.code_label);
  326. this.Controls.Add(this.code);
  327. this.Controls.Add(this.unload);
  328. this.Controls.Add(this.load);
  329. this.Controls.Add(this.ms_sncode);
  330. this.Controls.Add(this.PrintLabel);
  331. this.Controls.Add(this.label2);
  332. this.Controls.Add(this.PrintLabel_label);
  333. this.Controls.Add(this.Printer);
  334. this.Controls.Add(this.mcd_remainqty);
  335. this.Controls.Add(this.mcd_okqty);
  336. this.Controls.Add(this.pr_code);
  337. this.Controls.Add(this.pr_detail);
  338. this.Controls.Add(this.ms_makecode);
  339. this.Controls.Add(this.pr_detail_label);
  340. this.Controls.Add(this.ms_sncode_label);
  341. this.Controls.Add(this.OperateResult);
  342. this.Controls.Add(this.label4);
  343. this.Controls.Add(this.mcd_remainqty_label);
  344. this.Controls.Add(this.mcd_okqty_label);
  345. this.Controls.Add(this.pr_code_label);
  346. this.Controls.Add(this.ms_makecode_label);
  347. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  348. this.Name = "Make_ColorBoxLoadPrint";
  349. this.Tag = "Make!ColorBoxLoadPrint";
  350. this.Text = "s";
  351. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.标签打印_FormClosing);
  352. this.Load += new System.EventHandler(this.标签打印_Load);
  353. this.SizeChanged += new System.EventHandler(this.标签打印_SizeChanged);
  354. ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).EndInit();
  355. this.ResumeLayout(false);
  356. this.PerformLayout();
  357. }
  358. #endregion
  359. private System.Windows.Forms.Label ms_makecode_label;
  360. private System.Windows.Forms.Label pr_code_label;
  361. private System.Windows.Forms.Label mcd_okqty_label;
  362. private System.Windows.Forms.Label mcd_remainqty_label;
  363. private System.Windows.Forms.Label label4;
  364. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  365. private System.Windows.Forms.Label ms_sncode_label;
  366. private System.Windows.Forms.Label pr_detail_label;
  367. private CustomControl.ValueLabel.ValueLabel ms_makecode;
  368. private CustomControl.ValueLabel.ValueLabel pr_detail;
  369. private CustomControl.ValueLabel.ValueLabel pr_code;
  370. private CustomControl.ValueLabel.ValueNumLabel mcd_okqty;
  371. private CustomControl.ValueLabel.ValueNumLabel mcd_remainqty;
  372. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  373. private System.Windows.Forms.Label PrintLabel_label;
  374. private System.Windows.Forms.Label label2;
  375. private System.Windows.Forms.ComboBox PrintLabel;
  376. private System.Windows.Forms.Label ms_sncode;
  377. private System.Windows.Forms.RadioButton load;
  378. private System.Windows.Forms.RadioButton unload;
  379. private CustomControl.TextBoxWithIcon.EnterTextBox code;
  380. private System.Windows.Forms.Label code_label;
  381. private System.Windows.Forms.NumericUpDown PrintNum;
  382. private CustomControl.ValueLabel.ValueLabel ma_bomversion;
  383. }
  384. }