SystemSetting_PrinterTest.Designer.cs 31 KB

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