namespace Dongke.IBOSS.PRD.Client.ReportModule { partial class F_RPT_080115 { /// /// 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_080115)); 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(); 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.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox(); this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType(); this.cbInpectType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox(); this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dtpCreateTimeBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.lblCreateTime = 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.dgvBarcodeIdnrk = 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.dgvQCdata = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.USERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.USERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.BARCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PLANID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MATERIALCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DICTIONARYVALUE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PLANDATE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OUTQUANTITY = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PLANINSPECTIONQUANTITY = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.INSPECTIONQUANTITY = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.WANCHENG = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tsrOperate.SuspendLayout(); this.gbxCondition.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvBarcodeIdnrk)).BeginInit(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvQCdata)).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(930, 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); // // 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.lblGoodsCode); this.gbxCondition.Controls.Add(this.txtGoodsCode); this.gbxCondition.Controls.Add(this.c_Label3); this.gbxCondition.Controls.Add(this.scbGoodsType); this.gbxCondition.Controls.Add(this.cbInpectType); this.gbxCondition.Controls.Add(this.c_Label2); this.gbxCondition.Controls.Add(this.dtpCreateTimeBegin); this.gbxCondition.Controls.Add(this.lblCreateTime); 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(918, 83); this.gbxCondition.TabIndex = 1; this.gbxCondition.TabStop = false; this.gbxCondition.Text = "查询条件 ▼"; // // lblGoodsCode // this.lblGoodsCode.AutoSize = true; this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent; this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText; this.lblGoodsCode.Location = new System.Drawing.Point(205, 29); this.lblGoodsCode.Name = "lblGoodsCode"; this.lblGoodsCode.Size = new System.Drawing.Size(53, 12); this.lblGoodsCode.TabIndex = 45; this.lblGoodsCode.Text = "产品编码"; // // txtGoodsCode // this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window; this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtGoodsCode.ErrorMessage = ""; this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtGoodsCode.Location = new System.Drawing.Point(264, 26); this.txtGoodsCode.MaxLength = 10; this.txtGoodsCode.Name = "txtGoodsCode"; this.txtGoodsCode.Size = new System.Drawing.Size(108, 21); this.txtGoodsCode.TabIndex = 44; // // c_Label3 // this.c_Label3.AutoSize = true; this.c_Label3.BackColor = System.Drawing.SystemColors.Control; 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(6, 29); this.c_Label3.Name = "c_Label3"; this.c_Label3.Size = new System.Drawing.Size(53, 12); this.c_Label3.TabIndex = 43; this.c_Label3.Text = "产品类别"; // // scbGoodsType // this.scbGoodsType.CheckedData = null; this.scbGoodsType.IsOnlyDisplayEnd = false; this.scbGoodsType.Location = new System.Drawing.Point(65, 24); this.scbGoodsType.Name = "scbGoodsType"; this.scbGoodsType.Size = new System.Drawing.Size(134, 21); this.scbGoodsType.TabIndex = 42; // // cbInpectType // this.cbInpectType.BackColor = System.Drawing.SystemColors.Window; this.cbInpectType.BackgroundColor = System.Drawing.SystemColors.Window; this.cbInpectType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbInpectType.FormattingEnabled = true; this.cbInpectType.Location = new System.Drawing.Point(437, 25); this.cbInpectType.Name = "cbInpectType"; this.cbInpectType.Size = new System.Drawing.Size(117, 20); this.cbInpectType.TabIndex = 41; // // c_Label2 // this.c_Label2.AutoSize = true; this.c_Label2.BackColor = System.Drawing.Color.Transparent; this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label2.Location = new System.Drawing.Point(378, 29); this.c_Label2.Name = "c_Label2"; this.c_Label2.Size = new System.Drawing.Size(53, 12); this.c_Label2.TabIndex = 40; this.c_Label2.Text = "检验类别"; // // dtpCreateTimeBegin // this.dtpCreateTimeBegin.CustomFormat = "yyyy-MM-dd"; this.dtpCreateTimeBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpCreateTimeBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpCreateTimeBegin.Location = new System.Drawing.Point(619, 26); this.dtpCreateTimeBegin.Name = "dtpCreateTimeBegin"; this.dtpCreateTimeBegin.Size = new System.Drawing.Size(114, 21); this.dtpCreateTimeBegin.TabIndex = 33; this.dtpCreateTimeBegin.Value = new System.DateTime(2024, 1, 4, 0, 0, 0, 0); // // lblCreateTime // this.lblCreateTime.AutoSize = true; this.lblCreateTime.BackColor = System.Drawing.Color.Transparent; this.lblCreateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCreateTime.Location = new System.Drawing.Point(560, 29); this.lblCreateTime.Name = "lblCreateTime"; this.lblCreateTime.Size = new System.Drawing.Size(53, 12); this.lblCreateTime.TabIndex = 32; this.lblCreateTime.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(827, 47); this.btnClearCondition.Name = "btnClearCondition"; this.btnClearCondition.Size = new System.Drawing.Size(85, 30); this.btnClearCondition.TabIndex = 29; 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(736, 47); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 30); this.btnSearch.TabIndex = 28; this.btnSearch.Text = "查询(&Q)"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // dgvBarcodeIdnrk // this.dgvBarcodeIdnrk.AllowUserToAddRows = false; this.dgvBarcodeIdnrk.AllowUserToDeleteRows = false; this.dgvBarcodeIdnrk.AllowUserToModifyRows = true; this.dgvBarcodeIdnrk.AllowUserToOrderColumns = true; this.dgvBarcodeIdnrk.AllowUserToSortRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvBarcodeIdnrk.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvBarcodeIdnrk.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.dgvBarcodeIdnrk.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvBarcodeIdnrk.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvBarcodeIdnrk.CellHeight = 23; this.dgvBarcodeIdnrk.ChildNodeColumnName = null; this.dgvBarcodeIdnrk.ChildNodeColumnText = null; this.dgvBarcodeIdnrk.ColumnDeep = 1; this.dgvBarcodeIdnrk.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.dgvBarcodeIdnrk.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvBarcodeIdnrk.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvBarcodeIdnrk.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.PLANID, this.GOODSCODE, this.MATERIALCODE, this.DICTIONARYVALUE, this.PLANDATE, this.OUTQUANTITY, this.PLANINSPECTIONQUANTITY, this.INSPECTIONQUANTITY, this.WANCHENG}); this.dgvBarcodeIdnrk.ColumnTreeView = null; this.dgvBarcodeIdnrk.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.dgvBarcodeIdnrk.DynamicColumnName = ""; this.dgvBarcodeIdnrk.EnableHeadersVisualStyles = false; this.dgvBarcodeIdnrk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvBarcodeIdnrk.FormatQuantityColumns = null; this.dgvBarcodeIdnrk.HasNode = false; this.dgvBarcodeIdnrk.HorizontalMergeColumn = null; this.dgvBarcodeIdnrk.IsAutoCountSum = true; this.dgvBarcodeIdnrk.IsAutoResizeColumns = false; this.dgvBarcodeIdnrk.IsClickF12 = false; this.dgvBarcodeIdnrk.IsOpenMergeCellFlag = false; this.dgvBarcodeIdnrk.IsSubTotalFlag = false; this.dgvBarcodeIdnrk.IsTopDeep = false; this.dgvBarcodeIdnrk.Location = new System.Drawing.Point(0, 0); this.dgvBarcodeIdnrk.Margin = new System.Windows.Forms.Padding(0); this.dgvBarcodeIdnrk.MergeColumnNames = null; this.dgvBarcodeIdnrk.MergeDetailColumnNames = null; this.dgvBarcodeIdnrk.MergeDetailOnlyColumn = null; this.dgvBarcodeIdnrk.MergeOnlyColumn = null; this.dgvBarcodeIdnrk.MultiSelect = false; this.dgvBarcodeIdnrk.Name = "dgvBarcodeIdnrk"; this.dgvBarcodeIdnrk.ReadOnly = true; this.dgvBarcodeIdnrk.RefreshAtHscroll = false; this.dgvBarcodeIdnrk.RowHeadersWidth = 50; this.dgvBarcodeIdnrk.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvBarcodeIdnrk.RowsDefaultCellStyle = dataGridViewCellStyle3; this.dgvBarcodeIdnrk.RowTemplate.Height = 21; this.dgvBarcodeIdnrk.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvBarcodeIdnrk.Size = new System.Drawing.Size(910, 387); this.dgvBarcodeIdnrk.SortOrderColumnName = null; this.dgvBarcodeIdnrk.TabIndex = 31; this.dgvBarcodeIdnrk.Tag = true; this.dgvBarcodeIdnrk.TotalSumColumns = null; this.dgvBarcodeIdnrk.ViewRowFilter = ""; this.dgvBarcodeIdnrk.VirtualNodes = false; this.dgvBarcodeIdnrk.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBarcodeIdnrk_CellDoubleClick); // // 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, 121); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(918, 414); this.tabControl1.TabIndex = 33; // // tabPage1 // this.tabPage1.Controls.Add(this.dgvBarcodeIdnrk); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Size = new System.Drawing.Size(910, 388); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "检验计划汇总"; this.tabPage1.UseVisualStyleBackColor = true; // // tabPage2 // this.tabPage2.Controls.Add(this.dgvQCdata); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Size = new System.Drawing.Size(910, 388); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "检验计划明细"; this.tabPage2.UseVisualStyleBackColor = true; // // dgvQCdata // this.dgvQCdata.AllowUserToAddRows = false; this.dgvQCdata.AllowUserToDeleteRows = false; this.dgvQCdata.AllowUserToModifyRows = true; this.dgvQCdata.AllowUserToOrderColumns = true; this.dgvQCdata.AllowUserToSortRows = false; dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvQCdata.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvQCdata.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvQCdata.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvQCdata.CellHeight = 23; this.dgvQCdata.ChildNodeColumnName = null; this.dgvQCdata.ChildNodeColumnText = null; this.dgvQCdata.ColumnDeep = 1; this.dgvQCdata.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.dgvQCdata.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5; this.dgvQCdata.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvQCdata.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.USERNAME, this.USERCODE, this.BARCODE}); this.dgvQCdata.ColumnTreeView = null; this.dgvQCdata.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.dgvQCdata.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvQCdata.DynamicColumnName = ""; this.dgvQCdata.EnableHeadersVisualStyles = false; this.dgvQCdata.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvQCdata.FormatQuantityColumns = null; this.dgvQCdata.HasNode = false; this.dgvQCdata.HorizontalMergeColumn = null; this.dgvQCdata.IsAutoCountSum = true; this.dgvQCdata.IsAutoResizeColumns = false; this.dgvQCdata.IsClickF12 = false; this.dgvQCdata.IsOpenMergeCellFlag = false; this.dgvQCdata.IsSubTotalFlag = false; this.dgvQCdata.IsTopDeep = false; this.dgvQCdata.Location = new System.Drawing.Point(0, 0); this.dgvQCdata.Margin = new System.Windows.Forms.Padding(0); this.dgvQCdata.MergeColumnNames = null; this.dgvQCdata.MergeDetailColumnNames = null; this.dgvQCdata.MergeDetailOnlyColumn = null; this.dgvQCdata.MergeOnlyColumn = null; this.dgvQCdata.MultiSelect = false; this.dgvQCdata.Name = "dgvQCdata"; this.dgvQCdata.ReadOnly = true; this.dgvQCdata.RefreshAtHscroll = false; this.dgvQCdata.RowHeadersWidth = 50; this.dgvQCdata.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvQCdata.RowsDefaultCellStyle = dataGridViewCellStyle6; this.dgvQCdata.RowTemplate.Height = 21; this.dgvQCdata.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvQCdata.Size = new System.Drawing.Size(910, 388); this.dgvQCdata.SortOrderColumnName = null; this.dgvQCdata.TabIndex = 31; this.dgvQCdata.Tag = true; this.dgvQCdata.TotalSumColumns = null; this.dgvQCdata.ViewRowFilter = ""; this.dgvQCdata.VirtualNodes = false; // // USERNAME // this.USERNAME.DataPropertyName = "USERNAME"; this.USERNAME.HeaderText = "姓名"; this.USERNAME.Name = "USERNAME"; this.USERNAME.ReadOnly = true; // // USERCODE // this.USERCODE.DataPropertyName = "USERCODE"; this.USERCODE.HeaderText = "工号"; this.USERCODE.Name = "USERCODE"; this.USERCODE.ReadOnly = true; // // BARCODE // this.BARCODE.DataPropertyName = "BARCODE"; this.BARCODE.HeaderText = "条码"; this.BARCODE.Name = "BARCODE"; this.BARCODE.ReadOnly = true; // // PLANID // this.PLANID.DataPropertyName = "PLANID"; this.PLANID.HeaderText = "计划id"; this.PLANID.Name = "PLANID"; this.PLANID.ReadOnly = true; this.PLANID.Visible = false; // // GOODSCODE // this.GOODSCODE.DataPropertyName = "GOODSCODE"; this.GOODSCODE.HeaderText = "产品型号"; this.GOODSCODE.Name = "GOODSCODE"; this.GOODSCODE.ReadOnly = true; // // MATERIALCODE // this.MATERIALCODE.DataPropertyName = "MATERIALCODE"; this.MATERIALCODE.HeaderText = "物料编码"; this.MATERIALCODE.Name = "MATERIALCODE"; this.MATERIALCODE.ReadOnly = true; // // DICTIONARYVALUE // this.DICTIONARYVALUE.DataPropertyName = "DICTIONARYVALUE"; this.DICTIONARYVALUE.HeaderText = "检验类别"; this.DICTIONARYVALUE.Name = "DICTIONARYVALUE"; this.DICTIONARYVALUE.ReadOnly = true; // // PLANDATE // this.PLANDATE.DataPropertyName = "PLANDATE"; this.PLANDATE.HeaderText = "计划日期"; this.PLANDATE.Name = "PLANDATE"; this.PLANDATE.ReadOnly = true; // // OUTQUANTITY // this.OUTQUANTITY.DataPropertyName = "OUTQUANTITY"; this.OUTQUANTITY.HeaderText = "出窑数"; this.OUTQUANTITY.Name = "OUTQUANTITY"; this.OUTQUANTITY.ReadOnly = true; // // PLANINSPECTIONQUANTITY // this.PLANINSPECTIONQUANTITY.DataPropertyName = "PLANINSPECTIONQUANTITY"; this.PLANINSPECTIONQUANTITY.HeaderText = "计划检验数量"; this.PLANINSPECTIONQUANTITY.Name = "PLANINSPECTIONQUANTITY"; this.PLANINSPECTIONQUANTITY.ReadOnly = true; // // INSPECTIONQUANTITY // this.INSPECTIONQUANTITY.DataPropertyName = "INSPECTIONQUANTITY"; this.INSPECTIONQUANTITY.HeaderText = "已完成数量"; this.INSPECTIONQUANTITY.Name = "INSPECTIONQUANTITY"; this.INSPECTIONQUANTITY.ReadOnly = true; // // WANCHENG // this.WANCHENG.DataPropertyName = "WANCHENG"; this.WANCHENG.HeaderText = "完成率"; this.WANCHENG.Name = "WANCHENG"; this.WANCHENG.ReadOnly = true; // // F_RPT_080115 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(930, 539); this.Controls.Add(this.tabControl1); this.Controls.Add(this.gbxCondition); this.Controls.Add(this.tsrOperate); this.Name = "F_RPT_080115"; this.Text = "QC检验计划完成明细表"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_080115_FormClosed); this.Load += new System.EventHandler(this.F_RPT_080115_Load); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); this.gbxCondition.ResumeLayout(false); this.gbxCondition.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvBarcodeIdnrk)).EndInit(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvQCdata)).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_GroupBox gbxCondition; private Basics.BaseControls.C_Button btnClearCondition; private Basics.BaseControls.C_Button btnSearch; private Basics.BaseControls.C_DataGridView dgvBarcodeIdnrk; private Basics.BaseControls.C_DateTimePicker dtpCreateTimeBegin; private Basics.BaseControls.C_Label lblCreateTime; private Basics.BaseControls.C_ComboBox cbInpectType; private Basics.BaseControls.C_Label c_Label2; private Controls.SearchBox.ScbGoodsType scbGoodsType; private Basics.BaseControls.C_Label c_Label3; private Basics.BaseControls.C_TextBox txtGoodsCode; private Basics.BaseControls.C_Label lblGoodsCode; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private Basics.BaseControls.C_DataGridView dgvQCdata; private System.Windows.Forms.DataGridViewTextBoxColumn USERNAME; private System.Windows.Forms.DataGridViewTextBoxColumn USERCODE; private System.Windows.Forms.DataGridViewTextBoxColumn BARCODE; private System.Windows.Forms.DataGridViewTextBoxColumn PLANID; private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE; private System.Windows.Forms.DataGridViewTextBoxColumn MATERIALCODE; private System.Windows.Forms.DataGridViewTextBoxColumn DICTIONARYVALUE; private System.Windows.Forms.DataGridViewTextBoxColumn PLANDATE; private System.Windows.Forms.DataGridViewTextBoxColumn OUTQUANTITY; private System.Windows.Forms.DataGridViewTextBoxColumn PLANINSPECTIONQUANTITY; private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTIONQUANTITY; private System.Windows.Forms.DataGridViewTextBoxColumn WANCHENG; } }