Query_DateRate.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_DateRate
  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_DateRate));
  29. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  30. this.BeginDate = new System.Windows.Forms.DateTimePicker();
  31. this.EndDate = new System.Windows.Forms.DateTimePicker();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.ms_makecode_label = new System.Windows.Forms.Label();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  36. this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  37. this.Export = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  38. this.Miss_Test = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  39. this.li_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.SuspendLayout();
  42. //
  43. // BeginDate
  44. //
  45. this.BeginDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  46. this.BeginDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  47. this.BeginDate.Location = new System.Drawing.Point(325, 276);
  48. this.BeginDate.Name = "BeginDate";
  49. this.BeginDate.Size = new System.Drawing.Size(353, 35);
  50. this.BeginDate.TabIndex = 13;
  51. this.BeginDate.Value = new System.DateTime(2021, 2, 27, 13, 47, 0, 0);
  52. //
  53. // EndDate
  54. //
  55. this.EndDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  56. this.EndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  57. this.EndDate.Location = new System.Drawing.Point(684, 276);
  58. this.EndDate.Name = "EndDate";
  59. this.EndDate.Size = new System.Drawing.Size(353, 35);
  60. this.EndDate.TabIndex = 14;
  61. //
  62. // label3
  63. //
  64. this.label3.AutoSize = true;
  65. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.label3.Location = new System.Drawing.Point(139, 271);
  67. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  68. this.label3.Name = "label3";
  69. this.label3.Size = new System.Drawing.Size(82, 41);
  70. this.label3.TabIndex = 15;
  71. this.label3.Text = "日期";
  72. //
  73. // ms_makecode_label
  74. //
  75. this.ms_makecode_label.AutoSize = true;
  76. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.ms_makecode_label.Location = new System.Drawing.Point(140, 91);
  78. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  79. this.ms_makecode_label.Name = "ms_makecode_label";
  80. this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
  81. this.ms_makecode_label.TabIndex = 212;
  82. this.ms_makecode_label.Text = "产品编号";
  83. //
  84. // label1
  85. //
  86. this.label1.AutoSize = true;
  87. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.label1.Location = new System.Drawing.Point(140, 151);
  89. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  90. this.label1.Name = "label1";
  91. this.label1.Size = new System.Drawing.Size(146, 41);
  92. this.label1.TabIndex = 214;
  93. this.label1.Text = "工单编号";
  94. //
  95. // ma_code
  96. //
  97. this.ma_code.AllPower = "IFALL";
  98. this.ma_code.Caller = null;
  99. this.ma_code.Condition = null;
  100. this.ma_code.DBTitle = "";
  101. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  102. this.ma_code.FormName = null;
  103. this.ma_code.Location = new System.Drawing.Point(325, 151);
  104. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  105. this.ma_code.Name = "ma_code";
  106. this.ma_code.Power = "";
  107. this.ma_code.ReturnData = null;
  108. this.ma_code.SelectField = null;
  109. this.ma_code.SetValueField = null;
  110. this.ma_code.Size = new System.Drawing.Size(282, 46);
  111. this.ma_code.TabIndex = 215;
  112. this.ma_code.TableName = null;
  113. this.ma_code.Tag = "makecode";
  114. this.ma_code.TextBoxEnable = true;
  115. //
  116. // pr_code
  117. //
  118. this.pr_code.AllPower = "IFALL";
  119. this.pr_code.Caller = null;
  120. this.pr_code.Condition = null;
  121. this.pr_code.DBTitle = "";
  122. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  123. this.pr_code.FormName = null;
  124. this.pr_code.Location = new System.Drawing.Point(325, 91);
  125. this.pr_code.Margin = new System.Windows.Forms.Padding(6);
  126. this.pr_code.Name = "pr_code";
  127. this.pr_code.Power = "";
  128. this.pr_code.ReturnData = null;
  129. this.pr_code.SelectField = null;
  130. this.pr_code.SetValueField = null;
  131. this.pr_code.Size = new System.Drawing.Size(282, 46);
  132. this.pr_code.TabIndex = 213;
  133. this.pr_code.TableName = null;
  134. this.pr_code.Tag = "makecode";
  135. this.pr_code.TextBoxEnable = true;
  136. //
  137. // Export
  138. //
  139. this.Export.AllPower = null;
  140. this.Export.BackColor = System.Drawing.Color.Transparent;
  141. this.Export.DownImage = ((System.Drawing.Image)(resources.GetObject("Export.DownImage")));
  142. this.Export.Image = null;
  143. this.Export.IsShowBorder = true;
  144. this.Export.Location = new System.Drawing.Point(325, 515);
  145. this.Export.Margin = new System.Windows.Forms.Padding(6);
  146. this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage")));
  147. this.Export.Name = "Export";
  148. this.Export.NormalImage = ((System.Drawing.Image)(resources.GetObject("Export.NormalImage")));
  149. this.Export.Power = null;
  150. this.Export.Size = new System.Drawing.Size(150, 56);
  151. this.Export.TabIndex = 0;
  152. this.Export.Text = "导出直通率";
  153. this.Export.UseVisualStyleBackColor = false;
  154. this.Export.Click += new System.EventHandler(this.Export_Click);
  155. //
  156. // Miss_Test
  157. //
  158. this.Miss_Test.AllPower = null;
  159. this.Miss_Test.BackColor = System.Drawing.Color.Transparent;
  160. this.Miss_Test.DownImage = ((System.Drawing.Image)(resources.GetObject("Miss_Test.DownImage")));
  161. this.Miss_Test.Image = null;
  162. this.Miss_Test.IsShowBorder = true;
  163. this.Miss_Test.Location = new System.Drawing.Point(514, 515);
  164. this.Miss_Test.Margin = new System.Windows.Forms.Padding(6);
  165. this.Miss_Test.MoveImage = ((System.Drawing.Image)(resources.GetObject("Miss_Test.MoveImage")));
  166. this.Miss_Test.Name = "Miss_Test";
  167. this.Miss_Test.NormalImage = ((System.Drawing.Image)(resources.GetObject("Miss_Test.NormalImage")));
  168. this.Miss_Test.Power = null;
  169. this.Miss_Test.Size = new System.Drawing.Size(150, 56);
  170. this.Miss_Test.TabIndex = 216;
  171. this.Miss_Test.Text = "导出误测数据";
  172. this.Miss_Test.UseVisualStyleBackColor = false;
  173. this.Miss_Test.Click += new System.EventHandler(this.Miss_Test_Click);
  174. //
  175. // li_code
  176. //
  177. this.li_code.AllPower = "IFALL";
  178. this.li_code.Caller = null;
  179. this.li_code.Condition = null;
  180. this.li_code.DBTitle = "";
  181. this.li_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  182. this.li_code.FormName = null;
  183. this.li_code.Location = new System.Drawing.Point(324, 210);
  184. this.li_code.Margin = new System.Windows.Forms.Padding(6);
  185. this.li_code.Name = "li_code";
  186. this.li_code.Power = "";
  187. this.li_code.ReturnData = null;
  188. this.li_code.SelectField = null;
  189. this.li_code.SetValueField = null;
  190. this.li_code.Size = new System.Drawing.Size(282, 46);
  191. this.li_code.TabIndex = 218;
  192. this.li_code.TableName = null;
  193. this.li_code.Tag = "makecode";
  194. this.li_code.TextBoxEnable = true;
  195. //
  196. // label2
  197. //
  198. this.label2.AutoSize = true;
  199. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.label2.Location = new System.Drawing.Point(139, 210);
  201. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  202. this.label2.Name = "label2";
  203. this.label2.Size = new System.Drawing.Size(146, 41);
  204. this.label2.TabIndex = 217;
  205. this.label2.Text = "线别编号";
  206. //
  207. // Query_DateRate
  208. //
  209. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  210. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  211. this.ClientSize = new System.Drawing.Size(1494, 1075);
  212. this.Controls.Add(this.li_code);
  213. this.Controls.Add(this.label2);
  214. this.Controls.Add(this.Miss_Test);
  215. this.Controls.Add(this.ma_code);
  216. this.Controls.Add(this.label1);
  217. this.Controls.Add(this.pr_code);
  218. this.Controls.Add(this.ms_makecode_label);
  219. this.Controls.Add(this.label3);
  220. this.Controls.Add(this.EndDate);
  221. this.Controls.Add(this.BeginDate);
  222. this.Controls.Add(this.Export);
  223. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  224. this.Margin = new System.Windows.Forms.Padding(6);
  225. this.Name = "Query_DateRate";
  226. this.Tag = "Query!DateRate";
  227. this.Text = "Query_DateRate";
  228. this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
  229. this.ResumeLayout(false);
  230. this.PerformLayout();
  231. }
  232. #endregion
  233. private CustomControl.ButtonUtil.NormalButton Export;
  234. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  235. private System.Windows.Forms.DateTimePicker BeginDate;
  236. private System.Windows.Forms.DateTimePicker EndDate;
  237. private System.Windows.Forms.Label label3;
  238. private CustomControl.TextBoxWithIcon.SearchTextBox pr_code;
  239. private System.Windows.Forms.Label ms_makecode_label;
  240. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  241. private System.Windows.Forms.Label label1;
  242. private CustomControl.ButtonUtil.NormalButton Miss_Test;
  243. private CustomControl.TextBoxWithIcon.SearchTextBox li_code;
  244. private System.Windows.Forms.Label label2;
  245. }
  246. }