Query_SpecialReport.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_SpecialReport
  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));
  29. this.Export = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  30. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.Num = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  34. this.BeginMac = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  35. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.Serial = new System.Windows.Forms.CheckBox();
  38. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  39. this.跳号数量 = new System.Windows.Forms.Label();
  40. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // Export
  44. //
  45. this.Export.AllPower = null;
  46. this.Export.BackColor = System.Drawing.Color.Transparent;
  47. this.Export.DownImage = ((System.Drawing.Image)(resources.GetObject("Export.DownImage")));
  48. this.Export.Image = null;
  49. this.Export.IsShowBorder = true;
  50. this.Export.Location = new System.Drawing.Point(305, 371);
  51. this.Export.Margin = new System.Windows.Forms.Padding(6);
  52. this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage")));
  53. this.Export.Name = "Export";
  54. this.Export.NormalImage = ((System.Drawing.Image)(resources.GetObject("Export.NormalImage")));
  55. this.Export.Power = null;
  56. this.Export.Size = new System.Drawing.Size(150, 56);
  57. this.Export.TabIndex = 0;
  58. this.Export.Text = "导出";
  59. this.Export.UseVisualStyleBackColor = false;
  60. this.Export.Click += new System.EventHandler(this.Export_Click);
  61. //
  62. // label1
  63. //
  64. this.label1.AutoSize = true;
  65. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.label1.Location = new System.Drawing.Point(106, 160);
  67. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  68. this.label1.Name = "label1";
  69. this.label1.Size = new System.Drawing.Size(82, 41);
  70. this.label1.TabIndex = 1;
  71. this.label1.Text = "数量";
  72. //
  73. // label2
  74. //
  75. this.label2.AutoSize = true;
  76. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.label2.Location = new System.Drawing.Point(106, 240);
  78. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  79. this.label2.Name = "label2";
  80. this.label2.Size = new System.Drawing.Size(157, 41);
  81. this.label2.TabIndex = 2;
  82. this.label2.Text = "起始MAC";
  83. //
  84. // Num
  85. //
  86. this.Num.AllPower = null;
  87. this.Num.BackColor = System.Drawing.Color.White;
  88. this.Num.ID = null;
  89. this.Num.Location = new System.Drawing.Point(305, 161);
  90. this.Num.Margin = new System.Windows.Forms.Padding(6);
  91. this.Num.Name = "Num";
  92. this.Num.Power = null;
  93. this.Num.Size = new System.Drawing.Size(388, 35);
  94. this.Num.Str = null;
  95. this.Num.Str1 = null;
  96. this.Num.Str2 = null;
  97. this.Num.TabIndex = 5;
  98. //
  99. // BeginMac
  100. //
  101. this.BeginMac.AllPower = null;
  102. this.BeginMac.BackColor = System.Drawing.Color.White;
  103. this.BeginMac.ID = null;
  104. this.BeginMac.Location = new System.Drawing.Point(305, 242);
  105. this.BeginMac.Margin = new System.Windows.Forms.Padding(6);
  106. this.BeginMac.Name = "BeginMac";
  107. this.BeginMac.Power = null;
  108. this.BeginMac.Size = new System.Drawing.Size(388, 35);
  109. this.BeginMac.Str = null;
  110. this.BeginMac.Str1 = null;
  111. this.BeginMac.Str2 = null;
  112. this.BeginMac.TabIndex = 6;
  113. //
  114. // ma_code
  115. //
  116. this.ma_code.AllPower = null;
  117. this.ma_code.BackColor = System.Drawing.Color.White;
  118. this.ma_code.ID = null;
  119. this.ma_code.Location = new System.Drawing.Point(305, 88);
  120. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  121. this.ma_code.Name = "ma_code";
  122. this.ma_code.Power = null;
  123. this.ma_code.Size = new System.Drawing.Size(388, 35);
  124. this.ma_code.Str = null;
  125. this.ma_code.Str1 = null;
  126. this.ma_code.Str2 = null;
  127. this.ma_code.TabIndex = 12;
  128. //
  129. // label5
  130. //
  131. this.label5.AutoSize = true;
  132. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.label5.Location = new System.Drawing.Point(106, 85);
  134. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  135. this.label5.Name = "label5";
  136. this.label5.Size = new System.Drawing.Size(114, 41);
  137. this.label5.TabIndex = 11;
  138. this.label5.Text = "工单号";
  139. //
  140. // Serial
  141. //
  142. this.Serial.AutoSize = true;
  143. this.Serial.Checked = true;
  144. this.Serial.CheckState = System.Windows.Forms.CheckState.Checked;
  145. this.Serial.Location = new System.Drawing.Point(749, 95);
  146. this.Serial.Name = "Serial";
  147. this.Serial.Size = new System.Drawing.Size(138, 28);
  148. this.Serial.TabIndex = 13;
  149. this.Serial.Text = "号码连续";
  150. this.Serial.UseVisualStyleBackColor = true;
  151. //
  152. // numericUpDown1
  153. //
  154. this.numericUpDown1.Location = new System.Drawing.Point(909, 158);
  155. this.numericUpDown1.Name = "numericUpDown1";
  156. this.numericUpDown1.Size = new System.Drawing.Size(120, 35);
  157. this.numericUpDown1.TabIndex = 14;
  158. this.numericUpDown1.Value = new decimal(new int[] {
  159. 5,
  160. 0,
  161. 0,
  162. 0});
  163. //
  164. // 跳号数量
  165. //
  166. this.跳号数量.AutoSize = true;
  167. this.跳号数量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.跳号数量.Location = new System.Drawing.Point(754, 152);
  169. this.跳号数量.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  170. this.跳号数量.Name = "跳号数量";
  171. this.跳号数量.Size = new System.Drawing.Size(146, 41);
  172. this.跳号数量.TabIndex = 15;
  173. this.跳号数量.Text = "跳号数量";
  174. //
  175. // Query_SpecialReport
  176. //
  177. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  178. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  179. this.ClientSize = new System.Drawing.Size(1494, 1075);
  180. this.Controls.Add(this.跳号数量);
  181. this.Controls.Add(this.numericUpDown1);
  182. this.Controls.Add(this.Serial);
  183. this.Controls.Add(this.ma_code);
  184. this.Controls.Add(this.label5);
  185. this.Controls.Add(this.BeginMac);
  186. this.Controls.Add(this.Num);
  187. this.Controls.Add(this.label2);
  188. this.Controls.Add(this.label1);
  189. this.Controls.Add(this.Export);
  190. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  191. this.Margin = new System.Windows.Forms.Padding(6);
  192. this.Name = "Query_SpecialReport";
  193. this.Tag = "Query!SpecialReport";
  194. this.Text = "Query_SpecialReport";
  195. this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
  196. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  197. this.ResumeLayout(false);
  198. this.PerformLayout();
  199. }
  200. #endregion
  201. private CustomControl.ButtonUtil.NormalButton Export;
  202. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  203. private System.Windows.Forms.Label label1;
  204. private System.Windows.Forms.Label label2;
  205. private CustomControl.TextBoxWithIcon.EnterTextBox Num;
  206. private CustomControl.TextBoxWithIcon.EnterTextBox BeginMac;
  207. private CustomControl.TextBoxWithIcon.EnterTextBox ma_code;
  208. private System.Windows.Forms.Label label5;
  209. private System.Windows.Forms.CheckBox Serial;
  210. private System.Windows.Forms.NumericUpDown numericUpDown1;
  211. private System.Windows.Forms.Label 跳号数量;
  212. }
  213. }