namespace UAS_MES_NEW.Query { partial class Query_DateRate { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_DateRate)); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.BeginDate = new System.Windows.Forms.DateTimePicker(); this.EndDate = new System.Windows.Forms.DateTimePicker(); this.label3 = new System.Windows.Forms.Label(); this.ms_makecode_label = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox(); this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox(); this.Export = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.SuspendLayout(); // // BeginDate // this.BeginDate.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.BeginDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.BeginDate.Location = new System.Drawing.Point(325, 216); this.BeginDate.Name = "BeginDate"; this.BeginDate.Size = new System.Drawing.Size(353, 35); this.BeginDate.TabIndex = 13; this.BeginDate.Value = new System.DateTime(2021, 2, 27, 13, 47, 0, 0); // // EndDate // this.EndDate.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.EndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.EndDate.Location = new System.Drawing.Point(684, 216); this.EndDate.Name = "EndDate"; this.EndDate.Size = new System.Drawing.Size(353, 35); this.EndDate.TabIndex = 14; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(139, 211); this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(82, 41); this.label3.TabIndex = 15; this.label3.Text = "日期"; // // ms_makecode_label // this.ms_makecode_label.AutoSize = true; this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ms_makecode_label.Location = new System.Drawing.Point(140, 91); this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.ms_makecode_label.Name = "ms_makecode_label"; this.ms_makecode_label.Size = new System.Drawing.Size(146, 41); this.ms_makecode_label.TabIndex = 212; this.ms_makecode_label.Text = "产品编号"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(140, 151); this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(146, 41); this.label1.TabIndex = 214; this.label1.Text = "工单编号"; // // ma_code // this.ma_code.AllPower = "IFALL"; this.ma_code.Caller = null; this.ma_code.Condition = null; this.ma_code.DBTitle = ""; this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F); this.ma_code.FormName = null; this.ma_code.Location = new System.Drawing.Point(325, 151); this.ma_code.Margin = new System.Windows.Forms.Padding(6); this.ma_code.Name = "ma_code"; this.ma_code.Power = ""; this.ma_code.ReturnData = null; this.ma_code.SelectField = null; this.ma_code.SetValueField = null; this.ma_code.Size = new System.Drawing.Size(282, 46); this.ma_code.TabIndex = 215; this.ma_code.TableName = null; this.ma_code.Tag = "makecode"; this.ma_code.TextBoxEnable = true; // // pr_code // this.pr_code.AllPower = "IFALL"; this.pr_code.Caller = null; this.pr_code.Condition = null; this.pr_code.DBTitle = ""; this.pr_code.Font = new System.Drawing.Font("微软雅黑", 9F); this.pr_code.FormName = null; this.pr_code.Location = new System.Drawing.Point(325, 91); this.pr_code.Margin = new System.Windows.Forms.Padding(6); this.pr_code.Name = "pr_code"; this.pr_code.Power = ""; this.pr_code.ReturnData = null; this.pr_code.SelectField = null; this.pr_code.SetValueField = null; this.pr_code.Size = new System.Drawing.Size(282, 46); this.pr_code.TabIndex = 213; this.pr_code.TableName = null; this.pr_code.Tag = "makecode"; this.pr_code.TextBoxEnable = true; // // Export // this.Export.AllPower = null; this.Export.BackColor = System.Drawing.Color.Transparent; this.Export.DownImage = ((System.Drawing.Image)(resources.GetObject("Export.DownImage"))); this.Export.Image = null; this.Export.IsShowBorder = true; this.Export.Location = new System.Drawing.Point(325, 515); this.Export.Margin = new System.Windows.Forms.Padding(6); this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage"))); this.Export.Name = "Export"; this.Export.NormalImage = ((System.Drawing.Image)(resources.GetObject("Export.NormalImage"))); this.Export.Power = null; this.Export.Size = new System.Drawing.Size(150, 56); this.Export.TabIndex = 0; this.Export.Text = "导出"; this.Export.UseVisualStyleBackColor = false; this.Export.Click += new System.EventHandler(this.Export_Click); // // Query_DateRate // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1494, 1075); this.Controls.Add(this.ma_code); this.Controls.Add(this.label1); this.Controls.Add(this.pr_code); this.Controls.Add(this.ms_makecode_label); this.Controls.Add(this.label3); this.Controls.Add(this.EndDate); this.Controls.Add(this.BeginDate); this.Controls.Add(this.Export); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(6); this.Name = "Query_DateRate"; this.Tag = "Query!DateRate"; this.Text = "Query_DateRate"; this.Load += new System.EventHandler(this.Query_SpecialReport_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private CustomControl.ButtonUtil.NormalButton Export; private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1; private System.Windows.Forms.DateTimePicker BeginDate; private System.Windows.Forms.DateTimePicker EndDate; private System.Windows.Forms.Label label3; private CustomControl.TextBoxWithIcon.SearchTextBox pr_code; private System.Windows.Forms.Label ms_makecode_label; private CustomControl.TextBoxWithIcon.SearchTextBox ma_code; private System.Windows.Forms.Label label1; } }