Query_SpecialReport_SN.Designer.cs 17 KB

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