SystemSetting_PrinterTestRadium.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. namespace UAS_MES_NEW.SystemSetting
  2. {
  3. partial class SystemSetting_PrinterTestRadium
  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(SystemSetting_PrinterTestRadium));
  29. this.label3 = new System.Windows.Forms.Label();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label6 = new System.Windows.Forms.Label();
  32. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  33. this.ma_qty = new System.Windows.Forms.Label();
  34. this.label7 = new System.Windows.Forms.Label();
  35. this.label5 = new System.Windows.Forms.Label();
  36. this.pr_detail = new System.Windows.Forms.Label();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.label8 = new System.Windows.Forms.Label();
  39. this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  40. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  41. this.Export = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  42. this.Rn = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  43. this.Num = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  44. this.label2 = new System.Windows.Forms.Label();
  45. this.PreFix = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  46. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // label3
  50. //
  51. this.label3.AutoSize = true;
  52. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  53. this.label3.Location = new System.Drawing.Point(171, 735);
  54. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  55. this.label3.Name = "label3";
  56. this.label3.Size = new System.Drawing.Size(146, 41);
  57. this.label3.TabIndex = 31;
  58. this.label3.Text = "起始流水";
  59. //
  60. // label1
  61. //
  62. this.label1.AutoSize = true;
  63. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.label1.Location = new System.Drawing.Point(223, 576);
  65. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  66. this.label1.Name = "label1";
  67. this.label1.Size = new System.Drawing.Size(82, 41);
  68. this.label1.TabIndex = 28;
  69. this.label1.Text = "数量";
  70. //
  71. // label6
  72. //
  73. this.label6.AutoSize = true;
  74. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.label6.Location = new System.Drawing.Point(171, 657);
  76. this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  77. this.label6.Name = "label6";
  78. this.label6.Size = new System.Drawing.Size(146, 41);
  79. this.label6.TabIndex = 36;
  80. this.label6.Text = "流水长度";
  81. //
  82. // numericUpDown1
  83. //
  84. this.numericUpDown1.Location = new System.Drawing.Point(356, 663);
  85. this.numericUpDown1.Name = "numericUpDown1";
  86. this.numericUpDown1.Size = new System.Drawing.Size(120, 35);
  87. this.numericUpDown1.TabIndex = 37;
  88. this.numericUpDown1.Value = new decimal(new int[] {
  89. 6,
  90. 0,
  91. 0,
  92. 0});
  93. //
  94. // ma_qty
  95. //
  96. this.ma_qty.AutoSize = true;
  97. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.ma_qty.Location = new System.Drawing.Point(349, 295);
  99. this.ma_qty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  100. this.ma_qty.Name = "ma_qty";
  101. this.ma_qty.Size = new System.Drawing.Size(0, 41);
  102. this.ma_qty.TabIndex = 236;
  103. //
  104. // label7
  105. //
  106. this.label7.AutoSize = true;
  107. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.label7.Location = new System.Drawing.Point(171, 295);
  109. this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  110. this.label7.Name = "label7";
  111. this.label7.Size = new System.Drawing.Size(146, 41);
  112. this.label7.TabIndex = 234;
  113. this.label7.Text = "工单数量";
  114. //
  115. // label5
  116. //
  117. this.label5.AutoSize = true;
  118. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.label5.Location = new System.Drawing.Point(171, 229);
  120. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  121. this.label5.Name = "label5";
  122. this.label5.Size = new System.Drawing.Size(146, 41);
  123. this.label5.TabIndex = 232;
  124. this.label5.Text = "工单编号";
  125. //
  126. // pr_detail
  127. //
  128. this.pr_detail.AutoSize = true;
  129. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.pr_detail.Location = new System.Drawing.Point(349, 438);
  131. this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  132. this.pr_detail.Name = "pr_detail";
  133. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  134. this.pr_detail.TabIndex = 241;
  135. //
  136. // label4
  137. //
  138. this.label4.AutoSize = true;
  139. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.label4.Location = new System.Drawing.Point(171, 438);
  141. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  142. this.label4.Name = "label4";
  143. this.label4.Size = new System.Drawing.Size(146, 41);
  144. this.label4.TabIndex = 240;
  145. this.label4.Text = "产品名称";
  146. //
  147. // label8
  148. //
  149. this.label8.AutoSize = true;
  150. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.label8.Location = new System.Drawing.Point(171, 370);
  152. this.label8.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  153. this.label8.Name = "label8";
  154. this.label8.Size = new System.Drawing.Size(146, 41);
  155. this.label8.TabIndex = 238;
  156. this.label8.Text = "产品代码";
  157. //
  158. // pr_code
  159. //
  160. this.pr_code.AllPower = null;
  161. this.pr_code.BackColor = System.Drawing.Color.White;
  162. this.pr_code.ID = null;
  163. this.pr_code.Location = new System.Drawing.Point(356, 379);
  164. this.pr_code.Name = "pr_code";
  165. this.pr_code.Power = null;
  166. this.pr_code.Size = new System.Drawing.Size(388, 35);
  167. this.pr_code.Str = null;
  168. this.pr_code.Str1 = null;
  169. this.pr_code.Str2 = null;
  170. this.pr_code.TabIndex = 239;
  171. //
  172. // ma_code
  173. //
  174. this.ma_code.AllPower = "IFALL";
  175. this.ma_code.Caller = null;
  176. this.ma_code.Condition = null;
  177. this.ma_code.DBTitle = "";
  178. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  179. this.ma_code.FormName = null;
  180. this.ma_code.Location = new System.Drawing.Point(356, 229);
  181. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  182. this.ma_code.Name = "ma_code";
  183. this.ma_code.Power = "";
  184. this.ma_code.ReturnData = null;
  185. this.ma_code.SelectField = null;
  186. this.ma_code.SetValueField = null;
  187. this.ma_code.Size = new System.Drawing.Size(409, 46);
  188. this.ma_code.TabIndex = 233;
  189. this.ma_code.TableName = null;
  190. this.ma_code.Tag = "makecode";
  191. this.ma_code.TextBoxEnable = true;
  192. //
  193. // Export
  194. //
  195. this.Export.AllPower = null;
  196. this.Export.BackColor = System.Drawing.Color.Transparent;
  197. this.Export.DownImage = ((System.Drawing.Image)(resources.GetObject("Export.DownImage")));
  198. this.Export.Image = null;
  199. this.Export.IsShowBorder = true;
  200. this.Export.Location = new System.Drawing.Point(356, 813);
  201. this.Export.Margin = new System.Windows.Forms.Padding(6);
  202. this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage")));
  203. this.Export.Name = "Export";
  204. this.Export.NormalImage = ((System.Drawing.Image)(resources.GetObject("Export.NormalImage")));
  205. this.Export.Power = null;
  206. this.Export.Size = new System.Drawing.Size(150, 56);
  207. this.Export.TabIndex = 32;
  208. this.Export.Text = "生成流水";
  209. this.Export.UseVisualStyleBackColor = false;
  210. this.Export.Click += new System.EventHandler(this.Export_Click);
  211. //
  212. // Rn
  213. //
  214. this.Rn.AllPower = null;
  215. this.Rn.BackColor = System.Drawing.Color.White;
  216. this.Rn.ID = null;
  217. this.Rn.Location = new System.Drawing.Point(356, 741);
  218. this.Rn.Margin = new System.Windows.Forms.Padding(6);
  219. this.Rn.Name = "Rn";
  220. this.Rn.Power = null;
  221. this.Rn.Size = new System.Drawing.Size(278, 35);
  222. this.Rn.Str = null;
  223. this.Rn.Str1 = null;
  224. this.Rn.Str2 = null;
  225. this.Rn.TabIndex = 30;
  226. this.Rn.Text = "1";
  227. //
  228. // Num
  229. //
  230. this.Num.AllPower = null;
  231. this.Num.BackColor = System.Drawing.Color.White;
  232. this.Num.ID = null;
  233. this.Num.Location = new System.Drawing.Point(356, 582);
  234. this.Num.Margin = new System.Windows.Forms.Padding(6);
  235. this.Num.Name = "Num";
  236. this.Num.Power = null;
  237. this.Num.Size = new System.Drawing.Size(278, 35);
  238. this.Num.Str = null;
  239. this.Num.Str1 = null;
  240. this.Num.Str2 = null;
  241. this.Num.TabIndex = 27;
  242. //
  243. // label2
  244. //
  245. this.label2.AutoSize = true;
  246. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.label2.Location = new System.Drawing.Point(223, 506);
  248. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  249. this.label2.Name = "label2";
  250. this.label2.Size = new System.Drawing.Size(82, 41);
  251. this.label2.TabIndex = 243;
  252. this.label2.Text = "前缀";
  253. //
  254. // PreFix
  255. //
  256. this.PreFix.AllPower = null;
  257. this.PreFix.BackColor = System.Drawing.Color.White;
  258. this.PreFix.ID = null;
  259. this.PreFix.Location = new System.Drawing.Point(356, 512);
  260. this.PreFix.Margin = new System.Windows.Forms.Padding(6);
  261. this.PreFix.Name = "PreFix";
  262. this.PreFix.Power = null;
  263. this.PreFix.Size = new System.Drawing.Size(278, 35);
  264. this.PreFix.Str = null;
  265. this.PreFix.Str1 = null;
  266. this.PreFix.Str2 = null;
  267. this.PreFix.TabIndex = 242;
  268. //
  269. // SystemSetting_PrinterTestRadium
  270. //
  271. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  272. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  273. this.ClientSize = new System.Drawing.Size(2034, 1118);
  274. this.Controls.Add(this.label2);
  275. this.Controls.Add(this.PreFix);
  276. this.Controls.Add(this.pr_detail);
  277. this.Controls.Add(this.label4);
  278. this.Controls.Add(this.pr_code);
  279. this.Controls.Add(this.label8);
  280. this.Controls.Add(this.ma_qty);
  281. this.Controls.Add(this.label7);
  282. this.Controls.Add(this.ma_code);
  283. this.Controls.Add(this.label5);
  284. this.Controls.Add(this.numericUpDown1);
  285. this.Controls.Add(this.label6);
  286. this.Controls.Add(this.Export);
  287. this.Controls.Add(this.label3);
  288. this.Controls.Add(this.Rn);
  289. this.Controls.Add(this.label1);
  290. this.Controls.Add(this.Num);
  291. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  292. this.Margin = new System.Windows.Forms.Padding(6);
  293. this.Name = "SystemSetting_PrinterTestRadium";
  294. this.Tag = "Setup!PrinterTest";
  295. this.Text = "打印机调试";
  296. this.Load += new System.EventHandler(this.SystemSetting_PrinterTest_Load);
  297. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  298. this.ResumeLayout(false);
  299. this.PerformLayout();
  300. }
  301. #endregion
  302. private System.Windows.Forms.Label label3;
  303. private CustomControl.TextBoxWithIcon.EnterTextBox Rn;
  304. private System.Windows.Forms.Label label1;
  305. private CustomControl.TextBoxWithIcon.EnterTextBox Num;
  306. private CustomControl.ButtonUtil.NormalButton Export;
  307. private System.Windows.Forms.Label label6;
  308. private System.Windows.Forms.NumericUpDown numericUpDown1;
  309. private System.Windows.Forms.Label ma_qty;
  310. private System.Windows.Forms.Label label7;
  311. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  312. private System.Windows.Forms.Label label5;
  313. private System.Windows.Forms.Label pr_detail;
  314. private System.Windows.Forms.Label label4;
  315. private CustomControl.TextBoxWithIcon.EnterTextBox pr_code;
  316. private System.Windows.Forms.Label label8;
  317. private System.Windows.Forms.Label label2;
  318. private CustomControl.TextBoxWithIcon.EnterTextBox PreFix;
  319. }
  320. }