namespace Dongke.IBOSS.PRD.Client.Controls { partial class S_CMN_026 { /// /// 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_026)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.dgvJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.defectPositionID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.defectPositionCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.defectPositionName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lblDefectCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.chkChooseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.txtDefectCode = new System.Windows.Forms.TextBox(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtDefectName = new System.Windows.Forms.TextBox(); this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).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(387, 371); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(85, 30); this.btnOK.TabIndex = 11; 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(478, 371); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 12; this.btnClose.Text = "取消"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // 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(387, 10); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 30); this.btnSearch.TabIndex = 4; this.btnSearch.Text = "查询"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // dgvJobs // this.dgvJobs.AllowUserToAddRows = false; this.dgvJobs.AllowUserToDeleteRows = false; this.dgvJobs.AllowUserToModifyRows = true; this.dgvJobs.AllowUserToOrderColumns = true; this.dgvJobs.AllowUserToResizeRows = false; dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvJobs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9; this.dgvJobs.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.dgvJobs.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvJobs.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvJobs.CellHeight = 23; this.dgvJobs.ChildNodeColumnName = null; this.dgvJobs.ChildNodeColumnText = null; this.dgvJobs.ColumnDeep = 1; this.dgvJobs.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle10.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvJobs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10; this.dgvJobs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvJobs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Sel, this.defectPositionID, this.defectPositionCode, this.defectPositionName}); this.dgvJobs.ColumnTreeView = null; this.dgvJobs.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))); dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvJobs.DefaultCellStyle = dataGridViewCellStyle11; this.dgvJobs.DynamicColumnName = ""; this.dgvJobs.EnableHeadersVisualStyles = false; this.dgvJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvJobs.HorizontalMergeColumn = null; this.dgvJobs.IsAutoCountSum = true; this.dgvJobs.IsAutoResizeColumns = false; this.dgvJobs.IsClickF12 = false; this.dgvJobs.IsOpenMergeCellFlag = false; this.dgvJobs.IsSubTotalFlag = false; this.dgvJobs.IsTopDeep = false; this.dgvJobs.Location = new System.Drawing.Point(12, 45); this.dgvJobs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dgvJobs.MergeColumnNames = null; this.dgvJobs.MergeDetailColumnNames = null; this.dgvJobs.MergeDetailOnlyColumn = null; this.dgvJobs.MergeOnlyColumn = null; this.dgvJobs.MultiSelect = false; this.dgvJobs.Name = "dgvJobs"; this.dgvJobs.RefreshAtHscroll = false; this.dgvJobs.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader; dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvJobs.RowsDefaultCellStyle = dataGridViewCellStyle12; this.dgvJobs.RowTemplate.Height = 21; this.dgvJobs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvJobs.Size = new System.Drawing.Size(551, 317); this.dgvJobs.SortOrderColumnName = null; this.dgvJobs.TabIndex = 9; this.dgvJobs.Tag = true; this.dgvJobs.TotalSumColumns = null; this.dgvJobs.ViewRowFilter = ""; this.dgvJobs.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvOrganization_CellMouseDoubleClick); this.dgvJobs.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.TrueValue = "1"; this.Sel.Width = 50; // // defectPositionID // this.defectPositionID.DataPropertyName = "defectPositionID"; this.defectPositionID.HeaderText = "defectPositionID"; this.defectPositionID.Name = "defectPositionID"; this.defectPositionID.ReadOnly = true; this.defectPositionID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.defectPositionID.Visible = false; // // defectPositionCode // this.defectPositionCode.DataPropertyName = "defectPositionCode"; this.defectPositionCode.HeaderText = "缺陷位置编码"; this.defectPositionCode.Name = "defectPositionCode"; this.defectPositionCode.ReadOnly = true; // // defectPositionName // this.defectPositionName.DataPropertyName = "defectPositionName"; this.defectPositionName.HeaderText = "缺陷位置名称"; this.defectPositionName.Name = "defectPositionName"; this.defectPositionName.ReadOnly = true; // // 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.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 = "缺陷编码"; // // 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, 379); this.chkChooseAll.Name = "chkChooseAll"; this.chkChooseAll.Size = new System.Drawing.Size(48, 16); this.chkChooseAll.TabIndex = 10; this.chkChooseAll.Text = "全选"; this.chkChooseAll.UseVisualStyleBackColor = false; this.chkChooseAll.CheckedChanged += new System.EventHandler(this.chkChooseAll_CheckedChanged); // // 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; // // 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(197, 18); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(53, 12); this.c_Label1.TabIndex = 2; this.c_Label1.Text = "缺陷名称"; // // txtDefectName // this.txtDefectName.Font = new System.Drawing.Font("宋体", 9F); this.txtDefectName.Location = new System.Drawing.Point(256, 15); 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; // // 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(478, 10); this.btnClearCondition.Name = "btnClearCondition"; this.btnClearCondition.Size = new System.Drawing.Size(85, 30); this.btnClearCondition.TabIndex = 5; this.btnClearCondition.Text = "清空条件"; this.btnClearCondition.UseVisualStyleBackColor = false; this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click); // // S_CMN_026 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = null; this.ClientSize = new System.Drawing.Size(575, 426); this.Controls.Add(this.btnClearCondition); this.Controls.Add(this.txtDefectName); this.Controls.Add(this.chkChooseAll); this.Controls.Add(this.c_Label1); this.Controls.Add(this.lblDefectCode); this.Controls.Add(this.dgvJobs); 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_026"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "选择缺陷位置"; this.Load += new System.EventHandler(this.S_CMN_024_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.dgvJobs, 0); this.Controls.SetChildIndex(this.lblDefectCode, 0); this.Controls.SetChildIndex(this.c_Label1, 0); this.Controls.SetChildIndex(this.chkChooseAll, 0); this.Controls.SetChildIndex(this.txtDefectName, 0); this.Controls.SetChildIndex(this.btnClearCondition, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).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 Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSearch; private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvJobs; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblDefectCode; private Basics.BaseControls.C_CheckBox chkChooseAll; private System.Windows.Forms.TextBox txtDefectCode; private Basics.BaseControls.C_Label c_Label1; private System.Windows.Forms.TextBox txtDefectName; private System.Windows.Forms.DataGridViewCheckBoxColumn Sel; private System.Windows.Forms.DataGridViewTextBoxColumn defectPositionID; private System.Windows.Forms.DataGridViewTextBoxColumn defectPositionCode; private System.Windows.Forms.DataGridViewTextBoxColumn defectPositionName; private Basics.BaseControls.C_Button btnClearCondition; } }