namespace Dongke.IBOSS.PRD.Client.Controls { partial class S_CMN_014 { /// /// 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(S_CMN_014)); 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(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.txtDefectName = new System.Windows.Forms.TextBox(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.txtDefectCode = new System.Windows.Forms.TextBox(); this.dgvDefect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.DefectID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DefectCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DefectName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DEFECTTYPENAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.REMARKS = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lblDefectCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblOrganizationName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.chkChooseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.cboDEFECTTYPENAME = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtREMARKS = new System.Windows.Forms.TextBox(); this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); ((System.ComponentModel.ISupportInitialize)(this.dgvDefect)).BeginInit(); this.SuspendLayout(); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.BackColor = System.Drawing.Color.Transparent; this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage"))); this.btnOK.Font = new System.Drawing.Font("宋体", 9F); this.btnOK.ForeColor = System.Drawing.Color.White; this.btnOK.Location = new System.Drawing.Point(440, 389); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(85, 30); this.btnOK.TabIndex = 13; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage"))); this.btnClose.Font = new System.Drawing.Font("宋体", 9F); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(531, 389); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 14; this.btnClose.Text = "取消"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // txtDefectName // this.txtDefectName.Font = new System.Drawing.Font("宋体", 9F); this.txtDefectName.Location = new System.Drawing.Point(258, 14); this.txtDefectName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txtDefectName.MaxLength = 20; this.txtDefectName.Name = "txtDefectName"; this.txtDefectName.Size = new System.Drawing.Size(120, 21); this.txtDefectName.TabIndex = 3; // // btnSearch // 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); this.btnSearch.ForeColor = System.Drawing.Color.White; this.btnSearch.Location = new System.Drawing.Point(440, 31); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 30); this.btnSearch.TabIndex = 8; this.btnSearch.Text = "查询"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // txtDefectCode // this.txtDefectCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtDefectCode.Font = new System.Drawing.Font("宋体", 9F); this.txtDefectCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtDefectCode.Location = new System.Drawing.Point(71, 14); this.txtDefectCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txtDefectCode.MaxLength = 21; this.txtDefectCode.Name = "txtDefectCode"; this.txtDefectCode.Size = new System.Drawing.Size(120, 21); this.txtDefectCode.TabIndex = 1; // // dgvDefect // this.dgvDefect.AllowUserToAddRows = false; this.dgvDefect.AllowUserToDeleteRows = false; this.dgvDefect.AllowUserToModifyRows = true; this.dgvDefect.AllowUserToOrderColumns = true; this.dgvDefect.AllowUserToResizeRows = false; dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvDefect.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5; this.dgvDefect.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.dgvDefect.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvDefect.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvDefect.CellHeight = 23; this.dgvDefect.ChildNodeColumnName = null; this.dgvDefect.ChildNodeColumnText = null; this.dgvDefect.ColumnDeep = 1; this.dgvDefect.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvDefect.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6; this.dgvDefect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvDefect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Sel, this.DefectID, this.DefectCode, this.DefectName, this.DEFECTTYPENAME, this.REMARKS}); this.dgvDefect.ColumnTreeView = null; this.dgvDefect.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))); dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvDefect.DefaultCellStyle = dataGridViewCellStyle7; this.dgvDefect.DynamicColumnName = ""; this.dgvDefect.EnableHeadersVisualStyles = false; this.dgvDefect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvDefect.HorizontalMergeColumn = null; this.dgvDefect.IsAutoCountSum = true; this.dgvDefect.IsAutoResizeColumns = false; this.dgvDefect.IsClickF12 = false; this.dgvDefect.IsOpenMergeCellFlag = false; this.dgvDefect.IsSubTotalFlag = false; this.dgvDefect.IsTopDeep = false; this.dgvDefect.Location = new System.Drawing.Point(12, 66); this.dgvDefect.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dgvDefect.MergeColumnNames = null; this.dgvDefect.MergeDetailColumnNames = null; this.dgvDefect.MergeDetailOnlyColumn = null; this.dgvDefect.MergeOnlyColumn = null; this.dgvDefect.MultiSelect = false; this.dgvDefect.Name = "dgvDefect"; this.dgvDefect.RefreshAtHscroll = false; this.dgvDefect.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader; dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvDefect.RowsDefaultCellStyle = dataGridViewCellStyle8; this.dgvDefect.RowTemplate.Height = 21; this.dgvDefect.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvDefect.Size = new System.Drawing.Size(604, 319); this.dgvDefect.SortOrderColumnName = null; this.dgvDefect.TabIndex = 10; this.dgvDefect.Tag = true; this.dgvDefect.TotalSumColumns = null; this.dgvDefect.ViewRowFilter = ""; this.dgvDefect.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvOrganization_CellMouseDoubleClick); this.dgvDefect.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvOrganization_KeyDown); // // Sel // this.Sel.DataPropertyName = "Sel"; this.Sel.FalseValue = "0"; this.Sel.FillWeight = 50F; this.Sel.HeaderText = "选择"; this.Sel.IndeterminateValue = "0"; this.Sel.Name = "Sel"; this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.Sel.TrueValue = "1"; this.Sel.Width = 50; // // DefectID // this.DefectID.DataPropertyName = "DefectID"; this.DefectID.HeaderText = "DefectID"; this.DefectID.Name = "DefectID"; this.DefectID.ReadOnly = true; this.DefectID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.DefectID.Visible = false; // // DefectCode // this.DefectCode.DataPropertyName = "DefectCode"; this.DefectCode.FillWeight = 200F; this.DefectCode.HeaderText = "缺陷编码"; this.DefectCode.Name = "DefectCode"; this.DefectCode.ReadOnly = true; // // DefectName // this.DefectName.DataPropertyName = "DefectName"; this.DefectName.FillWeight = 200F; this.DefectName.HeaderText = "缺陷名称"; this.DefectName.Name = "DefectName"; this.DefectName.ReadOnly = true; // // DEFECTTYPENAME // this.DEFECTTYPENAME.DataPropertyName = "DEFECTTYPENAME"; this.DEFECTTYPENAME.HeaderText = "缺陷类别"; this.DEFECTTYPENAME.Name = "DEFECTTYPENAME"; this.DEFECTTYPENAME.ReadOnly = true; // // REMARKS // this.REMARKS.DataPropertyName = "REMARKS"; this.REMARKS.FillWeight = 300F; this.REMARKS.HeaderText = "备注"; this.REMARKS.Name = "REMARKS"; this.REMARKS.ReadOnly = true; this.REMARKS.Width = 200; // // lblDefectCode // this.lblDefectCode.AutoSize = true; this.lblDefectCode.BackColor = System.Drawing.Color.Transparent; this.lblDefectCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblDefectCode.ForeColor = System.Drawing.SystemColors.ControlText; this.lblDefectCode.Image = ((System.Drawing.Image)(resources.GetObject("lblDefectCode.Image"))); this.lblDefectCode.Location = new System.Drawing.Point(12, 18); this.lblDefectCode.Name = "lblDefectCode"; this.lblDefectCode.Size = new System.Drawing.Size(53, 12); this.lblDefectCode.TabIndex = 0; this.lblDefectCode.Text = "缺陷编码"; // // lblOrganizationName // this.lblOrganizationName.AutoSize = true; this.lblOrganizationName.BackColor = System.Drawing.Color.Transparent; this.lblOrganizationName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblOrganizationName.ForeColor = System.Drawing.SystemColors.ControlText; this.lblOrganizationName.Image = ((System.Drawing.Image)(resources.GetObject("lblOrganizationName.Image"))); this.lblOrganizationName.Location = new System.Drawing.Point(199, 18); this.lblOrganizationName.Name = "lblOrganizationName"; this.lblOrganizationName.Size = new System.Drawing.Size(53, 12); this.lblOrganizationName.TabIndex = 2; this.lblOrganizationName.Text = "缺陷名称"; // // chkChooseAll // this.chkChooseAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.chkChooseAll.AutoSize = true; this.chkChooseAll.BackColor = System.Drawing.Color.Transparent; this.chkChooseAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkChooseAll.Location = new System.Drawing.Point(12, 397); this.chkChooseAll.Name = "chkChooseAll"; this.chkChooseAll.Size = new System.Drawing.Size(48, 16); this.chkChooseAll.TabIndex = 12; this.chkChooseAll.Text = "全选"; this.chkChooseAll.UseVisualStyleBackColor = false; this.chkChooseAll.CheckedChanged += new System.EventHandler(this.chkChooseAll_CheckedChanged); // // cboDEFECTTYPENAME // this.cboDEFECTTYPENAME.BackColor = System.Drawing.SystemColors.Window; this.cboDEFECTTYPENAME.BackgroundColor = System.Drawing.SystemColors.Window; this.cboDEFECTTYPENAME.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboDEFECTTYPENAME.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cboDEFECTTYPENAME.FormattingEnabled = true; this.cboDEFECTTYPENAME.Location = new System.Drawing.Point(71, 40); this.cboDEFECTTYPENAME.Name = "cboDEFECTTYPENAME"; this.cboDEFECTTYPENAME.Size = new System.Drawing.Size(120, 20); this.cboDEFECTTYPENAME.TabIndex = 5; // // 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.Image = ((System.Drawing.Image)(resources.GetObject("c_Label1.Image"))); this.c_Label1.Location = new System.Drawing.Point(12, 43); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(53, 12); this.c_Label1.TabIndex = 4; this.c_Label1.Text = "缺陷类别"; // // txtREMARKS // this.txtREMARKS.Font = new System.Drawing.Font("宋体", 9F); this.txtREMARKS.Location = new System.Drawing.Point(258, 40); this.txtREMARKS.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txtREMARKS.MaxLength = 20; this.txtREMARKS.Name = "txtREMARKS"; this.txtREMARKS.Size = new System.Drawing.Size(120, 21); this.txtREMARKS.TabIndex = 7; // // 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.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label2.Image = ((System.Drawing.Image)(resources.GetObject("c_Label2.Image"))); this.c_Label2.Location = new System.Drawing.Point(223, 43); this.c_Label2.Name = "c_Label2"; this.c_Label2.Size = new System.Drawing.Size(29, 12); this.c_Label2.TabIndex = 6; this.c_Label2.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(531, 31); this.btnClearCondition.Name = "btnClearCondition"; this.btnClearCondition.Size = new System.Drawing.Size(85, 30); this.btnClearCondition.TabIndex = 9; this.btnClearCondition.Text = "清空条件"; this.btnClearCondition.UseVisualStyleBackColor = false; this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click); // // S_CMN_014 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.ClientSize = new System.Drawing.Size(628, 444); this.Controls.Add(this.btnClearCondition); this.Controls.Add(this.cboDEFECTTYPENAME); this.Controls.Add(this.chkChooseAll); this.Controls.Add(this.c_Label1); this.Controls.Add(this.c_Label2); this.Controls.Add(this.lblOrganizationName); this.Controls.Add(this.txtREMARKS); this.Controls.Add(this.lblDefectCode); this.Controls.Add(this.txtDefectName); this.Controls.Add(this.dgvDefect); this.Controls.Add(this.btnSearch); this.Controls.Add(this.txtDefectCode); this.Controls.Add(this.btnOK); this.Controls.Add(this.btnClose); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsSaveFormSize = false; this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "S_CMN_014"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "选择缺陷"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.S_CMN_003_Load); this.Controls.SetChildIndex(this.btnClose, 0); this.Controls.SetChildIndex(this.btnOK, 0); this.Controls.SetChildIndex(this.txtDefectCode, 0); this.Controls.SetChildIndex(this.btnSearch, 0); this.Controls.SetChildIndex(this.dgvDefect, 0); this.Controls.SetChildIndex(this.txtDefectName, 0); this.Controls.SetChildIndex(this.lblDefectCode, 0); this.Controls.SetChildIndex(this.txtREMARKS, 0); this.Controls.SetChildIndex(this.lblOrganizationName, 0); this.Controls.SetChildIndex(this.c_Label2, 0); this.Controls.SetChildIndex(this.c_Label1, 0); this.Controls.SetChildIndex(this.chkChooseAll, 0); this.Controls.SetChildIndex(this.cboDEFECTTYPENAME, 0); this.Controls.SetChildIndex(this.btnClearCondition, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvDefect)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnOK; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnClose; private System.Windows.Forms.TextBox txtDefectName; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSearch; private System.Windows.Forms.TextBox txtDefectCode; private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvDefect; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblDefectCode; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblOrganizationName; private Basics.BaseControls.C_CheckBox chkChooseAll; private Basics.BaseControls.C_ComboBox cboDEFECTTYPENAME; private Basics.BaseControls.C_Label c_Label1; private System.Windows.Forms.TextBox txtREMARKS; private Basics.BaseControls.C_Label c_Label2; private System.Windows.Forms.DataGridViewCheckBoxColumn Sel; private System.Windows.Forms.DataGridViewTextBoxColumn DefectID; private System.Windows.Forms.DataGridViewTextBoxColumn DefectCode; private System.Windows.Forms.DataGridViewTextBoxColumn DefectName; private System.Windows.Forms.DataGridViewTextBoxColumn DEFECTTYPENAME; private System.Windows.Forms.DataGridViewTextBoxColumn REMARKS; private Basics.BaseControls.C_Button btnClearCondition; } }