Query_SN.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  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.num = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  39. this.status = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  40. this.seriallength = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  41. this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  42. this.color = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  43. this.factory = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  44. this.Export = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  45. this.SuspendLayout();
  46. //
  47. // label1
  48. //
  49. this.label1.AutoSize = true;
  50. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.label1.Location = new System.Drawing.Point(106, 283);
  52. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  53. this.label1.Name = "label1";
  54. this.label1.Size = new System.Drawing.Size(146, 41);
  55. this.label1.TabIndex = 1;
  56. this.label1.Text = "工厂代码";
  57. //
  58. // label2
  59. //
  60. this.label2.AutoSize = true;
  61. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.label2.Location = new System.Drawing.Point(106, 151);
  63. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  64. this.label2.Name = "label2";
  65. this.label2.Size = new System.Drawing.Size(146, 41);
  66. this.label2.TabIndex = 2;
  67. this.label2.Text = "颜色代码";
  68. //
  69. // label5
  70. //
  71. this.label5.AutoSize = true;
  72. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.label5.Location = new System.Drawing.Point(106, 82);
  74. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  75. this.label5.Name = "label5";
  76. this.label5.Size = new System.Drawing.Size(146, 41);
  77. this.label5.TabIndex = 11;
  78. this.label5.Text = "产品代码";
  79. //
  80. // label3
  81. //
  82. this.label3.AutoSize = true;
  83. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.label3.Location = new System.Drawing.Point(106, 426);
  85. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  86. this.label3.Name = "label3";
  87. this.label3.Size = new System.Drawing.Size(146, 41);
  88. this.label3.TabIndex = 13;
  89. this.label3.Text = "流水长度";
  90. //
  91. // label4
  92. //
  93. this.label4.AutoSize = true;
  94. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.label4.Location = new System.Drawing.Point(106, 353);
  96. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  97. this.label4.Name = "label4";
  98. this.label4.Size = new System.Drawing.Size(146, 41);
  99. this.label4.TabIndex = 15;
  100. this.label4.Text = "组装状态";
  101. //
  102. // date
  103. //
  104. this.date.Location = new System.Drawing.Point(305, 219);
  105. this.date.Name = "date";
  106. this.date.Size = new System.Drawing.Size(388, 35);
  107. this.date.TabIndex = 17;
  108. this.date.Value = new System.DateTime(2020, 9, 7, 0, 0, 0, 0);
  109. //
  110. // label6
  111. //
  112. this.label6.AutoSize = true;
  113. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.label6.Location = new System.Drawing.Point(106, 217);
  115. this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  116. this.label6.Name = "label6";
  117. this.label6.Size = new System.Drawing.Size(82, 41);
  118. this.label6.TabIndex = 18;
  119. this.label6.Text = "日期";
  120. //
  121. // label7
  122. //
  123. this.label7.AutoSize = true;
  124. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.label7.Location = new System.Drawing.Point(106, 495);
  126. this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  127. this.label7.Name = "label7";
  128. this.label7.Size = new System.Drawing.Size(126, 41);
  129. this.label7.TabIndex = 19;
  130. this.label7.Text = "SN数量";
  131. //
  132. // num
  133. //
  134. this.num.AllPower = null;
  135. this.num.BackColor = System.Drawing.Color.White;
  136. this.num.ID = null;
  137. this.num.Location = new System.Drawing.Point(305, 496);
  138. this.num.Margin = new System.Windows.Forms.Padding(6);
  139. this.num.Name = "num";
  140. this.num.Power = null;
  141. this.num.Size = new System.Drawing.Size(388, 35);
  142. this.num.Str = null;
  143. this.num.Str1 = null;
  144. this.num.Str2 = null;
  145. this.num.TabIndex = 20;
  146. //
  147. // status
  148. //
  149. this.status.AllPower = null;
  150. this.status.BackColor = System.Drawing.Color.White;
  151. this.status.ID = null;
  152. this.status.Location = new System.Drawing.Point(305, 356);
  153. this.status.Margin = new System.Windows.Forms.Padding(6);
  154. this.status.Name = "status";
  155. this.status.Power = null;
  156. this.status.Size = new System.Drawing.Size(388, 35);
  157. this.status.Str = null;
  158. this.status.Str1 = null;
  159. this.status.Str2 = null;
  160. this.status.TabIndex = 16;
  161. //
  162. // seriallength
  163. //
  164. this.seriallength.AllPower = null;
  165. this.seriallength.BackColor = System.Drawing.Color.White;
  166. this.seriallength.ID = null;
  167. this.seriallength.Location = new System.Drawing.Point(305, 427);
  168. this.seriallength.Margin = new System.Windows.Forms.Padding(6);
  169. this.seriallength.Name = "seriallength";
  170. this.seriallength.Power = null;
  171. this.seriallength.Size = new System.Drawing.Size(388, 35);
  172. this.seriallength.Str = null;
  173. this.seriallength.Str1 = null;
  174. this.seriallength.Str2 = null;
  175. this.seriallength.TabIndex = 14;
  176. this.seriallength.Text = "7";
  177. //
  178. // pr_code
  179. //
  180. this.pr_code.AllPower = null;
  181. this.pr_code.BackColor = System.Drawing.Color.White;
  182. this.pr_code.ID = null;
  183. this.pr_code.Location = new System.Drawing.Point(305, 88);
  184. this.pr_code.Margin = new System.Windows.Forms.Padding(6);
  185. this.pr_code.Name = "pr_code";
  186. this.pr_code.Power = null;
  187. this.pr_code.Size = new System.Drawing.Size(388, 35);
  188. this.pr_code.Str = null;
  189. this.pr_code.Str1 = null;
  190. this.pr_code.Str2 = null;
  191. this.pr_code.TabIndex = 12;
  192. this.pr_code.Text = "95023";
  193. //
  194. // color
  195. //
  196. this.color.AllPower = null;
  197. this.color.BackColor = System.Drawing.Color.White;
  198. this.color.ID = null;
  199. this.color.Location = new System.Drawing.Point(305, 156);
  200. this.color.Margin = new System.Windows.Forms.Padding(6);
  201. this.color.Name = "color";
  202. this.color.Power = null;
  203. this.color.Size = new System.Drawing.Size(388, 35);
  204. this.color.Str = null;
  205. this.color.Str1 = null;
  206. this.color.Str2 = null;
  207. this.color.TabIndex = 6;
  208. this.color.Text = "5";
  209. //
  210. // factory
  211. //
  212. this.factory.AllPower = null;
  213. this.factory.BackColor = System.Drawing.Color.White;
  214. this.factory.ID = null;
  215. this.factory.Location = new System.Drawing.Point(305, 285);
  216. this.factory.Margin = new System.Windows.Forms.Padding(6);
  217. this.factory.Name = "factory";
  218. this.factory.Power = null;
  219. this.factory.Size = new System.Drawing.Size(388, 35);
  220. this.factory.Str = null;
  221. this.factory.Str1 = null;
  222. this.factory.Str2 = null;
  223. this.factory.TabIndex = 5;
  224. this.factory.Text = "D";
  225. //
  226. // Export
  227. //
  228. this.Export.AllPower = null;
  229. this.Export.BackColor = System.Drawing.Color.Transparent;
  230. this.Export.DownImage = ((System.Drawing.Image)(resources.GetObject("Export.DownImage")));
  231. this.Export.Image = null;
  232. this.Export.IsShowBorder = true;
  233. this.Export.Location = new System.Drawing.Point(305, 562);
  234. this.Export.Margin = new System.Windows.Forms.Padding(6);
  235. this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage")));
  236. this.Export.Name = "Export";
  237. this.Export.NormalImage = ((System.Drawing.Image)(resources.GetObject("Export.NormalImage")));
  238. this.Export.Power = null;
  239. this.Export.Size = new System.Drawing.Size(150, 56);
  240. this.Export.TabIndex = 0;
  241. this.Export.Text = "导出";
  242. this.Export.UseVisualStyleBackColor = false;
  243. this.Export.Click += new System.EventHandler(this.Export_Click);
  244. //
  245. // Query_SN
  246. //
  247. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  248. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  249. this.ClientSize = new System.Drawing.Size(1494, 1075);
  250. this.Controls.Add(this.num);
  251. this.Controls.Add(this.label7);
  252. this.Controls.Add(this.label6);
  253. this.Controls.Add(this.date);
  254. this.Controls.Add(this.status);
  255. this.Controls.Add(this.label4);
  256. this.Controls.Add(this.seriallength);
  257. this.Controls.Add(this.label3);
  258. this.Controls.Add(this.pr_code);
  259. this.Controls.Add(this.label5);
  260. this.Controls.Add(this.color);
  261. this.Controls.Add(this.factory);
  262. this.Controls.Add(this.label2);
  263. this.Controls.Add(this.label1);
  264. this.Controls.Add(this.Export);
  265. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  266. this.Margin = new System.Windows.Forms.Padding(6);
  267. this.Name = "Query_SN";
  268. this.Tag = "Query!SpecialReport";
  269. this.Text = "Query_SpecialReport";
  270. this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
  271. this.ResumeLayout(false);
  272. this.PerformLayout();
  273. }
  274. #endregion
  275. private CustomControl.ButtonUtil.NormalButton Export;
  276. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  277. private System.Windows.Forms.Label label1;
  278. private System.Windows.Forms.Label label2;
  279. private CustomControl.TextBoxWithIcon.EnterTextBox factory;
  280. private CustomControl.TextBoxWithIcon.EnterTextBox color;
  281. private CustomControl.TextBoxWithIcon.EnterTextBox pr_code;
  282. private System.Windows.Forms.Label label5;
  283. private CustomControl.TextBoxWithIcon.EnterTextBox seriallength;
  284. private System.Windows.Forms.Label label3;
  285. private CustomControl.TextBoxWithIcon.EnterTextBox status;
  286. private System.Windows.Forms.Label label4;
  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. }
  292. }