Make_ColorBoxLoadPrint.Designer.cs 20 KB

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