Make_LabelPrint.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_LabelPrint
  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.label1 = 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.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  47. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  48. this.SuspendLayout();
  49. //
  50. // ms_makecode_label
  51. //
  52. this.ms_makecode_label.AutoSize = true;
  53. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.ms_makecode_label.Location = new System.Drawing.Point(44, 28);
  55. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  56. this.ms_makecode_label.Name = "ms_makecode_label";
  57. this.ms_makecode_label.Size = new System.Drawing.Size(92, 27);
  58. this.ms_makecode_label.TabIndex = 125;
  59. this.ms_makecode_label.Text = "归属工单";
  60. //
  61. // pr_code_label
  62. //
  63. this.pr_code_label.AutoSize = true;
  64. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.pr_code_label.Location = new System.Drawing.Point(336, 28);
  66. this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  67. this.pr_code_label.Name = "pr_code_label";
  68. this.pr_code_label.Size = new System.Drawing.Size(92, 27);
  69. this.pr_code_label.TabIndex = 126;
  70. this.pr_code_label.Text = "产品编号";
  71. //
  72. // mcd_okqty_label
  73. //
  74. this.mcd_okqty_label.AutoSize = true;
  75. this.mcd_okqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.mcd_okqty_label.Location = new System.Drawing.Point(44, 89);
  77. this.mcd_okqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  78. this.mcd_okqty_label.Name = "mcd_okqty_label";
  79. this.mcd_okqty_label.Size = new System.Drawing.Size(92, 27);
  80. this.mcd_okqty_label.TabIndex = 127;
  81. this.mcd_okqty_label.Text = "打印计数";
  82. //
  83. // mcd_remainqty_label
  84. //
  85. this.mcd_remainqty_label.AutoSize = true;
  86. this.mcd_remainqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.mcd_remainqty_label.Location = new System.Drawing.Point(336, 89);
  88. this.mcd_remainqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  89. this.mcd_remainqty_label.Name = "mcd_remainqty_label";
  90. this.mcd_remainqty_label.Size = new System.Drawing.Size(72, 27);
  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(628, 89);
  99. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  100. this.label4.Name = "label4";
  101. this.label4.Size = new System.Drawing.Size(92, 27);
  102. this.label4.TabIndex = 129;
  103. this.label4.Text = "打印张数";
  104. //
  105. // sncode_label
  106. //
  107. this.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.sncode_label.AutoSize = true;
  110. this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.sncode_label.Location = new System.Drawing.Point(44, 560);
  112. this.sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  113. this.sncode_label.Name = "sncode_label";
  114. this.sncode_label.Size = new System.Drawing.Size(72, 27);
  115. this.sncode_label.TabIndex = 145;
  116. this.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(628, 28);
  123. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  124. this.pr_detail_label.Name = "pr_detail_label";
  125. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  126. this.pr_detail_label.TabIndex = 146;
  127. this.pr_detail_label.Text = "产品名称";
  128. //
  129. // label1
  130. //
  131. this.label1.AutoSize = true;
  132. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.label1.Location = new System.Drawing.Point(993, 89);
  134. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  135. this.label1.Name = "label1";
  136. this.label1.Size = new System.Drawing.Size(52, 27);
  137. this.label1.TabIndex = 160;
  138. this.label1.Text = "标签";
  139. //
  140. // label2
  141. //
  142. this.label2.AutoSize = true;
  143. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.label2.Location = new System.Drawing.Point(993, 26);
  145. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  146. this.label2.Name = "label2";
  147. this.label2.Size = new System.Drawing.Size(72, 27);
  148. this.label2.TabIndex = 161;
  149. this.label2.Text = "打印机";
  150. //
  151. // PrintLabel
  152. //
  153. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  154. this.PrintLabel.FormattingEnabled = true;
  155. this.PrintLabel.Location = new System.Drawing.Point(1096, 89);
  156. this.PrintLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  157. this.PrintLabel.Name = "PrintLabel";
  158. this.PrintLabel.Size = new System.Drawing.Size(201, 23);
  159. this.PrintLabel.TabIndex = 162;
  160. //
  161. // Printer
  162. //
  163. this.Printer.Location = new System.Drawing.Point(1096, 26);
  164. this.Printer.Margin = new System.Windows.Forms.Padding(5);
  165. this.Printer.Name = "Printer";
  166. this.Printer.Size = new System.Drawing.Size(203, 31);
  167. this.Printer.TabIndex = 159;
  168. //
  169. // mcd_remainqty
  170. //
  171. this.mcd_remainqty.AutoSize = true;
  172. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.mcd_remainqty.Location = new System.Drawing.Point(463, 89);
  174. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  175. this.mcd_remainqty.Name = "mcd_remainqty";
  176. this.mcd_remainqty.Size = new System.Drawing.Size(24, 27);
  177. this.mcd_remainqty.TabIndex = 158;
  178. this.mcd_remainqty.Text = "0";
  179. //
  180. // mcd_okqty
  181. //
  182. this.mcd_okqty.AutoSize = true;
  183. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.mcd_okqty.Location = new System.Drawing.Point(169, 89);
  185. this.mcd_okqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  186. this.mcd_okqty.Name = "mcd_okqty";
  187. this.mcd_okqty.Size = new System.Drawing.Size(24, 27);
  188. this.mcd_okqty.TabIndex = 157;
  189. this.mcd_okqty.Text = "0";
  190. //
  191. // pr_code
  192. //
  193. this.pr_code.AutoSize = true;
  194. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.pr_code.Location = new System.Drawing.Point(463, 28);
  196. this.pr_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  197. this.pr_code.Name = "pr_code";
  198. this.pr_code.Size = new System.Drawing.Size(0, 27);
  199. this.pr_code.TabIndex = 156;
  200. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  201. //
  202. // pr_detail
  203. //
  204. this.pr_detail.AutoSize = true;
  205. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.pr_detail.Location = new System.Drawing.Point(757, 28);
  207. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  208. this.pr_detail.Name = "pr_detail";
  209. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  210. this.pr_detail.TabIndex = 154;
  211. //
  212. // ms_makecode
  213. //
  214. this.ms_makecode.AutoSize = true;
  215. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.ms_makecode.Location = new System.Drawing.Point(169, 28);
  217. this.ms_makecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  218. this.ms_makecode.Name = "ms_makecode";
  219. this.ms_makecode.Size = new System.Drawing.Size(0, 27);
  220. this.ms_makecode.TabIndex = 152;
  221. //
  222. // PrintNum
  223. //
  224. this.PrintNum.AllPower = null;
  225. this.PrintNum.BackColor = System.Drawing.Color.White;
  226. this.PrintNum.ID = null;
  227. this.PrintNum.Location = new System.Drawing.Point(755, 89);
  228. this.PrintNum.Margin = new System.Windows.Forms.Padding(4);
  229. this.PrintNum.Name = "PrintNum";
  230. this.PrintNum.Negative = false;
  231. this.PrintNum.Power = null;
  232. this.PrintNum.Size = new System.Drawing.Size(219, 25);
  233. this.PrintNum.Str = null;
  234. this.PrintNum.Str1 = null;
  235. this.PrintNum.Str2 = null;
  236. this.PrintNum.TabIndex = 151;
  237. //
  238. // sncode
  239. //
  240. this.sncode.AllPower = "ifall";
  241. this.sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  242. | System.Windows.Forms.AnchorStyles.Left)));
  243. this.sncode.BackColor = System.Drawing.Color.White;
  244. this.sncode.ID = null;
  245. this.sncode.Location = new System.Drawing.Point(163, 561);
  246. this.sncode.Margin = new System.Windows.Forms.Padding(4);
  247. this.sncode.Name = "sncode";
  248. this.sncode.Power = null;
  249. this.sncode.Size = new System.Drawing.Size(260, 25);
  250. this.sncode.Str = null;
  251. this.sncode.Str1 = null;
  252. this.sncode.Str2 = null;
  253. this.sncode.TabIndex = 144;
  254. this.sncode.Tag = "ifwrite";
  255. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  256. //
  257. // OperateResult
  258. //
  259. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.OperateResult.Location = new System.Drawing.Point(49, 144);
  261. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  262. this.OperateResult.Name = "OperateResult";
  263. this.OperateResult.Size = new System.Drawing.Size(940, 399);
  264. this.OperateResult.TabIndex = 143;
  265. this.OperateResult.Text = "";
  266. //
  267. // 标签打印
  268. //
  269. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  270. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  271. this.ClientSize = new System.Drawing.Size(1349, 604);
  272. this.Controls.Add(this.PrintLabel);
  273. this.Controls.Add(this.label2);
  274. this.Controls.Add(this.label1);
  275. this.Controls.Add(this.Printer);
  276. this.Controls.Add(this.mcd_remainqty);
  277. this.Controls.Add(this.mcd_okqty);
  278. this.Controls.Add(this.pr_code);
  279. this.Controls.Add(this.pr_detail);
  280. this.Controls.Add(this.ms_makecode);
  281. this.Controls.Add(this.PrintNum);
  282. this.Controls.Add(this.pr_detail_label);
  283. this.Controls.Add(this.sncode_label);
  284. this.Controls.Add(this.sncode);
  285. this.Controls.Add(this.OperateResult);
  286. this.Controls.Add(this.label4);
  287. this.Controls.Add(this.mcd_remainqty_label);
  288. this.Controls.Add(this.mcd_okqty_label);
  289. this.Controls.Add(this.pr_code_label);
  290. this.Controls.Add(this.ms_makecode_label);
  291. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  292. this.Margin = new System.Windows.Forms.Padding(4);
  293. this.Name = "标签打印";
  294. this.Text = "标签打印";
  295. this.Activated += new System.EventHandler(this.标签打印_Activated);
  296. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.标签打印_FormClosing);
  297. this.Load += new System.EventHandler(this.标签打印_Load);
  298. this.SizeChanged += new System.EventHandler(this.标签打印_SizeChanged);
  299. this.ResumeLayout(false);
  300. this.PerformLayout();
  301. }
  302. #endregion
  303. private System.Windows.Forms.Label ms_makecode_label;
  304. private System.Windows.Forms.Label pr_code_label;
  305. private System.Windows.Forms.Label mcd_okqty_label;
  306. private System.Windows.Forms.Label mcd_remainqty_label;
  307. private System.Windows.Forms.Label label4;
  308. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  309. private CustomControl.TextBoxWithIcon.MaCodeTextBox sncode;
  310. private System.Windows.Forms.Label sncode_label;
  311. private System.Windows.Forms.Label pr_detail_label;
  312. private CustomControl.TextBoxWithIcon.NumOnlyTextBox PrintNum;
  313. private CustomControl.ValueLabel.ValueLabel ms_makecode;
  314. private CustomControl.ValueLabel.ValueLabel pr_detail;
  315. private CustomControl.ValueLabel.ValueLabel pr_code;
  316. private CustomControl.ValueLabel.ValueNumLabel mcd_okqty;
  317. private CustomControl.ValueLabel.ValueNumLabel mcd_remainqty;
  318. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  319. private System.Windows.Forms.Label label1;
  320. private System.Windows.Forms.Label label2;
  321. private System.Windows.Forms.ComboBox PrintLabel;
  322. }
  323. }