Query_SpecialReport.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  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(241, 340);
  51. this.Export.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  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(100, 35);
  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(71, 100);
  67. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  68. this.label1.Name = "label1";
  69. this.label1.Size = new System.Drawing.Size(65, 27);
  70. this.label1.TabIndex = 1;
  71. this.label1.Text = "SERIE";
  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(71, 145);
  78. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  79. this.label2.Name = "label2";
  80. this.label2.Size = new System.Drawing.Size(95, 27);
  81. this.label2.TabIndex = 2;
  82. this.label2.Text = "CARTON";
  83. //
  84. // label3
  85. //
  86. this.label3.AutoSize = true;
  87. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.label3.Location = new System.Drawing.Point(71, 242);
  89. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  90. this.label3.Name = "label3";
  91. this.label3.Size = new System.Drawing.Size(100, 27);
  92. this.label3.TabIndex = 3;
  93. this.label3.Text = "DATECRE";
  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(71, 191);
  100. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  101. this.label4.Name = "label4";
  102. this.label4.Size = new System.Drawing.Size(92, 27);
  103. this.label4.TabIndex = 4;
  104. this.label4.Text = "PALETTE";
  105. //
  106. // SerialNum
  107. //
  108. this.SerialNum.AllPower = null;
  109. this.SerialNum.BackColor = System.Drawing.Color.White;
  110. this.SerialNum.ID = null;
  111. this.SerialNum.Location = new System.Drawing.Point(241, 100);
  112. this.SerialNum.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  113. this.SerialNum.Name = "SerialNum";
  114. this.SerialNum.Power = null;
  115. this.SerialNum.Size = new System.Drawing.Size(260, 25);
  116. this.SerialNum.Str = null;
  117. this.SerialNum.Str1 = null;
  118. this.SerialNum.Str2 = null;
  119. this.SerialNum.TabIndex = 5;
  120. //
  121. // CartonBegin
  122. //
  123. this.CartonBegin.AllPower = null;
  124. this.CartonBegin.BackColor = System.Drawing.Color.White;
  125. this.CartonBegin.ID = null;
  126. this.CartonBegin.Location = new System.Drawing.Point(241, 150);
  127. this.CartonBegin.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  128. this.CartonBegin.Name = "CartonBegin";
  129. this.CartonBegin.Power = null;
  130. this.CartonBegin.Size = new System.Drawing.Size(260, 25);
  131. this.CartonBegin.Str = null;
  132. this.CartonBegin.Str1 = null;
  133. this.CartonBegin.Str2 = null;
  134. this.CartonBegin.TabIndex = 6;
  135. //
  136. // CartonEnd
  137. //
  138. this.CartonEnd.AllPower = null;
  139. this.CartonEnd.BackColor = System.Drawing.Color.White;
  140. this.CartonEnd.ID = null;
  141. this.CartonEnd.Location = new System.Drawing.Point(503, 150);
  142. this.CartonEnd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  143. this.CartonEnd.Name = "CartonEnd";
  144. this.CartonEnd.Power = null;
  145. this.CartonEnd.Size = new System.Drawing.Size(260, 25);
  146. this.CartonEnd.Str = null;
  147. this.CartonEnd.Str1 = null;
  148. this.CartonEnd.Str2 = null;
  149. this.CartonEnd.TabIndex = 7;
  150. //
  151. // PaletteEnd
  152. //
  153. this.PaletteEnd.AllPower = null;
  154. this.PaletteEnd.BackColor = System.Drawing.Color.White;
  155. this.PaletteEnd.ID = null;
  156. this.PaletteEnd.Location = new System.Drawing.Point(503, 196);
  157. this.PaletteEnd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  158. this.PaletteEnd.Name = "PaletteEnd";
  159. this.PaletteEnd.Power = null;
  160. this.PaletteEnd.Size = new System.Drawing.Size(260, 25);
  161. this.PaletteEnd.Str = null;
  162. this.PaletteEnd.Str1 = null;
  163. this.PaletteEnd.Str2 = null;
  164. this.PaletteEnd.TabIndex = 9;
  165. //
  166. // PaletteBegin
  167. //
  168. this.PaletteBegin.AllPower = null;
  169. this.PaletteBegin.BackColor = System.Drawing.Color.White;
  170. this.PaletteBegin.ID = null;
  171. this.PaletteBegin.Location = new System.Drawing.Point(241, 196);
  172. this.PaletteBegin.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  173. this.PaletteBegin.Name = "PaletteBegin";
  174. this.PaletteBegin.Power = null;
  175. this.PaletteBegin.Size = new System.Drawing.Size(260, 25);
  176. this.PaletteBegin.Str = null;
  177. this.PaletteBegin.Str1 = null;
  178. this.PaletteBegin.Str2 = null;
  179. this.PaletteBegin.TabIndex = 8;
  180. //
  181. // InDate
  182. //
  183. this.InDate.Checked = false;
  184. this.InDate.Location = new System.Drawing.Point(241, 242);
  185. this.InDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  186. this.InDate.Name = "InDate";
  187. this.InDate.ShowCheckBox = true;
  188. this.InDate.Size = new System.Drawing.Size(260, 25);
  189. this.InDate.TabIndex = 10;
  190. //
  191. // Query_SpecialReport
  192. //
  193. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  194. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  195. this.ClientSize = new System.Drawing.Size(996, 672);
  196. this.Controls.Add(this.InDate);
  197. this.Controls.Add(this.PaletteEnd);
  198. this.Controls.Add(this.PaletteBegin);
  199. this.Controls.Add(this.CartonEnd);
  200. this.Controls.Add(this.CartonBegin);
  201. this.Controls.Add(this.SerialNum);
  202. this.Controls.Add(this.label4);
  203. this.Controls.Add(this.label3);
  204. this.Controls.Add(this.label2);
  205. this.Controls.Add(this.label1);
  206. this.Controls.Add(this.Export);
  207. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  208. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  209. this.Name = "Query_SpecialReport";
  210. this.Tag = "Query!SpecialReport";
  211. this.Text = "Query_SpecialReport";
  212. this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
  213. this.ResumeLayout(false);
  214. this.PerformLayout();
  215. }
  216. #endregion
  217. private CustomControl.ButtonUtil.NormalButton Export;
  218. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  219. private System.Windows.Forms.Label label1;
  220. private System.Windows.Forms.Label label2;
  221. private System.Windows.Forms.Label label3;
  222. private System.Windows.Forms.Label label4;
  223. private CustomControl.TextBoxWithIcon.EnterTextBox SerialNum;
  224. private CustomControl.TextBoxWithIcon.EnterTextBox CartonBegin;
  225. private CustomControl.TextBoxWithIcon.EnterTextBox CartonEnd;
  226. private CustomControl.TextBoxWithIcon.EnterTextBox PaletteEnd;
  227. private CustomControl.TextBoxWithIcon.EnterTextBox PaletteBegin;
  228. private System.Windows.Forms.DateTimePicker InDate;
  229. }
  230. }