Query_SpecialReport.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. namespace UAS_MES.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.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.label3 = new System.Windows.Forms.Label();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.SerialNum = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  36. this.CartonBegin = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  37. this.CartonEnd = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  38. this.PaletteEnd = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  39. this.PaletteBegin = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  40. this.InDate = new System.Windows.Forms.DateTimePicker();
  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(181, 272);
  51. this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage")));
  52. this.Export.Name = "Export";
  53. this.Export.NormalImage = ((System.Drawing.Image)(resources.GetObject("Export.NormalImage")));
  54. this.Export.Power = null;
  55. this.Export.Size = new System.Drawing.Size(75, 28);
  56. this.Export.TabIndex = 0;
  57. this.Export.Text = "导出";
  58. this.Export.UseVisualStyleBackColor = false;
  59. this.Export.Click += new System.EventHandler(this.Export_Click);
  60. //
  61. // label1
  62. //
  63. this.label1.AutoSize = true;
  64. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.label1.Location = new System.Drawing.Point(53, 80);
  66. this.label1.Name = "label1";
  67. this.label1.Size = new System.Drawing.Size(52, 21);
  68. this.label1.TabIndex = 1;
  69. this.label1.Text = "SERIE";
  70. //
  71. // label2
  72. //
  73. this.label2.AutoSize = true;
  74. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.label2.Location = new System.Drawing.Point(53, 116);
  76. this.label2.Name = "label2";
  77. this.label2.Size = new System.Drawing.Size(77, 21);
  78. this.label2.TabIndex = 2;
  79. this.label2.Text = "CARTON";
  80. //
  81. // label3
  82. //
  83. this.label3.AutoSize = true;
  84. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.label3.Location = new System.Drawing.Point(53, 194);
  86. this.label3.Name = "label3";
  87. this.label3.Size = new System.Drawing.Size(81, 21);
  88. this.label3.TabIndex = 3;
  89. this.label3.Text = "DATECRE";
  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(53, 153);
  96. this.label4.Name = "label4";
  97. this.label4.Size = new System.Drawing.Size(75, 21);
  98. this.label4.TabIndex = 4;
  99. this.label4.Text = "PALETTE";
  100. //
  101. // SerialNum
  102. //
  103. this.SerialNum.AllPower = null;
  104. this.SerialNum.BackColor = System.Drawing.Color.White;
  105. this.SerialNum.ID = null;
  106. this.SerialNum.Location = new System.Drawing.Point(181, 80);
  107. this.SerialNum.Name = "SerialNum";
  108. this.SerialNum.Power = null;
  109. this.SerialNum.Size = new System.Drawing.Size(196, 21);
  110. this.SerialNum.Str = null;
  111. this.SerialNum.Str1 = null;
  112. this.SerialNum.Str2 = null;
  113. this.SerialNum.TabIndex = 5;
  114. //
  115. // CartonBegin
  116. //
  117. this.CartonBegin.AllPower = null;
  118. this.CartonBegin.BackColor = System.Drawing.Color.White;
  119. this.CartonBegin.ID = null;
  120. this.CartonBegin.Location = new System.Drawing.Point(181, 120);
  121. this.CartonBegin.Name = "CartonBegin";
  122. this.CartonBegin.Power = null;
  123. this.CartonBegin.Size = new System.Drawing.Size(196, 21);
  124. this.CartonBegin.Str = null;
  125. this.CartonBegin.Str1 = null;
  126. this.CartonBegin.Str2 = null;
  127. this.CartonBegin.TabIndex = 6;
  128. //
  129. // CartonEnd
  130. //
  131. this.CartonEnd.AllPower = null;
  132. this.CartonEnd.BackColor = System.Drawing.Color.White;
  133. this.CartonEnd.ID = null;
  134. this.CartonEnd.Location = new System.Drawing.Point(377, 120);
  135. this.CartonEnd.Name = "CartonEnd";
  136. this.CartonEnd.Power = null;
  137. this.CartonEnd.Size = new System.Drawing.Size(196, 21);
  138. this.CartonEnd.Str = null;
  139. this.CartonEnd.Str1 = null;
  140. this.CartonEnd.Str2 = null;
  141. this.CartonEnd.TabIndex = 7;
  142. //
  143. // PaletteEnd
  144. //
  145. this.PaletteEnd.AllPower = null;
  146. this.PaletteEnd.BackColor = System.Drawing.Color.White;
  147. this.PaletteEnd.ID = null;
  148. this.PaletteEnd.Location = new System.Drawing.Point(377, 157);
  149. this.PaletteEnd.Name = "PaletteEnd";
  150. this.PaletteEnd.Power = null;
  151. this.PaletteEnd.Size = new System.Drawing.Size(196, 21);
  152. this.PaletteEnd.Str = null;
  153. this.PaletteEnd.Str1 = null;
  154. this.PaletteEnd.Str2 = null;
  155. this.PaletteEnd.TabIndex = 9;
  156. //
  157. // PaletteBegin
  158. //
  159. this.PaletteBegin.AllPower = null;
  160. this.PaletteBegin.BackColor = System.Drawing.Color.White;
  161. this.PaletteBegin.ID = null;
  162. this.PaletteBegin.Location = new System.Drawing.Point(181, 157);
  163. this.PaletteBegin.Name = "PaletteBegin";
  164. this.PaletteBegin.Power = null;
  165. this.PaletteBegin.Size = new System.Drawing.Size(196, 21);
  166. this.PaletteBegin.Str = null;
  167. this.PaletteBegin.Str1 = null;
  168. this.PaletteBegin.Str2 = null;
  169. this.PaletteBegin.TabIndex = 8;
  170. //
  171. // InDate
  172. //
  173. this.InDate.Location = new System.Drawing.Point(181, 194);
  174. this.InDate.Name = "InDate";
  175. this.InDate.Size = new System.Drawing.Size(196, 21);
  176. this.InDate.TabIndex = 10;
  177. //
  178. // Query_SpecialReport
  179. //
  180. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  181. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  182. this.ClientSize = new System.Drawing.Size(747, 538);
  183. this.Controls.Add(this.InDate);
  184. this.Controls.Add(this.PaletteEnd);
  185. this.Controls.Add(this.PaletteBegin);
  186. this.Controls.Add(this.CartonEnd);
  187. this.Controls.Add(this.CartonBegin);
  188. this.Controls.Add(this.SerialNum);
  189. this.Controls.Add(this.label4);
  190. this.Controls.Add(this.label3);
  191. this.Controls.Add(this.label2);
  192. this.Controls.Add(this.label1);
  193. this.Controls.Add(this.Export);
  194. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  195. this.Name = "Query_SpecialReport";
  196. this.Tag = "Query!SpecialReport";
  197. this.Text = "Query_SpecialReport";
  198. this.ResumeLayout(false);
  199. this.PerformLayout();
  200. }
  201. #endregion
  202. private CustomControl.ButtonUtil.NormalButton Export;
  203. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  204. private System.Windows.Forms.Label label1;
  205. private System.Windows.Forms.Label label2;
  206. private System.Windows.Forms.Label label3;
  207. private System.Windows.Forms.Label label4;
  208. private CustomControl.TextBoxWithIcon.EnterTextBox SerialNum;
  209. private CustomControl.TextBoxWithIcon.EnterTextBox CartonBegin;
  210. private CustomControl.TextBoxWithIcon.EnterTextBox CartonEnd;
  211. private CustomControl.TextBoxWithIcon.EnterTextBox PaletteEnd;
  212. private CustomControl.TextBoxWithIcon.EnterTextBox PaletteBegin;
  213. private System.Windows.Forms.DateTimePicker InDate;
  214. }
  215. }