SystemSetting_PrinterTest.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489
  1. namespace UAS_MES_NEW.SystemSetting
  2. {
  3. partial class SystemSetting_PrinterTest
  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_PrinterTest));
  29. this.ma_salecode_label = new System.Windows.Forms.Label();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.Date = new System.Windows.Forms.DateTimePicker();
  34. this.label5 = new System.Windows.Forms.Label();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.label6 = new System.Windows.Forms.Label();
  37. this.label7 = new System.Windows.Forms.Label();
  38. this.SN = new System.Windows.Forms.RadioButton();
  39. this.Material = new System.Windows.Forms.RadioButton();
  40. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  41. this.Mark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  42. this.MachineType = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  43. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  44. this.Export = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  45. this.Rn = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  46. this.Num = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  47. this.Prefix = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  48. this.Setting = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  49. this.PrinterList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  50. this.PrintTest = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  51. this.MakeSnList = new System.Windows.Forms.RadioButton();
  52. this.NumLength = new System.Windows.Forms.NumericUpDown();
  53. this.label8 = new System.Windows.Forms.Label();
  54. this.RePrintText = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  55. this.label9 = new System.Windows.Forms.Label();
  56. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.NumLength)).BeginInit();
  58. this.SuspendLayout();
  59. //
  60. // ma_salecode_label
  61. //
  62. this.ma_salecode_label.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  63. | System.Windows.Forms.AnchorStyles.Left)
  64. | System.Windows.Forms.AnchorStyles.Right)));
  65. this.ma_salecode_label.AutoSize = true;
  66. this.ma_salecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.ma_salecode_label.Location = new System.Drawing.Point(142, 120);
  68. this.ma_salecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  69. this.ma_salecode_label.Name = "ma_salecode_label";
  70. this.ma_salecode_label.Size = new System.Drawing.Size(178, 41);
  71. this.ma_salecode_label.TabIndex = 20;
  72. this.ma_salecode_label.Text = "打印机列表";
  73. //
  74. // label3
  75. //
  76. this.label3.AutoSize = true;
  77. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.label3.Location = new System.Drawing.Point(162, 482);
  79. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  80. this.label3.Name = "label3";
  81. this.label3.Size = new System.Drawing.Size(146, 41);
  82. this.label3.TabIndex = 31;
  83. this.label3.Text = "起始流水";
  84. //
  85. // label2
  86. //
  87. this.label2.AutoSize = true;
  88. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.label2.Location = new System.Drawing.Point(1321, 107);
  90. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  91. this.label2.Name = "label2";
  92. this.label2.Size = new System.Drawing.Size(82, 41);
  93. this.label2.TabIndex = 29;
  94. this.label2.Text = "日期";
  95. this.label2.Visible = false;
  96. //
  97. // label1
  98. //
  99. this.label1.AutoSize = true;
  100. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.label1.Location = new System.Drawing.Point(162, 407);
  102. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  103. this.label1.Name = "label1";
  104. this.label1.Size = new System.Drawing.Size(146, 41);
  105. this.label1.TabIndex = 28;
  106. this.label1.Text = "打印数量";
  107. //
  108. // Date
  109. //
  110. this.Date.Location = new System.Drawing.Point(1470, 125);
  111. this.Date.Name = "Date";
  112. this.Date.Size = new System.Drawing.Size(278, 35);
  113. this.Date.TabIndex = 26;
  114. this.Date.Visible = false;
  115. //
  116. // label5
  117. //
  118. this.label5.AutoSize = true;
  119. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.label5.Location = new System.Drawing.Point(162, 259);
  121. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  122. this.label5.Name = "label5";
  123. this.label5.Size = new System.Drawing.Size(82, 41);
  124. this.label5.TabIndex = 24;
  125. this.label5.Text = "前缀";
  126. //
  127. // label4
  128. //
  129. this.label4.AutoSize = true;
  130. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.label4.Location = new System.Drawing.Point(162, 187);
  132. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  133. this.label4.Name = "label4";
  134. this.label4.Size = new System.Drawing.Size(114, 41);
  135. this.label4.TabIndex = 33;
  136. this.label4.Text = "工单号";
  137. //
  138. // label6
  139. //
  140. this.label6.AutoSize = true;
  141. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.label6.Location = new System.Drawing.Point(725, 196);
  143. this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  144. this.label6.Name = "label6";
  145. this.label6.Size = new System.Drawing.Size(210, 41);
  146. this.label6.TabIndex = 35;
  147. this.label6.Text = "机型相关配置";
  148. //
  149. // label7
  150. //
  151. this.label7.AutoSize = true;
  152. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.label7.Location = new System.Drawing.Point(725, 284);
  154. this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  155. this.label7.Name = "label7";
  156. this.label7.Size = new System.Drawing.Size(146, 41);
  157. this.label7.TabIndex = 37;
  158. this.label7.Text = "工单代号";
  159. //
  160. // SN
  161. //
  162. this.SN.AutoSize = true;
  163. this.SN.Checked = true;
  164. this.SN.Location = new System.Drawing.Point(356, 60);
  165. this.SN.Name = "SN";
  166. this.SN.Size = new System.Drawing.Size(161, 28);
  167. this.SN.TabIndex = 39;
  168. this.SN.TabStop = true;
  169. this.SN.Text = "内部序列号";
  170. this.SN.UseVisualStyleBackColor = true;
  171. this.SN.CheckedChanged += new System.EventHandler(this.SN_CheckedChanged);
  172. //
  173. // Material
  174. //
  175. this.Material.AutoSize = true;
  176. this.Material.Location = new System.Drawing.Point(545, 60);
  177. this.Material.Name = "Material";
  178. this.Material.Size = new System.Drawing.Size(137, 28);
  179. this.Material.TabIndex = 40;
  180. this.Material.Text = "物料条码";
  181. this.Material.UseVisualStyleBackColor = true;
  182. //
  183. // pictureBox1
  184. //
  185. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  186. this.pictureBox1.Location = new System.Drawing.Point(732, 349);
  187. this.pictureBox1.Name = "pictureBox1";
  188. this.pictureBox1.Size = new System.Drawing.Size(1035, 554);
  189. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  190. this.pictureBox1.TabIndex = 41;
  191. this.pictureBox1.TabStop = false;
  192. //
  193. // Mark
  194. //
  195. this.Mark.AllPower = null;
  196. this.Mark.BackColor = System.Drawing.Color.White;
  197. this.Mark.ID = null;
  198. this.Mark.Location = new System.Drawing.Point(969, 281);
  199. this.Mark.Margin = new System.Windows.Forms.Padding(6);
  200. this.Mark.Name = "Mark";
  201. this.Mark.Power = null;
  202. this.Mark.Size = new System.Drawing.Size(278, 35);
  203. this.Mark.Str = null;
  204. this.Mark.Str1 = null;
  205. this.Mark.Str2 = null;
  206. this.Mark.TabIndex = 38;
  207. //
  208. // MachineType
  209. //
  210. this.MachineType.AllPower = null;
  211. this.MachineType.BackColor = System.Drawing.Color.White;
  212. this.MachineType.ID = null;
  213. this.MachineType.Location = new System.Drawing.Point(969, 196);
  214. this.MachineType.Margin = new System.Windows.Forms.Padding(6);
  215. this.MachineType.Name = "MachineType";
  216. this.MachineType.Power = null;
  217. this.MachineType.Size = new System.Drawing.Size(278, 35);
  218. this.MachineType.Str = null;
  219. this.MachineType.Str1 = null;
  220. this.MachineType.Str2 = null;
  221. this.MachineType.TabIndex = 36;
  222. //
  223. // ma_code
  224. //
  225. this.ma_code.AllPower = null;
  226. this.ma_code.BackColor = System.Drawing.Color.White;
  227. this.ma_code.ID = null;
  228. this.ma_code.Location = new System.Drawing.Point(356, 196);
  229. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  230. this.ma_code.Name = "ma_code";
  231. this.ma_code.Power = null;
  232. this.ma_code.Size = new System.Drawing.Size(278, 35);
  233. this.ma_code.Str = null;
  234. this.ma_code.Str1 = null;
  235. this.ma_code.Str2 = null;
  236. this.ma_code.TabIndex = 34;
  237. //
  238. // Export
  239. //
  240. this.Export.AllPower = null;
  241. this.Export.BackColor = System.Drawing.Color.Transparent;
  242. this.Export.DownImage = ((System.Drawing.Image)(resources.GetObject("Export.DownImage")));
  243. this.Export.Image = null;
  244. this.Export.IsShowBorder = true;
  245. this.Export.Location = new System.Drawing.Point(340, 596);
  246. this.Export.Margin = new System.Windows.Forms.Padding(6);
  247. this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage")));
  248. this.Export.Name = "Export";
  249. this.Export.NormalImage = ((System.Drawing.Image)(resources.GetObject("Export.NormalImage")));
  250. this.Export.Power = null;
  251. this.Export.Size = new System.Drawing.Size(150, 56);
  252. this.Export.TabIndex = 32;
  253. this.Export.Text = "打印";
  254. this.Export.UseVisualStyleBackColor = false;
  255. this.Export.Click += new System.EventHandler(this.Export_Click);
  256. //
  257. // Rn
  258. //
  259. this.Rn.AllPower = null;
  260. this.Rn.BackColor = System.Drawing.Color.White;
  261. this.Rn.ID = null;
  262. this.Rn.Location = new System.Drawing.Point(356, 491);
  263. this.Rn.Margin = new System.Windows.Forms.Padding(6);
  264. this.Rn.Name = "Rn";
  265. this.Rn.Power = null;
  266. this.Rn.Size = new System.Drawing.Size(278, 35);
  267. this.Rn.Str = null;
  268. this.Rn.Str1 = null;
  269. this.Rn.Str2 = null;
  270. this.Rn.TabIndex = 30;
  271. this.Rn.Text = "1";
  272. //
  273. // Num
  274. //
  275. this.Num.AllPower = null;
  276. this.Num.BackColor = System.Drawing.Color.White;
  277. this.Num.ID = null;
  278. this.Num.Location = new System.Drawing.Point(356, 416);
  279. this.Num.Margin = new System.Windows.Forms.Padding(6);
  280. this.Num.Name = "Num";
  281. this.Num.Power = null;
  282. this.Num.Size = new System.Drawing.Size(278, 35);
  283. this.Num.Str = null;
  284. this.Num.Str1 = null;
  285. this.Num.Str2 = null;
  286. this.Num.TabIndex = 27;
  287. //
  288. // Prefix
  289. //
  290. this.Prefix.AllPower = null;
  291. this.Prefix.BackColor = System.Drawing.Color.White;
  292. this.Prefix.ID = null;
  293. this.Prefix.Location = new System.Drawing.Point(356, 268);
  294. this.Prefix.Margin = new System.Windows.Forms.Padding(6);
  295. this.Prefix.Name = "Prefix";
  296. this.Prefix.Power = null;
  297. this.Prefix.Size = new System.Drawing.Size(278, 35);
  298. this.Prefix.Str = null;
  299. this.Prefix.Str1 = null;
  300. this.Prefix.Str2 = null;
  301. this.Prefix.TabIndex = 25;
  302. //
  303. // Setting
  304. //
  305. this.Setting.AllPower = null;
  306. this.Setting.BackColor = System.Drawing.Color.Transparent;
  307. this.Setting.DownImage = ((System.Drawing.Image)(resources.GetObject("Setting.DownImage")));
  308. this.Setting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  309. this.Setting.Image = ((System.Drawing.Image)(resources.GetObject("Setting.Image")));
  310. this.Setting.IsShowBorder = true;
  311. this.Setting.Location = new System.Drawing.Point(988, 120);
  312. this.Setting.Margin = new System.Windows.Forms.Padding(4);
  313. this.Setting.MoveImage = ((System.Drawing.Image)(resources.GetObject("Setting.MoveImage")));
  314. this.Setting.Name = "Setting";
  315. this.Setting.NormalImage = ((System.Drawing.Image)(resources.GetObject("Setting.NormalImage")));
  316. this.Setting.Power = null;
  317. this.Setting.Size = new System.Drawing.Size(126, 48);
  318. this.Setting.TabIndex = 23;
  319. this.Setting.Text = "参数设置";
  320. this.Setting.UseVisualStyleBackColor = true;
  321. this.Setting.Click += new System.EventHandler(this.Setting_Click);
  322. //
  323. // PrinterList
  324. //
  325. this.PrinterList.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  326. this.PrinterList.Location = new System.Drawing.Point(356, 120);
  327. this.PrinterList.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
  328. this.PrinterList.Name = "PrinterList";
  329. this.PrinterList.Size = new System.Drawing.Size(426, 62);
  330. this.PrinterList.TabIndex = 22;
  331. //
  332. // PrintTest
  333. //
  334. this.PrintTest.AllPower = null;
  335. this.PrintTest.BackColor = System.Drawing.Color.Transparent;
  336. this.PrintTest.DownImage = ((System.Drawing.Image)(resources.GetObject("PrintTest.DownImage")));
  337. this.PrintTest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.PrintTest.Image = ((System.Drawing.Image)(resources.GetObject("PrintTest.Image")));
  339. this.PrintTest.IsShowBorder = true;
  340. this.PrintTest.Location = new System.Drawing.Point(826, 120);
  341. this.PrintTest.Margin = new System.Windows.Forms.Padding(4);
  342. this.PrintTest.MoveImage = ((System.Drawing.Image)(resources.GetObject("PrintTest.MoveImage")));
  343. this.PrintTest.Name = "PrintTest";
  344. this.PrintTest.NormalImage = ((System.Drawing.Image)(resources.GetObject("PrintTest.NormalImage")));
  345. this.PrintTest.Power = null;
  346. this.PrintTest.Size = new System.Drawing.Size(126, 48);
  347. this.PrintTest.TabIndex = 21;
  348. this.PrintTest.Text = "打印测试";
  349. this.PrintTest.UseVisualStyleBackColor = true;
  350. this.PrintTest.Click += new System.EventHandler(this.PrintTest_Click);
  351. //
  352. // MakeSnList
  353. //
  354. this.MakeSnList.AutoSize = true;
  355. this.MakeSnList.Location = new System.Drawing.Point(710, 60);
  356. this.MakeSnList.Name = "MakeSnList";
  357. this.MakeSnList.Size = new System.Drawing.Size(185, 28);
  358. this.MakeSnList.TabIndex = 42;
  359. this.MakeSnList.Text = "导入清单打印";
  360. this.MakeSnList.UseVisualStyleBackColor = true;
  361. this.MakeSnList.CheckedChanged += new System.EventHandler(this.SN_CheckedChanged);
  362. //
  363. // NumLength
  364. //
  365. this.NumLength.Location = new System.Drawing.Point(1470, 197);
  366. this.NumLength.Name = "NumLength";
  367. this.NumLength.Size = new System.Drawing.Size(120, 35);
  368. this.NumLength.TabIndex = 43;
  369. this.NumLength.Value = new decimal(new int[] {
  370. 5,
  371. 0,
  372. 0,
  373. 0});
  374. //
  375. // label8
  376. //
  377. this.label8.AutoSize = true;
  378. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.label8.Location = new System.Drawing.Point(1302, 190);
  380. this.label8.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  381. this.label8.Name = "label8";
  382. this.label8.Size = new System.Drawing.Size(146, 41);
  383. this.label8.TabIndex = 44;
  384. this.label8.Text = "流水长度";
  385. //
  386. // RePrintText
  387. //
  388. this.RePrintText.AllPower = null;
  389. this.RePrintText.BackColor = System.Drawing.Color.White;
  390. this.RePrintText.ID = null;
  391. this.RePrintText.Location = new System.Drawing.Point(356, 349);
  392. this.RePrintText.Margin = new System.Windows.Forms.Padding(6);
  393. this.RePrintText.Name = "RePrintText";
  394. this.RePrintText.Power = null;
  395. this.RePrintText.Size = new System.Drawing.Size(278, 35);
  396. this.RePrintText.Str = null;
  397. this.RePrintText.Str1 = null;
  398. this.RePrintText.Str2 = null;
  399. this.RePrintText.TabIndex = 47;
  400. //
  401. // label9
  402. //
  403. this.label9.AutoSize = true;
  404. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  405. this.label9.Location = new System.Drawing.Point(162, 340);
  406. this.label9.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  407. this.label9.Name = "label9";
  408. this.label9.Size = new System.Drawing.Size(146, 41);
  409. this.label9.TabIndex = 46;
  410. this.label9.Text = "补打条码";
  411. //
  412. // SystemSetting_PrinterTest
  413. //
  414. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  415. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  416. this.ClientSize = new System.Drawing.Size(2034, 1118);
  417. this.Controls.Add(this.RePrintText);
  418. this.Controls.Add(this.label9);
  419. this.Controls.Add(this.label8);
  420. this.Controls.Add(this.NumLength);
  421. this.Controls.Add(this.MakeSnList);
  422. this.Controls.Add(this.pictureBox1);
  423. this.Controls.Add(this.Material);
  424. this.Controls.Add(this.SN);
  425. this.Controls.Add(this.Mark);
  426. this.Controls.Add(this.label7);
  427. this.Controls.Add(this.MachineType);
  428. this.Controls.Add(this.label6);
  429. this.Controls.Add(this.ma_code);
  430. this.Controls.Add(this.label4);
  431. this.Controls.Add(this.Export);
  432. this.Controls.Add(this.label3);
  433. this.Controls.Add(this.Rn);
  434. this.Controls.Add(this.label2);
  435. this.Controls.Add(this.label1);
  436. this.Controls.Add(this.Num);
  437. this.Controls.Add(this.Date);
  438. this.Controls.Add(this.Prefix);
  439. this.Controls.Add(this.label5);
  440. this.Controls.Add(this.Setting);
  441. this.Controls.Add(this.PrinterList);
  442. this.Controls.Add(this.PrintTest);
  443. this.Controls.Add(this.ma_salecode_label);
  444. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  445. this.Margin = new System.Windows.Forms.Padding(6);
  446. this.Name = "SystemSetting_PrinterTest";
  447. this.Tag = "Setup!PrinterTest";
  448. this.Text = "打印机调试";
  449. this.Load += new System.EventHandler(this.SystemSetting_PrinterTest_Load);
  450. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  451. ((System.ComponentModel.ISupportInitialize)(this.NumLength)).EndInit();
  452. this.ResumeLayout(false);
  453. this.PerformLayout();
  454. }
  455. #endregion
  456. private System.Windows.Forms.Label ma_salecode_label;
  457. private CustomControl.ButtonUtil.NormalButton PrintTest;
  458. private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
  459. private CustomControl.ButtonUtil.NormalButton Setting;
  460. private System.Windows.Forms.Label label3;
  461. private CustomControl.TextBoxWithIcon.EnterTextBox Rn;
  462. private System.Windows.Forms.Label label2;
  463. private System.Windows.Forms.Label label1;
  464. private CustomControl.TextBoxWithIcon.EnterTextBox Num;
  465. private System.Windows.Forms.DateTimePicker Date;
  466. private CustomControl.TextBoxWithIcon.EnterTextBox Prefix;
  467. private System.Windows.Forms.Label label5;
  468. private CustomControl.ButtonUtil.NormalButton Export;
  469. private CustomControl.TextBoxWithIcon.EnterTextBox ma_code;
  470. private System.Windows.Forms.Label label4;
  471. private CustomControl.TextBoxWithIcon.EnterTextBox MachineType;
  472. private System.Windows.Forms.Label label6;
  473. private CustomControl.TextBoxWithIcon.EnterTextBox Mark;
  474. private System.Windows.Forms.Label label7;
  475. private System.Windows.Forms.RadioButton SN;
  476. private System.Windows.Forms.RadioButton Material;
  477. private System.Windows.Forms.PictureBox pictureBox1;
  478. private System.Windows.Forms.RadioButton MakeSnList;
  479. private System.Windows.Forms.NumericUpDown NumLength;
  480. private System.Windows.Forms.Label label8;
  481. private CustomControl.TextBoxWithIcon.EnterTextBox RePrintText;
  482. private System.Windows.Forms.Label label9;
  483. }
  484. }