SystemSetting_PrinterTest.Designer.cs 15 KB

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