Query_SN.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  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.label1 = new System.Windows.Forms.Label();
  31. this.label5 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.label4 = new System.Windows.Forms.Label();
  34. this.date = new System.Windows.Forms.DateTimePicker();
  35. this.label6 = new System.Windows.Forms.Label();
  36. this.label7 = new System.Windows.Forms.Label();
  37. this.label9 = new System.Windows.Forms.Label();
  38. this.label10 = new System.Windows.Forms.Label();
  39. this.label11 = new System.Windows.Forms.Label();
  40. this.currentSerial = new System.Windows.Forms.NumericUpDown();
  41. this.Printer = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  42. this.Print = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  43. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  44. this.num = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  45. this.status = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  46. this.seriallength = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  47. this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  48. this.factory = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  49. this.Export = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  50. ((System.ComponentModel.ISupportInitialize)(this.currentSerial)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // label1
  54. //
  55. this.label1.AutoSize = true;
  56. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.label1.Location = new System.Drawing.Point(106, 326);
  58. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  59. this.label1.Name = "label1";
  60. this.label1.Size = new System.Drawing.Size(82, 41);
  61. this.label1.TabIndex = 1;
  62. this.label1.Text = "线别";
  63. //
  64. // label5
  65. //
  66. this.label5.AutoSize = true;
  67. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.label5.Location = new System.Drawing.Point(106, 189);
  69. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  70. this.label5.Name = "label5";
  71. this.label5.Size = new System.Drawing.Size(82, 41);
  72. this.label5.TabIndex = 11;
  73. this.label5.Text = "机型";
  74. //
  75. // label3
  76. //
  77. this.label3.AutoSize = true;
  78. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.label3.Location = new System.Drawing.Point(106, 469);
  80. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  81. this.label3.Name = "label3";
  82. this.label3.Size = new System.Drawing.Size(146, 41);
  83. this.label3.TabIndex = 13;
  84. this.label3.Text = "流水长度";
  85. //
  86. // label4
  87. //
  88. this.label4.AutoSize = true;
  89. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.label4.Location = new System.Drawing.Point(106, 396);
  91. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  92. this.label4.Name = "label4";
  93. this.label4.Size = new System.Drawing.Size(146, 41);
  94. this.label4.TabIndex = 15;
  95. this.label4.Text = "组装状态";
  96. //
  97. // date
  98. //
  99. this.date.Location = new System.Drawing.Point(305, 262);
  100. this.date.Name = "date";
  101. this.date.Size = new System.Drawing.Size(388, 35);
  102. this.date.TabIndex = 17;
  103. this.date.Value = new System.DateTime(2020, 9, 7, 0, 0, 0, 0);
  104. //
  105. // label6
  106. //
  107. this.label6.AutoSize = true;
  108. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.label6.Location = new System.Drawing.Point(106, 260);
  110. this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  111. this.label6.Name = "label6";
  112. this.label6.Size = new System.Drawing.Size(82, 41);
  113. this.label6.TabIndex = 18;
  114. this.label6.Text = "日期";
  115. //
  116. // label7
  117. //
  118. this.label7.AutoSize = true;
  119. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.label7.Location = new System.Drawing.Point(106, 539);
  121. this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  122. this.label7.Name = "label7";
  123. this.label7.Size = new System.Drawing.Size(126, 41);
  124. this.label7.TabIndex = 19;
  125. this.label7.Text = "SN数量";
  126. //
  127. // label9
  128. //
  129. this.label9.AutoSize = true;
  130. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.label9.Location = new System.Drawing.Point(106, 121);
  132. this.label9.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  133. this.label9.Name = "label9";
  134. this.label9.Size = new System.Drawing.Size(114, 41);
  135. this.label9.TabIndex = 23;
  136. this.label9.Text = "工单号";
  137. //
  138. // label10
  139. //
  140. this.label10.AutoSize = true;
  141. this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.label10.Location = new System.Drawing.Point(106, 619);
  143. this.label10.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  144. this.label10.Name = "label10";
  145. this.label10.Size = new System.Drawing.Size(146, 41);
  146. this.label10.TabIndex = 25;
  147. this.label10.Text = "当前流水";
  148. //
  149. // label11
  150. //
  151. this.label11.AutoSize = true;
  152. this.label11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.label11.Location = new System.Drawing.Point(836, 44);
  154. this.label11.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  155. this.label11.Name = "label11";
  156. this.label11.Size = new System.Drawing.Size(178, 41);
  157. this.label11.TabIndex = 29;
  158. this.label11.Text = "打印机列表";
  159. //
  160. // currentSerial
  161. //
  162. this.currentSerial.Location = new System.Drawing.Point(305, 625);
  163. this.currentSerial.Name = "currentSerial";
  164. this.currentSerial.Size = new System.Drawing.Size(388, 35);
  165. this.currentSerial.TabIndex = 30;
  166. //
  167. // Printer
  168. //
  169. this.Printer.Location = new System.Drawing.Point(1030, 47);
  170. this.Printer.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  171. this.Printer.Name = "Printer";
  172. this.Printer.Size = new System.Drawing.Size(378, 45);
  173. this.Printer.TabIndex = 28;
  174. //
  175. // Print
  176. //
  177. this.Print.AllPower = null;
  178. this.Print.BackColor = System.Drawing.Color.Transparent;
  179. this.Print.DownImage = ((System.Drawing.Image)(resources.GetObject("Print.DownImage")));
  180. this.Print.Image = null;
  181. this.Print.IsShowBorder = true;
  182. this.Print.Location = new System.Drawing.Point(519, 742);
  183. this.Print.Margin = new System.Windows.Forms.Padding(6);
  184. this.Print.MoveImage = ((System.Drawing.Image)(resources.GetObject("Print.MoveImage")));
  185. this.Print.Name = "Print";
  186. this.Print.NormalImage = ((System.Drawing.Image)(resources.GetObject("Print.NormalImage")));
  187. this.Print.Power = null;
  188. this.Print.Size = new System.Drawing.Size(150, 56);
  189. this.Print.TabIndex = 27;
  190. this.Print.Text = "打印";
  191. this.Print.UseVisualStyleBackColor = false;
  192. this.Print.Click += new System.EventHandler(this.Print_Click);
  193. //
  194. // ma_code
  195. //
  196. this.ma_code.AllPower = null;
  197. this.ma_code.BackColor = System.Drawing.Color.White;
  198. this.ma_code.ID = null;
  199. this.ma_code.Location = new System.Drawing.Point(305, 124);
  200. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  201. this.ma_code.Name = "ma_code";
  202. this.ma_code.Power = null;
  203. this.ma_code.Size = new System.Drawing.Size(388, 35);
  204. this.ma_code.Str = null;
  205. this.ma_code.Str1 = null;
  206. this.ma_code.Str2 = null;
  207. this.ma_code.TabIndex = 24;
  208. //
  209. // num
  210. //
  211. this.num.AllPower = null;
  212. this.num.BackColor = System.Drawing.Color.White;
  213. this.num.ID = null;
  214. this.num.Location = new System.Drawing.Point(305, 540);
  215. this.num.Margin = new System.Windows.Forms.Padding(6);
  216. this.num.Name = "num";
  217. this.num.Power = null;
  218. this.num.Size = new System.Drawing.Size(388, 35);
  219. this.num.Str = null;
  220. this.num.Str1 = null;
  221. this.num.Str2 = null;
  222. this.num.TabIndex = 20;
  223. //
  224. // status
  225. //
  226. this.status.AllPower = null;
  227. this.status.BackColor = System.Drawing.Color.White;
  228. this.status.ID = null;
  229. this.status.Location = new System.Drawing.Point(305, 399);
  230. this.status.Margin = new System.Windows.Forms.Padding(6);
  231. this.status.Name = "status";
  232. this.status.Power = null;
  233. this.status.Size = new System.Drawing.Size(388, 35);
  234. this.status.Str = null;
  235. this.status.Str1 = null;
  236. this.status.Str2 = null;
  237. this.status.TabIndex = 16;
  238. //
  239. // seriallength
  240. //
  241. this.seriallength.AllPower = null;
  242. this.seriallength.BackColor = System.Drawing.Color.White;
  243. this.seriallength.ID = null;
  244. this.seriallength.Location = new System.Drawing.Point(305, 470);
  245. this.seriallength.Margin = new System.Windows.Forms.Padding(6);
  246. this.seriallength.Name = "seriallength";
  247. this.seriallength.Power = null;
  248. this.seriallength.Size = new System.Drawing.Size(388, 35);
  249. this.seriallength.Str = null;
  250. this.seriallength.Str1 = null;
  251. this.seriallength.Str2 = null;
  252. this.seriallength.TabIndex = 14;
  253. this.seriallength.Text = "5";
  254. //
  255. // pr_code
  256. //
  257. this.pr_code.AllPower = null;
  258. this.pr_code.BackColor = System.Drawing.Color.White;
  259. this.pr_code.ID = null;
  260. this.pr_code.Location = new System.Drawing.Point(305, 195);
  261. this.pr_code.Margin = new System.Windows.Forms.Padding(6);
  262. this.pr_code.Name = "pr_code";
  263. this.pr_code.Power = null;
  264. this.pr_code.Size = new System.Drawing.Size(388, 35);
  265. this.pr_code.Str = null;
  266. this.pr_code.Str1 = null;
  267. this.pr_code.Str2 = null;
  268. this.pr_code.TabIndex = 12;
  269. this.pr_code.Text = "95023";
  270. //
  271. // factory
  272. //
  273. this.factory.AllPower = null;
  274. this.factory.BackColor = System.Drawing.Color.White;
  275. this.factory.ID = null;
  276. this.factory.Location = new System.Drawing.Point(305, 328);
  277. this.factory.Margin = new System.Windows.Forms.Padding(6);
  278. this.factory.Name = "factory";
  279. this.factory.Power = null;
  280. this.factory.Size = new System.Drawing.Size(388, 35);
  281. this.factory.Str = null;
  282. this.factory.Str1 = null;
  283. this.factory.Str2 = null;
  284. this.factory.TabIndex = 5;
  285. this.factory.Text = "D";
  286. //
  287. // Export
  288. //
  289. this.Export.AllPower = null;
  290. this.Export.BackColor = System.Drawing.Color.Transparent;
  291. this.Export.DownImage = ((System.Drawing.Image)(resources.GetObject("Export.DownImage")));
  292. this.Export.Image = null;
  293. this.Export.IsShowBorder = true;
  294. this.Export.Location = new System.Drawing.Point(305, 742);
  295. this.Export.Margin = new System.Windows.Forms.Padding(6);
  296. this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage")));
  297. this.Export.Name = "Export";
  298. this.Export.NormalImage = ((System.Drawing.Image)(resources.GetObject("Export.NormalImage")));
  299. this.Export.Power = null;
  300. this.Export.Size = new System.Drawing.Size(150, 56);
  301. this.Export.TabIndex = 0;
  302. this.Export.Text = "导出";
  303. this.Export.UseVisualStyleBackColor = false;
  304. this.Export.Click += new System.EventHandler(this.Export_Click);
  305. //
  306. // Query_SN
  307. //
  308. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  309. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  310. this.ClientSize = new System.Drawing.Size(1494, 1075);
  311. this.Controls.Add(this.currentSerial);
  312. this.Controls.Add(this.label11);
  313. this.Controls.Add(this.Printer);
  314. this.Controls.Add(this.Print);
  315. this.Controls.Add(this.label10);
  316. this.Controls.Add(this.ma_code);
  317. this.Controls.Add(this.label9);
  318. this.Controls.Add(this.num);
  319. this.Controls.Add(this.label7);
  320. this.Controls.Add(this.label6);
  321. this.Controls.Add(this.date);
  322. this.Controls.Add(this.status);
  323. this.Controls.Add(this.label4);
  324. this.Controls.Add(this.seriallength);
  325. this.Controls.Add(this.label3);
  326. this.Controls.Add(this.pr_code);
  327. this.Controls.Add(this.label5);
  328. this.Controls.Add(this.factory);
  329. this.Controls.Add(this.label1);
  330. this.Controls.Add(this.Export);
  331. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  332. this.Margin = new System.Windows.Forms.Padding(6);
  333. this.Name = "Query_SN";
  334. this.Tag = "Query!SpecialReport";
  335. this.Text = "Query_SpecialReport";
  336. this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
  337. ((System.ComponentModel.ISupportInitialize)(this.currentSerial)).EndInit();
  338. this.ResumeLayout(false);
  339. this.PerformLayout();
  340. }
  341. #endregion
  342. private CustomControl.ButtonUtil.NormalButton Export;
  343. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  344. private System.Windows.Forms.Label label1;
  345. private CustomControl.TextBoxWithIcon.EnterTextBox factory;
  346. private CustomControl.TextBoxWithIcon.EnterTextBox pr_code;
  347. private System.Windows.Forms.Label label5;
  348. private CustomControl.TextBoxWithIcon.EnterTextBox seriallength;
  349. private System.Windows.Forms.Label label3;
  350. private CustomControl.TextBoxWithIcon.EnterTextBox status;
  351. private System.Windows.Forms.Label label4;
  352. private System.Windows.Forms.DateTimePicker date;
  353. private System.Windows.Forms.Label label6;
  354. private CustomControl.TextBoxWithIcon.EnterTextBox num;
  355. private System.Windows.Forms.Label label7;
  356. private CustomControl.TextBoxWithIcon.EnterTextBox ma_code;
  357. private System.Windows.Forms.Label label9;
  358. private System.Windows.Forms.Label label10;
  359. private CustomControl.ButtonUtil.NormalButton Print;
  360. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  361. private System.Windows.Forms.Label label11;
  362. private System.Windows.Forms.NumericUpDown currentSerial;
  363. }
  364. }