SystemSetting_PrinterTest.Designer.cs 17 KB

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