namespace Dongke.IBOSS.PRD.Client.ReportModule { partial class F_RPT_080112 { /// /// 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_080112)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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 dataGridViewCellStyle3 = 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.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox(); this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.txtBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtRecordDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.txtRecordDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.lblRecordDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dgvPinGuanDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GROUTINGLINECODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.WORKSTATION = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.USERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.USERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.INSPECTIONLEVEL = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PACKINGDEFECT = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.INSPECTIONGOODSLEVEL = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GOODSLEVELNAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Defect = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.VALUEFLAG = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lblWorkStation = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.cbworkStation = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox(); this.tsrOperate.SuspendLayout(); this.c_GroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvPinGuanDetail)).BeginInit(); this.SuspendLayout(); // // tsrOperate // this.tsrOperate.AutoSize = false; this.tsrOperate.BackColor = System.Drawing.SystemColors.Control; 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(1184, 35); this.tsrOperate.TabIndex = 0; // // 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); // // c_GroupBox1 // this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent; this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage"))); this.c_GroupBox1.Controls.Add(this.cbworkStation); this.c_GroupBox1.Controls.Add(this.txtUser); this.c_GroupBox1.Controls.Add(this.lblUser); this.c_GroupBox1.Controls.Add(this.lblWorkStation); this.c_GroupBox1.Controls.Add(this.btnClearCondition); this.c_GroupBox1.Controls.Add(this.btnSearch); this.c_GroupBox1.Controls.Add(this.txtBarcode); this.c_GroupBox1.Controls.Add(this.lblBarcode); this.c_GroupBox1.Controls.Add(this.c_Label1); this.c_GroupBox1.Controls.Add(this.txtRecordDateEnd); this.c_GroupBox1.Controls.Add(this.txtRecordDateStart); this.c_GroupBox1.Controls.Add(this.lblRecordDate); this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText; this.c_GroupBox1.IsMustInput = false; this.c_GroupBox1.Location = new System.Drawing.Point(0, 38); this.c_GroupBox1.Name = "c_GroupBox1"; this.c_GroupBox1.OriginalHeight = -1; this.c_GroupBox1.Size = new System.Drawing.Size(1172, 51); this.c_GroupBox1.TabIndex = 1; this.c_GroupBox1.TabStop = false; this.c_GroupBox1.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.Gray; 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(1081, 15); this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnClearCondition.Name = "btnClearCondition"; this.btnClearCondition.Size = new System.Drawing.Size(85, 30); this.btnClearCondition.TabIndex = 8; this.btnClearCondition.Text = "清空条件(&C)"; this.btnClearCondition.UseVisualStyleBackColor = false; 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.Gray; 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(990, 15); this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 30); this.btnSearch.TabIndex = 7; this.btnSearch.Text = "查询(&Q)"; this.btnSearch.UseVisualStyleBackColor = false; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // txtBarcode // this.txtBarcode.BackColor = System.Drawing.SystemColors.Window; this.txtBarcode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtBarcode.ErrorMessage = ""; this.txtBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtBarcode.Location = new System.Drawing.Point(70, 20); this.txtBarcode.MaxLength = 500; this.txtBarcode.Name = "txtBarcode"; this.txtBarcode.Size = new System.Drawing.Size(116, 21); this.txtBarcode.TabIndex = 6; // // lblBarcode // this.lblBarcode.AutoSize = true; this.lblBarcode.BackColor = System.Drawing.Color.Transparent; this.lblBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblBarcode.ForeColor = System.Drawing.SystemColors.ControlText; this.lblBarcode.Location = new System.Drawing.Point(12, 24); this.lblBarcode.Name = "lblBarcode"; this.lblBarcode.Size = new System.Drawing.Size(53, 12); this.lblBarcode.TabIndex = 5; this.lblBarcode.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(756, 23); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(17, 12); this.c_Label1.TabIndex = 3; this.c_Label1.Text = "至"; // // txtRecordDateEnd // this.txtRecordDateEnd.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.txtRecordDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtRecordDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.txtRecordDateEnd.Location = new System.Drawing.Point(779, 19); this.txtRecordDateEnd.Name = "txtRecordDateEnd"; this.txtRecordDateEnd.Size = new System.Drawing.Size(153, 21); this.txtRecordDateEnd.TabIndex = 4; // // txtRecordDateStart // this.txtRecordDateStart.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.txtRecordDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtRecordDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.txtRecordDateStart.Location = new System.Drawing.Point(592, 19); this.txtRecordDateStart.Name = "txtRecordDateStart"; this.txtRecordDateStart.Size = new System.Drawing.Size(158, 21); this.txtRecordDateStart.TabIndex = 2; // // lblRecordDate // this.lblRecordDate.AutoSize = true; this.lblRecordDate.BackColor = System.Drawing.Color.Transparent; this.lblRecordDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblRecordDate.ForeColor = System.Drawing.SystemColors.ControlText; this.lblRecordDate.Location = new System.Drawing.Point(533, 23); this.lblRecordDate.Name = "lblRecordDate"; this.lblRecordDate.Size = new System.Drawing.Size(53, 12); this.lblRecordDate.TabIndex = 1; this.lblRecordDate.Text = "记录日期"; // // dgvPinGuanDetail // this.dgvPinGuanDetail.AllowUserToAddRows = false; this.dgvPinGuanDetail.AllowUserToDeleteRows = false; this.dgvPinGuanDetail.AllowUserToModifyRows = true; this.dgvPinGuanDetail.AllowUserToOrderColumns = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvPinGuanDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvPinGuanDetail.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.dgvPinGuanDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvPinGuanDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvPinGuanDetail.CellHeight = 23; this.dgvPinGuanDetail.ChildNodeColumnName = null; this.dgvPinGuanDetail.ChildNodeColumnText = null; this.dgvPinGuanDetail.ColumnDeep = 1; this.dgvPinGuanDetail.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.dgvPinGuanDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvPinGuanDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvPinGuanDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.BarCode, this.GOODSCODE, this.GROUTINGLINECODE, this.WORKSTATION, this.USERNAME, this.USERCODE, this.CREATETIME, this.INSPECTIONLEVEL, this.PACKINGDEFECT, this.INSPECTIONGOODSLEVEL, this.GOODSLEVELNAME, this.Defect, this.VALUEFLAG}); this.dgvPinGuanDetail.ColumnTreeView = null; this.dgvPinGuanDetail.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))); dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvPinGuanDetail.DefaultCellStyle = dataGridViewCellStyle4; this.dgvPinGuanDetail.DynamicColumnName = ""; this.dgvPinGuanDetail.EnableHeadersVisualStyles = false; this.dgvPinGuanDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvPinGuanDetail.FormatQuantityColumns = null; this.dgvPinGuanDetail.HasNode = false; this.dgvPinGuanDetail.HorizontalMergeColumn = null; this.dgvPinGuanDetail.IsAutoCountSum = true; this.dgvPinGuanDetail.IsAutoResizeColumns = false; this.dgvPinGuanDetail.IsClickF12 = false; this.dgvPinGuanDetail.IsOpenMergeCellFlag = false; this.dgvPinGuanDetail.IsSubTotalFlag = false; this.dgvPinGuanDetail.IsTopDeep = false; this.dgvPinGuanDetail.Location = new System.Drawing.Point(0, 95); this.dgvPinGuanDetail.MergeColumnNames = null; this.dgvPinGuanDetail.MergeDetailColumnNames = null; this.dgvPinGuanDetail.MergeDetailOnlyColumn = null; this.dgvPinGuanDetail.MergeOnlyColumn = null; this.dgvPinGuanDetail.MultiSelect = false; this.dgvPinGuanDetail.Name = "dgvPinGuanDetail"; this.dgvPinGuanDetail.ReadOnly = true; this.dgvPinGuanDetail.RefreshAtHscroll = false; this.dgvPinGuanDetail.RowHeadersWidth = 50; this.dgvPinGuanDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvPinGuanDetail.RowsDefaultCellStyle = dataGridViewCellStyle5; this.dgvPinGuanDetail.RowTemplate.Height = 21; this.dgvPinGuanDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvPinGuanDetail.Size = new System.Drawing.Size(1172, 553); this.dgvPinGuanDetail.SortOrderColumnName = null; this.dgvPinGuanDetail.TabIndex = 2; this.dgvPinGuanDetail.Tag = true; this.dgvPinGuanDetail.TotalSumColumns = null; this.dgvPinGuanDetail.ViewRowFilter = ""; this.dgvPinGuanDetail.VirtualMode = true; this.dgvPinGuanDetail.VirtualNodes = false; // // BarCode // this.BarCode.DataPropertyName = "BarCode"; this.BarCode.HeaderText = "产品条码"; this.BarCode.Name = "BarCode"; this.BarCode.ReadOnly = true; // // GOODSCODE // this.GOODSCODE.DataPropertyName = "GOODSCODE"; dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm"; this.GOODSCODE.DefaultCellStyle = dataGridViewCellStyle3; this.GOODSCODE.HeaderText = "产品编码"; this.GOODSCODE.Name = "GOODSCODE"; this.GOODSCODE.ReadOnly = true; this.GOODSCODE.Width = 150; // // GROUTINGLINECODE // this.GROUTINGLINECODE.DataPropertyName = "GROUTINGLINECODE"; this.GROUTINGLINECODE.HeaderText = "成型线号"; this.GROUTINGLINECODE.Name = "GROUTINGLINECODE"; this.GROUTINGLINECODE.ReadOnly = true; this.GROUTINGLINECODE.Width = 200; // // WORKSTATION // this.WORKSTATION.DataPropertyName = "WORKSTATION"; this.WORKSTATION.HeaderText = "巡检类别"; this.WORKSTATION.Name = "WORKSTATION"; this.WORKSTATION.ReadOnly = true; // // 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; // // CREATETIME // this.CREATETIME.DataPropertyName = "CREATETIME"; this.CREATETIME.HeaderText = "巡检时间"; this.CREATETIME.Name = "CREATETIME"; this.CREATETIME.ReadOnly = true; // // INSPECTIONLEVEL // this.INSPECTIONLEVEL.DataPropertyName = "INSPECTIONLEVEL"; this.INSPECTIONLEVEL.HeaderText = "巡检等级"; this.INSPECTIONLEVEL.Name = "INSPECTIONLEVEL"; this.INSPECTIONLEVEL.ReadOnly = true; // // PACKINGDEFECT // this.PACKINGDEFECT.DataPropertyName = "PACKINGDEFECT"; this.PACKINGDEFECT.HeaderText = "包装缺陷"; this.PACKINGDEFECT.Name = "PACKINGDEFECT"; this.PACKINGDEFECT.ReadOnly = true; // // INSPECTIONGOODSLEVEL // this.INSPECTIONGOODSLEVEL.DataPropertyName = "INSPECTIONGOODSLEVEL"; this.INSPECTIONGOODSLEVEL.HeaderText = "巡检产品等级"; this.INSPECTIONGOODSLEVEL.Name = "INSPECTIONGOODSLEVEL"; this.INSPECTIONGOODSLEVEL.ReadOnly = true; // // GOODSLEVELNAME // this.GOODSLEVELNAME.DataPropertyName = "GOODSLEVELNAME"; this.GOODSLEVELNAME.HeaderText = "最终质量状态"; this.GOODSLEVELNAME.Name = "GOODSLEVELNAME"; this.GOODSLEVELNAME.ReadOnly = true; // // Defect // this.Defect.DataPropertyName = "Defect"; this.Defect.HeaderText = "最终缺陷记录"; this.Defect.Name = "Defect"; this.Defect.ReadOnly = true; // // VALUEFLAG // this.VALUEFLAG.DataPropertyName = "VALUEFLAG"; this.VALUEFLAG.HeaderText = "VALUEFLAG"; this.VALUEFLAG.Name = "VALUEFLAG"; this.VALUEFLAG.ReadOnly = true; this.VALUEFLAG.Visible = false; // // lblWorkStation // this.lblWorkStation.AutoSize = true; this.lblWorkStation.BackColor = System.Drawing.Color.Transparent; this.lblWorkStation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblWorkStation.ForeColor = System.Drawing.SystemColors.ControlText; this.lblWorkStation.Location = new System.Drawing.Point(194, 23); this.lblWorkStation.Name = "lblWorkStation"; this.lblWorkStation.Size = new System.Drawing.Size(53, 12); this.lblWorkStation.TabIndex = 10; this.lblWorkStation.Text = "巡检类别"; // // lblUser // this.lblUser.AutoSize = true; this.lblUser.BackColor = System.Drawing.Color.Transparent; this.lblUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblUser.ForeColor = System.Drawing.SystemColors.ControlText; this.lblUser.Location = new System.Drawing.Point(365, 23); this.lblUser.Name = "lblUser"; this.lblUser.Size = new System.Drawing.Size(41, 12); this.lblUser.TabIndex = 11; this.lblUser.Text = "巡检人"; // // txtUser // this.txtUser.BackColor = System.Drawing.SystemColors.Window; this.txtUser.BackgroundColor = System.Drawing.SystemColors.Window; this.txtUser.ErrorMessage = ""; this.txtUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtUser.Location = new System.Drawing.Point(412, 19); this.txtUser.MaxLength = 500; this.txtUser.Name = "txtUser"; this.txtUser.Size = new System.Drawing.Size(106, 21); this.txtUser.TabIndex = 12; // // cbworkStation // this.cbworkStation.BackColor = System.Drawing.SystemColors.Window; this.cbworkStation.BackgroundColor = System.Drawing.SystemColors.Window; this.cbworkStation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbworkStation.FormattingEnabled = true; this.cbworkStation.Location = new System.Drawing.Point(253, 19); this.cbworkStation.Name = "cbworkStation"; this.cbworkStation.Size = new System.Drawing.Size(106, 20); this.cbworkStation.TabIndex = 38; // // F_RPT_080112 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1184, 650); this.Controls.Add(this.dgvPinGuanDetail); this.Controls.Add(this.c_GroupBox1); this.Controls.Add(this.tsrOperate); this.Name = "F_RPT_080112"; this.Text = "F_RPT_080112"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_080112_FormClosed); this.Load += new System.EventHandler(this.F_RPT_080112_Load); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); this.c_GroupBox1.ResumeLayout(false); this.c_GroupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvPinGuanDetail)).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 c_GroupBox1; private Basics.BaseControls.C_Button btnClearCondition; private Basics.BaseControls.C_Button btnSearch; private Basics.BaseControls.C_TextBox txtBarcode; private Basics.BaseControls.C_Label lblBarcode; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_DateTimePicker txtRecordDateEnd; private Basics.BaseControls.C_DateTimePicker txtRecordDateStart; private Basics.BaseControls.C_Label lblRecordDate; private Basics.BaseControls.C_DataGridView dgvPinGuanDetail; private System.Windows.Forms.DataGridViewTextBoxColumn BarCode; private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE; private System.Windows.Forms.DataGridViewTextBoxColumn GROUTINGLINECODE; private System.Windows.Forms.DataGridViewTextBoxColumn WORKSTATION; private System.Windows.Forms.DataGridViewTextBoxColumn USERNAME; private System.Windows.Forms.DataGridViewTextBoxColumn USERCODE; private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME; private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTIONLEVEL; private System.Windows.Forms.DataGridViewTextBoxColumn PACKINGDEFECT; private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTIONGOODSLEVEL; private System.Windows.Forms.DataGridViewTextBoxColumn GOODSLEVELNAME; private System.Windows.Forms.DataGridViewTextBoxColumn Defect; private System.Windows.Forms.DataGridViewTextBoxColumn VALUEFLAG; private Basics.BaseControls.C_TextBox txtUser; private Basics.BaseControls.C_Label lblUser; private Basics.BaseControls.C_Label lblWorkStation; private Basics.BaseControls.C_ComboBox cbworkStation; } }