Make_RePrintLabel.Designer.cs 19 KB

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