SystemSetting_PrinterTest.Designer.cs 15 KB

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