Make_RePrintLabel.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_RePrintLabel
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_RePrintLabel));
  30. this.label = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.label111 = new System.Windows.Forms.Label();
  33. this.label5 = new System.Windows.Forms.Label();
  34. this.label6 = new System.Windows.Forms.Label();
  35. this.label7 = new System.Windows.Forms.Label();
  36. this.label8 = new System.Windows.Forms.Label();
  37. this.label9 = new System.Windows.Forms.Label();
  38. this.inputValue = new System.Windows.Forms.Label();
  39. this.pr_code = new System.Windows.Forms.Label();
  40. this.ms_makecode = new System.Windows.Forms.Label();
  41. this.pr_detail = new System.Windows.Forms.Label();
  42. this.groupBoxWithBorder1 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  43. this.CartonBox = new System.Windows.Forms.RadioButton();
  44. this.fuselagel = new System.Windows.Forms.RadioButton();
  45. this.giftBox = new System.Windows.Forms.RadioButton();
  46. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  47. this.printBtn = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  48. this.printNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  49. this.inputText = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  50. this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  51. this.Printer = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  52. this.pitao = new System.Windows.Forms.RadioButton();
  53. this.groupBoxWithBorder1.SuspendLayout();
  54. this.SuspendLayout();
  55. //
  56. // label
  57. //
  58. this.label.AutoSize = true;
  59. this.label.Font = new System.Drawing.Font("微软雅黑", 12F);
  60. this.label.Location = new System.Drawing.Point(50, 178);
  61. this.label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  62. this.label.Name = "label";
  63. this.label.Size = new System.Drawing.Size(114, 41);
  64. this.label.TabIndex = 4;
  65. this.label.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(728, 178);
  72. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  73. this.label3.Name = "label3";
  74. this.label3.Size = new System.Drawing.Size(146, 41);
  75. this.label3.TabIndex = 5;
  76. this.label3.Text = "工单代码";
  77. //
  78. // label111
  79. //
  80. this.label111.AutoSize = true;
  81. this.label111.Font = new System.Drawing.Font("微软雅黑", 12F);
  82. this.label111.Location = new System.Drawing.Point(50, 230);
  83. this.label111.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  84. this.label111.Name = "label111";
  85. this.label111.Size = new System.Drawing.Size(146, 41);
  86. this.label111.TabIndex = 6;
  87. this.label111.Text = "产品编号";
  88. //
  89. // label5
  90. //
  91. this.label5.AutoSize = true;
  92. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  93. this.label5.Location = new System.Drawing.Point(728, 230);
  94. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  95. this.label5.Name = "label5";
  96. this.label5.Size = new System.Drawing.Size(82, 41);
  97. this.label5.TabIndex = 7;
  98. this.label5.Text = "名称";
  99. //
  100. // label6
  101. //
  102. this.label6.AutoSize = true;
  103. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.label6.Location = new System.Drawing.Point(50, 290);
  105. this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  106. this.label6.Name = "label6";
  107. this.label6.Size = new System.Drawing.Size(178, 41);
  108. this.label6.TabIndex = 188;
  109. this.label6.Text = "打印机列表";
  110. //
  111. // label7
  112. //
  113. this.label7.AutoSize = true;
  114. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.label7.Location = new System.Drawing.Point(50, 352);
  116. this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  117. this.label7.Name = "label7";
  118. this.label7.Size = new System.Drawing.Size(146, 41);
  119. this.label7.TabIndex = 187;
  120. this.label7.Text = "标签模板";
  121. //
  122. // label8
  123. //
  124. this.label8.AutoSize = true;
  125. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F);
  126. this.label8.Location = new System.Drawing.Point(726, 296);
  127. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  128. this.label8.Name = "label8";
  129. this.label8.Size = new System.Drawing.Size(114, 41);
  130. this.label8.TabIndex = 190;
  131. this.label8.Text = "输入框";
  132. //
  133. // label9
  134. //
  135. this.label9.AutoSize = true;
  136. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F);
  137. this.label9.Location = new System.Drawing.Point(728, 358);
  138. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  139. this.label9.Name = "label9";
  140. this.label9.Size = new System.Drawing.Size(82, 41);
  141. this.label9.TabIndex = 192;
  142. this.label9.Text = "份数";
  143. //
  144. // inputValue
  145. //
  146. this.inputValue.AutoSize = true;
  147. this.inputValue.Font = new System.Drawing.Font("微软雅黑", 12F);
  148. this.inputValue.Location = new System.Drawing.Point(242, 178);
  149. this.inputValue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  150. this.inputValue.Name = "inputValue";
  151. this.inputValue.Size = new System.Drawing.Size(0, 41);
  152. this.inputValue.TabIndex = 199;
  153. //
  154. // pr_code
  155. //
  156. this.pr_code.AutoSize = true;
  157. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F);
  158. this.pr_code.Location = new System.Drawing.Point(242, 230);
  159. this.pr_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  160. this.pr_code.Name = "pr_code";
  161. this.pr_code.Size = new System.Drawing.Size(0, 41);
  162. this.pr_code.TabIndex = 200;
  163. this.pr_code.TextChanged += new System.EventHandler(this.PrintLabel_TextChanged);
  164. //
  165. // ms_makecode
  166. //
  167. this.ms_makecode.AutoSize = true;
  168. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F);
  169. this.ms_makecode.Location = new System.Drawing.Point(874, 178);
  170. this.ms_makecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  171. this.ms_makecode.Name = "ms_makecode";
  172. this.ms_makecode.Size = new System.Drawing.Size(0, 41);
  173. this.ms_makecode.TabIndex = 201;
  174. //
  175. // pr_detail
  176. //
  177. this.pr_detail.AutoSize = true;
  178. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
  179. this.pr_detail.Location = new System.Drawing.Point(874, 230);
  180. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  181. this.pr_detail.Name = "pr_detail";
  182. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  183. this.pr_detail.TabIndex = 202;
  184. //
  185. // groupBoxWithBorder1
  186. //
  187. this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
  188. this.groupBoxWithBorder1.Controls.Add(this.pitao);
  189. this.groupBoxWithBorder1.Controls.Add(this.CartonBox);
  190. this.groupBoxWithBorder1.Controls.Add(this.fuselagel);
  191. this.groupBoxWithBorder1.Controls.Add(this.giftBox);
  192. this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.groupBoxWithBorder1.Location = new System.Drawing.Point(58, 18);
  194. this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
  195. this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
  196. this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(4, 6, 4, 6);
  197. this.groupBoxWithBorder1.Size = new System.Drawing.Size(1512, 144);
  198. this.groupBoxWithBorder1.TabIndex = 204;
  199. this.groupBoxWithBorder1.TabStop = false;
  200. this.groupBoxWithBorder1.Text = "打印类型";
  201. this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
  202. //
  203. // CartonBox
  204. //
  205. this.CartonBox.AutoSize = true;
  206. this.CartonBox.Font = new System.Drawing.Font("微软雅黑", 12F);
  207. this.CartonBox.Location = new System.Drawing.Point(449, 70);
  208. this.CartonBox.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  209. this.CartonBox.Name = "CartonBox";
  210. this.CartonBox.Size = new System.Drawing.Size(216, 45);
  211. this.CartonBox.TabIndex = 2;
  212. this.CartonBox.Text = "Carton打印";
  213. this.CartonBox.UseVisualStyleBackColor = true;
  214. this.CartonBox.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChange);
  215. //
  216. // fuselagel
  217. //
  218. this.fuselagel.AutoSize = true;
  219. this.fuselagel.Font = new System.Drawing.Font("微软雅黑", 12F);
  220. this.fuselagel.Location = new System.Drawing.Point(811, 70);
  221. this.fuselagel.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  222. this.fuselagel.Name = "fuselagel";
  223. this.fuselagel.Size = new System.Drawing.Size(209, 45);
  224. this.fuselagel.TabIndex = 3;
  225. this.fuselagel.Text = "机身标打印";
  226. this.fuselagel.UseVisualStyleBackColor = true;
  227. this.fuselagel.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChange);
  228. //
  229. // giftBox
  230. //
  231. this.giftBox.AutoSize = true;
  232. this.giftBox.Checked = true;
  233. this.giftBox.Font = new System.Drawing.Font("微软雅黑", 12F);
  234. this.giftBox.Location = new System.Drawing.Point(110, 70);
  235. this.giftBox.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  236. this.giftBox.Name = "giftBox";
  237. this.giftBox.Size = new System.Drawing.Size(177, 45);
  238. this.giftBox.TabIndex = 1;
  239. this.giftBox.TabStop = true;
  240. this.giftBox.Text = "彩标打印";
  241. this.giftBox.UseVisualStyleBackColor = true;
  242. this.giftBox.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChange);
  243. //
  244. // OperateResult
  245. //
  246. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.OperateResult.Location = new System.Drawing.Point(58, 422);
  248. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  249. this.OperateResult.Name = "OperateResult";
  250. this.OperateResult.Size = new System.Drawing.Size(1510, 326);
  251. this.OperateResult.TabIndex = 195;
  252. this.OperateResult.Text = "";
  253. //
  254. // printBtn
  255. //
  256. this.printBtn.AllPower = null;
  257. this.printBtn.BackColor = System.Drawing.Color.Transparent;
  258. this.printBtn.DownImage = ((System.Drawing.Image)(resources.GetObject("printBtn.DownImage")));
  259. this.printBtn.Image = null;
  260. this.printBtn.IsShowBorder = true;
  261. this.printBtn.Location = new System.Drawing.Point(1230, 356);
  262. this.printBtn.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  263. this.printBtn.MoveImage = ((System.Drawing.Image)(resources.GetObject("printBtn.MoveImage")));
  264. this.printBtn.Name = "printBtn";
  265. this.printBtn.NormalImage = ((System.Drawing.Image)(resources.GetObject("printBtn.NormalImage")));
  266. this.printBtn.Power = null;
  267. this.printBtn.Size = new System.Drawing.Size(100, 48);
  268. this.printBtn.TabIndex = 194;
  269. this.printBtn.Text = "打印";
  270. this.printBtn.UseVisualStyleBackColor = false;
  271. this.printBtn.Click += new System.EventHandler(this.print_Click);
  272. //
  273. // printNum
  274. //
  275. this.printNum.AllPower = null;
  276. this.printNum.BackColor = System.Drawing.Color.White;
  277. this.printNum.ID = null;
  278. this.printNum.Location = new System.Drawing.Point(884, 364);
  279. this.printNum.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  280. this.printNum.Name = "printNum";
  281. this.printNum.Negative = false;
  282. this.printNum.Power = null;
  283. this.printNum.Size = new System.Drawing.Size(294, 35);
  284. this.printNum.Str = null;
  285. this.printNum.Str1 = null;
  286. this.printNum.Str2 = null;
  287. this.printNum.TabIndex = 193;
  288. this.printNum.Text = "1";
  289. //
  290. // inputText
  291. //
  292. this.inputText.AllPower = null;
  293. this.inputText.BackColor = System.Drawing.Color.White;
  294. this.inputText.ID = null;
  295. this.inputText.Location = new System.Drawing.Point(882, 298);
  296. this.inputText.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  297. this.inputText.Name = "inputText";
  298. this.inputText.Power = null;
  299. this.inputText.Size = new System.Drawing.Size(294, 35);
  300. this.inputText.Str = null;
  301. this.inputText.Str1 = null;
  302. this.inputText.Str2 = null;
  303. this.inputText.TabIndex = 191;
  304. this.inputText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.inputText_KeyDown);
  305. //
  306. // PrintLabel
  307. //
  308. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  309. this.PrintLabel.FormattingEnabled = true;
  310. this.PrintLabel.Location = new System.Drawing.Point(250, 358);
  311. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  312. this.PrintLabel.Name = "PrintLabel";
  313. this.PrintLabel.Size = new System.Drawing.Size(294, 32);
  314. this.PrintLabel.TabIndex = 189;
  315. //
  316. // Printer
  317. //
  318. this.Printer.Location = new System.Drawing.Point(250, 290);
  319. this.Printer.Margin = new System.Windows.Forms.Padding(8);
  320. this.Printer.Name = "Printer";
  321. this.Printer.Size = new System.Drawing.Size(296, 50);
  322. this.Printer.TabIndex = 186;
  323. //
  324. // pitao
  325. //
  326. this.pitao.AutoSize = true;
  327. this.pitao.Font = new System.Drawing.Font("微软雅黑", 12F);
  328. this.pitao.Location = new System.Drawing.Point(1129, 70);
  329. this.pitao.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  330. this.pitao.Name = "pitao";
  331. this.pitao.Size = new System.Drawing.Size(209, 45);
  332. this.pitao.TabIndex = 4;
  333. this.pitao.Text = "皮套标打印";
  334. this.pitao.UseVisualStyleBackColor = true;
  335. this.pitao.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChange);
  336. //
  337. // Make_RePrintLabel
  338. //
  339. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  340. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  341. this.ClientSize = new System.Drawing.Size(1636, 834);
  342. this.Controls.Add(this.groupBoxWithBorder1);
  343. this.Controls.Add(this.pr_detail);
  344. this.Controls.Add(this.ms_makecode);
  345. this.Controls.Add(this.pr_code);
  346. this.Controls.Add(this.inputValue);
  347. this.Controls.Add(this.OperateResult);
  348. this.Controls.Add(this.printBtn);
  349. this.Controls.Add(this.printNum);
  350. this.Controls.Add(this.label9);
  351. this.Controls.Add(this.inputText);
  352. this.Controls.Add(this.label8);
  353. this.Controls.Add(this.PrintLabel);
  354. this.Controls.Add(this.label6);
  355. this.Controls.Add(this.label7);
  356. this.Controls.Add(this.Printer);
  357. this.Controls.Add(this.label5);
  358. this.Controls.Add(this.label111);
  359. this.Controls.Add(this.label3);
  360. this.Controls.Add(this.label);
  361. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  362. this.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  363. this.Name = "Make_RePrintLabel";
  364. this.Tag = "Make!RePrintLabel";
  365. this.Text = "Make_RePrintLabel";
  366. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_RePrintLabel_FormClosing);
  367. this.Load += new System.EventHandler(this.Make_RePrintLabel_Load);
  368. this.SizeChanged += new System.EventHandler(this.Make_RePrintLabel_SizeChanged);
  369. this.groupBoxWithBorder1.ResumeLayout(true);
  370. this.groupBoxWithBorder1.PerformLayout();
  371. this.ResumeLayout(true);
  372. this.PerformLayout();
  373. }
  374. #endregion
  375. private System.Windows.Forms.RadioButton giftBox;
  376. private System.Windows.Forms.RadioButton CartonBox;
  377. private System.Windows.Forms.RadioButton fuselagel;
  378. private System.Windows.Forms.Label label;
  379. private System.Windows.Forms.Label label3;
  380. private System.Windows.Forms.Label label111;
  381. private System.Windows.Forms.Label label5;
  382. private UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  383. private System.Windows.Forms.Label label6;
  384. private System.Windows.Forms.Label label7;
  385. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  386. private System.Windows.Forms.Label label8;
  387. private CustomControl.TextBoxWithIcon.SnCollectionBox inputText;
  388. private System.Windows.Forms.Label label9;
  389. private CustomControl.TextBoxWithIcon.NumOnlyTextBox printNum;
  390. private CustomControl.ButtonUtil.NormalButton printBtn;
  391. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  392. private System.Windows.Forms.Label inputValue;
  393. private System.Windows.Forms.Label pr_code;
  394. private System.Windows.Forms.Label ms_makecode;
  395. private System.Windows.Forms.Label pr_detail;
  396. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
  397. private System.Windows.Forms.RadioButton pitao;
  398. }
  399. }