SystemSetting_PrinterTest.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  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.SearchTextBox();
  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.label5 = new System.Windows.Forms.Label();
  45. this.last = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  46. this.SuspendLayout();
  47. //
  48. // ma_salecode_label
  49. //
  50. this.ma_salecode_label.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  51. | System.Windows.Forms.AnchorStyles.Left)
  52. | System.Windows.Forms.AnchorStyles.Right)));
  53. this.ma_salecode_label.AutoSize = true;
  54. this.ma_salecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  55. this.ma_salecode_label.Location = new System.Drawing.Point(94, 75);
  56. this.ma_salecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  57. this.ma_salecode_label.Name = "ma_salecode_label";
  58. this.ma_salecode_label.Size = new System.Drawing.Size(112, 27);
  59. this.ma_salecode_label.TabIndex = 20;
  60. this.ma_salecode_label.Text = "打印机列表";
  61. //
  62. // label3
  63. //
  64. this.label3.AutoSize = true;
  65. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.label3.Location = new System.Drawing.Point(116, 208);
  67. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  68. this.label3.Name = "label3";
  69. this.label3.Size = new System.Drawing.Size(92, 27);
  70. this.label3.TabIndex = 31;
  71. this.label3.Text = "起始流水";
  72. //
  73. // label2
  74. //
  75. this.label2.AutoSize = true;
  76. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.label2.Location = new System.Drawing.Point(158, 256);
  78. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  79. this.label2.Name = "label2";
  80. this.label2.Size = new System.Drawing.Size(52, 27);
  81. this.label2.TabIndex = 29;
  82. this.label2.Text = "日期";
  83. //
  84. // label1
  85. //
  86. this.label1.AutoSize = true;
  87. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.label1.Location = new System.Drawing.Point(116, 162);
  89. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  90. this.label1.Name = "label1";
  91. this.label1.Size = new System.Drawing.Size(92, 27);
  92. this.label1.TabIndex = 28;
  93. this.label1.Text = "打印数量";
  94. //
  95. // Date
  96. //
  97. this.Date.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  98. this.Date.Location = new System.Drawing.Point(237, 259);
  99. this.Date.Margin = new System.Windows.Forms.Padding(2);
  100. this.Date.Name = "Date";
  101. this.Date.Size = new System.Drawing.Size(187, 25);
  102. this.Date.TabIndex = 26;
  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(116, 117);
  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(92, 27);
  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(237, 37);
  120. this.SN.Margin = new System.Windows.Forms.Padding(2);
  121. this.SN.Name = "SN";
  122. this.SN.Size = new System.Drawing.Size(103, 19);
  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(364, 37);
  134. this.Material.Margin = new System.Windows.Forms.Padding(2);
  135. this.Material.Name = "Material";
  136. this.Material.Size = new System.Drawing.Size(88, 19);
  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 = "ifall";
  145. this.ma_code.Caller = null;
  146. this.ma_code.Condition = null;
  147. this.ma_code.DBTitle = "回流工序";
  148. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  149. this.ma_code.FormName = null;
  150. this.ma_code.Location = new System.Drawing.Point(237, 117);
  151. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  152. this.ma_code.Name = "ma_code";
  153. this.ma_code.Power = "ifspecial";
  154. this.ma_code.ReturnData = null;
  155. this.ma_code.SelectField = null;
  156. this.ma_code.SetValueField = null;
  157. this.ma_code.Size = new System.Drawing.Size(200, 27);
  158. this.ma_code.TabIndex = 239;
  159. this.ma_code.TableName = null;
  160. this.ma_code.Tag = "";
  161. this.ma_code.TextBoxEnable = true;
  162. //
  163. // Export
  164. //
  165. this.Export.AllPower = null;
  166. this.Export.BackColor = System.Drawing.Color.Transparent;
  167. this.Export.DownImage = ((System.Drawing.Image)(resources.GetObject("Export.DownImage")));
  168. this.Export.Image = null;
  169. this.Export.IsShowBorder = true;
  170. this.Export.Location = new System.Drawing.Point(237, 342);
  171. this.Export.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  172. this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage")));
  173. this.Export.Name = "Export";
  174. this.Export.NormalImage = ((System.Drawing.Image)(resources.GetObject("Export.NormalImage")));
  175. this.Export.Power = null;
  176. this.Export.Size = new System.Drawing.Size(100, 35);
  177. this.Export.TabIndex = 32;
  178. this.Export.Text = "打印";
  179. this.Export.UseVisualStyleBackColor = false;
  180. this.Export.Click += new System.EventHandler(this.Export_Click);
  181. //
  182. // Rn
  183. //
  184. this.Rn.AllPower = null;
  185. this.Rn.BackColor = System.Drawing.Color.White;
  186. this.Rn.ID = null;
  187. this.Rn.Location = new System.Drawing.Point(237, 213);
  188. this.Rn.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  189. this.Rn.Name = "Rn";
  190. this.Rn.Power = null;
  191. this.Rn.Size = new System.Drawing.Size(187, 25);
  192. this.Rn.Str = null;
  193. this.Rn.Str1 = null;
  194. this.Rn.Str2 = null;
  195. this.Rn.TabIndex = 30;
  196. this.Rn.Text = "1";
  197. //
  198. // Num
  199. //
  200. this.Num.AllPower = null;
  201. this.Num.BackColor = System.Drawing.Color.White;
  202. this.Num.ID = null;
  203. this.Num.Location = new System.Drawing.Point(237, 167);
  204. this.Num.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  205. this.Num.Name = "Num";
  206. this.Num.Power = null;
  207. this.Num.Size = new System.Drawing.Size(187, 25);
  208. this.Num.Str = null;
  209. this.Num.Str1 = null;
  210. this.Num.Str2 = null;
  211. this.Num.TabIndex = 27;
  212. //
  213. // Setting
  214. //
  215. this.Setting.AllPower = null;
  216. this.Setting.BackColor = System.Drawing.Color.Transparent;
  217. this.Setting.DownImage = ((System.Drawing.Image)(resources.GetObject("Setting.DownImage")));
  218. this.Setting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.Setting.Image = ((System.Drawing.Image)(resources.GetObject("Setting.Image")));
  220. this.Setting.IsShowBorder = true;
  221. this.Setting.Location = new System.Drawing.Point(659, 75);
  222. this.Setting.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  223. this.Setting.MoveImage = ((System.Drawing.Image)(resources.GetObject("Setting.MoveImage")));
  224. this.Setting.Name = "Setting";
  225. this.Setting.NormalImage = ((System.Drawing.Image)(resources.GetObject("Setting.NormalImage")));
  226. this.Setting.Power = null;
  227. this.Setting.Size = new System.Drawing.Size(84, 30);
  228. this.Setting.TabIndex = 23;
  229. this.Setting.Text = "参数设置";
  230. this.Setting.UseVisualStyleBackColor = true;
  231. this.Setting.Click += new System.EventHandler(this.Setting_Click);
  232. //
  233. // PrinterList
  234. //
  235. this.PrinterList.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.PrinterList.Location = new System.Drawing.Point(237, 75);
  237. this.PrinterList.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  238. this.PrinterList.Name = "PrinterList";
  239. this.PrinterList.Size = new System.Drawing.Size(284, 38);
  240. this.PrinterList.TabIndex = 22;
  241. //
  242. // PrintTest
  243. //
  244. this.PrintTest.AllPower = null;
  245. this.PrintTest.BackColor = System.Drawing.Color.Transparent;
  246. this.PrintTest.DownImage = ((System.Drawing.Image)(resources.GetObject("PrintTest.DownImage")));
  247. this.PrintTest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. this.PrintTest.Image = ((System.Drawing.Image)(resources.GetObject("PrintTest.Image")));
  249. this.PrintTest.IsShowBorder = true;
  250. this.PrintTest.Location = new System.Drawing.Point(551, 75);
  251. this.PrintTest.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  252. this.PrintTest.MoveImage = ((System.Drawing.Image)(resources.GetObject("PrintTest.MoveImage")));
  253. this.PrintTest.Name = "PrintTest";
  254. this.PrintTest.NormalImage = ((System.Drawing.Image)(resources.GetObject("PrintTest.NormalImage")));
  255. this.PrintTest.Power = null;
  256. this.PrintTest.Size = new System.Drawing.Size(84, 30);
  257. this.PrintTest.TabIndex = 21;
  258. this.PrintTest.Text = "打印测试";
  259. this.PrintTest.UseVisualStyleBackColor = true;
  260. this.PrintTest.Click += new System.EventHandler(this.PrintTest_Click);
  261. //
  262. // label5
  263. //
  264. this.label5.AutoSize = true;
  265. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.label5.Location = new System.Drawing.Point(154, 302);
  267. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  268. this.label5.Name = "label5";
  269. this.label5.Size = new System.Drawing.Size(52, 27);
  270. this.label5.TabIndex = 240;
  271. this.label5.Text = "后缀";
  272. //
  273. // last
  274. //
  275. this.last.AllPower = null;
  276. this.last.BackColor = System.Drawing.Color.White;
  277. this.last.ID = null;
  278. this.last.Location = new System.Drawing.Point(237, 307);
  279. this.last.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  280. this.last.Name = "last";
  281. this.last.Power = null;
  282. this.last.Size = new System.Drawing.Size(187, 25);
  283. this.last.Str = null;
  284. this.last.Str1 = null;
  285. this.last.Str2 = null;
  286. this.last.TabIndex = 241;
  287. this.last.Text = "Z";
  288. //
  289. // SystemSetting_PrinterTest
  290. //
  291. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  292. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  293. this.ClientSize = new System.Drawing.Size(1356, 698);
  294. this.Controls.Add(this.last);
  295. this.Controls.Add(this.label5);
  296. this.Controls.Add(this.ma_code);
  297. this.Controls.Add(this.Material);
  298. this.Controls.Add(this.SN);
  299. this.Controls.Add(this.label4);
  300. this.Controls.Add(this.Export);
  301. this.Controls.Add(this.label3);
  302. this.Controls.Add(this.Rn);
  303. this.Controls.Add(this.label2);
  304. this.Controls.Add(this.label1);
  305. this.Controls.Add(this.Num);
  306. this.Controls.Add(this.Date);
  307. this.Controls.Add(this.Setting);
  308. this.Controls.Add(this.PrinterList);
  309. this.Controls.Add(this.PrintTest);
  310. this.Controls.Add(this.ma_salecode_label);
  311. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  312. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  313. this.Name = "SystemSetting_PrinterTest";
  314. this.Tag = "Setup!PrinterTest";
  315. this.Text = "打印机调试";
  316. this.Load += new System.EventHandler(this.SystemSetting_PrinterTest_Load);
  317. this.ResumeLayout(false);
  318. this.PerformLayout();
  319. }
  320. #endregion
  321. private System.Windows.Forms.Label ma_salecode_label;
  322. private CustomControl.ButtonUtil.NormalButton PrintTest;
  323. private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
  324. private CustomControl.ButtonUtil.NormalButton Setting;
  325. private System.Windows.Forms.Label label3;
  326. private CustomControl.TextBoxWithIcon.EnterTextBox Rn;
  327. private System.Windows.Forms.Label label2;
  328. private System.Windows.Forms.Label label1;
  329. private CustomControl.TextBoxWithIcon.EnterTextBox Num;
  330. private System.Windows.Forms.DateTimePicker Date;
  331. private CustomControl.ButtonUtil.NormalButton Export;
  332. private System.Windows.Forms.Label label4;
  333. private System.Windows.Forms.RadioButton SN;
  334. private System.Windows.Forms.RadioButton Material;
  335. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  336. private System.Windows.Forms.Label label5;
  337. private CustomControl.TextBoxWithIcon.EnterTextBox last;
  338. }
  339. }