Query_DateRate.Designer.cs 10 KB

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