Make_CustomLabelPrint.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. namespace UAS_MES_NEW.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.pr_code_label = 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 UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip();
  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_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  40. this.printButton = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  41. this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  42. this.inputText = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  43. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  44. this.Printer = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  45. this.SuspendLayout();
  46. //
  47. // pr_code_label
  48. //
  49. this.pr_code_label.AutoSize = true;
  50. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  51. this.pr_code_label.Location = new System.Drawing.Point(49, 27);
  52. this.pr_code_label.Name = "pr_code_label";
  53. this.pr_code_label.Size = new System.Drawing.Size(92, 27);
  54. this.pr_code_label.TabIndex = 0;
  55. this.pr_code_label.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(52, 92);
  62. this.label2.Name = "label2";
  63. this.label2.Size = new System.Drawing.Size(92, 27);
  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(680, 25);
  72. this.label3.Name = "label3";
  73. this.label3.Size = new System.Drawing.Size(52, 27);
  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(462, 92);
  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(169, 23);
  85. this.PrintLabel.TabIndex = 185;
  86. this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
  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(356, 27);
  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(72, 27);
  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(356, 92);
  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(52, 27);
  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(38, 458);
  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(72, 27);
  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(551, 458);
  129. this.label6.Name = "label6";
  130. this.label6.Size = new System.Drawing.Size(52, 27);
  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(160, 92);
  139. this.pr_detail.Name = "pr_detail";
  140. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  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(740, 25);
  148. this.pr_spec.MaximumSize = new System.Drawing.Size(300, 100);
  149. this.pr_spec.Name = "pr_spec";
  150. this.pr_spec.Size = new System.Drawing.Size(0, 27);
  151. this.pr_spec.TabIndex = 194;
  152. //
  153. // PrintNum
  154. //
  155. this.PrintNum.AllPower = null;
  156. this.PrintNum.BackColor = System.Drawing.Color.White;
  157. this.PrintNum.Enabled = false;
  158. this.PrintNum.ID = null;
  159. this.PrintNum.Location = new System.Drawing.Point(629, 458);
  160. this.PrintNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  161. this.PrintNum.Name = "PrintNum";
  162. this.PrintNum.Negative = false;
  163. this.PrintNum.Power = null;
  164. this.PrintNum.Size = new System.Drawing.Size(175, 25);
  165. this.PrintNum.Str = null;
  166. this.PrintNum.Str1 = null;
  167. this.PrintNum.Str2 = null;
  168. this.PrintNum.TabIndex = 195;
  169. this.PrintNum.Text = "1";
  170. //
  171. // printButton
  172. //
  173. this.printButton.AllPower = null;
  174. this.printButton.BackColor = System.Drawing.Color.Transparent;
  175. this.printButton.DownImage = ((System.Drawing.Image)(resources.GetObject("printButton.DownImage")));
  176. this.printButton.Image = null;
  177. this.printButton.IsShowBorder = true;
  178. this.printButton.Location = new System.Drawing.Point(827, 458);
  179. this.printButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  180. this.printButton.MoveImage = ((System.Drawing.Image)(resources.GetObject("printButton.MoveImage")));
  181. this.printButton.Name = "printButton";
  182. this.printButton.NormalImage = ((System.Drawing.Image)(resources.GetObject("printButton.NormalImage")));
  183. this.printButton.Power = null;
  184. this.printButton.Size = new System.Drawing.Size(67, 23);
  185. this.printButton.TabIndex = 192;
  186. this.printButton.Text = "打印";
  187. this.printButton.UseVisualStyleBackColor = false;
  188. this.printButton.Click += new System.EventHandler(this.printButton_Click);
  189. //
  190. // pr_code
  191. //
  192. this.pr_code.AllPower = null;
  193. this.pr_code.BackColor = System.Drawing.Color.White;
  194. this.pr_code.Font = new System.Drawing.Font("宋体", 9F);
  195. this.pr_code.ID = null;
  196. this.pr_code.Location = new System.Drawing.Point(160, 27);
  197. this.pr_code.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  198. this.pr_code.Name = "pr_code";
  199. this.pr_code.Power = null;
  200. this.pr_code.Size = new System.Drawing.Size(165, 25);
  201. this.pr_code.Str = null;
  202. this.pr_code.Str1 = null;
  203. this.pr_code.Str2 = null;
  204. this.pr_code.TabIndex = 191;
  205. this.pr_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pr_code_KeyDown);
  206. this.pr_code.Leave += new System.EventHandler(this.pr_code_Leave);
  207. //
  208. // inputText
  209. //
  210. this.inputText.AllPower = "ifall";
  211. this.inputText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  212. | System.Windows.Forms.AnchorStyles.Left)));
  213. this.inputText.BackColor = System.Drawing.Color.White;
  214. this.inputText.ID = null;
  215. this.inputText.Location = new System.Drawing.Point(148, 458);
  216. this.inputText.Margin = new System.Windows.Forms.Padding(4);
  217. this.inputText.Name = "inputText";
  218. this.inputText.Power = null;
  219. this.inputText.Size = new System.Drawing.Size(260, 25);
  220. this.inputText.Str = null;
  221. this.inputText.Str1 = null;
  222. this.inputText.Str2 = null;
  223. this.inputText.TabIndex = 187;
  224. this.inputText.Tag = "ifread";
  225. this.inputText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.inputText_KeyDown);
  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(44, 135);
  231. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  232. this.OperateResult.Name = "OperateResult";
  233. this.OperateResult.Size = new System.Drawing.Size(940, 296);
  234. this.OperateResult.TabIndex = 186;
  235. this.OperateResult.Text = "";
  236. //
  237. // Printer
  238. //
  239. this.Printer.Location = new System.Drawing.Point(462, 27);
  240. this.Printer.Margin = new System.Windows.Forms.Padding(5);
  241. this.Printer.Name = "Printer";
  242. this.Printer.Size = new System.Drawing.Size(169, 31);
  243. this.Printer.TabIndex = 182;
  244. //
  245. // Make_CustomLabelPrint
  246. //
  247. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  248. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  249. this.ClientSize = new System.Drawing.Size(1028, 515);
  250. this.Controls.Add(this.PrintNum);
  251. this.Controls.Add(this.pr_spec);
  252. this.Controls.Add(this.pr_detail);
  253. this.Controls.Add(this.printButton);
  254. this.Controls.Add(this.pr_code);
  255. this.Controls.Add(this.label6);
  256. this.Controls.Add(this.sncode_label);
  257. this.Controls.Add(this.inputText);
  258. this.Controls.Add(this.OperateResult);
  259. this.Controls.Add(this.PrintLabel);
  260. this.Controls.Add(this.label4);
  261. this.Controls.Add(this.label5);
  262. this.Controls.Add(this.Printer);
  263. this.Controls.Add(this.label3);
  264. this.Controls.Add(this.label2);
  265. this.Controls.Add(this.pr_code_label);
  266. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  267. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  268. this.Name = "Make_CustomLabelPrint";
  269. this.Tag = "Make!CustomLabelPrint";
  270. this.Text = "Make_CustomLabelPrint";
  271. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_CustomLabelPrint_FormClosing);
  272. this.Load += new System.EventHandler(this.Make_CustomLablePrint_Load);
  273. this.SizeChanged += new System.EventHandler(this.Make_CustomLabelPrint_SizeChanged);
  274. this.ResumeLayout(false);
  275. this.PerformLayout();
  276. }
  277. #endregion
  278. private System.Windows.Forms.Label pr_code_label;
  279. private System.Windows.Forms.Label label2;
  280. private System.Windows.Forms.Label label3;
  281. private UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  282. private System.Windows.Forms.Label label4;
  283. private System.Windows.Forms.Label label5;
  284. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  285. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  286. private System.Windows.Forms.Label sncode_label;
  287. private CustomControl.TextBoxWithIcon.SnCollectionBox inputText;
  288. private System.Windows.Forms.Label label6;
  289. private CustomControl.TextBoxWithIcon.SnCollectionBox pr_code;
  290. private CustomControl.ButtonUtil.NormalButton printButton;
  291. private System.Windows.Forms.Label pr_detail;
  292. private System.Windows.Forms.Label pr_spec;
  293. private CustomControl.TextBoxWithIcon.NumOnlyTextBox PrintNum;
  294. }
  295. }