SystemSetting_PrinterTest.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569
  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.label6 = new System.Windows.Forms.Label();
  35. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  36. this.ma_printcount = new System.Windows.Forms.Label();
  37. this.ma_qty = new System.Windows.Forms.Label();
  38. this.lade = new System.Windows.Forms.Label();
  39. this.label7 = new System.Windows.Forms.Label();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.pr_detail = new System.Windows.Forms.Label();
  42. this.label4 = new System.Windows.Forms.Label();
  43. this.label8 = new System.Windows.Forms.Label();
  44. this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  45. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  46. this.Export = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  47. this.Rn = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  48. this.Num = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  49. this.Setting = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  50. this.PrinterList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  51. this.PrintTest = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  52. this.OneColumn = new System.Windows.Forms.RadioButton();
  53. this.TwoColumn = new System.Windows.Forms.RadioButton();
  54. this.ThreeColumn = new System.Windows.Forms.RadioButton();
  55. this.FourColumn = new System.Windows.Forms.RadioButton();
  56. this.Color = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  57. this.label9 = new System.Windows.Forms.Label();
  58. this.label10 = new System.Windows.Forms.Label();
  59. this.Ram = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  60. this.label11 = new System.Windows.Forms.Label();
  61. this.MachineType = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  62. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // ma_salecode_label
  66. //
  67. this.ma_salecode_label.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  68. | System.Windows.Forms.AnchorStyles.Left)
  69. | System.Windows.Forms.AnchorStyles.Right)));
  70. this.ma_salecode_label.AutoSize = true;
  71. this.ma_salecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.ma_salecode_label.Location = new System.Drawing.Point(142, 120);
  73. this.ma_salecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  74. this.ma_salecode_label.Name = "ma_salecode_label";
  75. this.ma_salecode_label.Size = new System.Drawing.Size(178, 41);
  76. this.ma_salecode_label.TabIndex = 20;
  77. this.ma_salecode_label.Text = "打印机列表";
  78. //
  79. // label3
  80. //
  81. this.label3.AutoSize = true;
  82. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.label3.Location = new System.Drawing.Point(171, 808);
  84. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  85. this.label3.Name = "label3";
  86. this.label3.Size = new System.Drawing.Size(146, 41);
  87. this.label3.TabIndex = 31;
  88. this.label3.Text = "起始流水";
  89. //
  90. // label2
  91. //
  92. this.label2.AutoSize = true;
  93. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.label2.Location = new System.Drawing.Point(223, 509);
  95. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  96. this.label2.Name = "label2";
  97. this.label2.Size = new System.Drawing.Size(82, 41);
  98. this.label2.TabIndex = 29;
  99. this.label2.Text = "日期";
  100. //
  101. // label1
  102. //
  103. this.label1.AutoSize = true;
  104. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.label1.Location = new System.Drawing.Point(223, 649);
  106. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  107. this.label1.Name = "label1";
  108. this.label1.Size = new System.Drawing.Size(82, 41);
  109. this.label1.TabIndex = 28;
  110. this.label1.Text = "数量";
  111. //
  112. // Date
  113. //
  114. this.Date.Location = new System.Drawing.Point(356, 509);
  115. this.Date.Name = "Date";
  116. this.Date.Size = new System.Drawing.Size(278, 35);
  117. this.Date.TabIndex = 26;
  118. //
  119. // label6
  120. //
  121. this.label6.AutoSize = true;
  122. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.label6.Location = new System.Drawing.Point(171, 730);
  124. this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  125. this.label6.Name = "label6";
  126. this.label6.Size = new System.Drawing.Size(146, 41);
  127. this.label6.TabIndex = 36;
  128. this.label6.Text = "流水长度";
  129. //
  130. // numericUpDown1
  131. //
  132. this.numericUpDown1.Location = new System.Drawing.Point(356, 736);
  133. this.numericUpDown1.Name = "numericUpDown1";
  134. this.numericUpDown1.Size = new System.Drawing.Size(120, 35);
  135. this.numericUpDown1.TabIndex = 37;
  136. this.numericUpDown1.Value = new decimal(new int[] {
  137. 6,
  138. 0,
  139. 0,
  140. 0});
  141. //
  142. // ma_printcount
  143. //
  144. this.ma_printcount.AutoSize = true;
  145. this.ma_printcount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.ma_printcount.Location = new System.Drawing.Point(650, 247);
  147. this.ma_printcount.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  148. this.ma_printcount.Name = "ma_printcount";
  149. this.ma_printcount.Size = new System.Drawing.Size(0, 41);
  150. this.ma_printcount.TabIndex = 237;
  151. //
  152. // ma_qty
  153. //
  154. this.ma_qty.AutoSize = true;
  155. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.ma_qty.Location = new System.Drawing.Point(349, 247);
  157. this.ma_qty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  158. this.ma_qty.Name = "ma_qty";
  159. this.ma_qty.Size = new System.Drawing.Size(0, 41);
  160. this.ma_qty.TabIndex = 236;
  161. //
  162. // lade
  163. //
  164. this.lade.AutoSize = true;
  165. this.lade.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.lade.Location = new System.Drawing.Point(492, 247);
  167. this.lade.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  168. this.lade.Name = "lade";
  169. this.lade.Size = new System.Drawing.Size(146, 41);
  170. this.lade.TabIndex = 235;
  171. this.lade.Text = "已打印数";
  172. //
  173. // label7
  174. //
  175. this.label7.AutoSize = true;
  176. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.label7.Location = new System.Drawing.Point(171, 247);
  178. this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  179. this.label7.Name = "label7";
  180. this.label7.Size = new System.Drawing.Size(146, 41);
  181. this.label7.TabIndex = 234;
  182. this.label7.Text = "工单数量";
  183. //
  184. // label5
  185. //
  186. this.label5.AutoSize = true;
  187. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.label5.Location = new System.Drawing.Point(171, 181);
  189. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  190. this.label5.Name = "label5";
  191. this.label5.Size = new System.Drawing.Size(146, 41);
  192. this.label5.TabIndex = 232;
  193. this.label5.Text = "工单编号";
  194. //
  195. // pr_detail
  196. //
  197. this.pr_detail.AutoSize = true;
  198. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.pr_detail.Location = new System.Drawing.Point(349, 438);
  200. this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  201. this.pr_detail.Name = "pr_detail";
  202. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  203. this.pr_detail.TabIndex = 241;
  204. //
  205. // label4
  206. //
  207. this.label4.AutoSize = true;
  208. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.label4.Location = new System.Drawing.Point(171, 438);
  210. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  211. this.label4.Name = "label4";
  212. this.label4.Size = new System.Drawing.Size(146, 41);
  213. this.label4.TabIndex = 240;
  214. this.label4.Text = "产品名称";
  215. //
  216. // label8
  217. //
  218. this.label8.AutoSize = true;
  219. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.label8.Location = new System.Drawing.Point(171, 361);
  221. this.label8.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  222. this.label8.Name = "label8";
  223. this.label8.Size = new System.Drawing.Size(146, 41);
  224. this.label8.TabIndex = 238;
  225. this.label8.Text = "产品代码";
  226. //
  227. // pr_code
  228. //
  229. this.pr_code.AllPower = null;
  230. this.pr_code.BackColor = System.Drawing.Color.White;
  231. this.pr_code.ID = null;
  232. this.pr_code.Location = new System.Drawing.Point(356, 370);
  233. this.pr_code.Name = "pr_code";
  234. this.pr_code.Power = null;
  235. this.pr_code.Size = new System.Drawing.Size(388, 35);
  236. this.pr_code.Str = null;
  237. this.pr_code.Str1 = null;
  238. this.pr_code.Str2 = null;
  239. this.pr_code.TabIndex = 239;
  240. //
  241. // ma_code
  242. //
  243. this.ma_code.AllPower = "IFALL";
  244. this.ma_code.Caller = null;
  245. this.ma_code.Condition = null;
  246. this.ma_code.DBTitle = "";
  247. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  248. this.ma_code.FormName = null;
  249. this.ma_code.Location = new System.Drawing.Point(356, 181);
  250. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  251. this.ma_code.Name = "ma_code";
  252. this.ma_code.Power = "";
  253. this.ma_code.ReturnData = null;
  254. this.ma_code.SelectField = null;
  255. this.ma_code.SetValueField = null;
  256. this.ma_code.Size = new System.Drawing.Size(409, 46);
  257. this.ma_code.TabIndex = 233;
  258. this.ma_code.TableName = null;
  259. this.ma_code.Tag = "makecode";
  260. this.ma_code.TextBoxEnable = true;
  261. //
  262. // Export
  263. //
  264. this.Export.AllPower = null;
  265. this.Export.BackColor = System.Drawing.Color.Transparent;
  266. this.Export.DownImage = ((System.Drawing.Image)(resources.GetObject("Export.DownImage")));
  267. this.Export.Image = null;
  268. this.Export.IsShowBorder = true;
  269. this.Export.Location = new System.Drawing.Point(356, 906);
  270. this.Export.Margin = new System.Windows.Forms.Padding(6);
  271. this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage")));
  272. this.Export.Name = "Export";
  273. this.Export.NormalImage = ((System.Drawing.Image)(resources.GetObject("Export.NormalImage")));
  274. this.Export.Power = null;
  275. this.Export.Size = new System.Drawing.Size(150, 56);
  276. this.Export.TabIndex = 32;
  277. this.Export.Text = "打印";
  278. this.Export.UseVisualStyleBackColor = false;
  279. this.Export.Click += new System.EventHandler(this.Export_Click);
  280. //
  281. // Rn
  282. //
  283. this.Rn.AllPower = null;
  284. this.Rn.BackColor = System.Drawing.Color.White;
  285. this.Rn.ID = null;
  286. this.Rn.Location = new System.Drawing.Point(356, 814);
  287. this.Rn.Margin = new System.Windows.Forms.Padding(6);
  288. this.Rn.Name = "Rn";
  289. this.Rn.Power = null;
  290. this.Rn.Size = new System.Drawing.Size(278, 35);
  291. this.Rn.Str = null;
  292. this.Rn.Str1 = null;
  293. this.Rn.Str2 = null;
  294. this.Rn.TabIndex = 30;
  295. this.Rn.Text = "1";
  296. //
  297. // Num
  298. //
  299. this.Num.AllPower = null;
  300. this.Num.BackColor = System.Drawing.Color.White;
  301. this.Num.ID = null;
  302. this.Num.Location = new System.Drawing.Point(356, 655);
  303. this.Num.Margin = new System.Windows.Forms.Padding(6);
  304. this.Num.Name = "Num";
  305. this.Num.Power = null;
  306. this.Num.Size = new System.Drawing.Size(278, 35);
  307. this.Num.Str = null;
  308. this.Num.Str1 = null;
  309. this.Num.Str2 = null;
  310. this.Num.TabIndex = 27;
  311. //
  312. // Setting
  313. //
  314. this.Setting.AllPower = null;
  315. this.Setting.BackColor = System.Drawing.Color.Transparent;
  316. this.Setting.DownImage = ((System.Drawing.Image)(resources.GetObject("Setting.DownImage")));
  317. this.Setting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.Setting.Image = ((System.Drawing.Image)(resources.GetObject("Setting.Image")));
  319. this.Setting.IsShowBorder = true;
  320. this.Setting.Location = new System.Drawing.Point(988, 120);
  321. this.Setting.Margin = new System.Windows.Forms.Padding(4);
  322. this.Setting.MoveImage = ((System.Drawing.Image)(resources.GetObject("Setting.MoveImage")));
  323. this.Setting.Name = "Setting";
  324. this.Setting.NormalImage = ((System.Drawing.Image)(resources.GetObject("Setting.NormalImage")));
  325. this.Setting.Power = null;
  326. this.Setting.Size = new System.Drawing.Size(126, 48);
  327. this.Setting.TabIndex = 23;
  328. this.Setting.Text = "参数设置";
  329. this.Setting.UseVisualStyleBackColor = true;
  330. this.Setting.Click += new System.EventHandler(this.Setting_Click);
  331. //
  332. // PrinterList
  333. //
  334. this.PrinterList.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. this.PrinterList.Location = new System.Drawing.Point(356, 120);
  336. this.PrinterList.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
  337. this.PrinterList.Name = "PrinterList";
  338. this.PrinterList.Size = new System.Drawing.Size(426, 62);
  339. this.PrinterList.TabIndex = 22;
  340. //
  341. // PrintTest
  342. //
  343. this.PrintTest.AllPower = null;
  344. this.PrintTest.BackColor = System.Drawing.Color.Transparent;
  345. this.PrintTest.DownImage = ((System.Drawing.Image)(resources.GetObject("PrintTest.DownImage")));
  346. this.PrintTest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.PrintTest.Image = ((System.Drawing.Image)(resources.GetObject("PrintTest.Image")));
  348. this.PrintTest.IsShowBorder = true;
  349. this.PrintTest.Location = new System.Drawing.Point(826, 120);
  350. this.PrintTest.Margin = new System.Windows.Forms.Padding(4);
  351. this.PrintTest.MoveImage = ((System.Drawing.Image)(resources.GetObject("PrintTest.MoveImage")));
  352. this.PrintTest.Name = "PrintTest";
  353. this.PrintTest.NormalImage = ((System.Drawing.Image)(resources.GetObject("PrintTest.NormalImage")));
  354. this.PrintTest.Power = null;
  355. this.PrintTest.Size = new System.Drawing.Size(126, 48);
  356. this.PrintTest.TabIndex = 21;
  357. this.PrintTest.Text = "打印测试";
  358. this.PrintTest.UseVisualStyleBackColor = true;
  359. this.PrintTest.Click += new System.EventHandler(this.PrintTest_Click);
  360. //
  361. // OneColumn
  362. //
  363. this.OneColumn.AutoSize = true;
  364. this.OneColumn.Location = new System.Drawing.Point(356, 594);
  365. this.OneColumn.Name = "OneColumn";
  366. this.OneColumn.Size = new System.Drawing.Size(89, 28);
  367. this.OneColumn.TabIndex = 242;
  368. this.OneColumn.TabStop = true;
  369. this.OneColumn.Text = "单排";
  370. this.OneColumn.UseVisualStyleBackColor = true;
  371. //
  372. // TwoColumn
  373. //
  374. this.TwoColumn.AutoSize = true;
  375. this.TwoColumn.Location = new System.Drawing.Point(465, 594);
  376. this.TwoColumn.Name = "TwoColumn";
  377. this.TwoColumn.Size = new System.Drawing.Size(89, 28);
  378. this.TwoColumn.TabIndex = 243;
  379. this.TwoColumn.TabStop = true;
  380. this.TwoColumn.Text = "双排";
  381. this.TwoColumn.UseVisualStyleBackColor = true;
  382. //
  383. // ThreeColumn
  384. //
  385. this.ThreeColumn.AutoSize = true;
  386. this.ThreeColumn.Checked = true;
  387. this.ThreeColumn.Location = new System.Drawing.Point(583, 594);
  388. this.ThreeColumn.Name = "ThreeColumn";
  389. this.ThreeColumn.Size = new System.Drawing.Size(89, 28);
  390. this.ThreeColumn.TabIndex = 244;
  391. this.ThreeColumn.TabStop = true;
  392. this.ThreeColumn.Text = "三排";
  393. this.ThreeColumn.UseVisualStyleBackColor = true;
  394. //
  395. // FourColumn
  396. //
  397. this.FourColumn.AutoSize = true;
  398. this.FourColumn.Location = new System.Drawing.Point(693, 594);
  399. this.FourColumn.Name = "FourColumn";
  400. this.FourColumn.Size = new System.Drawing.Size(89, 28);
  401. this.FourColumn.TabIndex = 245;
  402. this.FourColumn.TabStop = true;
  403. this.FourColumn.Text = "四排";
  404. this.FourColumn.UseVisualStyleBackColor = true;
  405. //
  406. // Color
  407. //
  408. this.Color.AllPower = null;
  409. this.Color.BackColor = System.Drawing.Color.White;
  410. this.Color.ID = null;
  411. this.Color.Location = new System.Drawing.Point(356, 306);
  412. this.Color.Name = "Color";
  413. this.Color.Power = null;
  414. this.Color.Size = new System.Drawing.Size(198, 35);
  415. this.Color.Str = null;
  416. this.Color.Str1 = null;
  417. this.Color.Str2 = null;
  418. this.Color.TabIndex = 246;
  419. //
  420. // label9
  421. //
  422. this.label9.AutoSize = true;
  423. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  424. this.label9.Location = new System.Drawing.Point(223, 303);
  425. this.label9.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  426. this.label9.Name = "label9";
  427. this.label9.Size = new System.Drawing.Size(82, 41);
  428. this.label9.TabIndex = 247;
  429. this.label9.Text = "颜色";
  430. //
  431. // label10
  432. //
  433. this.label10.AutoSize = true;
  434. this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  435. this.label10.Location = new System.Drawing.Point(633, 306);
  436. this.label10.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  437. this.label10.Name = "label10";
  438. this.label10.Size = new System.Drawing.Size(82, 41);
  439. this.label10.TabIndex = 249;
  440. this.label10.Text = "配置";
  441. //
  442. // Ram
  443. //
  444. this.Ram.AllPower = null;
  445. this.Ram.BackColor = System.Drawing.Color.White;
  446. this.Ram.ID = null;
  447. this.Ram.Location = new System.Drawing.Point(766, 312);
  448. this.Ram.Name = "Ram";
  449. this.Ram.Power = null;
  450. this.Ram.Size = new System.Drawing.Size(198, 35);
  451. this.Ram.Str = null;
  452. this.Ram.Str1 = null;
  453. this.Ram.Str2 = null;
  454. this.Ram.TabIndex = 248;
  455. //
  456. // label11
  457. //
  458. this.label11.AutoSize = true;
  459. this.label11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  460. this.label11.Location = new System.Drawing.Point(1032, 309);
  461. this.label11.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  462. this.label11.Name = "label11";
  463. this.label11.Size = new System.Drawing.Size(82, 41);
  464. this.label11.TabIndex = 251;
  465. this.label11.Text = "机型";
  466. //
  467. // MachineType
  468. //
  469. this.MachineType.AllPower = null;
  470. this.MachineType.BackColor = System.Drawing.Color.White;
  471. this.MachineType.ID = null;
  472. this.MachineType.Location = new System.Drawing.Point(1165, 315);
  473. this.MachineType.Name = "MachineType";
  474. this.MachineType.Power = null;
  475. this.MachineType.Size = new System.Drawing.Size(198, 35);
  476. this.MachineType.Str = null;
  477. this.MachineType.Str1 = null;
  478. this.MachineType.Str2 = null;
  479. this.MachineType.TabIndex = 250;
  480. //
  481. // SystemSetting_PrinterTest
  482. //
  483. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  484. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  485. this.ClientSize = new System.Drawing.Size(2034, 1118);
  486. this.Controls.Add(this.label11);
  487. this.Controls.Add(this.MachineType);
  488. this.Controls.Add(this.label10);
  489. this.Controls.Add(this.Ram);
  490. this.Controls.Add(this.label9);
  491. this.Controls.Add(this.Color);
  492. this.Controls.Add(this.FourColumn);
  493. this.Controls.Add(this.ThreeColumn);
  494. this.Controls.Add(this.TwoColumn);
  495. this.Controls.Add(this.OneColumn);
  496. this.Controls.Add(this.pr_detail);
  497. this.Controls.Add(this.label4);
  498. this.Controls.Add(this.pr_code);
  499. this.Controls.Add(this.label8);
  500. this.Controls.Add(this.ma_printcount);
  501. this.Controls.Add(this.ma_qty);
  502. this.Controls.Add(this.lade);
  503. this.Controls.Add(this.label7);
  504. this.Controls.Add(this.ma_code);
  505. this.Controls.Add(this.label5);
  506. this.Controls.Add(this.numericUpDown1);
  507. this.Controls.Add(this.label6);
  508. this.Controls.Add(this.Export);
  509. this.Controls.Add(this.label3);
  510. this.Controls.Add(this.Rn);
  511. this.Controls.Add(this.label2);
  512. this.Controls.Add(this.label1);
  513. this.Controls.Add(this.Num);
  514. this.Controls.Add(this.Date);
  515. this.Controls.Add(this.Setting);
  516. this.Controls.Add(this.PrinterList);
  517. this.Controls.Add(this.PrintTest);
  518. this.Controls.Add(this.ma_salecode_label);
  519. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  520. this.Margin = new System.Windows.Forms.Padding(6);
  521. this.Name = "SystemSetting_PrinterTest";
  522. this.Tag = "Setup!PrinterTest";
  523. this.Text = "打印机调试";
  524. this.Load += new System.EventHandler(this.SystemSetting_PrinterTest_Load);
  525. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  526. this.ResumeLayout(true);
  527. this.PerformLayout();
  528. }
  529. #endregion
  530. private System.Windows.Forms.Label ma_salecode_label;
  531. private CustomControl.ButtonUtil.NormalButton PrintTest;
  532. private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
  533. private CustomControl.ButtonUtil.NormalButton Setting;
  534. private System.Windows.Forms.Label label3;
  535. private CustomControl.TextBoxWithIcon.EnterTextBox Rn;
  536. private System.Windows.Forms.Label label2;
  537. private System.Windows.Forms.Label label1;
  538. private CustomControl.TextBoxWithIcon.EnterTextBox Num;
  539. private System.Windows.Forms.DateTimePicker Date;
  540. private CustomControl.ButtonUtil.NormalButton Export;
  541. private System.Windows.Forms.Label label6;
  542. private System.Windows.Forms.NumericUpDown numericUpDown1;
  543. private System.Windows.Forms.Label ma_printcount;
  544. private System.Windows.Forms.Label ma_qty;
  545. private System.Windows.Forms.Label lade;
  546. private System.Windows.Forms.Label label7;
  547. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  548. private System.Windows.Forms.Label label5;
  549. private System.Windows.Forms.Label pr_detail;
  550. private System.Windows.Forms.Label label4;
  551. private CustomControl.TextBoxWithIcon.EnterTextBox pr_code;
  552. private System.Windows.Forms.Label label8;
  553. private System.Windows.Forms.RadioButton OneColumn;
  554. private System.Windows.Forms.RadioButton TwoColumn;
  555. private System.Windows.Forms.RadioButton ThreeColumn;
  556. private System.Windows.Forms.RadioButton FourColumn;
  557. private CustomControl.TextBoxWithIcon.EnterTextBox Color;
  558. private System.Windows.Forms.Label label9;
  559. private System.Windows.Forms.Label label10;
  560. private CustomControl.TextBoxWithIcon.EnterTextBox Ram;
  561. private System.Windows.Forms.Label label11;
  562. private CustomControl.TextBoxWithIcon.EnterTextBox MachineType;
  563. }
  564. }