Make_ColorBoxLabelPrint.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_ColorBoxLabelPrint
  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.PrintLabel = new System.Windows.Forms.ComboBox();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.pr_detail_label = new System.Windows.Forms.Label();
  33. this.sncode_label = new System.Windows.Forms.Label();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.mcd_remainqty_label = new System.Windows.Forms.Label();
  36. this.mcd_okqty_label = new System.Windows.Forms.Label();
  37. this.pr_code_label = new System.Windows.Forms.Label();
  38. this.ms_makecode_label = new System.Windows.Forms.Label();
  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.PrintNum = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  45. this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  46. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  47. this.ma_code = new System.Windows.Forms.Label();
  48. this.SuspendLayout();
  49. //
  50. // PrintLabel
  51. //
  52. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  53. this.PrintLabel.FormattingEnabled = true;
  54. this.PrintLabel.Location = new System.Drawing.Point(837, 90);
  55. this.PrintLabel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  56. this.PrintLabel.Name = "PrintLabel";
  57. this.PrintLabel.Size = new System.Drawing.Size(152, 20);
  58. this.PrintLabel.TabIndex = 181;
  59. //
  60. // label2
  61. //
  62. this.label2.AutoSize = true;
  63. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.label2.Location = new System.Drawing.Point(760, 40);
  65. this.label2.Name = "label2";
  66. this.label2.Size = new System.Drawing.Size(58, 21);
  67. this.label2.TabIndex = 180;
  68. this.label2.Text = "打印机";
  69. //
  70. // label1
  71. //
  72. this.label1.AutoSize = true;
  73. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.label1.Location = new System.Drawing.Point(760, 90);
  75. this.label1.Name = "label1";
  76. this.label1.Size = new System.Drawing.Size(42, 21);
  77. this.label1.TabIndex = 179;
  78. this.label1.Text = "标签";
  79. //
  80. // pr_detail_label
  81. //
  82. this.pr_detail_label.AutoSize = true;
  83. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.pr_detail_label.Location = new System.Drawing.Point(486, 42);
  85. this.pr_detail_label.Name = "pr_detail_label";
  86. this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
  87. this.pr_detail_label.TabIndex = 171;
  88. this.pr_detail_label.Text = "产品名称";
  89. //
  90. // sncode_label
  91. //
  92. this.sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  93. | System.Windows.Forms.AnchorStyles.Left)));
  94. this.sncode_label.AutoSize = true;
  95. this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.sncode_label.Location = new System.Drawing.Point(48, 449);
  97. this.sncode_label.Name = "sncode_label";
  98. this.sncode_label.Size = new System.Drawing.Size(58, 21);
  99. this.sncode_label.TabIndex = 170;
  100. this.sncode_label.Text = "序列号";
  101. //
  102. // label4
  103. //
  104. this.label4.AutoSize = true;
  105. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.label4.Location = new System.Drawing.Point(486, 90);
  107. this.label4.Name = "label4";
  108. this.label4.Size = new System.Drawing.Size(74, 21);
  109. this.label4.TabIndex = 167;
  110. this.label4.Text = "打印张数";
  111. //
  112. // mcd_remainqty_label
  113. //
  114. this.mcd_remainqty_label.AutoSize = true;
  115. this.mcd_remainqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.mcd_remainqty_label.Location = new System.Drawing.Point(267, 90);
  117. this.mcd_remainqty_label.Name = "mcd_remainqty_label";
  118. this.mcd_remainqty_label.Size = new System.Drawing.Size(58, 21);
  119. this.mcd_remainqty_label.TabIndex = 166;
  120. this.mcd_remainqty_label.Text = "剩余数";
  121. //
  122. // mcd_okqty_label
  123. //
  124. this.mcd_okqty_label.AutoSize = true;
  125. this.mcd_okqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.mcd_okqty_label.Location = new System.Drawing.Point(48, 90);
  127. this.mcd_okqty_label.Name = "mcd_okqty_label";
  128. this.mcd_okqty_label.Size = new System.Drawing.Size(74, 21);
  129. this.mcd_okqty_label.TabIndex = 165;
  130. this.mcd_okqty_label.Text = "打印计数";
  131. //
  132. // pr_code_label
  133. //
  134. this.pr_code_label.AutoSize = true;
  135. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.pr_code_label.Location = new System.Drawing.Point(267, 42);
  137. this.pr_code_label.Name = "pr_code_label";
  138. this.pr_code_label.Size = new System.Drawing.Size(74, 21);
  139. this.pr_code_label.TabIndex = 164;
  140. this.pr_code_label.Text = "产品编号";
  141. //
  142. // ms_makecode_label
  143. //
  144. this.ms_makecode_label.AutoSize = true;
  145. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.ms_makecode_label.Location = new System.Drawing.Point(48, 42);
  147. this.ms_makecode_label.Name = "ms_makecode_label";
  148. this.ms_makecode_label.Size = new System.Drawing.Size(74, 21);
  149. this.ms_makecode_label.TabIndex = 163;
  150. this.ms_makecode_label.Text = "归属工单";
  151. //
  152. // Printer
  153. //
  154. this.Printer.Location = new System.Drawing.Point(837, 40);
  155. this.Printer.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  156. this.Printer.Name = "Printer";
  157. this.Printer.Size = new System.Drawing.Size(152, 25);
  158. this.Printer.TabIndex = 178;
  159. //
  160. // mcd_remainqty
  161. //
  162. this.mcd_remainqty.AutoSize = true;
  163. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.mcd_remainqty.Location = new System.Drawing.Point(362, 90);
  165. this.mcd_remainqty.Name = "mcd_remainqty";
  166. this.mcd_remainqty.Size = new System.Drawing.Size(19, 21);
  167. this.mcd_remainqty.TabIndex = 177;
  168. this.mcd_remainqty.Text = "0";
  169. //
  170. // mcd_okqty
  171. //
  172. this.mcd_okqty.AutoSize = true;
  173. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.mcd_okqty.Location = new System.Drawing.Point(142, 90);
  175. this.mcd_okqty.Name = "mcd_okqty";
  176. this.mcd_okqty.Size = new System.Drawing.Size(19, 21);
  177. this.mcd_okqty.TabIndex = 176;
  178. this.mcd_okqty.Text = "0";
  179. //
  180. // pr_code
  181. //
  182. this.pr_code.AutoSize = true;
  183. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.pr_code.Location = new System.Drawing.Point(362, 42);
  185. this.pr_code.Name = "pr_code";
  186. this.pr_code.Size = new System.Drawing.Size(0, 21);
  187. this.pr_code.TabIndex = 175;
  188. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  189. //
  190. // pr_detail
  191. //
  192. this.pr_detail.AutoSize = true;
  193. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.pr_detail.Location = new System.Drawing.Point(583, 42);
  195. this.pr_detail.Name = "pr_detail";
  196. this.pr_detail.Size = new System.Drawing.Size(0, 21);
  197. this.pr_detail.TabIndex = 174;
  198. //
  199. // PrintNum
  200. //
  201. this.PrintNum.AllPower = null;
  202. this.PrintNum.BackColor = System.Drawing.Color.White;
  203. this.PrintNum.ID = null;
  204. this.PrintNum.Location = new System.Drawing.Point(581, 90);
  205. this.PrintNum.Name = "PrintNum";
  206. this.PrintNum.Negative = false;
  207. this.PrintNum.Power = null;
  208. this.PrintNum.Size = new System.Drawing.Size(165, 21);
  209. this.PrintNum.Str = null;
  210. this.PrintNum.Str1 = null;
  211. this.PrintNum.Str2 = null;
  212. this.PrintNum.TabIndex = 172;
  213. this.PrintNum.Text = "1";
  214. //
  215. // sncode
  216. //
  217. this.sncode.AllPower = "ifall";
  218. this.sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  219. | System.Windows.Forms.AnchorStyles.Left)));
  220. this.sncode.BackColor = System.Drawing.Color.White;
  221. this.sncode.ID = null;
  222. this.sncode.Location = new System.Drawing.Point(137, 450);
  223. this.sncode.Name = "sncode";
  224. this.sncode.Power = null;
  225. this.sncode.Size = new System.Drawing.Size(196, 21);
  226. this.sncode.Str = null;
  227. this.sncode.Str1 = null;
  228. this.sncode.Str2 = null;
  229. this.sncode.TabIndex = 169;
  230. this.sncode.Tag = "ifwrite";
  231. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  232. //
  233. // OperateResult
  234. //
  235. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.OperateResult.Location = new System.Drawing.Point(52, 130);
  237. this.OperateResult.Name = "OperateResult";
  238. this.OperateResult.Size = new System.Drawing.Size(706, 305);
  239. this.OperateResult.TabIndex = 168;
  240. this.OperateResult.Text = "";
  241. //
  242. // ma_code
  243. //
  244. this.ma_code.AutoSize = true;
  245. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.ma_code.Location = new System.Drawing.Point(143, 46);
  247. this.ma_code.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  248. this.ma_code.Name = "ma_code";
  249. this.ma_code.Size = new System.Drawing.Size(0, 21);
  250. this.ma_code.TabIndex = 183;
  251. //
  252. // Make_ColorBoxLabelPrint
  253. //
  254. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  255. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  256. this.ClientSize = new System.Drawing.Size(1008, 521);
  257. this.Controls.Add(this.ma_code);
  258. this.Controls.Add(this.PrintLabel);
  259. this.Controls.Add(this.label2);
  260. this.Controls.Add(this.label1);
  261. this.Controls.Add(this.Printer);
  262. this.Controls.Add(this.mcd_remainqty);
  263. this.Controls.Add(this.mcd_okqty);
  264. this.Controls.Add(this.pr_code);
  265. this.Controls.Add(this.pr_detail);
  266. this.Controls.Add(this.PrintNum);
  267. this.Controls.Add(this.pr_detail_label);
  268. this.Controls.Add(this.sncode_label);
  269. this.Controls.Add(this.sncode);
  270. this.Controls.Add(this.OperateResult);
  271. this.Controls.Add(this.label4);
  272. this.Controls.Add(this.mcd_remainqty_label);
  273. this.Controls.Add(this.mcd_okqty_label);
  274. this.Controls.Add(this.pr_code_label);
  275. this.Controls.Add(this.ms_makecode_label);
  276. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  277. this.Name = "Make_ColorBoxLabelPrint";
  278. this.Tag = "Make!ColorBoxLabelPrint";
  279. this.Text = "标签打印";
  280. this.Activated += new System.EventHandler(this.Make_ColorBoxLabelPrint_Activated);
  281. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_ColorBoxLabelPrint_FormClosing);
  282. this.Load += new System.EventHandler(this.Make_ColorBoxLabelPrint_Load);
  283. this.SizeChanged += new System.EventHandler(this.Make_ColorBoxLabelPrint_SizeChanged);
  284. this.ResumeLayout(false);
  285. this.PerformLayout();
  286. }
  287. #endregion
  288. private System.Windows.Forms.ComboBox PrintLabel;
  289. private System.Windows.Forms.Label label2;
  290. private System.Windows.Forms.Label label1;
  291. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  292. private CustomControl.ValueLabel.ValueNumLabel mcd_remainqty;
  293. private CustomControl.ValueLabel.ValueNumLabel mcd_okqty;
  294. private CustomControl.ValueLabel.ValueLabel pr_code;
  295. private CustomControl.ValueLabel.ValueLabel pr_detail;
  296. private CustomControl.TextBoxWithIcon.NumOnlyTextBox PrintNum;
  297. private System.Windows.Forms.Label pr_detail_label;
  298. private System.Windows.Forms.Label sncode_label;
  299. private CustomControl.TextBoxWithIcon.EnterTextBox sncode;
  300. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  301. private System.Windows.Forms.Label label4;
  302. private System.Windows.Forms.Label mcd_remainqty_label;
  303. private System.Windows.Forms.Label mcd_okqty_label;
  304. private System.Windows.Forms.Label pr_code_label;
  305. private System.Windows.Forms.Label ms_makecode_label;
  306. private System.Windows.Forms.Label ma_code;
  307. }
  308. }