SystemSetting_PrinterTest.Designer.cs 15 KB

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