SystemSetting_PrinterTest.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  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.SuspendLayout();
  43. //
  44. // ma_salecode_label
  45. //
  46. this.ma_salecode_label.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  47. | System.Windows.Forms.AnchorStyles.Left)
  48. | System.Windows.Forms.AnchorStyles.Right)));
  49. this.ma_salecode_label.AutoSize = true;
  50. this.ma_salecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.ma_salecode_label.Location = new System.Drawing.Point(142, 120);
  52. this.ma_salecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  53. this.ma_salecode_label.Name = "ma_salecode_label";
  54. this.ma_salecode_label.Size = new System.Drawing.Size(178, 41);
  55. this.ma_salecode_label.TabIndex = 20;
  56. this.ma_salecode_label.Text = "打印机列表";
  57. //
  58. // PrinterList
  59. //
  60. this.PrinterList.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.PrinterList.Location = new System.Drawing.Point(356, 120);
  62. this.PrinterList.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
  63. this.PrinterList.Name = "PrinterList";
  64. this.PrinterList.Size = new System.Drawing.Size(426, 62);
  65. this.PrinterList.TabIndex = 22;
  66. //
  67. // PrintTest
  68. //
  69. this.PrintTest.AllPower = null;
  70. this.PrintTest.BackColor = System.Drawing.Color.Transparent;
  71. this.PrintTest.DownImage = ((System.Drawing.Image)(resources.GetObject("PrintTest.DownImage")));
  72. this.PrintTest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.PrintTest.Image = ((System.Drawing.Image)(resources.GetObject("PrintTest.Image")));
  74. this.PrintTest.IsShowBorder = true;
  75. this.PrintTest.Location = new System.Drawing.Point(826, 120);
  76. this.PrintTest.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  77. this.PrintTest.MoveImage = ((System.Drawing.Image)(resources.GetObject("PrintTest.MoveImage")));
  78. this.PrintTest.Name = "PrintTest";
  79. this.PrintTest.NormalImage = ((System.Drawing.Image)(resources.GetObject("PrintTest.NormalImage")));
  80. this.PrintTest.Power = null;
  81. this.PrintTest.Size = new System.Drawing.Size(126, 48);
  82. this.PrintTest.TabIndex = 21;
  83. this.PrintTest.Text = "打印测试";
  84. this.PrintTest.UseVisualStyleBackColor = true;
  85. this.PrintTest.Click += new System.EventHandler(this.PrintTest_Click);
  86. //
  87. // Setting
  88. //
  89. this.Setting.AllPower = null;
  90. this.Setting.BackColor = System.Drawing.Color.Transparent;
  91. this.Setting.DownImage = ((System.Drawing.Image)(resources.GetObject("Setting.DownImage")));
  92. this.Setting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.Setting.Image = ((System.Drawing.Image)(resources.GetObject("Setting.Image")));
  94. this.Setting.IsShowBorder = true;
  95. this.Setting.Location = new System.Drawing.Point(988, 120);
  96. this.Setting.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  97. this.Setting.MoveImage = ((System.Drawing.Image)(resources.GetObject("Setting.MoveImage")));
  98. this.Setting.Name = "Setting";
  99. this.Setting.NormalImage = ((System.Drawing.Image)(resources.GetObject("Setting.NormalImage")));
  100. this.Setting.Power = null;
  101. this.Setting.Size = new System.Drawing.Size(126, 48);
  102. this.Setting.TabIndex = 23;
  103. this.Setting.Text = "参数设置";
  104. this.Setting.UseVisualStyleBackColor = true;
  105. this.Setting.Click += new System.EventHandler(this.Setting_Click);
  106. //
  107. // label3
  108. //
  109. this.label3.AutoSize = true;
  110. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.label3.Location = new System.Drawing.Point(211, 597);
  112. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  113. this.label3.Name = "label3";
  114. this.label3.Size = new System.Drawing.Size(82, 41);
  115. this.label3.TabIndex = 31;
  116. this.label3.Text = "流水";
  117. //
  118. // Rn
  119. //
  120. this.Rn.AllPower = null;
  121. this.Rn.BackColor = System.Drawing.Color.White;
  122. this.Rn.ID = null;
  123. this.Rn.Location = new System.Drawing.Point(356, 603);
  124. this.Rn.Margin = new System.Windows.Forms.Padding(6);
  125. this.Rn.Name = "Rn";
  126. this.Rn.Power = null;
  127. this.Rn.Size = new System.Drawing.Size(278, 35);
  128. this.Rn.Str = null;
  129. this.Rn.Str1 = null;
  130. this.Rn.Str2 = null;
  131. this.Rn.TabIndex = 30;
  132. this.Rn.Text = "1";
  133. //
  134. // label2
  135. //
  136. this.label2.AutoSize = true;
  137. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.label2.Location = new System.Drawing.Point(211, 376);
  139. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  140. this.label2.Name = "label2";
  141. this.label2.Size = new System.Drawing.Size(82, 41);
  142. this.label2.TabIndex = 29;
  143. this.label2.Text = "日期";
  144. //
  145. // label1
  146. //
  147. this.label1.AutoSize = true;
  148. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.label1.Location = new System.Drawing.Point(211, 490);
  150. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  151. this.label1.Name = "label1";
  152. this.label1.Size = new System.Drawing.Size(82, 41);
  153. this.label1.TabIndex = 28;
  154. this.label1.Text = "数量";
  155. //
  156. // Num
  157. //
  158. this.Num.AllPower = null;
  159. this.Num.BackColor = System.Drawing.Color.White;
  160. this.Num.ID = null;
  161. this.Num.Location = new System.Drawing.Point(356, 496);
  162. this.Num.Margin = new System.Windows.Forms.Padding(6);
  163. this.Num.Name = "Num";
  164. this.Num.Power = null;
  165. this.Num.Size = new System.Drawing.Size(278, 35);
  166. this.Num.Str = null;
  167. this.Num.Str1 = null;
  168. this.Num.Str2 = null;
  169. this.Num.TabIndex = 27;
  170. //
  171. // Date
  172. //
  173. this.Date.Location = new System.Drawing.Point(356, 376);
  174. this.Date.Name = "Date";
  175. this.Date.Size = new System.Drawing.Size(278, 35);
  176. this.Date.TabIndex = 26;
  177. //
  178. // Prefix
  179. //
  180. this.Prefix.AllPower = null;
  181. this.Prefix.BackColor = System.Drawing.Color.White;
  182. this.Prefix.ID = null;
  183. this.Prefix.Location = new System.Drawing.Point(356, 271);
  184. this.Prefix.Margin = new System.Windows.Forms.Padding(6);
  185. this.Prefix.Name = "Prefix";
  186. this.Prefix.Power = null;
  187. this.Prefix.Size = new System.Drawing.Size(278, 35);
  188. this.Prefix.Str = null;
  189. this.Prefix.Str1 = null;
  190. this.Prefix.Str2 = null;
  191. this.Prefix.TabIndex = 25;
  192. //
  193. // label5
  194. //
  195. this.label5.AutoSize = true;
  196. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.label5.Location = new System.Drawing.Point(211, 265);
  198. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  199. this.label5.Name = "label5";
  200. this.label5.Size = new System.Drawing.Size(82, 41);
  201. this.label5.TabIndex = 24;
  202. this.label5.Text = "前缀";
  203. //
  204. // Export
  205. //
  206. this.Export.AllPower = null;
  207. this.Export.BackColor = System.Drawing.Color.Transparent;
  208. this.Export.DownImage = ((System.Drawing.Image)(resources.GetObject("Export.DownImage")));
  209. this.Export.Image = null;
  210. this.Export.IsShowBorder = true;
  211. this.Export.Location = new System.Drawing.Point(356, 693);
  212. this.Export.Margin = new System.Windows.Forms.Padding(6);
  213. this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage")));
  214. this.Export.Name = "Export";
  215. this.Export.NormalImage = ((System.Drawing.Image)(resources.GetObject("Export.NormalImage")));
  216. this.Export.Power = null;
  217. this.Export.Size = new System.Drawing.Size(150, 56);
  218. this.Export.TabIndex = 32;
  219. this.Export.Text = "打印";
  220. this.Export.UseVisualStyleBackColor = false;
  221. this.Export.Click += new System.EventHandler(this.Export_Click);
  222. //
  223. // SystemSetting_PrinterTest
  224. //
  225. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  226. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  227. this.ClientSize = new System.Drawing.Size(2034, 1118);
  228. this.Controls.Add(this.Export);
  229. this.Controls.Add(this.label3);
  230. this.Controls.Add(this.Rn);
  231. this.Controls.Add(this.label2);
  232. this.Controls.Add(this.label1);
  233. this.Controls.Add(this.Num);
  234. this.Controls.Add(this.Date);
  235. this.Controls.Add(this.Prefix);
  236. this.Controls.Add(this.label5);
  237. this.Controls.Add(this.Setting);
  238. this.Controls.Add(this.PrinterList);
  239. this.Controls.Add(this.PrintTest);
  240. this.Controls.Add(this.ma_salecode_label);
  241. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  242. this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  243. this.Name = "SystemSetting_PrinterTest";
  244. this.Tag = "Setup!PrinterTest";
  245. this.Text = "打印机调试";
  246. this.Load += new System.EventHandler(this.SystemSetting_PrinterTest_Load);
  247. this.ResumeLayout(false);
  248. this.PerformLayout();
  249. }
  250. #endregion
  251. private System.Windows.Forms.Label ma_salecode_label;
  252. private CustomControl.ButtonUtil.NormalButton PrintTest;
  253. private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
  254. private CustomControl.ButtonUtil.NormalButton Setting;
  255. private System.Windows.Forms.Label label3;
  256. private CustomControl.TextBoxWithIcon.EnterTextBox Rn;
  257. private System.Windows.Forms.Label label2;
  258. private System.Windows.Forms.Label label1;
  259. private CustomControl.TextBoxWithIcon.EnterTextBox Num;
  260. private System.Windows.Forms.DateTimePicker Date;
  261. private CustomControl.TextBoxWithIcon.EnterTextBox Prefix;
  262. private System.Windows.Forms.Label label5;
  263. private CustomControl.ButtonUtil.NormalButton Export;
  264. }
  265. }