namespace Dongke.IBOSS.PRD.Client.ReportModule { partial class F_RPT_080117 { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_080117)); this.tblScrapTotalModule = new System.Windows.Forms.TabControl(); this.tapScrapTotalModule = new System.Windows.Forms.TabPage(); this.dgvScrapTotalModule = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.tapScrapTotalModuleDetail = new System.Windows.Forms.TabPage(); this.dgvScrapTotalModuleDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.BARCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GOODSCODE2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CONFIGTYPE1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.INSPECTTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.INSPECTITEM = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.INSPECTMARK = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TECHNICALREQUIREMENT = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UPPERLIMIT2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.LOWERLIMIT2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.INSPECTCOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.INSPECTVALUE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.USERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.USERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.REMARKS = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.listBox1 = new System.Windows.Forms.ListBox(); this.c_Label7 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dtpGDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.dtpGDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.chkSpecialRepairFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); 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.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CONFIGTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GOODSID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PLANQUANTITY1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.QUANTITY1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.AVGQUANTITY = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UNQUALIFIEDQUANTITY1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UNQUALIFIEDRATE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tblScrapTotalModule.SuspendLayout(); this.tapScrapTotalModule.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvScrapTotalModule)).BeginInit(); this.tapScrapTotalModuleDetail.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvScrapTotalModuleDetail)).BeginInit(); this.gbxCondition.SuspendLayout(); this.tsrOperate.SuspendLayout(); this.SuspendLayout(); // // tblScrapTotalModule // this.tblScrapTotalModule.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.tblScrapTotalModule.Controls.Add(this.tapScrapTotalModule); this.tblScrapTotalModule.Controls.Add(this.tapScrapTotalModuleDetail); this.tblScrapTotalModule.Location = new System.Drawing.Point(0, 160); this.tblScrapTotalModule.Margin = new System.Windows.Forms.Padding(0); this.tblScrapTotalModule.Name = "tblScrapTotalModule"; this.tblScrapTotalModule.Padding = new System.Drawing.Point(0, 0); this.tblScrapTotalModule.SelectedIndex = 0; this.tblScrapTotalModule.Size = new System.Drawing.Size(1122, 331); this.tblScrapTotalModule.TabIndex = 2; // // tapScrapTotalModule // this.tapScrapTotalModule.Controls.Add(this.dgvScrapTotalModule); this.tapScrapTotalModule.Location = new System.Drawing.Point(4, 22); this.tapScrapTotalModule.Margin = new System.Windows.Forms.Padding(0); this.tapScrapTotalModule.Name = "tapScrapTotalModule"; this.tapScrapTotalModule.Size = new System.Drawing.Size(1114, 305); this.tapScrapTotalModule.TabIndex = 0; this.tapScrapTotalModule.Text = "QC检验计划分析明细汇总表"; this.tapScrapTotalModule.UseVisualStyleBackColor = true; // // dgvScrapTotalModule // this.dgvScrapTotalModule.AllowUserToAddRows = false; this.dgvScrapTotalModule.AllowUserToDeleteRows = false; this.dgvScrapTotalModule.AllowUserToModifyRows = true; this.dgvScrapTotalModule.AllowUserToOrderColumns = true; this.dgvScrapTotalModule.AllowUserToSortRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvScrapTotalModule.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvScrapTotalModule.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvScrapTotalModule.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvScrapTotalModule.CellHeight = 23; this.dgvScrapTotalModule.ChildNodeColumnName = null; this.dgvScrapTotalModule.ChildNodeColumnText = null; this.dgvScrapTotalModule.ColumnDeep = 1; this.dgvScrapTotalModule.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.dgvScrapTotalModule.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvScrapTotalModule.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvScrapTotalModule.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.GOODSCODE, this.CONFIGTYPE, this.GOODSID, this.PLANQUANTITY1, this.QUANTITY1, this.AVGQUANTITY, this.UNQUALIFIEDQUANTITY1, this.UNQUALIFIEDRATE}); this.dgvScrapTotalModule.ColumnTreeView = null; this.dgvScrapTotalModule.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.dgvScrapTotalModule.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvScrapTotalModule.DynamicColumnName = ""; this.dgvScrapTotalModule.EnableHeadersVisualStyles = false; this.dgvScrapTotalModule.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvScrapTotalModule.FormatQuantityColumns = null; this.dgvScrapTotalModule.HasNode = false; this.dgvScrapTotalModule.HorizontalMergeColumn = null; this.dgvScrapTotalModule.IsAutoCountSum = true; this.dgvScrapTotalModule.IsAutoResizeColumns = false; this.dgvScrapTotalModule.IsClickF12 = false; this.dgvScrapTotalModule.IsOpenMergeCellFlag = false; this.dgvScrapTotalModule.IsSubTotalFlag = false; this.dgvScrapTotalModule.IsTopDeep = false; this.dgvScrapTotalModule.Location = new System.Drawing.Point(0, 0); this.dgvScrapTotalModule.Margin = new System.Windows.Forms.Padding(0); this.dgvScrapTotalModule.MergeColumnNames = null; this.dgvScrapTotalModule.MergeDetailColumnNames = null; this.dgvScrapTotalModule.MergeDetailOnlyColumn = null; this.dgvScrapTotalModule.MergeOnlyColumn = null; this.dgvScrapTotalModule.MultiSelect = false; this.dgvScrapTotalModule.Name = "dgvScrapTotalModule"; this.dgvScrapTotalModule.ReadOnly = true; this.dgvScrapTotalModule.RefreshAtHscroll = false; this.dgvScrapTotalModule.RowHeadersWidth = 50; this.dgvScrapTotalModule.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvScrapTotalModule.RowsDefaultCellStyle = dataGridViewCellStyle3; this.dgvScrapTotalModule.RowTemplate.Height = 21; this.dgvScrapTotalModule.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvScrapTotalModule.Size = new System.Drawing.Size(1114, 305); this.dgvScrapTotalModule.SortOrderColumnName = null; this.dgvScrapTotalModule.TabIndex = 0; this.dgvScrapTotalModule.Tag = true; this.dgvScrapTotalModule.TotalSumColumns = null; this.dgvScrapTotalModule.ViewRowFilter = ""; this.dgvScrapTotalModule.VirtualNodes = false; this.dgvScrapTotalModule.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvScrapTotalModule_CellDoubleClick); // // tapScrapTotalModuleDetail // this.tapScrapTotalModuleDetail.Controls.Add(this.dgvScrapTotalModuleDetail); this.tapScrapTotalModuleDetail.Location = new System.Drawing.Point(4, 22); this.tapScrapTotalModuleDetail.Margin = new System.Windows.Forms.Padding(0); this.tapScrapTotalModuleDetail.Name = "tapScrapTotalModuleDetail"; this.tapScrapTotalModuleDetail.Size = new System.Drawing.Size(1114, 305); this.tapScrapTotalModuleDetail.TabIndex = 1; this.tapScrapTotalModuleDetail.Text = "QC检验计划分析明细表"; this.tapScrapTotalModuleDetail.UseVisualStyleBackColor = true; // // dgvScrapTotalModuleDetail // this.dgvScrapTotalModuleDetail.AllowUserToAddRows = false; this.dgvScrapTotalModuleDetail.AllowUserToDeleteRows = false; this.dgvScrapTotalModuleDetail.AllowUserToModifyRows = true; this.dgvScrapTotalModuleDetail.AllowUserToOrderColumns = true; this.dgvScrapTotalModuleDetail.AllowUserToSortRows = false; dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvScrapTotalModuleDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvScrapTotalModuleDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvScrapTotalModuleDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvScrapTotalModuleDetail.CellHeight = 23; this.dgvScrapTotalModuleDetail.ChildNodeColumnName = null; this.dgvScrapTotalModuleDetail.ChildNodeColumnText = null; this.dgvScrapTotalModuleDetail.ColumnDeep = 1; this.dgvScrapTotalModuleDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvScrapTotalModuleDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5; this.dgvScrapTotalModuleDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvScrapTotalModuleDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.BARCODE, this.GOODSCODE2, this.CONFIGTYPE1, this.INSPECTTYPE, this.INSPECTITEM, this.INSPECTMARK, this.TECHNICALREQUIREMENT, this.UPPERLIMIT2, this.LOWERLIMIT2, this.INSPECTCOUNT, this.INSPECTVALUE, this.CREATETIME, this.USERCODE, this.USERNAME, this.REMARKS}); this.dgvScrapTotalModuleDetail.ColumnTreeView = null; this.dgvScrapTotalModuleDetail.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.dgvScrapTotalModuleDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvScrapTotalModuleDetail.DynamicColumnName = ""; this.dgvScrapTotalModuleDetail.EnableHeadersVisualStyles = false; this.dgvScrapTotalModuleDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvScrapTotalModuleDetail.FormatQuantityColumns = null; this.dgvScrapTotalModuleDetail.HasNode = false; this.dgvScrapTotalModuleDetail.HorizontalMergeColumn = null; this.dgvScrapTotalModuleDetail.IsAutoCountSum = true; this.dgvScrapTotalModuleDetail.IsAutoResizeColumns = false; this.dgvScrapTotalModuleDetail.IsClickF12 = false; this.dgvScrapTotalModuleDetail.IsOpenMergeCellFlag = false; this.dgvScrapTotalModuleDetail.IsSubTotalFlag = false; this.dgvScrapTotalModuleDetail.IsTopDeep = false; this.dgvScrapTotalModuleDetail.Location = new System.Drawing.Point(0, 0); this.dgvScrapTotalModuleDetail.Margin = new System.Windows.Forms.Padding(0); this.dgvScrapTotalModuleDetail.MergeColumnNames = null; this.dgvScrapTotalModuleDetail.MergeDetailColumnNames = null; this.dgvScrapTotalModuleDetail.MergeDetailOnlyColumn = null; this.dgvScrapTotalModuleDetail.MergeOnlyColumn = null; this.dgvScrapTotalModuleDetail.MultiSelect = false; this.dgvScrapTotalModuleDetail.Name = "dgvScrapTotalModuleDetail"; this.dgvScrapTotalModuleDetail.ReadOnly = true; this.dgvScrapTotalModuleDetail.RefreshAtHscroll = false; this.dgvScrapTotalModuleDetail.RowHeadersWidth = 50; this.dgvScrapTotalModuleDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvScrapTotalModuleDetail.RowsDefaultCellStyle = dataGridViewCellStyle6; this.dgvScrapTotalModuleDetail.RowTemplate.Height = 21; this.dgvScrapTotalModuleDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvScrapTotalModuleDetail.Size = new System.Drawing.Size(1114, 305); this.dgvScrapTotalModuleDetail.SortOrderColumnName = null; this.dgvScrapTotalModuleDetail.TabIndex = 0; this.dgvScrapTotalModuleDetail.Tag = true; this.dgvScrapTotalModuleDetail.TotalSumColumns = null; this.dgvScrapTotalModuleDetail.ViewRowFilter = ""; this.dgvScrapTotalModuleDetail.VirtualNodes = false; // // BARCODE // this.BARCODE.DataPropertyName = "BARCODE"; this.BARCODE.HeaderText = "产品条码"; this.BARCODE.Name = "BARCODE"; this.BARCODE.ReadOnly = true; // // GOODSCODE2 // this.GOODSCODE2.DataPropertyName = "GOODSCODE"; this.GOODSCODE2.HeaderText = "产品型号"; this.GOODSCODE2.Name = "GOODSCODE2"; this.GOODSCODE2.ReadOnly = true; // // CONFIGTYPE1 // this.CONFIGTYPE1.DataPropertyName = "CONFIGTYPE"; this.CONFIGTYPE1.HeaderText = "产品类型"; this.CONFIGTYPE1.Name = "CONFIGTYPE1"; this.CONFIGTYPE1.ReadOnly = true; // // INSPECTTYPE // this.INSPECTTYPE.DataPropertyName = "INSPECTTYPE"; this.INSPECTTYPE.HeaderText = "检验类型"; this.INSPECTTYPE.Name = "INSPECTTYPE"; this.INSPECTTYPE.ReadOnly = true; // // INSPECTITEM // this.INSPECTITEM.DataPropertyName = "INSPECTITEM"; this.INSPECTITEM.HeaderText = "检验项目"; this.INSPECTITEM.Name = "INSPECTITEM"; this.INSPECTITEM.ReadOnly = true; // // INSPECTMARK // this.INSPECTMARK.DataPropertyName = "INSPECTMARK"; this.INSPECTMARK.HeaderText = "检验标识"; this.INSPECTMARK.Name = "INSPECTMARK"; this.INSPECTMARK.ReadOnly = true; // // TECHNICALREQUIREMENT // this.TECHNICALREQUIREMENT.DataPropertyName = "TECHNICALREQUIREMENT"; this.TECHNICALREQUIREMENT.HeaderText = "技术要求"; this.TECHNICALREQUIREMENT.Name = "TECHNICALREQUIREMENT"; this.TECHNICALREQUIREMENT.ReadOnly = true; // // UPPERLIMIT2 // this.UPPERLIMIT2.DataPropertyName = "UPPERLIMIT2"; this.UPPERLIMIT2.HeaderText = "规格上限"; this.UPPERLIMIT2.Name = "UPPERLIMIT2"; this.UPPERLIMIT2.ReadOnly = true; // // LOWERLIMIT2 // this.LOWERLIMIT2.DataPropertyName = "LOWERLIMIT2"; this.LOWERLIMIT2.HeaderText = "规格下线 "; this.LOWERLIMIT2.Name = "LOWERLIMIT2"; this.LOWERLIMIT2.ReadOnly = true; // // INSPECTCOUNT // this.INSPECTCOUNT.DataPropertyName = "INSPECTCOUNT"; this.INSPECTCOUNT.HeaderText = "检验次数"; this.INSPECTCOUNT.Name = "INSPECTCOUNT"; this.INSPECTCOUNT.ReadOnly = true; // // INSPECTVALUE // this.INSPECTVALUE.DataPropertyName = "INSPECTVALUE"; this.INSPECTVALUE.HeaderText = "判定结果"; this.INSPECTVALUE.Name = "INSPECTVALUE"; this.INSPECTVALUE.ReadOnly = true; // // CREATETIME // this.CREATETIME.DataPropertyName = "CREATETIME"; this.CREATETIME.HeaderText = "抽检时间"; this.CREATETIME.Name = "CREATETIME"; this.CREATETIME.ReadOnly = true; // // USERCODE // this.USERCODE.DataPropertyName = "USERCODE"; this.USERCODE.HeaderText = "抽检人员 "; this.USERCODE.Name = "USERCODE"; this.USERCODE.ReadOnly = true; // // USERNAME // this.USERNAME.DataPropertyName = "USERNAME"; this.USERNAME.HeaderText = "抽检工号"; this.USERNAME.Name = "USERNAME"; this.USERNAME.ReadOnly = true; // // REMARKS // this.REMARKS.DataPropertyName = "REMARKS"; this.REMARKS.HeaderText = "备注"; this.REMARKS.Name = "REMARKS"; this.REMARKS.ReadOnly = true; // // 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.listBox1); this.gbxCondition.Controls.Add(this.c_Label7); this.gbxCondition.Controls.Add(this.c_Label3); this.gbxCondition.Controls.Add(this.dtpGDateEnd); this.gbxCondition.Controls.Add(this.dtpGDateStart); this.gbxCondition.Controls.Add(this.chkSpecialRepairFlag); 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(1122, 119); this.gbxCondition.TabIndex = 1; 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(12, 56); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(35, 12); this.c_Label1.TabIndex = 62; this.c_Label1.Text = "班 次"; // // listBox1 // this.listBox1.FormattingEnabled = true; this.listBox1.ItemHeight = 12; this.listBox1.Location = new System.Drawing.Point(73, 56); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(133, 52); this.listBox1.TabIndex = 61; // // c_Label7 // this.c_Label7.AutoSize = true; this.c_Label7.BackColor = System.Drawing.Color.Transparent; this.c_Label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label7.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label7.Location = new System.Drawing.Point(12, 23); this.c_Label7.Name = "c_Label7"; this.c_Label7.Size = new System.Drawing.Size(53, 12); this.c_Label7.TabIndex = 60; this.c_Label7.Text = "抽检时间"; // // c_Label3 // this.c_Label3.AutoSize = true; this.c_Label3.BackColor = System.Drawing.Color.Transparent; this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label3.Location = new System.Drawing.Point(172, 23); this.c_Label3.Name = "c_Label3"; this.c_Label3.Size = new System.Drawing.Size(17, 12); this.c_Label3.TabIndex = 4; this.c_Label3.Text = "至"; // // dtpGDateEnd // this.dtpGDateEnd.CustomFormat = "yyyy-MM-dd "; this.dtpGDateEnd.Enabled = false; this.dtpGDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpGDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpGDateEnd.Location = new System.Drawing.Point(195, 20); this.dtpGDateEnd.Name = "dtpGDateEnd"; this.dtpGDateEnd.Size = new System.Drawing.Size(81, 21); this.dtpGDateEnd.TabIndex = 5; this.dtpGDateEnd.Value = new System.DateTime(2024, 6, 17, 0, 0, 0, 0); // // dtpGDateStart // this.dtpGDateStart.CustomFormat = "yyyy-MM-dd "; this.dtpGDateStart.Enabled = false; this.dtpGDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpGDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpGDateStart.Location = new System.Drawing.Point(73, 20); this.dtpGDateStart.Name = "dtpGDateStart"; this.dtpGDateStart.Size = new System.Drawing.Size(93, 21); this.dtpGDateStart.TabIndex = 3; this.dtpGDateStart.Value = new System.DateTime(2024, 6, 17, 0, 0, 0, 0); // // chkSpecialRepairFlag // this.chkSpecialRepairFlag.AutoSize = true; this.chkSpecialRepairFlag.Checked = true; this.chkSpecialRepairFlag.CheckState = System.Windows.Forms.CheckState.Checked; this.chkSpecialRepairFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkSpecialRepairFlag.Location = new System.Drawing.Point(292, 22); this.chkSpecialRepairFlag.Name = "chkSpecialRepairFlag"; this.chkSpecialRepairFlag.Size = new System.Drawing.Size(78, 16); this.chkSpecialRepairFlag.TabIndex = 31; this.chkSpecialRepairFlag.Text = "是否汇总 "; this.chkSpecialRepairFlag.UseVisualStyleBackColor = true; // // 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(1026, 83); this.btnClearCondition.Name = "btnClearCondition"; this.btnClearCondition.Size = new System.Drawing.Size(85, 30); this.btnClearCondition.TabIndex = 33; 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(935, 83); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 30); this.btnSearch.TabIndex = 32; this.btnSearch.Text = "查询(&Q)"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // 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(1134, 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); // // GOODSCODE // this.GOODSCODE.DataPropertyName = "GOODSCODE"; this.GOODSCODE.HeaderText = "产品型号"; this.GOODSCODE.Name = "GOODSCODE"; this.GOODSCODE.ReadOnly = true; // // CONFIGTYPE // this.CONFIGTYPE.DataPropertyName = "CONFIGTYPE"; this.CONFIGTYPE.HeaderText = "产品类型"; this.CONFIGTYPE.Name = "CONFIGTYPE"; this.CONFIGTYPE.ReadOnly = true; // // GOODSID // this.GOODSID.DataPropertyName = "GOODSID"; this.GOODSID.HeaderText = "GOODSID"; this.GOODSID.Name = "GOODSID"; this.GOODSID.ReadOnly = true; this.GOODSID.Visible = false; // // PLANQUANTITY1 // this.PLANQUANTITY1.DataPropertyName = "PLANQUANTITY1"; this.PLANQUANTITY1.HeaderText = "计划抽检数量"; this.PLANQUANTITY1.Name = "PLANQUANTITY1"; this.PLANQUANTITY1.ReadOnly = true; // // QUANTITY1 // this.QUANTITY1.DataPropertyName = "QUANTITY1"; this.QUANTITY1.HeaderText = "实际抽检数量"; this.QUANTITY1.Name = "QUANTITY1"; this.QUANTITY1.ReadOnly = true; // // AVGQUANTITY // this.AVGQUANTITY.DataPropertyName = "AVGQUANTITY"; this.AVGQUANTITY.HeaderText = "平均达成率"; this.AVGQUANTITY.Name = "AVGQUANTITY"; this.AVGQUANTITY.ReadOnly = true; // // UNQUALIFIEDQUANTITY1 // this.UNQUALIFIEDQUANTITY1.DataPropertyName = "UNQUALIFIEDQUANTITY1"; this.UNQUALIFIEDQUANTITY1.HeaderText = "不合格数量"; this.UNQUALIFIEDQUANTITY1.Name = "UNQUALIFIEDQUANTITY1"; this.UNQUALIFIEDQUANTITY1.ReadOnly = true; // // UNQUALIFIEDRATE // this.UNQUALIFIEDRATE.DataPropertyName = "UNQUALIFIEDRATE"; this.UNQUALIFIEDRATE.HeaderText = "不良率"; this.UNQUALIFIEDRATE.Name = "UNQUALIFIEDRATE"; this.UNQUALIFIEDRATE.ReadOnly = true; // // F_RPT_080117 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1134, 490); this.Controls.Add(this.tblScrapTotalModule); this.Controls.Add(this.gbxCondition); this.Controls.Add(this.tsrOperate); this.Name = "F_RPT_080117"; this.Text = "QC检验计划分析明细表"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_080117_FormClosed); this.Load += new System.EventHandler(this.F_RPT_080117_Load); this.tblScrapTotalModule.ResumeLayout(false); this.tapScrapTotalModule.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvScrapTotalModule)).EndInit(); this.tapScrapTotalModuleDetail.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvScrapTotalModuleDetail)).EndInit(); this.gbxCondition.ResumeLayout(false); this.gbxCondition.PerformLayout(); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); 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_GroupBox gbxCondition; private Basics.BaseControls.C_Button btnClearCondition; private Basics.BaseControls.C_Button btnSearch; private System.Windows.Forms.TabControl tblScrapTotalModule; private System.Windows.Forms.TabPage tapScrapTotalModule; private Basics.BaseControls.C_DataGridView dgvScrapTotalModule; private System.Windows.Forms.TabPage tapScrapTotalModuleDetail; private Basics.BaseControls.C_DataGridView dgvScrapTotalModuleDetail; private Basics.BaseControls.C_CheckBox chkSpecialRepairFlag; private Basics.BaseControls.C_Label c_Label3; private Basics.BaseControls.C_DateTimePicker dtpGDateEnd; private Basics.BaseControls.C_DateTimePicker dtpGDateStart; private Basics.BaseControls.C_Label c_Label7; private Basics.BaseControls.C_Label c_Label1; private System.Windows.Forms.ListBox listBox1; private System.Windows.Forms.DataGridViewTextBoxColumn BARCODE; private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE2; private System.Windows.Forms.DataGridViewTextBoxColumn CONFIGTYPE1; private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTTYPE; private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTITEM; private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTMARK; private System.Windows.Forms.DataGridViewTextBoxColumn TECHNICALREQUIREMENT; private System.Windows.Forms.DataGridViewTextBoxColumn UPPERLIMIT2; private System.Windows.Forms.DataGridViewTextBoxColumn LOWERLIMIT2; private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTCOUNT; private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTVALUE; private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME; private System.Windows.Forms.DataGridViewTextBoxColumn USERCODE; private System.Windows.Forms.DataGridViewTextBoxColumn USERNAME; private System.Windows.Forms.DataGridViewTextBoxColumn REMARKS; private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE; private System.Windows.Forms.DataGridViewTextBoxColumn CONFIGTYPE; private System.Windows.Forms.DataGridViewTextBoxColumn GOODSID; private System.Windows.Forms.DataGridViewTextBoxColumn PLANQUANTITY1; private System.Windows.Forms.DataGridViewTextBoxColumn QUANTITY1; private System.Windows.Forms.DataGridViewTextBoxColumn AVGQUANTITY; private System.Windows.Forms.DataGridViewTextBoxColumn UNQUALIFIEDQUANTITY1; private System.Windows.Forms.DataGridViewTextBoxColumn UNQUALIFIEDRATE; } }