Make_ColorBoxLoadPrint.Designer.cs 19 KB

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