Query_SN.Designer.cs 19 KB

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