Query_DateRate.Designer.cs 9.0 KB

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