Make_FuselageLabelPrint.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_FuselageLabelPrint
  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. this.PrintLabel = new System.Windows.Forms.ComboBox();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.Printer = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
  33. this.mcd_remainqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel(this.components);
  34. this.mcd_okqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel(this.components);
  35. this.pr_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  36. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  37. this.ms_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  38. this.PrintNum = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  39. this.pr_detail_label = new System.Windows.Forms.Label();
  40. this.sncode_label = new System.Windows.Forms.Label();
  41. this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  42. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  43. this.label4 = new System.Windows.Forms.Label();
  44. this.mcd_remainqty_label = new System.Windows.Forms.Label();
  45. this.mcd_okqty_label = new System.Windows.Forms.Label();
  46. this.pr_code_label = new System.Windows.Forms.Label();
  47. this.ms_makecode_label = new System.Windows.Forms.Label();
  48. this.SuspendLayout();
  49. //
  50. // PrintLabel
  51. //
  52. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  53. this.PrintLabel.FormattingEnabled = true;
  54. this.PrintLabel.Location = new System.Drawing.Point(1213, 140);
  55. this.PrintLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  56. this.PrintLabel.Name = "PrintLabel";
  57. this.PrintLabel.Size = new System.Drawing.Size(226, 26);
  58. this.PrintLabel.TabIndex = 181;
  59. //
  60. // label2
  61. //
  62. this.label2.AutoSize = true;
  63. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.label2.Location = new System.Drawing.Point(1097, 65);
  65. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  66. this.label2.Name = "label2";
  67. this.label2.Size = new System.Drawing.Size(86, 31);
  68. this.label2.TabIndex = 180;
  69. this.label2.Text = "打印机";
  70. //
  71. // label1
  72. //
  73. this.label1.AutoSize = true;
  74. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.label1.Location = new System.Drawing.Point(1097, 140);
  76. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  77. this.label1.Name = "label1";
  78. this.label1.Size = new System.Drawing.Size(62, 31);
  79. this.label1.TabIndex = 179;
  80. this.label1.Text = "标签";
  81. //
  82. // Printer
  83. //
  84. this.Printer.Location = new System.Drawing.Point(1213, 65);
  85. this.Printer.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  86. this.Printer.Name = "Printer";
  87. this.Printer.Size = new System.Drawing.Size(228, 37);
  88. this.Printer.TabIndex = 178;
  89. //
  90. // mcd_remainqty
  91. //
  92. this.mcd_remainqty.AutoSize = true;
  93. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.mcd_remainqty.Location = new System.Drawing.Point(501, 140);
  95. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  96. this.mcd_remainqty.Name = "mcd_remainqty";
  97. this.mcd_remainqty.Size = new System.Drawing.Size(28, 31);
  98. this.mcd_remainqty.TabIndex = 177;
  99. this.mcd_remainqty.Text = "0";
  100. //
  101. // mcd_okqty
  102. //
  103. this.mcd_okqty.AutoSize = true;
  104. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.mcd_okqty.Location = new System.Drawing.Point(170, 140);
  106. this.mcd_okqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  107. this.mcd_okqty.Name = "mcd_okqty";
  108. this.mcd_okqty.Size = new System.Drawing.Size(28, 31);
  109. this.mcd_okqty.TabIndex = 176;
  110. this.mcd_okqty.Text = "0";
  111. //
  112. // pr_code
  113. //
  114. this.pr_code.AutoSize = true;
  115. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.pr_code.Location = new System.Drawing.Point(501, 67);
  117. this.pr_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  118. this.pr_code.Name = "pr_code";
  119. this.pr_code.Size = new System.Drawing.Size(0, 31);
  120. this.pr_code.TabIndex = 175;
  121. //
  122. // pr_detail
  123. //
  124. this.pr_detail.AutoSize = true;
  125. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.pr_detail.Location = new System.Drawing.Point(831, 67);
  127. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  128. this.pr_detail.Name = "pr_detail";
  129. this.pr_detail.Size = new System.Drawing.Size(0, 31);
  130. this.pr_detail.TabIndex = 174;
  131. //
  132. // ms_makecode
  133. //
  134. this.ms_makecode.AutoSize = true;
  135. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.ms_makecode.Location = new System.Drawing.Point(170, 67);
  137. this.ms_makecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  138. this.ms_makecode.Name = "ms_makecode";
  139. this.ms_makecode.Size = new System.Drawing.Size(0, 31);
  140. this.ms_makecode.TabIndex = 173;
  141. //
  142. // PrintNum
  143. //
  144. this.PrintNum.AllPower = null;
  145. this.PrintNum.BackColor = System.Drawing.Color.White;
  146. this.PrintNum.Font = new System.Drawing.Font("微软雅黑", 12F);
  147. this.PrintNum.ID = null;
  148. this.PrintNum.Location = new System.Drawing.Point(829, 140);
  149. this.PrintNum.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  150. this.PrintNum.Name = "PrintNum";
  151. this.PrintNum.Negative = false;
  152. this.PrintNum.Power = null;
  153. this.PrintNum.Size = new System.Drawing.Size(246, 39);
  154. this.PrintNum.Str = null;
  155. this.PrintNum.Str1 = null;
  156. this.PrintNum.Str2 = null;
  157. this.PrintNum.TabIndex = 172;
  158. this.PrintNum.Text = "1";
  159. //
  160. // pr_detail_label
  161. //
  162. this.pr_detail_label.AutoSize = true;
  163. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.pr_detail_label.Location = new System.Drawing.Point(686, 67);
  165. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  166. this.pr_detail_label.Name = "pr_detail_label";
  167. this.pr_detail_label.Size = new System.Drawing.Size(110, 31);
  168. this.pr_detail_label.TabIndex = 171;
  169. this.pr_detail_label.Text = "产品名称";
  170. //
  171. // sncode_label
  172. //
  173. this.sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  174. | System.Windows.Forms.AnchorStyles.Left)));
  175. this.sncode_label.AutoSize = true;
  176. this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.sncode_label.Location = new System.Drawing.Point(29, 678);
  178. this.sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  179. this.sncode_label.Name = "sncode_label";
  180. this.sncode_label.Size = new System.Drawing.Size(86, 31);
  181. this.sncode_label.TabIndex = 170;
  182. this.sncode_label.Text = "序列号";
  183. //
  184. // sncode
  185. //
  186. this.sncode.AllPower = "ifall";
  187. this.sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  188. | System.Windows.Forms.AnchorStyles.Left)));
  189. this.sncode.BackColor = System.Drawing.Color.White;
  190. this.sncode.ID = null;
  191. this.sncode.Location = new System.Drawing.Point(163, 679);
  192. this.sncode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  193. this.sncode.Name = "sncode";
  194. this.sncode.Power = null;
  195. this.sncode.Size = new System.Drawing.Size(292, 28);
  196. this.sncode.Str = null;
  197. this.sncode.Str1 = null;
  198. this.sncode.Str2 = null;
  199. this.sncode.TabIndex = 169;
  200. this.sncode.Tag = "ifwrite";
  201. //
  202. // OperateResult
  203. //
  204. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.OperateResult.Location = new System.Drawing.Point(35, 200);
  206. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  207. this.OperateResult.Name = "OperateResult";
  208. this.OperateResult.Size = new System.Drawing.Size(1057, 455);
  209. this.OperateResult.TabIndex = 168;
  210. this.OperateResult.Text = "";
  211. //
  212. // label4
  213. //
  214. this.label4.AutoSize = true;
  215. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.label4.Location = new System.Drawing.Point(686, 140);
  217. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  218. this.label4.Name = "label4";
  219. this.label4.Size = new System.Drawing.Size(110, 31);
  220. this.label4.TabIndex = 167;
  221. this.label4.Text = "打印张数";
  222. //
  223. // mcd_remainqty_label
  224. //
  225. this.mcd_remainqty_label.AutoSize = true;
  226. this.mcd_remainqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.mcd_remainqty_label.Location = new System.Drawing.Point(358, 140);
  228. this.mcd_remainqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  229. this.mcd_remainqty_label.Name = "mcd_remainqty_label";
  230. this.mcd_remainqty_label.Size = new System.Drawing.Size(86, 31);
  231. this.mcd_remainqty_label.TabIndex = 166;
  232. this.mcd_remainqty_label.Text = "剩余数";
  233. //
  234. // mcd_okqty_label
  235. //
  236. this.mcd_okqty_label.AutoSize = true;
  237. this.mcd_okqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.mcd_okqty_label.Location = new System.Drawing.Point(29, 140);
  239. this.mcd_okqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  240. this.mcd_okqty_label.Name = "mcd_okqty_label";
  241. this.mcd_okqty_label.Size = new System.Drawing.Size(110, 31);
  242. this.mcd_okqty_label.TabIndex = 165;
  243. this.mcd_okqty_label.Text = "打印计数";
  244. //
  245. // pr_code_label
  246. //
  247. this.pr_code_label.AutoSize = true;
  248. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.pr_code_label.Location = new System.Drawing.Point(358, 67);
  250. this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  251. this.pr_code_label.Name = "pr_code_label";
  252. this.pr_code_label.Size = new System.Drawing.Size(110, 31);
  253. this.pr_code_label.TabIndex = 164;
  254. this.pr_code_label.Text = "产品编号";
  255. //
  256. // ms_makecode_label
  257. //
  258. this.ms_makecode_label.AutoSize = true;
  259. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.ms_makecode_label.Location = new System.Drawing.Point(29, 67);
  261. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  262. this.ms_makecode_label.Name = "ms_makecode_label";
  263. this.ms_makecode_label.Size = new System.Drawing.Size(110, 31);
  264. this.ms_makecode_label.TabIndex = 163;
  265. this.ms_makecode_label.Text = "归属工单";
  266. //
  267. // Make_FuselageLabelPrint
  268. //
  269. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  270. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  271. this.ClientSize = new System.Drawing.Size(1488, 764);
  272. this.Controls.Add(this.PrintLabel);
  273. this.Controls.Add(this.label2);
  274. this.Controls.Add(this.label1);
  275. this.Controls.Add(this.Printer);
  276. this.Controls.Add(this.mcd_remainqty);
  277. this.Controls.Add(this.mcd_okqty);
  278. this.Controls.Add(this.pr_code);
  279. this.Controls.Add(this.pr_detail);
  280. this.Controls.Add(this.ms_makecode);
  281. this.Controls.Add(this.PrintNum);
  282. this.Controls.Add(this.pr_detail_label);
  283. this.Controls.Add(this.sncode_label);
  284. this.Controls.Add(this.sncode);
  285. this.Controls.Add(this.OperateResult);
  286. this.Controls.Add(this.label4);
  287. this.Controls.Add(this.mcd_remainqty_label);
  288. this.Controls.Add(this.mcd_okqty_label);
  289. this.Controls.Add(this.pr_code_label);
  290. this.Controls.Add(this.ms_makecode_label);
  291. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  292. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  293. this.Name = "Make_FuselageLabelPrint";
  294. this.Tag = "Make!FuselageLabelPrint";
  295. this.Text = "Make_FuselageLabelPrint";
  296. this.Activated += new System.EventHandler(this.Make_FuselageLabelPrint_Activated);
  297. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_FuselageLabelPrint_FormClosing);
  298. this.Load += new System.EventHandler(this.Make_FuselageLabelPrint_Load);
  299. this.SizeChanged += new System.EventHandler(this.Make_FuselageLabelPrint_SizeChanged);
  300. this.ResumeLayout(false);
  301. this.PerformLayout();
  302. }
  303. #endregion
  304. private System.Windows.Forms.ComboBox PrintLabel;
  305. private System.Windows.Forms.Label label2;
  306. private System.Windows.Forms.Label label1;
  307. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  308. private CustomControl.ValueLabel.ValueNumLabel mcd_remainqty;
  309. private CustomControl.ValueLabel.ValueNumLabel mcd_okqty;
  310. private CustomControl.ValueLabel.ValueLabel pr_code;
  311. private CustomControl.ValueLabel.ValueLabel pr_detail;
  312. private CustomControl.ValueLabel.ValueLabel ms_makecode;
  313. private CustomControl.TextBoxWithIcon.NumOnlyTextBox PrintNum;
  314. private System.Windows.Forms.Label pr_detail_label;
  315. private System.Windows.Forms.Label sncode_label;
  316. private CustomControl.TextBoxWithIcon.EnterTextBox sncode;
  317. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  318. private System.Windows.Forms.Label label4;
  319. private System.Windows.Forms.Label mcd_remainqty_label;
  320. private System.Windows.Forms.Label mcd_okqty_label;
  321. private System.Windows.Forms.Label pr_code_label;
  322. private System.Windows.Forms.Label ms_makecode_label;
  323. }
  324. }