Make_RePrintLabel.Designer.cs 20 KB

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