namespace UAS_MES_NEW.Query { partial class Query_DateRate2 { /// /// 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_DateRate2)); 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.label2 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.Data = new System.Windows.Forms.DataGridView(); this.sp_stepname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.st_ifcalc = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OKQTY = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.AGOKQTY = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.SNQTY = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.合计 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.报废 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OKRATE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.li_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox(); this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox(); this.wc_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(); ((System.ComponentModel.ISupportInitialize)(this.Data)).BeginInit(); 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(364, 54); this.BeginDate.Margin = new System.Windows.Forms.Padding(2); this.BeginDate.Name = "BeginDate"; this.BeginDate.Size = new System.Drawing.Size(237, 25); this.BeginDate.TabIndex = 13; this.BeginDate.Value = new System.DateTime(2021, 2, 27, 13, 47, 0, 0); // // EndDate // this.EndDate.Checked = false; this.EndDate.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.EndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.EndDate.Location = new System.Drawing.Point(604, 54); this.EndDate.Margin = new System.Windows.Forms.Padding(2); this.EndDate.Name = "EndDate"; this.EndDate.Size = new System.Drawing.Size(237, 25); 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(295, 53); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(52, 27); 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(295, 8); this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ms_makecode_label.Name = "ms_makecode_label"; this.ms_makecode_label.Size = new System.Drawing.Size(92, 27); 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(10, 8); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(52, 27); this.label1.TabIndex = 214; this.label1.Text = "车间"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(624, 9); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(72, 27); this.label2.TabIndex = 216; this.label2.Text = "工单号"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(11, 50); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(52, 27); this.label4.TabIndex = 218; this.label4.Text = "线别"; // // Data // this.Data.AllowUserToAddRows = false; this.Data.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.Data.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.sp_stepname, this.st_ifcalc, this.OKQTY, this.AGOKQTY, this.SNQTY, this.合计, this.报废, this.OKRATE}); this.Data.Location = new System.Drawing.Point(14, 92); this.Data.Margin = new System.Windows.Forms.Padding(2); this.Data.Name = "Data"; this.Data.RowTemplate.Height = 37; this.Data.Size = new System.Drawing.Size(1163, 573); this.Data.TabIndex = 220; this.Data.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Data_CellContentDoubleClick); // // sp_stepname // this.sp_stepname.DataPropertyName = "st_name"; this.sp_stepname.HeaderText = "工序"; this.sp_stepname.Name = "sp_stepname"; // // st_ifcalc // this.st_ifcalc.DataPropertyName = "st_ifcalc"; this.st_ifcalc.HeaderText = ""; this.st_ifcalc.Name = "st_ifcalc"; this.st_ifcalc.Visible = false; // // OKQTY // this.OKQTY.DataPropertyName = "OKQTY"; this.OKQTY.HeaderText = "一次通过"; this.OKQTY.Name = "OKQTY"; this.OKQTY.ReadOnly = true; // // AGOKQTY // this.AGOKQTY.DataPropertyName = "AGOKQTY"; this.AGOKQTY.HeaderText = "再次通过"; this.AGOKQTY.Name = "AGOKQTY"; this.AGOKQTY.ReadOnly = true; // // SNQTY // this.SNQTY.DataPropertyName = "NGQTY"; this.SNQTY.HeaderText = "不良"; this.SNQTY.Name = "SNQTY"; this.SNQTY.ReadOnly = true; // // 合计 // this.合计.DataPropertyName = "SUMQTY"; this.合计.HeaderText = "合计"; this.合计.Name = "合计"; this.合计.ReadOnly = true; // // 报废 // this.报废.DataPropertyName = "FIQTY"; this.报废.HeaderText = "报废"; this.报废.Name = "报废"; this.报废.ReadOnly = true; // // OKRATE // this.OKRATE.DataPropertyName = "OKRATE"; this.OKRATE.HeaderText = "良率"; this.OKRATE.Name = "OKRATE"; this.OKRATE.ReadOnly = true; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "detno"; this.dataGridViewTextBoxColumn1.HeaderText = "detno"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "sp_stepname"; this.dataGridViewTextBoxColumn2.HeaderText = "工序"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "OKQTY"; this.dataGridViewTextBoxColumn3.HeaderText = "通过"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.DataPropertyName = "NGQTY"; this.dataGridViewTextBoxColumn4.HeaderText = "不良"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.DataPropertyName = "SUMQTY"; this.dataGridViewTextBoxColumn5.HeaderText = "合计"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; // // dataGridViewTextBoxColumn6 // this.dataGridViewTextBoxColumn6.DataPropertyName = "报废"; this.dataGridViewTextBoxColumn6.HeaderText = "报废"; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; // // dataGridViewTextBoxColumn7 // this.dataGridViewTextBoxColumn7.DataPropertyName = "OKRATE"; this.dataGridViewTextBoxColumn7.HeaderText = "直通率"; this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; // // li_code // this.li_code.AllPower = "IFALL"; this.li_code.Caller = null; this.li_code.Condition = null; this.li_code.DBTitle = ""; this.li_code.Font = new System.Drawing.Font("微软雅黑", 9F); this.li_code.FormName = null; this.li_code.Location = new System.Drawing.Point(94, 51); this.li_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.li_code.Name = "li_code"; this.li_code.Power = ""; this.li_code.ReturnData = null; this.li_code.SelectField = null; this.li_code.SetValueField = null; this.li_code.Size = new System.Drawing.Size(188, 28); this.li_code.TabIndex = 219; this.li_code.TableName = null; this.li_code.Tag = "makecode"; this.li_code.TextBoxEnable = true; // // 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(708, 10); this.ma_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 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(185, 28); this.ma_code.TabIndex = 217; this.ma_code.TableName = null; this.ma_code.Tag = "makecode"; this.ma_code.TextBoxEnable = true; // // wc_code // this.wc_code.AllPower = "IFALL"; this.wc_code.Caller = null; this.wc_code.Condition = null; this.wc_code.DBTitle = ""; this.wc_code.Font = new System.Drawing.Font("微软雅黑", 9F); this.wc_code.FormName = null; this.wc_code.Location = new System.Drawing.Point(94, 8); this.wc_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.wc_code.Name = "wc_code"; this.wc_code.Power = ""; this.wc_code.ReturnData = null; this.wc_code.SelectField = null; this.wc_code.SetValueField = null; this.wc_code.Size = new System.Drawing.Size(188, 28); this.wc_code.TabIndex = 215; this.wc_code.TableName = null; this.wc_code.Tag = "makecode"; this.wc_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(400, 9); this.pr_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 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(188, 28); 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(871, 47); this.Export.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 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(100, 35); this.Export.TabIndex = 0; this.Export.Text = "查询"; this.Export.UseVisualStyleBackColor = false; this.Export.Click += new System.EventHandler(this.Export_Click); // // Query_DateRate2 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1193, 672); this.Controls.Add(this.Data); this.Controls.Add(this.li_code); this.Controls.Add(this.label4); this.Controls.Add(this.ma_code); this.Controls.Add(this.label2); this.Controls.Add(this.wc_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(4, 3, 4, 3); this.Name = "Query_DateRate2"; this.Tag = "Query!DateRate"; this.Text = "Query_DateRate"; this.Load += new System.EventHandler(this.Query_SpecialReport_Load); this.SizeChanged += new System.EventHandler(this.Query_DateRate_SizeChanged); ((System.ComponentModel.ISupportInitialize)(this.Data)).EndInit(); 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 wc_code; private System.Windows.Forms.Label label1; private CustomControl.TextBoxWithIcon.SearchTextBox ma_code; private System.Windows.Forms.Label label2; private CustomControl.TextBoxWithIcon.SearchTextBox li_code; private System.Windows.Forms.Label label4; private System.Windows.Forms.DataGridView Data; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7; private System.Windows.Forms.DataGridViewTextBoxColumn sp_stepname; private System.Windows.Forms.DataGridViewTextBoxColumn st_ifcalc; private System.Windows.Forms.DataGridViewTextBoxColumn OKQTY; private System.Windows.Forms.DataGridViewTextBoxColumn AGOKQTY; private System.Windows.Forms.DataGridViewTextBoxColumn SNQTY; private System.Windows.Forms.DataGridViewTextBoxColumn 合计; private System.Windows.Forms.DataGridViewTextBoxColumn 报废; private System.Windows.Forms.DataGridViewTextBoxColumn OKRATE; } }