Make_ColorBoxLoadPrint.Designer.cs 19 KB

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