Query_SpecialReport.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  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.label3 = new System.Windows.Forms.Label();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.SerialNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  36. this.CartonBegin = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  37. this.CartonEnd = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  38. this.PaletteEnd = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  39. this.PaletteBegin = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  40. this.InDate = new System.Windows.Forms.DateTimePicker();
  41. this.inoutno = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  42. this.label5 = new System.Windows.Forms.Label();
  43. this.SuspendLayout();
  44. //
  45. // Export
  46. //
  47. this.Export.AllPower = null;
  48. this.Export.BackColor = System.Drawing.Color.Transparent;
  49. this.Export.DownImage = ((System.Drawing.Image)(resources.GetObject("Export.DownImage")));
  50. this.Export.Image = null;
  51. this.Export.IsShowBorder = true;
  52. this.Export.Location = new System.Drawing.Point(241, 340);
  53. this.Export.Margin = new System.Windows.Forms.Padding(4);
  54. this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage")));
  55. this.Export.Name = "Export";
  56. this.Export.NormalImage = ((System.Drawing.Image)(resources.GetObject("Export.NormalImage")));
  57. this.Export.Power = null;
  58. this.Export.Size = new System.Drawing.Size(100, 35);
  59. this.Export.TabIndex = 0;
  60. this.Export.Text = "导出";
  61. this.Export.UseVisualStyleBackColor = false;
  62. this.Export.Click += new System.EventHandler(this.Export_Click);
  63. //
  64. // label1
  65. //
  66. this.label1.AutoSize = true;
  67. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.label1.Location = new System.Drawing.Point(71, 100);
  69. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  70. this.label1.Name = "label1";
  71. this.label1.Size = new System.Drawing.Size(65, 27);
  72. this.label1.TabIndex = 1;
  73. this.label1.Text = "SERIE";
  74. //
  75. // label2
  76. //
  77. this.label2.AutoSize = true;
  78. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.label2.Location = new System.Drawing.Point(71, 145);
  80. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  81. this.label2.Name = "label2";
  82. this.label2.Size = new System.Drawing.Size(95, 27);
  83. this.label2.TabIndex = 2;
  84. this.label2.Text = "CARTON";
  85. //
  86. // label3
  87. //
  88. this.label3.AutoSize = true;
  89. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.label3.Location = new System.Drawing.Point(71, 242);
  91. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  92. this.label3.Name = "label3";
  93. this.label3.Size = new System.Drawing.Size(100, 27);
  94. this.label3.TabIndex = 3;
  95. this.label3.Text = "DATECRE";
  96. //
  97. // label4
  98. //
  99. this.label4.AutoSize = true;
  100. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.label4.Location = new System.Drawing.Point(71, 191);
  102. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  103. this.label4.Name = "label4";
  104. this.label4.Size = new System.Drawing.Size(92, 27);
  105. this.label4.TabIndex = 4;
  106. this.label4.Text = "PALETTE";
  107. //
  108. // SerialNum
  109. //
  110. this.SerialNum.AllPower = null;
  111. this.SerialNum.BackColor = System.Drawing.Color.White;
  112. this.SerialNum.ID = null;
  113. this.SerialNum.Location = new System.Drawing.Point(241, 100);
  114. this.SerialNum.Margin = new System.Windows.Forms.Padding(4);
  115. this.SerialNum.Name = "SerialNum";
  116. this.SerialNum.Power = null;
  117. this.SerialNum.Size = new System.Drawing.Size(260, 25);
  118. this.SerialNum.Str = null;
  119. this.SerialNum.Str1 = null;
  120. this.SerialNum.Str2 = null;
  121. this.SerialNum.TabIndex = 5;
  122. //
  123. // CartonBegin
  124. //
  125. this.CartonBegin.AllPower = null;
  126. this.CartonBegin.BackColor = System.Drawing.Color.White;
  127. this.CartonBegin.ID = null;
  128. this.CartonBegin.Location = new System.Drawing.Point(241, 150);
  129. this.CartonBegin.Margin = new System.Windows.Forms.Padding(4);
  130. this.CartonBegin.Name = "CartonBegin";
  131. this.CartonBegin.Power = null;
  132. this.CartonBegin.Size = new System.Drawing.Size(260, 25);
  133. this.CartonBegin.Str = null;
  134. this.CartonBegin.Str1 = null;
  135. this.CartonBegin.Str2 = null;
  136. this.CartonBegin.TabIndex = 6;
  137. //
  138. // CartonEnd
  139. //
  140. this.CartonEnd.AllPower = null;
  141. this.CartonEnd.BackColor = System.Drawing.Color.White;
  142. this.CartonEnd.ID = null;
  143. this.CartonEnd.Location = new System.Drawing.Point(503, 150);
  144. this.CartonEnd.Margin = new System.Windows.Forms.Padding(4);
  145. this.CartonEnd.Name = "CartonEnd";
  146. this.CartonEnd.Power = null;
  147. this.CartonEnd.Size = new System.Drawing.Size(260, 25);
  148. this.CartonEnd.Str = null;
  149. this.CartonEnd.Str1 = null;
  150. this.CartonEnd.Str2 = null;
  151. this.CartonEnd.TabIndex = 7;
  152. //
  153. // PaletteEnd
  154. //
  155. this.PaletteEnd.AllPower = null;
  156. this.PaletteEnd.BackColor = System.Drawing.Color.White;
  157. this.PaletteEnd.ID = null;
  158. this.PaletteEnd.Location = new System.Drawing.Point(503, 196);
  159. this.PaletteEnd.Margin = new System.Windows.Forms.Padding(4);
  160. this.PaletteEnd.Name = "PaletteEnd";
  161. this.PaletteEnd.Power = null;
  162. this.PaletteEnd.Size = new System.Drawing.Size(260, 25);
  163. this.PaletteEnd.Str = null;
  164. this.PaletteEnd.Str1 = null;
  165. this.PaletteEnd.Str2 = null;
  166. this.PaletteEnd.TabIndex = 9;
  167. //
  168. // PaletteBegin
  169. //
  170. this.PaletteBegin.AllPower = null;
  171. this.PaletteBegin.BackColor = System.Drawing.Color.White;
  172. this.PaletteBegin.ID = null;
  173. this.PaletteBegin.Location = new System.Drawing.Point(241, 196);
  174. this.PaletteBegin.Margin = new System.Windows.Forms.Padding(4);
  175. this.PaletteBegin.Name = "PaletteBegin";
  176. this.PaletteBegin.Power = null;
  177. this.PaletteBegin.Size = new System.Drawing.Size(260, 25);
  178. this.PaletteBegin.Str = null;
  179. this.PaletteBegin.Str1 = null;
  180. this.PaletteBegin.Str2 = null;
  181. this.PaletteBegin.TabIndex = 8;
  182. //
  183. // InDate
  184. //
  185. this.InDate.Checked = false;
  186. this.InDate.Location = new System.Drawing.Point(241, 242);
  187. this.InDate.Margin = new System.Windows.Forms.Padding(4);
  188. this.InDate.Name = "InDate";
  189. this.InDate.ShowCheckBox = true;
  190. this.InDate.Size = new System.Drawing.Size(260, 25);
  191. this.InDate.TabIndex = 10;
  192. //
  193. // inoutno
  194. //
  195. this.inoutno.AllPower = null;
  196. this.inoutno.BackColor = System.Drawing.Color.White;
  197. this.inoutno.ID = null;
  198. this.inoutno.Location = new System.Drawing.Point(241, 53);
  199. this.inoutno.Margin = new System.Windows.Forms.Padding(4);
  200. this.inoutno.Name = "inoutno";
  201. this.inoutno.Power = null;
  202. this.inoutno.Size = new System.Drawing.Size(260, 25);
  203. this.inoutno.Str = null;
  204. this.inoutno.Str1 = null;
  205. this.inoutno.Str2 = null;
  206. this.inoutno.TabIndex = 12;
  207. //
  208. // label5
  209. //
  210. this.label5.AutoSize = true;
  211. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.label5.Location = new System.Drawing.Point(71, 53);
  213. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  214. this.label5.Name = "label5";
  215. this.label5.Size = new System.Drawing.Size(92, 27);
  216. this.label5.TabIndex = 11;
  217. this.label5.Text = "出货单号";
  218. //
  219. // Query_SpecialReport
  220. //
  221. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  222. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  223. this.ClientSize = new System.Drawing.Size(996, 672);
  224. this.Controls.Add(this.inoutno);
  225. this.Controls.Add(this.label5);
  226. this.Controls.Add(this.InDate);
  227. this.Controls.Add(this.PaletteEnd);
  228. this.Controls.Add(this.PaletteBegin);
  229. this.Controls.Add(this.CartonEnd);
  230. this.Controls.Add(this.CartonBegin);
  231. this.Controls.Add(this.SerialNum);
  232. this.Controls.Add(this.label4);
  233. this.Controls.Add(this.label3);
  234. this.Controls.Add(this.label2);
  235. this.Controls.Add(this.label1);
  236. this.Controls.Add(this.Export);
  237. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  238. this.Margin = new System.Windows.Forms.Padding(4);
  239. this.Name = "Query_SpecialReport";
  240. this.Tag = "Query!SpecialReport";
  241. this.Text = "Query_SpecialReport";
  242. this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
  243. this.ResumeLayout(false);
  244. this.PerformLayout();
  245. }
  246. #endregion
  247. private CustomControl.ButtonUtil.NormalButton Export;
  248. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  249. private System.Windows.Forms.Label label1;
  250. private System.Windows.Forms.Label label2;
  251. private System.Windows.Forms.Label label3;
  252. private System.Windows.Forms.Label label4;
  253. private CustomControl.TextBoxWithIcon.EnterTextBox SerialNum;
  254. private CustomControl.TextBoxWithIcon.EnterTextBox CartonBegin;
  255. private CustomControl.TextBoxWithIcon.EnterTextBox CartonEnd;
  256. private CustomControl.TextBoxWithIcon.EnterTextBox PaletteEnd;
  257. private CustomControl.TextBoxWithIcon.EnterTextBox PaletteBegin;
  258. private System.Windows.Forms.DateTimePicker InDate;
  259. private CustomControl.TextBoxWithIcon.EnterTextBox inoutno;
  260. private System.Windows.Forms.Label label5;
  261. }
  262. }