namespace Dongke.IBOSS.PRD.Client.PCModule { partial class F_PC_0701 { /// /// 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_0701)); 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 dataGridViewCellStyle3 = 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 dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip(); this.tsbtnEdit = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); 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.txtPROCEDURENAME = new System.Windows.Forms.TextBox(); this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.lbltxtPROCEDURENAME = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dgvUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.PROCEDURENAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PROCEDUREID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.splLine = new System.Windows.Forms.SplitContainer(); this.dgvPackingBOMDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.Check1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.idnrktype = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tsrOperate.SuspendLayout(); this.gbxCondition.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splLine)).BeginInit(); this.splLine.Panel1.SuspendLayout(); this.splLine.Panel2.SuspendLayout(); this.splLine.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvPackingBOMDetail)).BeginInit(); this.SuspendLayout(); // // tsrOperate // this.tsrOperate.AutoSize = false; this.tsrOperate.BackColor = System.Drawing.Color.Transparent; this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PCModule.Properties.Resources.functionbackground; 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.tsbtnEdit, this.toolStripSeparator3, 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(1016, 33); this.tsrOperate.TabIndex = 1; // // tsbtnEdit // this.tsbtnEdit.AutoSize = false; this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnEdit.Name = "tsbtnEdit"; this.tsbtnEdit.Size = new System.Drawing.Size(60, 25); this.tsbtnEdit.Text = "设置(&E)"; this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEditUser_Click); // // toolStripSeparator3 // this.toolStripSeparator3.AutoSize = false; this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // 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.txtPROCEDURENAME); this.gbxCondition.Controls.Add(this.btnClearCondition); this.gbxCondition.Controls.Add(this.btnSearch); this.gbxCondition.Controls.Add(this.lbltxtPROCEDURENAME); 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(992, 58); this.gbxCondition.TabIndex = 21; this.gbxCondition.TabStop = false; this.gbxCondition.Text = "查询条件 ▼"; // // txtPROCEDURENAME // this.txtPROCEDURENAME.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtPROCEDURENAME.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtPROCEDURENAME.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtPROCEDURENAME.Location = new System.Drawing.Point(70, 21); this.txtPROCEDURENAME.MaxLength = 20; this.txtPROCEDURENAME.Name = "txtPROCEDURENAME"; this.txtPROCEDURENAME.Size = new System.Drawing.Size(97, 21); this.txtPROCEDURENAME.TabIndex = 2; // // 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(901, 20); 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 = 10; 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(809, 20); 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 = 9; this.btnSearch.Text = "查询(&Q)"; this.btnSearch.UseVisualStyleBackColor = false; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // lbltxtPROCEDURENAME // this.lbltxtPROCEDURENAME.AutoSize = true; this.lbltxtPROCEDURENAME.BackColor = System.Drawing.Color.Transparent; this.lbltxtPROCEDURENAME.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbltxtPROCEDURENAME.ForeColor = System.Drawing.SystemColors.ControlText; this.lbltxtPROCEDURENAME.Location = new System.Drawing.Point(11, 24); this.lbltxtPROCEDURENAME.Name = "lbltxtPROCEDURENAME"; this.lbltxtPROCEDURENAME.Size = new System.Drawing.Size(53, 12); this.lbltxtPROCEDURENAME.TabIndex = 1; this.lbltxtPROCEDURENAME.Text = "检验工序"; // // dgvUser // this.dgvUser.AllowUserToAddRows = false; this.dgvUser.AllowUserToDeleteRows = false; this.dgvUser.AllowUserToModifyRows = true; this.dgvUser.AllowUserToOrderColumns = true; this.dgvUser.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.dgvUser.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvUser.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgvUser.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvUser.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvUser.CellHeight = 23; this.dgvUser.ChildNodeColumnName = null; this.dgvUser.ChildNodeColumnText = null; this.dgvUser.ColumnDeep = 1; this.dgvUser.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.dgvUser.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.PROCEDURENAME, this.PROCEDUREID}); this.dgvUser.ColumnTreeView = null; this.dgvUser.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.dgvUser.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvUser.DynamicColumnName = ""; this.dgvUser.EnableHeadersVisualStyles = false; this.dgvUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvUser.FormatQuantityColumns = null; this.dgvUser.HorizontalMergeColumn = null; this.dgvUser.IsAutoCountSum = true; this.dgvUser.IsAutoResizeColumns = false; this.dgvUser.IsClickF12 = false; this.dgvUser.IsOpenMergeCellFlag = false; this.dgvUser.IsSubTotalFlag = false; this.dgvUser.IsTopDeep = false; this.dgvUser.Location = new System.Drawing.Point(0, 0); this.dgvUser.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dgvUser.MergeColumnNames = null; this.dgvUser.MergeDetailColumnNames = null; this.dgvUser.MergeDetailOnlyColumn = null; this.dgvUser.MergeOnlyColumn = null; this.dgvUser.MultiSelect = false; this.dgvUser.Name = "dgvUser"; this.dgvUser.ReadOnly = true; this.dgvUser.RefreshAtHscroll = false; this.dgvUser.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.dgvUser.RowHeadersWidth = 50; this.dgvUser.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvUser.RowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvUser.RowTemplate.Height = 21; this.dgvUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvUser.Size = new System.Drawing.Size(216, 436); this.dgvUser.SortOrderColumnName = null; this.dgvUser.TabIndex = 22; this.dgvUser.Tag = true; this.dgvUser.TotalSumColumns = null; this.dgvUser.ViewRowFilter = ""; this.dgvUser.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvUser_CellDoubleClick); this.dgvUser.SelectionChanged += new System.EventHandler(this.dgvUser_SelectionChanged); // // PROCEDURENAME // this.PROCEDURENAME.DataPropertyName = "PROCEDURENAME"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.Color.White; this.PROCEDURENAME.DefaultCellStyle = dataGridViewCellStyle3; this.PROCEDURENAME.HeaderText = "检验工序"; this.PROCEDURENAME.MaxInputLength = 20; this.PROCEDURENAME.Name = "PROCEDURENAME"; this.PROCEDURENAME.ReadOnly = true; this.PROCEDURENAME.Width = 80; // // PROCEDUREID // this.PROCEDUREID.DataPropertyName = "PROCEDUREID"; this.PROCEDUREID.HeaderText = "PROCEDUREID"; this.PROCEDUREID.Name = "PROCEDUREID"; this.PROCEDUREID.ReadOnly = true; this.PROCEDUREID.Visible = false; // // splLine // this.splLine.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.splLine.Location = new System.Drawing.Point(12, 100); this.splLine.Name = "splLine"; // // splLine.Panel1 // this.splLine.Panel1.Controls.Add(this.dgvUser); // // splLine.Panel2 // this.splLine.Panel2.Controls.Add(this.dgvPackingBOMDetail); this.splLine.Size = new System.Drawing.Size(992, 436); this.splLine.SplitterDistance = 216; this.splLine.TabIndex = 106; // // dgvPackingBOMDetail // this.dgvPackingBOMDetail.AllowUserToAddRows = false; this.dgvPackingBOMDetail.AllowUserToDeleteRows = false; this.dgvPackingBOMDetail.AllowUserToModifyRows = true; this.dgvPackingBOMDetail.AllowUserToOrderColumns = true; this.dgvPackingBOMDetail.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.dgvPackingBOMDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5; this.dgvPackingBOMDetail.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgvPackingBOMDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvPackingBOMDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvPackingBOMDetail.CellHeight = 23; this.dgvPackingBOMDetail.ChildNodeColumnName = null; this.dgvPackingBOMDetail.ChildNodeColumnText = null; this.dgvPackingBOMDetail.ColumnDeep = 1; this.dgvPackingBOMDetail.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.dgvPackingBOMDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6; this.dgvPackingBOMDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvPackingBOMDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Check1, this.idnrktype}); this.dgvPackingBOMDetail.ColumnTreeView = null; this.dgvPackingBOMDetail.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.dgvPackingBOMDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvPackingBOMDetail.DynamicColumnName = ""; this.dgvPackingBOMDetail.EnableHeadersVisualStyles = false; this.dgvPackingBOMDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvPackingBOMDetail.FormatQuantityColumns = null; this.dgvPackingBOMDetail.HorizontalMergeColumn = null; this.dgvPackingBOMDetail.IsAutoCountSum = true; this.dgvPackingBOMDetail.IsAutoResizeColumns = false; this.dgvPackingBOMDetail.IsClickF12 = false; this.dgvPackingBOMDetail.IsOpenMergeCellFlag = false; this.dgvPackingBOMDetail.IsSubTotalFlag = false; this.dgvPackingBOMDetail.IsTopDeep = false; this.dgvPackingBOMDetail.Location = new System.Drawing.Point(0, 0); this.dgvPackingBOMDetail.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dgvPackingBOMDetail.MergeColumnNames = null; this.dgvPackingBOMDetail.MergeDetailColumnNames = null; this.dgvPackingBOMDetail.MergeDetailOnlyColumn = null; this.dgvPackingBOMDetail.MergeOnlyColumn = null; this.dgvPackingBOMDetail.MultiSelect = false; this.dgvPackingBOMDetail.Name = "dgvPackingBOMDetail"; this.dgvPackingBOMDetail.ReadOnly = true; this.dgvPackingBOMDetail.RefreshAtHscroll = false; this.dgvPackingBOMDetail.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.dgvPackingBOMDetail.RowHeadersWidth = 50; this.dgvPackingBOMDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvPackingBOMDetail.RowsDefaultCellStyle = dataGridViewCellStyle7; this.dgvPackingBOMDetail.RowTemplate.Height = 21; this.dgvPackingBOMDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvPackingBOMDetail.Size = new System.Drawing.Size(772, 436); this.dgvPackingBOMDetail.SortOrderColumnName = null; this.dgvPackingBOMDetail.TabIndex = 23; this.dgvPackingBOMDetail.Tag = true; this.dgvPackingBOMDetail.TotalSumColumns = null; this.dgvPackingBOMDetail.ViewRowFilter = ""; // // Check1 // this.Check1.DataPropertyName = "Check1"; this.Check1.HeaderText = "选择"; this.Check1.Name = "Check1"; this.Check1.ReadOnly = true; // // idnrktype // this.idnrktype.DataPropertyName = "idnrktype"; this.idnrktype.HeaderText = "材料类型"; this.idnrktype.MaxInputLength = 20; this.idnrktype.Name = "idnrktype"; this.idnrktype.ReadOnly = true; // // F_PC_0701 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1016, 548); this.Controls.Add(this.splLine); this.Controls.Add(this.gbxCondition); this.Controls.Add(this.tsrOperate); this.Name = "F_PC_0701"; this.Text = "F_PC_0701"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_0701_FormClosed); this.Load += new System.EventHandler(this.F_PC_0701_Load); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); this.gbxCondition.ResumeLayout(false); this.gbxCondition.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit(); this.splLine.Panel1.ResumeLayout(false); this.splLine.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splLine)).EndInit(); this.splLine.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvPackingBOMDetail)).EndInit(); this.ResumeLayout(false); } #endregion private Basics.BaseControls.C_ToolStrip tsrOperate; private System.Windows.Forms.ToolStripButton tsbtnEdit; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton tsbtnAdaptive; private System.Windows.Forms.ToolStripButton tsbtnClose; private Basics.BaseControls.C_GroupBox gbxCondition; private System.Windows.Forms.TextBox txtPROCEDURENAME; private Basics.BaseControls.C_Button btnClearCondition; private Basics.BaseControls.C_Button btnSearch; private Basics.BaseControls.C_Label lbltxtPROCEDURENAME; private Basics.BaseControls.C_DataGridView dgvUser; private System.Windows.Forms.SplitContainer splLine; private Basics.BaseControls.C_DataGridView dgvPackingBOMDetail; private System.Windows.Forms.DataGridViewTextBoxColumn PROCEDURENAME; private System.Windows.Forms.DataGridViewTextBoxColumn PROCEDUREID; private System.Windows.Forms.DataGridViewCheckBoxColumn Check1; private System.Windows.Forms.DataGridViewTextBoxColumn idnrktype; } }