namespace Dongke.IBOSS.PRD.Client.ReportModule { partial class F_RPT_040114 { /// /// 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_040114)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = 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(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); 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.dtpAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dtpAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.dgvRpt = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.dgvRpt2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.g2goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.b_out_num = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.b_h_num = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.c_h_num = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.zh_r = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.g1goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.d_num = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.b_num = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.f_num = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.s_num = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.sp_r = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tsrOperate.SuspendLayout(); this.gbxCondition.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvRpt)).BeginInit(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvRpt2)).BeginInit(); this.SuspendLayout(); // // 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(824, 35); this.tsrOperate.TabIndex = 36; 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(37, 24); this.lblAccountDateStart.Name = "lblAccountDateStart"; this.lblAccountDateStart.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.lblAccountDateStart.Size = new System.Drawing.Size(29, 12); this.lblAccountDateStart.TabIndex = 7; this.lblAccountDateStart.Text = "日期"; // // 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(72, 20); this.dtpAccountDateStart.Name = "dtpAccountDateStart"; this.dtpAccountDateStart.Size = new System.Drawing.Size(100, 21); this.dtpAccountDateStart.TabIndex = 1; // // 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(721, 20); this.btnClearCondition.Name = "btnClearCondition"; this.btnClearCondition.Size = new System.Drawing.Size(85, 30); this.btnClearCondition.TabIndex = 13; 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(630, 20); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 30); this.btnSearch.TabIndex = 12; this.btnSearch.Text = "查询(&Q)"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // 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.c_Label1); this.gbxCondition.Controls.Add(this.lblAccountDateStart); this.gbxCondition.Controls.Add(this.dtpAccountDateEnd); this.gbxCondition.Controls.Add(this.dtpAccountDateStart); this.gbxCondition.Controls.Add(this.btnClearCondition); this.gbxCondition.Controls.Add(this.btnSearch); 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(812, 59); this.gbxCondition.TabIndex = 37; this.gbxCondition.TabStop = false; this.gbxCondition.Text = "查询条件 ▼"; // // c_Label1 // this.c_Label1.AutoSize = true; this.c_Label1.BackColor = System.Drawing.Color.Transparent; this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label1.Location = new System.Drawing.Point(178, 24); this.c_Label1.Name = "c_Label1"; this.c_Label1.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.c_Label1.Size = new System.Drawing.Size(11, 12); this.c_Label1.TabIndex = 7; this.c_Label1.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(195, 20); this.dtpAccountDateEnd.Name = "dtpAccountDateEnd"; this.dtpAccountDateEnd.Size = new System.Drawing.Size(100, 21); this.dtpAccountDateEnd.TabIndex = 2; // // dgvRpt // this.dgvRpt.AllowUserToAddRows = false; this.dgvRpt.AllowUserToDeleteRows = false; this.dgvRpt.AllowUserToModifyRows = true; this.dgvRpt.AllowUserToOrderColumns = true; this.dgvRpt.AllowUserToSortRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvRpt.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvRpt.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvRpt.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvRpt.CellHeight = 23; this.dgvRpt.ChildNodeColumnName = null; this.dgvRpt.ChildNodeColumnText = null; this.dgvRpt.ColumnDeep = 1; this.dgvRpt.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.dgvRpt.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvRpt.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvRpt.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.g1goodscode, this.d_num, this.b_num, this.f_num, this.s_num, this.sp_r}); this.dgvRpt.ColumnTreeView = null; this.dgvRpt.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.dgvRpt.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvRpt.DynamicColumnName = ""; this.dgvRpt.EnableHeadersVisualStyles = false; this.dgvRpt.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvRpt.FormatQuantityColumns = null; this.dgvRpt.HorizontalMergeColumn = null; this.dgvRpt.IsAutoCountSum = true; this.dgvRpt.IsAutoResizeColumns = false; this.dgvRpt.IsClickF12 = false; this.dgvRpt.IsOpenMergeCellFlag = false; this.dgvRpt.IsSubTotalFlag = false; this.dgvRpt.IsTopDeep = false; this.dgvRpt.Location = new System.Drawing.Point(3, 3); this.dgvRpt.MergeColumnNames = null; this.dgvRpt.MergeDetailColumnNames = null; this.dgvRpt.MergeDetailOnlyColumn = null; this.dgvRpt.MergeOnlyColumn = null; this.dgvRpt.MultiSelect = false; this.dgvRpt.Name = "dgvRpt"; this.dgvRpt.ReadOnly = true; this.dgvRpt.RefreshAtHscroll = false; this.dgvRpt.RowHeadersWidth = 50; this.dgvRpt.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvRpt.RowsDefaultCellStyle = dataGridViewCellStyle8; this.dgvRpt.RowTemplate.Height = 21; this.dgvRpt.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvRpt.Size = new System.Drawing.Size(798, 345); this.dgvRpt.SortOrderColumnName = null; this.dgvRpt.TabIndex = 38; this.dgvRpt.Tag = true; this.dgvRpt.TotalSumColumns = null; this.dgvRpt.ViewRowFilter = ""; // // tabControl1 // this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Location = new System.Drawing.Point(0, 103); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(812, 377); this.tabControl1.TabIndex = 39; // // tabPage1 // this.tabPage1.Controls.Add(this.dgvRpt); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(804, 351); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "半成品报废率"; this.tabPage1.UseVisualStyleBackColor = true; // // tabPage2 // this.tabPage2.Controls.Add(this.dgvRpt2); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(804, 351); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "综合优等率"; this.tabPage2.UseVisualStyleBackColor = true; // // dgvRpt2 // this.dgvRpt2.AllowUserToAddRows = false; this.dgvRpt2.AllowUserToDeleteRows = false; this.dgvRpt2.AllowUserToModifyRows = true; this.dgvRpt2.AllowUserToOrderColumns = true; this.dgvRpt2.AllowUserToSortRows = false; dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvRpt2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9; this.dgvRpt2.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvRpt2.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvRpt2.CellHeight = 23; this.dgvRpt2.ChildNodeColumnName = null; this.dgvRpt2.ChildNodeColumnText = null; this.dgvRpt2.ColumnDeep = 1; this.dgvRpt2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle10.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvRpt2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10; this.dgvRpt2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvRpt2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.g2goodscode, this.b_out_num, this.b_h_num, this.c_h_num, this.zh_r}); this.dgvRpt2.ColumnTreeView = null; this.dgvRpt2.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.dgvRpt2.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvRpt2.DynamicColumnName = ""; this.dgvRpt2.EnableHeadersVisualStyles = false; this.dgvRpt2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvRpt2.FormatQuantityColumns = null; this.dgvRpt2.HorizontalMergeColumn = null; this.dgvRpt2.IsAutoCountSum = true; this.dgvRpt2.IsAutoResizeColumns = false; this.dgvRpt2.IsClickF12 = false; this.dgvRpt2.IsOpenMergeCellFlag = false; this.dgvRpt2.IsSubTotalFlag = false; this.dgvRpt2.IsTopDeep = false; this.dgvRpt2.Location = new System.Drawing.Point(3, 3); this.dgvRpt2.MergeColumnNames = null; this.dgvRpt2.MergeDetailColumnNames = null; this.dgvRpt2.MergeDetailOnlyColumn = null; this.dgvRpt2.MergeOnlyColumn = null; this.dgvRpt2.MultiSelect = false; this.dgvRpt2.Name = "dgvRpt2"; this.dgvRpt2.ReadOnly = true; this.dgvRpt2.RefreshAtHscroll = false; this.dgvRpt2.RowHeadersWidth = 50; this.dgvRpt2.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvRpt2.RowsDefaultCellStyle = dataGridViewCellStyle15; this.dgvRpt2.RowTemplate.Height = 21; this.dgvRpt2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvRpt2.Size = new System.Drawing.Size(798, 345); this.dgvRpt2.SortOrderColumnName = null; this.dgvRpt2.TabIndex = 39; this.dgvRpt2.Tag = true; this.dgvRpt2.TotalSumColumns = null; this.dgvRpt2.ViewRowFilter = ""; // // g2goodscode // this.g2goodscode.DataPropertyName = "goodscode"; this.g2goodscode.HeaderText = "产品编码"; this.g2goodscode.Name = "g2goodscode"; this.g2goodscode.ReadOnly = true; // // b_out_num // this.b_out_num.DataPropertyName = "b_out_num"; dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle11.Format = "N0"; this.b_out_num.DefaultCellStyle = dataGridViewCellStyle11; this.b_out_num.HeaderText = "本烧出窑数"; this.b_out_num.Name = "b_out_num"; this.b_out_num.ReadOnly = true; // // b_h_num // this.b_h_num.DataPropertyName = "b_h_num"; dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle12.Format = "N0"; this.b_h_num.DefaultCellStyle = dataGridViewCellStyle12; this.b_h_num.HeaderText = "本烧合格数"; this.b_h_num.Name = "b_h_num"; this.b_h_num.ReadOnly = true; // // c_h_num // this.c_h_num.DataPropertyName = "c_h_num"; dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle13.Format = "N0"; this.c_h_num.DefaultCellStyle = dataGridViewCellStyle13; this.c_h_num.HeaderText = "重烧合格数"; this.c_h_num.Name = "c_h_num"; this.c_h_num.ReadOnly = true; // // zh_r // this.zh_r.DataPropertyName = "zh_r"; dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle14.Format = "P2"; dataGridViewCellStyle14.NullValue = "#DIV/0!"; this.zh_r.DefaultCellStyle = dataGridViewCellStyle14; this.zh_r.HeaderText = "综合合格率"; this.zh_r.Name = "zh_r"; this.zh_r.ReadOnly = true; this.zh_r.ToolTipText = "(本烧合格数+重烧合格数)/本烧出窑数"; // // g1goodscode // this.g1goodscode.DataPropertyName = "goodscode"; this.g1goodscode.HeaderText = "产品编码"; this.g1goodscode.Name = "g1goodscode"; this.g1goodscode.ReadOnly = true; // // d_num // this.d_num.DataPropertyName = "d_num"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle3.Format = "N0"; this.d_num.DefaultCellStyle = dataGridViewCellStyle3; this.d_num.HeaderText = "交坯数"; this.d_num.Name = "d_num"; this.d_num.ReadOnly = true; // // b_num // this.b_num.DataPropertyName = "b_num"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle4.Format = "N0"; this.b_num.DefaultCellStyle = dataGridViewCellStyle4; this.b_num.HeaderText = "半检不合格数"; this.b_num.Name = "b_num"; this.b_num.ReadOnly = true; // // f_num // this.f_num.DataPropertyName = "f_num"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle5.Format = "N0"; this.f_num.DefaultCellStyle = dataGridViewCellStyle5; this.f_num.HeaderText = "复检不合格数"; this.f_num.Name = "f_num"; this.f_num.ReadOnly = true; // // s_num // this.s_num.DataPropertyName = "s_num"; dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle6.Format = "N0"; this.s_num.DefaultCellStyle = dataGridViewCellStyle6; this.s_num.HeaderText = "损坯数"; this.s_num.Name = "s_num"; this.s_num.ReadOnly = true; // // sp_r // this.sp_r.DataPropertyName = "sp_r"; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle7.Format = "P2"; dataGridViewCellStyle7.NullValue = "#DIV/0!"; this.sp_r.DefaultCellStyle = dataGridViewCellStyle7; this.sp_r.HeaderText = "报废率"; this.sp_r.Name = "sp_r"; this.sp_r.ReadOnly = true; this.sp_r.ToolTipText = "(半检不合格数+复检不合格数+损坯数)/交坯数\n"; // // F_RPT_040114 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = false; this.ClientSize = new System.Drawing.Size(824, 476); this.Controls.Add(this.tabControl1); this.Controls.Add(this.tsrOperate); this.Controls.Add(this.gbxCondition); this.Name = "F_RPT_040114"; this.Text = "综合合格率分析表"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_040114_FormClosed); this.Load += new System.EventHandler(this.F_RPT_040114_Load); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); this.gbxCondition.ResumeLayout(false); this.gbxCondition.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvRpt)).EndInit(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvRpt2)).EndInit(); this.ResumeLayout(false); } #endregion 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_DateTimePicker dtpAccountDateStart; private Basics.BaseControls.C_Button btnClearCondition; private Basics.BaseControls.C_Button btnSearch; private Basics.BaseControls.C_GroupBox gbxCondition; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_DateTimePicker dtpAccountDateEnd; private Basics.BaseControls.C_DataGridView dgvRpt; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private Basics.BaseControls.C_DataGridView dgvRpt2; private System.Windows.Forms.DataGridViewTextBoxColumn g2goodscode; private System.Windows.Forms.DataGridViewTextBoxColumn b_out_num; private System.Windows.Forms.DataGridViewTextBoxColumn b_h_num; private System.Windows.Forms.DataGridViewTextBoxColumn c_h_num; private System.Windows.Forms.DataGridViewTextBoxColumn zh_r; private System.Windows.Forms.DataGridViewTextBoxColumn g1goodscode; private System.Windows.Forms.DataGridViewTextBoxColumn d_num; private System.Windows.Forms.DataGridViewTextBoxColumn b_num; private System.Windows.Forms.DataGridViewTextBoxColumn f_num; private System.Windows.Forms.DataGridViewTextBoxColumn s_num; private System.Windows.Forms.DataGridViewTextBoxColumn sp_r; } }