Make_CustomLabelPrint.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_CustomLabelPrint
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_CustomLabelPrint));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.PrintLabel = new System.Windows.Forms.ComboBox();
  33. this.label4 = new System.Windows.Forms.Label();
  34. this.label5 = new System.Windows.Forms.Label();
  35. this.sncode_label = new System.Windows.Forms.Label();
  36. this.label6 = new System.Windows.Forms.Label();
  37. this.pr_detail = new System.Windows.Forms.Label();
  38. this.pr_spec = new System.Windows.Forms.Label();
  39. this.printNum = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  40. this.printButton = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  41. this.pr_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  42. this.inputText = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  43. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  44. this.Printer = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
  45. this.SuspendLayout();
  46. //
  47. // label1
  48. //
  49. this.label1.AutoSize = true;
  50. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  51. this.label1.Location = new System.Drawing.Point(55, 37);
  52. this.label1.Name = "label1";
  53. this.label1.Size = new System.Drawing.Size(110, 31);
  54. this.label1.TabIndex = 0;
  55. this.label1.Text = "产品代码";
  56. //
  57. // label2
  58. //
  59. this.label2.AutoSize = true;
  60. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
  61. this.label2.Location = new System.Drawing.Point(58, 114);
  62. this.label2.Name = "label2";
  63. this.label2.Size = new System.Drawing.Size(110, 31);
  64. this.label2.TabIndex = 1;
  65. this.label2.Text = "产品名称";
  66. //
  67. // label3
  68. //
  69. this.label3.AutoSize = true;
  70. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
  71. this.label3.Location = new System.Drawing.Point(423, 114);
  72. this.label3.Name = "label3";
  73. this.label3.Size = new System.Drawing.Size(62, 31);
  74. this.label3.TabIndex = 2;
  75. this.label3.Text = "规格";
  76. //
  77. // PrintLabel
  78. //
  79. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  80. this.PrintLabel.FormattingEnabled = true;
  81. this.PrintLabel.Location = new System.Drawing.Point(916, 117);
  82. this.PrintLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  83. this.PrintLabel.Name = "PrintLabel";
  84. this.PrintLabel.Size = new System.Drawing.Size(190, 26);
  85. this.PrintLabel.TabIndex = 185;
  86. this.PrintLabel.SelectedIndexChanged += new System.EventHandler(this.PrintLabel_SelectedIndexChanged);
  87. this.PrintLabel.TextChanged += new System.EventHandler(this.PrintLabel_TextChanged);
  88. //
  89. // label4
  90. //
  91. this.label4.AutoSize = true;
  92. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.label4.Location = new System.Drawing.Point(796, 33);
  94. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  95. this.label4.Name = "label4";
  96. this.label4.Size = new System.Drawing.Size(86, 31);
  97. this.label4.TabIndex = 184;
  98. this.label4.Text = "打印机";
  99. //
  100. // label5
  101. //
  102. this.label5.AutoSize = true;
  103. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.label5.Location = new System.Drawing.Point(807, 110);
  105. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  106. this.label5.Name = "label5";
  107. this.label5.Size = new System.Drawing.Size(62, 31);
  108. this.label5.TabIndex = 183;
  109. this.label5.Text = "标签";
  110. //
  111. // sncode_label
  112. //
  113. this.sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  114. | System.Windows.Forms.AnchorStyles.Left)));
  115. this.sncode_label.AutoSize = true;
  116. this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.sncode_label.Location = new System.Drawing.Point(43, 550);
  118. this.sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  119. this.sncode_label.Name = "sncode_label";
  120. this.sncode_label.Size = new System.Drawing.Size(86, 31);
  121. this.sncode_label.TabIndex = 188;
  122. this.sncode_label.Text = "输入框";
  123. //
  124. // label6
  125. //
  126. this.label6.AutoSize = true;
  127. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F);
  128. this.label6.Location = new System.Drawing.Point(620, 553);
  129. this.label6.Name = "label6";
  130. this.label6.Size = new System.Drawing.Size(62, 31);
  131. this.label6.TabIndex = 189;
  132. this.label6.Text = "份数";
  133. //
  134. // pr_detail
  135. //
  136. this.pr_detail.AutoSize = true;
  137. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
  138. this.pr_detail.Location = new System.Drawing.Point(174, 112);
  139. this.pr_detail.Name = "pr_detail";
  140. this.pr_detail.Size = new System.Drawing.Size(0, 31);
  141. this.pr_detail.TabIndex = 193;
  142. //
  143. // pr_spec
  144. //
  145. this.pr_spec.AutoSize = true;
  146. this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 12F);
  147. this.pr_spec.Location = new System.Drawing.Point(491, 114);
  148. this.pr_spec.Name = "pr_spec";
  149. this.pr_spec.Size = new System.Drawing.Size(0, 31);
  150. this.pr_spec.TabIndex = 194;
  151. //
  152. // printNum
  153. //
  154. this.printNum.AllPower = null;
  155. this.printNum.BackColor = System.Drawing.Color.White;
  156. this.printNum.ID = null;
  157. this.printNum.Location = new System.Drawing.Point(708, 553);
  158. this.printNum.Name = "printNum";
  159. this.printNum.Negative = false;
  160. this.printNum.Power = null;
  161. this.printNum.Size = new System.Drawing.Size(196, 28);
  162. this.printNum.Str = null;
  163. this.printNum.Str1 = null;
  164. this.printNum.Str2 = null;
  165. this.printNum.TabIndex = 195;
  166. this.printNum.Text = "1";
  167. //
  168. // printButton
  169. //
  170. this.printButton.AllPower = null;
  171. this.printButton.BackColor = System.Drawing.Color.Transparent;
  172. this.printButton.DownImage = ((System.Drawing.Image)(resources.GetObject("printButton.DownImage")));
  173. this.printButton.Image = null;
  174. this.printButton.IsShowBorder = true;
  175. this.printButton.Location = new System.Drawing.Point(957, 551);
  176. this.printButton.MoveImage = ((System.Drawing.Image)(resources.GetObject("printButton.MoveImage")));
  177. this.printButton.Name = "printButton";
  178. this.printButton.NormalImage = ((System.Drawing.Image)(resources.GetObject("printButton.NormalImage")));
  179. this.printButton.Power = null;
  180. this.printButton.Size = new System.Drawing.Size(75, 28);
  181. this.printButton.TabIndex = 192;
  182. this.printButton.Text = "打印";
  183. this.printButton.UseVisualStyleBackColor = false;
  184. this.printButton.Click += new System.EventHandler(this.printButton_Click);
  185. //
  186. // pr_code
  187. //
  188. this.pr_code.AllPower = null;
  189. this.pr_code.BackColor = System.Drawing.Color.White;
  190. this.pr_code.Font = new System.Drawing.Font("宋体", 9F);
  191. this.pr_code.ID = null;
  192. this.pr_code.Location = new System.Drawing.Point(180, 40);
  193. this.pr_code.Name = "pr_code";
  194. this.pr_code.Power = null;
  195. this.pr_code.Size = new System.Drawing.Size(252, 28);
  196. this.pr_code.Str = null;
  197. this.pr_code.Str1 = null;
  198. this.pr_code.Str2 = null;
  199. this.pr_code.TabIndex = 191;
  200. this.pr_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pr_code_KeyDown);
  201. this.pr_code.Leave += new System.EventHandler(this.pr_code_Leave);
  202. //
  203. // inputText
  204. //
  205. this.inputText.AllPower = "ifall";
  206. this.inputText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  207. | System.Windows.Forms.AnchorStyles.Left)));
  208. this.inputText.BackColor = System.Drawing.Color.White;
  209. this.inputText.ID = null;
  210. this.inputText.Location = new System.Drawing.Point(167, 553);
  211. this.inputText.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  212. this.inputText.Name = "inputText";
  213. this.inputText.Power = null;
  214. this.inputText.Size = new System.Drawing.Size(292, 28);
  215. this.inputText.Str = null;
  216. this.inputText.Str1 = null;
  217. this.inputText.Str2 = null;
  218. this.inputText.TabIndex = 187;
  219. this.inputText.Tag = "ifwrite";
  220. this.inputText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.inputText_KeyDown);
  221. //
  222. // OperateResult
  223. //
  224. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.OperateResult.Location = new System.Drawing.Point(49, 162);
  226. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  227. this.OperateResult.Name = "OperateResult";
  228. this.OperateResult.Size = new System.Drawing.Size(1057, 354);
  229. this.OperateResult.TabIndex = 186;
  230. this.OperateResult.Text = "";
  231. //
  232. // Printer
  233. //
  234. this.Printer.Location = new System.Drawing.Point(916, 37);
  235. this.Printer.Margin = new System.Windows.Forms.Padding(6);
  236. this.Printer.Name = "Printer";
  237. this.Printer.Size = new System.Drawing.Size(190, 37);
  238. this.Printer.TabIndex = 182;
  239. //
  240. // Make_CustomLabelPrint
  241. //
  242. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  243. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  244. this.ClientSize = new System.Drawing.Size(1157, 618);
  245. this.Controls.Add(this.printNum);
  246. this.Controls.Add(this.pr_spec);
  247. this.Controls.Add(this.pr_detail);
  248. this.Controls.Add(this.printButton);
  249. this.Controls.Add(this.pr_code);
  250. this.Controls.Add(this.label6);
  251. this.Controls.Add(this.sncode_label);
  252. this.Controls.Add(this.inputText);
  253. this.Controls.Add(this.OperateResult);
  254. this.Controls.Add(this.PrintLabel);
  255. this.Controls.Add(this.label4);
  256. this.Controls.Add(this.label5);
  257. this.Controls.Add(this.Printer);
  258. this.Controls.Add(this.label3);
  259. this.Controls.Add(this.label2);
  260. this.Controls.Add(this.label1);
  261. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  262. this.Name = "Make_CustomLabelPrint";
  263. this.Tag = "Make!CustomLabelPrint";
  264. this.Text = "Make_CustomLabelPrint";
  265. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_CustomLabelPrint_FormClosing);
  266. this.Load += new System.EventHandler(this.Make_CustomLablePrint_Load);
  267. this.SizeChanged += new System.EventHandler(this.Make_CustomLabelPrint_SizeChanged);
  268. this.ResumeLayout(false);
  269. this.PerformLayout();
  270. }
  271. #endregion
  272. private System.Windows.Forms.Label label1;
  273. private System.Windows.Forms.Label label2;
  274. private System.Windows.Forms.Label label3;
  275. private System.Windows.Forms.ComboBox PrintLabel;
  276. private System.Windows.Forms.Label label4;
  277. private System.Windows.Forms.Label label5;
  278. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  279. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  280. private System.Windows.Forms.Label sncode_label;
  281. private CustomControl.TextBoxWithIcon.EnterTextBox inputText;
  282. private System.Windows.Forms.Label label6;
  283. private CustomControl.TextBoxWithIcon.EnterTextBox pr_code;
  284. private CustomControl.ButtonUtil.NormalButton printButton;
  285. private System.Windows.Forms.Label pr_detail;
  286. private System.Windows.Forms.Label pr_spec;
  287. private CustomControl.TextBoxWithIcon.NumOnlyTextBox printNum;
  288. }
  289. }