namespace Dongke.IBOSS.PRD.Client.ReportModule
{
partial class F_RPT_040106
{
///
/// 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(F_RPT_040106));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
this.dropKilnCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.lblKilnCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
this.lblAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dtpAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.dtpAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
this.chkOutKilnNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
this.dkProcedureSearchBox3 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
this.txtDefectName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.txtDefectCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblDefectName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblDefectCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.lblRptProcedureName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dropRptProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.dgvRptProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.ProductionLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.procedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Defectcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Defectname = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.goodstypename2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OutKilnCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DefectCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DefectPercent = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tsrOperate.SuspendLayout();
this.gbxCondition.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).BeginInit();
this.SuspendLayout();
//
// dropKilnCode
//
this.dropKilnCode.BackColor = System.Drawing.SystemColors.Window;
this.dropKilnCode.BackgroundColor = System.Drawing.SystemColors.Window;
this.dropKilnCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.dropKilnCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dropKilnCode.FormattingEnabled = true;
this.dropKilnCode.Location = new System.Drawing.Point(694, 19);
this.dropKilnCode.Name = "dropKilnCode";
this.dropKilnCode.Size = new System.Drawing.Size(133, 20);
this.dropKilnCode.TabIndex = 7;
this.dropKilnCode.Visible = false;
//
// lblKilnCode
//
this.lblKilnCode.AutoSize = true;
this.lblKilnCode.BackColor = System.Drawing.SystemColors.Control;
this.lblKilnCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblKilnCode.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblKilnCode.Location = new System.Drawing.Point(636, 23);
this.lblKilnCode.Name = "lblKilnCode";
this.lblKilnCode.Size = new System.Drawing.Size(53, 12);
this.lblKilnCode.TabIndex = 6;
this.lblKilnCode.Text = "窑炉编号";
this.lblKilnCode.Visible = false;
//
// tsrOperate
//
this.tsrOperate.AutoSize = false;
this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbtnAdaptive,
this.tsbtnClose});
this.tsrOperate.Location = new System.Drawing.Point(0, 0);
this.tsrOperate.Name = "tsrOperate";
this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.tsrOperate.ShowItemToolTips = false;
this.tsrOperate.Size = new System.Drawing.Size(1131, 35);
this.tsrOperate.TabIndex = 0;
this.tsrOperate.Text = "toolStrip1";
//
// tsbtnAdaptive
//
this.tsbtnAdaptive.AutoSize = false;
this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnAdaptive.Name = "tsbtnAdaptive";
this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
this.tsbtnAdaptive.Text = "自适应列宽(&A)";
this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
//
// tsbtnClose
//
this.tsbtnClose.AutoSize = false;
this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnClose.Name = "tsbtnClose";
this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
this.tsbtnClose.Text = "关闭(&X)";
this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
//
// lblAccountDateStart
//
this.lblAccountDateStart.AutoSize = true;
this.lblAccountDateStart.BackColor = System.Drawing.Color.Transparent;
this.lblAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblAccountDateStart.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblAccountDateStart.Location = new System.Drawing.Point(242, 23);
this.lblAccountDateStart.Name = "lblAccountDateStart";
this.lblAccountDateStart.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.lblAccountDateStart.Size = new System.Drawing.Size(53, 12);
this.lblAccountDateStart.TabIndex = 2;
this.lblAccountDateStart.Text = "登记日期";
//
// lblAccountDateEnd
//
this.lblAccountDateEnd.AutoSize = true;
this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblAccountDateEnd.Location = new System.Drawing.Point(474, 23);
this.lblAccountDateEnd.Name = "lblAccountDateEnd";
this.lblAccountDateEnd.Size = new System.Drawing.Size(17, 12);
this.lblAccountDateEnd.TabIndex = 4;
this.lblAccountDateEnd.Text = "至";
//
// dtpAccountDateEnd
//
this.dtpAccountDateEnd.CustomFormat = "yyyy-MM-dd";
this.dtpAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpAccountDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpAccountDateEnd.Location = new System.Drawing.Point(497, 19);
this.dtpAccountDateEnd.Name = "dtpAccountDateEnd";
this.dtpAccountDateEnd.Size = new System.Drawing.Size(133, 21);
this.dtpAccountDateEnd.TabIndex = 5;
//
// dtpAccountDateStart
//
this.dtpAccountDateStart.CustomFormat = "yyyy-MM-dd";
this.dtpAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpAccountDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpAccountDateStart.Location = new System.Drawing.Point(301, 19);
this.dtpAccountDateStart.Name = "dtpAccountDateStart";
this.dtpAccountDateStart.Size = new System.Drawing.Size(133, 21);
this.dtpAccountDateStart.TabIndex = 3;
//
// gbxCondition
//
this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
this.gbxCondition.Controls.Add(this.chkOutKilnNum);
this.gbxCondition.Controls.Add(this.dkProcedureSearchBox3);
this.gbxCondition.Controls.Add(this.txtDefectName);
this.gbxCondition.Controls.Add(this.txtDefectCode);
this.gbxCondition.Controls.Add(this.lblDefectName);
this.gbxCondition.Controls.Add(this.lblDefectCode);
this.gbxCondition.Controls.Add(this.btnClearCondition);
this.gbxCondition.Controls.Add(this.btnSearch);
this.gbxCondition.Controls.Add(this.dropKilnCode);
this.gbxCondition.Controls.Add(this.lblKilnCode);
this.gbxCondition.Controls.Add(this.lblRptProcedureName);
this.gbxCondition.Controls.Add(this.dropRptProcedure);
this.gbxCondition.Controls.Add(this.lblAccountDateStart);
this.gbxCondition.Controls.Add(this.lblAccountDateEnd);
this.gbxCondition.Controls.Add(this.dtpAccountDateEnd);
this.gbxCondition.Controls.Add(this.dtpAccountDateStart);
this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
this.gbxCondition.IsMustInput = false;
this.gbxCondition.Location = new System.Drawing.Point(0, 38);
this.gbxCondition.Name = "gbxCondition";
this.gbxCondition.OriginalHeight = -1;
this.gbxCondition.Size = new System.Drawing.Size(1119, 73);
this.gbxCondition.TabIndex = 0;
this.gbxCondition.TabStop = false;
this.gbxCondition.Text = "查询条件 ▼";
//
// chkOutKilnNum
//
this.chkOutKilnNum.AutoSize = true;
this.chkOutKilnNum.Checked = true;
this.chkOutKilnNum.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkOutKilnNum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chkOutKilnNum.Location = new System.Drawing.Point(694, 49);
this.chkOutKilnNum.Name = "chkOutKilnNum";
this.chkOutKilnNum.Size = new System.Drawing.Size(144, 16);
this.chkOutKilnNum.TabIndex = 15;
this.chkOutKilnNum.Text = "按产品类别统计出窑数";
this.chkOutKilnNum.UseVisualStyleBackColor = true;
//
// dkProcedureSearchBox3
//
this.dkProcedureSearchBox3.BackColor = System.Drawing.Color.Transparent;
this.dkProcedureSearchBox3.DataSource = null;
this.dkProcedureSearchBox3.Enabled = true;
this.dkProcedureSearchBox3.IsEnablePurview = false;
this.dkProcedureSearchBox3.IsMustInput = false;
this.dkProcedureSearchBox3.Location = new System.Drawing.Point(20, 45);
this.dkProcedureSearchBox3.ModelType = "-1";
this.dkProcedureSearchBox3.Name = "dkProcedureSearchBox3";
this.dkProcedureSearchBox3.ProcedureCode = "";
this.dkProcedureSearchBox3.ProcedureID = null;
this.dkProcedureSearchBox3.ProcedureIDS = null;
this.dkProcedureSearchBox3.ProcedureName = null;
this.dkProcedureSearchBox3.Purview = null;
this.dkProcedureSearchBox3.PurviewType = ((byte)(0));
this.dkProcedureSearchBox3.SelectMore = true;
this.dkProcedureSearchBox3.Size = new System.Drawing.Size(216, 21);
this.dkProcedureSearchBox3.TabIndex = 8;
this.dkProcedureSearchBox3.Title = "质量登记工序";
this.dkProcedureSearchBox3.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
//
// txtDefectName
//
this.txtDefectName.BackColor = System.Drawing.SystemColors.Window;
this.txtDefectName.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtDefectName.ErrorMessage = "";
this.txtDefectName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtDefectName.Location = new System.Drawing.Point(497, 45);
this.txtDefectName.Name = "txtDefectName";
this.txtDefectName.Size = new System.Drawing.Size(133, 21);
this.txtDefectName.TabIndex = 12;
this.txtDefectName.TextValue = "";
//
// txtDefectCode
//
this.txtDefectCode.BackColor = System.Drawing.SystemColors.Window;
this.txtDefectCode.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtDefectCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtDefectCode.ErrorMessage = "";
this.txtDefectCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtDefectCode.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtDefectCode.Location = new System.Drawing.Point(301, 45);
this.txtDefectCode.MaxLength = 20;
this.txtDefectCode.Name = "txtDefectCode";
this.txtDefectCode.Size = new System.Drawing.Size(133, 21);
this.txtDefectCode.TabIndex = 10;
this.txtDefectCode.TextValue = "";
//
// lblDefectName
//
this.lblDefectName.AutoSize = true;
this.lblDefectName.BackColor = System.Drawing.Color.Transparent;
this.lblDefectName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblDefectName.Location = new System.Drawing.Point(438, 49);
this.lblDefectName.Name = "lblDefectName";
this.lblDefectName.Size = new System.Drawing.Size(53, 12);
this.lblDefectName.TabIndex = 11;
this.lblDefectName.Text = "缺陷名称";
//
// lblDefectCode
//
this.lblDefectCode.AutoSize = true;
this.lblDefectCode.BackColor = System.Drawing.Color.Transparent;
this.lblDefectCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblDefectCode.Location = new System.Drawing.Point(242, 49);
this.lblDefectCode.Name = "lblDefectCode";
this.lblDefectCode.Size = new System.Drawing.Size(53, 12);
this.lblDefectCode.TabIndex = 9;
this.lblDefectCode.Text = "缺陷编码";
//
// btnClearCondition
//
this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnClearCondition.ForeColor = System.Drawing.Color.White;
this.btnClearCondition.Location = new System.Drawing.Point(1028, 36);
this.btnClearCondition.Name = "btnClearCondition";
this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
this.btnClearCondition.TabIndex = 14;
this.btnClearCondition.Text = "清空条件(&C)";
this.btnClearCondition.UseVisualStyleBackColor = true;
this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
//
// btnSearch
//
this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSearch.BackColor = System.Drawing.Color.Transparent;
this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSearch.ForeColor = System.Drawing.Color.White;
this.btnSearch.Location = new System.Drawing.Point(937, 36);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(85, 30);
this.btnSearch.TabIndex = 13;
this.btnSearch.Text = "查询(&Q)";
this.btnSearch.UseVisualStyleBackColor = true;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// lblRptProcedureName
//
this.lblRptProcedureName.AutoSize = true;
this.lblRptProcedureName.BackColor = System.Drawing.SystemColors.Control;
this.lblRptProcedureName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRptProcedureName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.lblRptProcedureName.Location = new System.Drawing.Point(20, 23);
this.lblRptProcedureName.Name = "lblRptProcedureName";
this.lblRptProcedureName.Size = new System.Drawing.Size(77, 12);
this.lblRptProcedureName.TabIndex = 0;
this.lblRptProcedureName.Text = "数据来源名称";
//
// dropRptProcedure
//
this.dropRptProcedure.BackColor = System.Drawing.Color.Yellow;
this.dropRptProcedure.BackgroundColor = System.Drawing.SystemColors.Window;
this.dropRptProcedure.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.dropRptProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dropRptProcedure.FormattingEnabled = true;
this.dropRptProcedure.IsMustInput = true;
this.dropRptProcedure.Location = new System.Drawing.Point(103, 19);
this.dropRptProcedure.Name = "dropRptProcedure";
this.dropRptProcedure.Size = new System.Drawing.Size(133, 20);
this.dropRptProcedure.TabIndex = 1;
//
// dgvRptProcedure
//
this.dgvRptProcedure.AllowUserToAddRows = false;
this.dgvRptProcedure.AllowUserToDeleteRows = false;
this.dgvRptProcedure.AllowUserToModifyRows = true;
this.dgvRptProcedure.AllowUserToOrderColumns = true;
this.dgvRptProcedure.AllowUserToSortRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvRptProcedure.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvRptProcedure.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgvRptProcedure.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvRptProcedure.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvRptProcedure.CellHeight = 23;
this.dgvRptProcedure.ChildNodeColumnName = null;
this.dgvRptProcedure.ChildNodeColumnText = null;
this.dgvRptProcedure.ColumnDeep = 1;
this.dgvRptProcedure.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvRptProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvRptProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvRptProcedure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ProductionLineName,
this.procedurename,
this.Defectcode,
this.Defectname,
this.goodstypename2,
this.OutKilnCount,
this.DefectCount,
this.DefectPercent});
this.dgvRptProcedure.ColumnTreeView = null;
this.dgvRptProcedure.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
this.dgvRptProcedure.DynamicColumnName = "";
this.dgvRptProcedure.EnableHeadersVisualStyles = false;
this.dgvRptProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvRptProcedure.HorizontalMergeColumn = null;
this.dgvRptProcedure.IsAutoCountSum = true;
this.dgvRptProcedure.IsAutoResizeColumns = false;
this.dgvRptProcedure.IsClickF12 = false;
this.dgvRptProcedure.IsOpenMergeCellFlag = false;
this.dgvRptProcedure.IsSubTotalFlag = false;
this.dgvRptProcedure.IsTopDeep = false;
this.dgvRptProcedure.Location = new System.Drawing.Point(0, 119);
this.dgvRptProcedure.MergeColumnNames = null;
this.dgvRptProcedure.MergeDetailColumnNames = null;
this.dgvRptProcedure.MergeDetailOnlyColumn = null;
this.dgvRptProcedure.MergeOnlyColumn = null;
this.dgvRptProcedure.MultiSelect = false;
this.dgvRptProcedure.Name = "dgvRptProcedure";
this.dgvRptProcedure.ReadOnly = true;
this.dgvRptProcedure.RefreshAtHscroll = false;
this.dgvRptProcedure.RowHeadersWidth = 50;
this.dgvRptProcedure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvRptProcedure.RowsDefaultCellStyle = dataGridViewCellStyle6;
this.dgvRptProcedure.RowTemplate.Height = 21;
this.dgvRptProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvRptProcedure.Size = new System.Drawing.Size(1119, 357);
this.dgvRptProcedure.SortOrderColumnName = null;
this.dgvRptProcedure.TabIndex = 2;
this.dgvRptProcedure.Tag = true;
this.dgvRptProcedure.TotalSumColumns = null;
this.dgvRptProcedure.ViewRowFilter = "";
this.dgvRptProcedure.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dgvRptProcedure_CellFormatting);
//
// ProductionLineName
//
this.ProductionLineName.DataPropertyName = "productionlinename";
this.ProductionLineName.HeaderText = "生产线";
this.ProductionLineName.Name = "ProductionLineName";
this.ProductionLineName.ReadOnly = true;
//
// procedurename
//
this.procedurename.DataPropertyName = "procedurename";
this.procedurename.HeaderText = "登记工序";
this.procedurename.Name = "procedurename";
this.procedurename.ReadOnly = true;
//
// Defectcode
//
this.Defectcode.DataPropertyName = "Defectcode";
this.Defectcode.HeaderText = "缺陷编码";
this.Defectcode.Name = "Defectcode";
this.Defectcode.ReadOnly = true;
//
// Defectname
//
this.Defectname.DataPropertyName = "Defectname";
this.Defectname.HeaderText = "缺陷名称";
this.Defectname.Name = "Defectname";
this.Defectname.ReadOnly = true;
//
// goodstypename2
//
this.goodstypename2.DataPropertyName = "goodstypename2";
this.goodstypename2.HeaderText = "产品二级类别";
this.goodstypename2.Name = "goodstypename2";
this.goodstypename2.ReadOnly = true;
//
// OutKilnCount
//
this.OutKilnCount.DataPropertyName = "OutKilnCount";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.OutKilnCount.DefaultCellStyle = dataGridViewCellStyle3;
this.OutKilnCount.HeaderText = "出窑数";
this.OutKilnCount.Name = "OutKilnCount";
this.OutKilnCount.ReadOnly = true;
//
// DefectCount
//
this.DefectCount.DataPropertyName = "DefectCount";
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.DefectCount.DefaultCellStyle = dataGridViewCellStyle4;
this.DefectCount.HeaderText = "缺陷数量";
this.DefectCount.Name = "DefectCount";
this.DefectCount.ReadOnly = true;
//
// DefectPercent
//
this.DefectPercent.DataPropertyName = "DefectPercent";
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
dataGridViewCellStyle5.Format = "p2";
dataGridViewCellStyle5.NullValue = "#DIV/0!";
this.DefectPercent.DefaultCellStyle = dataGridViewCellStyle5;
this.DefectPercent.HeaderText = "缺陷率";
this.DefectPercent.Name = "DefectPercent";
this.DefectPercent.ReadOnly = true;
//
// F_RPT_040106
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1131, 476);
this.Controls.Add(this.dgvRptProcedure);
this.Controls.Add(this.tsrOperate);
this.Controls.Add(this.gbxCondition);
this.Name = "F_RPT_040106";
this.Text = "缺陷报表";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_040104_FormClosed);
this.Load += new System.EventHandler(this.F_RPT_040104_Load);
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
this.gbxCondition.ResumeLayout(false);
this.gbxCondition.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Basics.BaseControls.C_ComboBox dropKilnCode;
private Basics.BaseControls.C_Label lblKilnCode;
private Basics.BaseControls.C_ToolStrip tsrOperate;
private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
private System.Windows.Forms.ToolStripButton tsbtnClose;
private Basics.BaseControls.C_Label lblAccountDateStart;
private Basics.BaseControls.C_Label lblAccountDateEnd;
private Basics.BaseControls.C_DateTimePicker dtpAccountDateEnd;
private Basics.BaseControls.C_DateTimePicker dtpAccountDateStart;
private Basics.BaseControls.C_GroupBox gbxCondition;
private Basics.BaseControls.C_Button btnClearCondition;
private Basics.BaseControls.C_Button btnSearch;
private Basics.BaseControls.C_DataGridView dgvRptProcedure;
private Basics.BaseControls.C_TextBox txtDefectName;
private Basics.BaseControls.C_TextBox txtDefectCode;
private Basics.BaseControls.C_Label lblDefectName;
private Basics.BaseControls.C_Label lblDefectCode;
private Basics.BaseControls.C_Label lblRptProcedureName;
private Basics.BaseControls.C_ComboBox dropRptProcedure;
private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox3;
private Basics.BaseControls.C_CheckBox chkOutKilnNum;
private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineName;
private System.Windows.Forms.DataGridViewTextBoxColumn procedurename;
private System.Windows.Forms.DataGridViewTextBoxColumn Defectcode;
private System.Windows.Forms.DataGridViewTextBoxColumn Defectname;
private System.Windows.Forms.DataGridViewTextBoxColumn goodstypename2;
private System.Windows.Forms.DataGridViewTextBoxColumn OutKilnCount;
private System.Windows.Forms.DataGridViewTextBoxColumn DefectCount;
private System.Windows.Forms.DataGridViewTextBoxColumn DefectPercent;
}
}