namespace Dongke.IBOSS.PRD.Client.PCModule { partial class F_PC_0702 { /// /// 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_PC_0702)); 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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox(); this.txtIdnrktype = new System.Windows.Forms.TextBox(); this.lblIdnrktype = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.c_ToolStrip1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip(); this.tsbtnSearch = new System.Windows.Forms.ToolStripButton(); this.btnClearCondition = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.dgvIdnrktype = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.dgvAlreadyIdnrktype = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.AlreadyCheck = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_CheckBox(); this.idnrktype1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ScanFlag1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.Check1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_CheckBox(); this.idnrktype = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ScanFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.gbxCondition.SuspendLayout(); this.c_ToolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvIdnrktype)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvAlreadyIdnrktype)).BeginInit(); this.SuspendLayout(); // // 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.txtIdnrktype); this.gbxCondition.Controls.Add(this.lblIdnrktype); 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(12, 36); this.gbxCondition.Name = "gbxCondition"; this.gbxCondition.OriginalHeight = -1; this.gbxCondition.Size = new System.Drawing.Size(458, 49); this.gbxCondition.TabIndex = 21; this.gbxCondition.TabStop = false; this.gbxCondition.Text = "查询条件 ▼"; // // txtIdnrktype // this.txtIdnrktype.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtIdnrktype.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtIdnrktype.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtIdnrktype.Location = new System.Drawing.Point(70, 20); this.txtIdnrktype.MaxLength = 20; this.txtIdnrktype.Name = "txtIdnrktype"; this.txtIdnrktype.Size = new System.Drawing.Size(97, 21); this.txtIdnrktype.TabIndex = 2; // // lblIdnrktype // this.lblIdnrktype.AutoSize = true; this.lblIdnrktype.BackColor = System.Drawing.Color.Transparent; this.lblIdnrktype.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblIdnrktype.ForeColor = System.Drawing.SystemColors.ControlText; this.lblIdnrktype.Location = new System.Drawing.Point(11, 24); this.lblIdnrktype.Name = "lblIdnrktype"; this.lblIdnrktype.Size = new System.Drawing.Size(53, 12); this.lblIdnrktype.TabIndex = 1; this.lblIdnrktype.Text = "材料类型"; // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.BackColor = System.Drawing.Color.Gray; this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage"))); this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(385, 458); this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 10; this.btnCancel.Text = "关闭(&X)"; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.BackColor = System.Drawing.Color.Gray; this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage"))); this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.Location = new System.Drawing.Point(294, 458); this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 9; this.btnSave.Text = "保存(&S)"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // c_ToolStrip1 // this.c_ToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_ToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnSearch, this.btnClearCondition, this.toolStripSeparator1, this.tsbtnAdaptive}); this.c_ToolStrip1.Location = new System.Drawing.Point(0, 0); this.c_ToolStrip1.Name = "c_ToolStrip1"; this.c_ToolStrip1.Size = new System.Drawing.Size(482, 25); this.c_ToolStrip1.TabIndex = 22; this.c_ToolStrip1.Text = "c_ToolStrip1"; // // tsbtnSearch // this.tsbtnSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tsbtnSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSearch.Image"))); this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnSearch.Name = "tsbtnSearch"; this.tsbtnSearch.Size = new System.Drawing.Size(51, 22); this.tsbtnSearch.Text = "查询(&Q)"; this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click); // // btnClearCondition // this.btnClearCondition.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btnClearCondition.Image = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.Image"))); this.btnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnClearCondition.Name = "btnClearCondition"; this.btnClearCondition.Size = new System.Drawing.Size(75, 22); this.btnClearCondition.Text = "清空条件(&C)"; this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // tsbtnAdaptive // this.tsbtnAdaptive.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tsbtnAdaptive.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdaptive.Image"))); this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnAdaptive.Name = "tsbtnAdaptive"; this.tsbtnAdaptive.Size = new System.Drawing.Size(87, 22); this.tsbtnAdaptive.Text = "自适应列宽(&A)"; this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click); // // splitContainer1 // this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(12, 91); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.dgvIdnrktype); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.dgvAlreadyIdnrktype); this.splitContainer1.Size = new System.Drawing.Size(458, 362); this.splitContainer1.SplitterDistance = 170; this.splitContainer1.TabIndex = 23; // // dgvIdnrktype // this.dgvIdnrktype.AllowUserToAddRows = false; this.dgvIdnrktype.AllowUserToDeleteRows = false; this.dgvIdnrktype.AllowUserToModifyRows = true; this.dgvIdnrktype.AllowUserToOrderColumns = true; this.dgvIdnrktype.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvIdnrktype.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvIdnrktype.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgvIdnrktype.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvIdnrktype.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvIdnrktype.CellHeight = 23; this.dgvIdnrktype.ChildNodeColumnName = null; this.dgvIdnrktype.ChildNodeColumnText = null; this.dgvIdnrktype.ColumnDeep = 1; this.dgvIdnrktype.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.dgvIdnrktype.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvIdnrktype.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvIdnrktype.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Check1, this.idnrktype, this.ScanFlag}); this.dgvIdnrktype.ColumnTreeView = null; this.dgvIdnrktype.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.dgvIdnrktype.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvIdnrktype.DynamicColumnName = ""; this.dgvIdnrktype.EnableHeadersVisualStyles = false; this.dgvIdnrktype.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvIdnrktype.FormatQuantityColumns = null; this.dgvIdnrktype.HasNode = false; this.dgvIdnrktype.HorizontalMergeColumn = null; this.dgvIdnrktype.IsAutoCountSum = true; this.dgvIdnrktype.IsAutoResizeColumns = false; this.dgvIdnrktype.IsClickF12 = false; this.dgvIdnrktype.IsOpenMergeCellFlag = false; this.dgvIdnrktype.IsSubTotalFlag = false; this.dgvIdnrktype.IsTopDeep = false; this.dgvIdnrktype.Location = new System.Drawing.Point(0, 0); this.dgvIdnrktype.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dgvIdnrktype.MergeColumnNames = null; this.dgvIdnrktype.MergeDetailColumnNames = null; this.dgvIdnrktype.MergeDetailOnlyColumn = null; this.dgvIdnrktype.MergeOnlyColumn = null; this.dgvIdnrktype.MultiSelect = false; this.dgvIdnrktype.Name = "dgvIdnrktype"; this.dgvIdnrktype.RefreshAtHscroll = false; this.dgvIdnrktype.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.dgvIdnrktype.RowHeadersWidth = 50; this.dgvIdnrktype.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvIdnrktype.RowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvIdnrktype.RowTemplate.Height = 21; this.dgvIdnrktype.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvIdnrktype.Size = new System.Drawing.Size(458, 170); this.dgvIdnrktype.SortOrderColumnName = null; this.dgvIdnrktype.TabIndex = 23; this.dgvIdnrktype.Tag = true; this.dgvIdnrktype.TotalSumColumns = null; this.dgvIdnrktype.ViewRowFilter = ""; this.dgvIdnrktype.VirtualNodes = false; this.dgvIdnrktype.Sorted += new System.EventHandler(this.dgvIdnrktype_Sorted); // // dgvAlreadyIdnrktype // this.dgvAlreadyIdnrktype.AllowUserToAddRows = false; this.dgvAlreadyIdnrktype.AllowUserToDeleteRows = false; this.dgvAlreadyIdnrktype.AllowUserToModifyRows = true; this.dgvAlreadyIdnrktype.AllowUserToOrderColumns = true; this.dgvAlreadyIdnrktype.AllowUserToResizeRows = false; dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvAlreadyIdnrktype.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5; this.dgvAlreadyIdnrktype.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgvAlreadyIdnrktype.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvAlreadyIdnrktype.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvAlreadyIdnrktype.CellHeight = 23; this.dgvAlreadyIdnrktype.ChildNodeColumnName = null; this.dgvAlreadyIdnrktype.ChildNodeColumnText = null; this.dgvAlreadyIdnrktype.ColumnDeep = 1; this.dgvAlreadyIdnrktype.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.dgvAlreadyIdnrktype.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6; this.dgvAlreadyIdnrktype.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvAlreadyIdnrktype.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.AlreadyCheck, this.idnrktype1, this.ScanFlag1}); this.dgvAlreadyIdnrktype.ColumnTreeView = null; this.dgvAlreadyIdnrktype.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.dgvAlreadyIdnrktype.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvAlreadyIdnrktype.DynamicColumnName = ""; this.dgvAlreadyIdnrktype.EnableHeadersVisualStyles = false; this.dgvAlreadyIdnrktype.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvAlreadyIdnrktype.FormatQuantityColumns = null; this.dgvAlreadyIdnrktype.HasNode = false; this.dgvAlreadyIdnrktype.HorizontalMergeColumn = null; this.dgvAlreadyIdnrktype.IsAutoCountSum = true; this.dgvAlreadyIdnrktype.IsAutoResizeColumns = false; this.dgvAlreadyIdnrktype.IsClickF12 = false; this.dgvAlreadyIdnrktype.IsOpenMergeCellFlag = false; this.dgvAlreadyIdnrktype.IsSubTotalFlag = false; this.dgvAlreadyIdnrktype.IsTopDeep = false; this.dgvAlreadyIdnrktype.Location = new System.Drawing.Point(0, 0); this.dgvAlreadyIdnrktype.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dgvAlreadyIdnrktype.MergeColumnNames = null; this.dgvAlreadyIdnrktype.MergeDetailColumnNames = null; this.dgvAlreadyIdnrktype.MergeDetailOnlyColumn = null; this.dgvAlreadyIdnrktype.MergeOnlyColumn = null; this.dgvAlreadyIdnrktype.MultiSelect = false; this.dgvAlreadyIdnrktype.Name = "dgvAlreadyIdnrktype"; this.dgvAlreadyIdnrktype.RefreshAtHscroll = false; this.dgvAlreadyIdnrktype.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.dgvAlreadyIdnrktype.RowHeadersWidth = 50; this.dgvAlreadyIdnrktype.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvAlreadyIdnrktype.RowsDefaultCellStyle = dataGridViewCellStyle8; this.dgvAlreadyIdnrktype.RowTemplate.Height = 21; this.dgvAlreadyIdnrktype.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvAlreadyIdnrktype.Size = new System.Drawing.Size(458, 188); this.dgvAlreadyIdnrktype.SortOrderColumnName = null; this.dgvAlreadyIdnrktype.TabIndex = 24; this.dgvAlreadyIdnrktype.Tag = true; this.dgvAlreadyIdnrktype.TotalSumColumns = null; this.dgvAlreadyIdnrktype.ViewRowFilter = ""; this.dgvAlreadyIdnrktype.VirtualNodes = false; this.dgvAlreadyIdnrktype.Sorted += new System.EventHandler(this.dgvAlreadyIdnrktype_Sorted); // // AlreadyCheck // this.AlreadyCheck.DataPropertyName = "AlreadyCheck"; this.AlreadyCheck.FalseValue = "0"; this.AlreadyCheck.HeaderText = "选择"; this.AlreadyCheck.Name = "AlreadyCheck"; this.AlreadyCheck.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.AlreadyCheck.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.AlreadyCheck.TrueValue = "1"; this.AlreadyCheck.Width = 55; // // idnrktype1 // this.idnrktype1.DataPropertyName = "idnrktype"; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle7.BackColor = System.Drawing.Color.White; this.idnrktype1.DefaultCellStyle = dataGridViewCellStyle7; this.idnrktype1.HeaderText = "材料类型"; this.idnrktype1.MaxInputLength = 20; this.idnrktype1.Name = "idnrktype1"; this.idnrktype1.ReadOnly = true; this.idnrktype1.Width = 80; // // ScanFlag1 // this.ScanFlag1.DataPropertyName = "ScanFlag"; this.ScanFlag1.FalseValue = "0"; this.ScanFlag1.HeaderText = "扫码绑定"; this.ScanFlag1.Name = "ScanFlag1"; this.ScanFlag1.TrueValue = "1"; // // Check1 // this.Check1.DataPropertyName = "Check1"; this.Check1.FalseValue = "0"; this.Check1.HeaderText = "选择"; this.Check1.Name = "Check1"; this.Check1.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Check1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.Check1.TrueValue = "1"; this.Check1.Width = 55; // // idnrktype // this.idnrktype.DataPropertyName = "idnrktype"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.Color.White; this.idnrktype.DefaultCellStyle = dataGridViewCellStyle3; this.idnrktype.HeaderText = "材料类型"; this.idnrktype.MaxInputLength = 20; this.idnrktype.Name = "idnrktype"; this.idnrktype.ReadOnly = true; this.idnrktype.Width = 80; // // ScanFlag // this.ScanFlag.DataPropertyName = "ScanFlag"; this.ScanFlag.FalseValue = "0"; this.ScanFlag.HeaderText = "扫码绑定"; this.ScanFlag.Name = "ScanFlag"; this.ScanFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ScanFlag.ToolTipText = "扫码绑定"; this.ScanFlag.TrueValue = "1"; this.ScanFlag.Width = 65; // // F_PC_0702 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(482, 499); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.c_ToolStrip1); this.Controls.Add(this.gbxCondition); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Name = "F_PC_0702"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "F_PC_0702"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_0702_FormClosed); this.Load += new System.EventHandler(this.F_PC_0702_Load); this.gbxCondition.ResumeLayout(false); this.gbxCondition.PerformLayout(); this.c_ToolStrip1.ResumeLayout(false); this.c_ToolStrip1.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvIdnrktype)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvAlreadyIdnrktype)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_GroupBox gbxCondition; private System.Windows.Forms.TextBox txtIdnrktype; private Basics.BaseControls.C_Button btnCancel; private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_Label lblIdnrktype; private Basics.BaseControls.C_ToolStrip c_ToolStrip1; private System.Windows.Forms.ToolStripButton tsbtnSearch; private System.Windows.Forms.ToolStripButton btnClearCondition; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton tsbtnAdaptive; private System.Windows.Forms.SplitContainer splitContainer1; private Basics.BaseControls.C_DataGridView dgvIdnrktype; private Basics.BaseControls.C_DataGridView dgvAlreadyIdnrktype; private Basics.BaseControls.C_DGV_Column_CheckBox Check1; private System.Windows.Forms.DataGridViewTextBoxColumn idnrktype; private System.Windows.Forms.DataGridViewCheckBoxColumn ScanFlag; private Basics.BaseControls.C_DGV_Column_CheckBox AlreadyCheck; private System.Windows.Forms.DataGridViewTextBoxColumn idnrktype1; private System.Windows.Forms.DataGridViewCheckBoxColumn ScanFlag1; } }