Query_SN.Designer.cs 21 KB

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