Make_RePrintLabel.Designer.cs 19 KB

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