Query_SN.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_SN
  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(Query_SN));
  29. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  30. this.label5 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.date = new System.Windows.Forms.DateTimePicker();
  33. this.label6 = new System.Windows.Forms.Label();
  34. this.label7 = new System.Windows.Forms.Label();
  35. this.label9 = new System.Windows.Forms.Label();
  36. this.label10 = new System.Windows.Forms.Label();
  37. this.label11 = new System.Windows.Forms.Label();
  38. this.currentSerial = new System.Windows.Forms.NumericUpDown();
  39. this.Printer = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  40. this.Print = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  41. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  42. this.num = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  43. this.seriallength = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  44. this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  45. this.Export = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  46. ((System.ComponentModel.ISupportInitialize)(this.currentSerial)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // label5
  50. //
  51. this.label5.AutoSize = true;
  52. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  53. this.label5.Location = new System.Drawing.Point(106, 112);
  54. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  55. this.label5.Name = "label5";
  56. this.label5.Size = new System.Drawing.Size(146, 41);
  57. this.label5.TabIndex = 11;
  58. this.label5.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(106, 274);
  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 = 13;
  69. this.label3.Text = "流水长度";
  70. //
  71. // date
  72. //
  73. this.date.Location = new System.Drawing.Point(305, 197);
  74. this.date.Name = "date";
  75. this.date.Size = new System.Drawing.Size(388, 35);
  76. this.date.TabIndex = 17;
  77. this.date.Value = new System.DateTime(2020, 9, 7, 0, 0, 0, 0);
  78. //
  79. // label6
  80. //
  81. this.label6.AutoSize = true;
  82. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.label6.Location = new System.Drawing.Point(106, 195);
  84. this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  85. this.label6.Name = "label6";
  86. this.label6.Size = new System.Drawing.Size(82, 41);
  87. this.label6.TabIndex = 18;
  88. this.label6.Text = "日期";
  89. //
  90. // label7
  91. //
  92. this.label7.AutoSize = true;
  93. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.label7.Location = new System.Drawing.Point(106, 344);
  95. this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  96. this.label7.Name = "label7";
  97. this.label7.Size = new System.Drawing.Size(126, 41);
  98. this.label7.TabIndex = 19;
  99. this.label7.Text = "SN数量";
  100. //
  101. // label9
  102. //
  103. this.label9.AutoSize = true;
  104. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.label9.Location = new System.Drawing.Point(106, 44);
  106. this.label9.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  107. this.label9.Name = "label9";
  108. this.label9.Size = new System.Drawing.Size(114, 41);
  109. this.label9.TabIndex = 23;
  110. this.label9.Text = "工单号";
  111. //
  112. // label10
  113. //
  114. this.label10.AutoSize = true;
  115. this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.label10.Location = new System.Drawing.Point(106, 415);
  117. this.label10.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  118. this.label10.Name = "label10";
  119. this.label10.Size = new System.Drawing.Size(146, 41);
  120. this.label10.TabIndex = 25;
  121. this.label10.Text = "当前流水";
  122. //
  123. // label11
  124. //
  125. this.label11.AutoSize = true;
  126. this.label11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.label11.Location = new System.Drawing.Point(836, 44);
  128. this.label11.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  129. this.label11.Name = "label11";
  130. this.label11.Size = new System.Drawing.Size(178, 41);
  131. this.label11.TabIndex = 29;
  132. this.label11.Text = "打印机列表";
  133. //
  134. // currentSerial
  135. //
  136. this.currentSerial.Location = new System.Drawing.Point(305, 421);
  137. this.currentSerial.Name = "currentSerial";
  138. this.currentSerial.Size = new System.Drawing.Size(388, 35);
  139. this.currentSerial.TabIndex = 30;
  140. //
  141. // Printer
  142. //
  143. this.Printer.Location = new System.Drawing.Point(1030, 47);
  144. this.Printer.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  145. this.Printer.Name = "Printer";
  146. this.Printer.Size = new System.Drawing.Size(378, 45);
  147. this.Printer.TabIndex = 28;
  148. //
  149. // Print
  150. //
  151. this.Print.AllPower = null;
  152. this.Print.BackColor = System.Drawing.Color.Transparent;
  153. this.Print.DownImage = ((System.Drawing.Image)(resources.GetObject("Print.DownImage")));
  154. this.Print.Image = null;
  155. this.Print.IsShowBorder = true;
  156. this.Print.Location = new System.Drawing.Point(519, 488);
  157. this.Print.Margin = new System.Windows.Forms.Padding(6);
  158. this.Print.MoveImage = ((System.Drawing.Image)(resources.GetObject("Print.MoveImage")));
  159. this.Print.Name = "Print";
  160. this.Print.NormalImage = ((System.Drawing.Image)(resources.GetObject("Print.NormalImage")));
  161. this.Print.Power = null;
  162. this.Print.Size = new System.Drawing.Size(150, 56);
  163. this.Print.TabIndex = 27;
  164. this.Print.Text = "打印";
  165. this.Print.UseVisualStyleBackColor = false;
  166. this.Print.Visible = false;
  167. this.Print.Click += new System.EventHandler(this.Print_Click);
  168. //
  169. // ma_code
  170. //
  171. this.ma_code.AllPower = null;
  172. this.ma_code.BackColor = System.Drawing.Color.White;
  173. this.ma_code.ID = null;
  174. this.ma_code.Location = new System.Drawing.Point(305, 47);
  175. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  176. this.ma_code.Name = "ma_code";
  177. this.ma_code.Power = null;
  178. this.ma_code.Size = new System.Drawing.Size(388, 35);
  179. this.ma_code.Str = null;
  180. this.ma_code.Str1 = null;
  181. this.ma_code.Str2 = null;
  182. this.ma_code.TabIndex = 24;
  183. //
  184. // num
  185. //
  186. this.num.AllPower = null;
  187. this.num.BackColor = System.Drawing.Color.White;
  188. this.num.ID = null;
  189. this.num.Location = new System.Drawing.Point(305, 345);
  190. this.num.Margin = new System.Windows.Forms.Padding(6);
  191. this.num.Name = "num";
  192. this.num.Power = null;
  193. this.num.Size = new System.Drawing.Size(388, 35);
  194. this.num.Str = null;
  195. this.num.Str1 = null;
  196. this.num.Str2 = null;
  197. this.num.TabIndex = 20;
  198. //
  199. // seriallength
  200. //
  201. this.seriallength.AllPower = null;
  202. this.seriallength.BackColor = System.Drawing.Color.White;
  203. this.seriallength.ID = null;
  204. this.seriallength.Location = new System.Drawing.Point(305, 275);
  205. this.seriallength.Margin = new System.Windows.Forms.Padding(6);
  206. this.seriallength.Name = "seriallength";
  207. this.seriallength.Power = null;
  208. this.seriallength.Size = new System.Drawing.Size(388, 35);
  209. this.seriallength.Str = null;
  210. this.seriallength.Str1 = null;
  211. this.seriallength.Str2 = null;
  212. this.seriallength.TabIndex = 14;
  213. this.seriallength.Text = "6";
  214. //
  215. // pr_code
  216. //
  217. this.pr_code.AllPower = null;
  218. this.pr_code.BackColor = System.Drawing.Color.White;
  219. this.pr_code.ID = null;
  220. this.pr_code.Location = new System.Drawing.Point(305, 118);
  221. this.pr_code.Margin = new System.Windows.Forms.Padding(6);
  222. this.pr_code.Name = "pr_code";
  223. this.pr_code.Power = null;
  224. this.pr_code.Size = new System.Drawing.Size(388, 35);
  225. this.pr_code.Str = null;
  226. this.pr_code.Str1 = null;
  227. this.pr_code.Str2 = null;
  228. this.pr_code.TabIndex = 12;
  229. //
  230. // Export
  231. //
  232. this.Export.AllPower = null;
  233. this.Export.BackColor = System.Drawing.Color.Transparent;
  234. this.Export.DownImage = ((System.Drawing.Image)(resources.GetObject("Export.DownImage")));
  235. this.Export.Image = null;
  236. this.Export.IsShowBorder = true;
  237. this.Export.Location = new System.Drawing.Point(305, 488);
  238. this.Export.Margin = new System.Windows.Forms.Padding(6);
  239. this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage")));
  240. this.Export.Name = "Export";
  241. this.Export.NormalImage = ((System.Drawing.Image)(resources.GetObject("Export.NormalImage")));
  242. this.Export.Power = null;
  243. this.Export.Size = new System.Drawing.Size(150, 56);
  244. this.Export.TabIndex = 0;
  245. this.Export.Text = "导出";
  246. this.Export.UseVisualStyleBackColor = false;
  247. this.Export.Click += new System.EventHandler(this.Export_Click);
  248. //
  249. // Query_SN
  250. //
  251. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  252. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  253. this.ClientSize = new System.Drawing.Size(1494, 1075);
  254. this.Controls.Add(this.currentSerial);
  255. this.Controls.Add(this.label11);
  256. this.Controls.Add(this.Printer);
  257. this.Controls.Add(this.Print);
  258. this.Controls.Add(this.label10);
  259. this.Controls.Add(this.ma_code);
  260. this.Controls.Add(this.label9);
  261. this.Controls.Add(this.num);
  262. this.Controls.Add(this.label7);
  263. this.Controls.Add(this.label6);
  264. this.Controls.Add(this.date);
  265. this.Controls.Add(this.seriallength);
  266. this.Controls.Add(this.label3);
  267. this.Controls.Add(this.pr_code);
  268. this.Controls.Add(this.label5);
  269. this.Controls.Add(this.Export);
  270. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  271. this.Margin = new System.Windows.Forms.Padding(6);
  272. this.Name = "Query_SN";
  273. this.Tag = "Query!SpecialReport";
  274. this.Text = "Query_SpecialReport";
  275. this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
  276. ((System.ComponentModel.ISupportInitialize)(this.currentSerial)).EndInit();
  277. this.ResumeLayout(false);
  278. this.PerformLayout();
  279. }
  280. #endregion
  281. private CustomControl.ButtonUtil.NormalButton Export;
  282. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  283. private CustomControl.TextBoxWithIcon.EnterTextBox pr_code;
  284. private System.Windows.Forms.Label label5;
  285. private CustomControl.TextBoxWithIcon.EnterTextBox seriallength;
  286. private System.Windows.Forms.Label label3;
  287. private System.Windows.Forms.DateTimePicker date;
  288. private System.Windows.Forms.Label label6;
  289. private CustomControl.TextBoxWithIcon.EnterTextBox num;
  290. private System.Windows.Forms.Label label7;
  291. private CustomControl.TextBoxWithIcon.EnterTextBox ma_code;
  292. private System.Windows.Forms.Label label9;
  293. private System.Windows.Forms.Label label10;
  294. private CustomControl.ButtonUtil.NormalButton Print;
  295. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  296. private System.Windows.Forms.Label label11;
  297. private System.Windows.Forms.NumericUpDown currentSerial;
  298. }
  299. }