namespace Dongke.IBOSS.PRD.Client.PCModule { partial class F_PC_0801 { /// /// 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_0801)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = 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(); this.c_ToolStrip1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip(); this.tsbtnEdit = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = 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.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.txtLGORT = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.dgvLGORT = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.dictionaryvalue = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dgvIDNRKTYPE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.check1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ModuleName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.c_ToolStrip1.SuspendLayout(); this.gbxCondition.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvLGORT)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvIDNRKTYPE)).BeginInit(); this.SuspendLayout(); // // c_ToolStrip1 // this.c_ToolStrip1.AutoSize = false; this.c_ToolStrip1.BackColor = System.Drawing.Color.Transparent; this.c_ToolStrip1.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PCModule.Properties.Resources.functionbackground; 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.tsbtnEdit, this.toolStripSeparator1, this.tsbtnAdaptive, this.tsbtnClose}); this.c_ToolStrip1.Location = new System.Drawing.Point(0, 0); this.c_ToolStrip1.Name = "c_ToolStrip1"; this.c_ToolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.c_ToolStrip1.ShowItemToolTips = false; this.c_ToolStrip1.Size = new System.Drawing.Size(1002, 32); this.c_ToolStrip1.TabIndex = 0; this.c_ToolStrip1.Text = "c_ToolStrip1"; // // tsbtnEdit // this.tsbtnEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tsbtnEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnEdit.Image"))); this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnEdit.Name = "tsbtnEdit"; this.tsbtnEdit.Size = new System.Drawing.Size(51, 29); this.tsbtnEdit.Text = "编辑(&E)"; this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 32); // // 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, 29); this.tsbtnAdaptive.Text = "自适应列宽(&A)"; this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click); // // tsbtnClose // this.tsbtnClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image"))); this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnClose.Name = "tsbtnClose"; this.tsbtnClose.Size = new System.Drawing.Size(51, 29); 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.btnClearCondition); this.gbxCondition.Controls.Add(this.btnSearch); this.gbxCondition.Controls.Add(this.txtLGORT); this.gbxCondition.Controls.Add(this.c_Label1); 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(0, 36); this.gbxCondition.Name = "gbxCondition"; this.gbxCondition.OriginalHeight = -1; this.gbxCondition.Size = new System.Drawing.Size(1002, 72); this.gbxCondition.TabIndex = 1; this.gbxCondition.TabStop = false; this.gbxCondition.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(905, 25); this.btnClearCondition.Name = "btnClearCondition"; this.btnClearCondition.Size = new System.Drawing.Size(85, 33); this.btnClearCondition.TabIndex = 3; 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.Transparent; 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(814, 25); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 33); this.btnSearch.TabIndex = 2; this.btnSearch.Text = "查询(&Q)"; this.btnSearch.UseVisualStyleBackColor = false; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // txtLGORT // this.txtLGORT.BackColor = System.Drawing.SystemColors.Window; this.txtLGORT.BackgroundColor = System.Drawing.SystemColors.Window; this.txtLGORT.ErrorMessage = ""; this.txtLGORT.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtLGORT.Location = new System.Drawing.Point(71, 32); this.txtLGORT.Name = "txtLGORT"; this.txtLGORT.Size = new System.Drawing.Size(100, 21); this.txtLGORT.TabIndex = 1; this.txtLGORT.TextValue = ""; // // 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.Location = new System.Drawing.Point(12, 35); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(41, 12); this.c_Label1.TabIndex = 0; this.c_Label1.Text = "组件库"; // // 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(0, 115); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.dgvLGORT); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.dgvIDNRKTYPE); this.splitContainer1.Size = new System.Drawing.Size(990, 381); this.splitContainer1.SplitterDistance = 330; this.splitContainer1.TabIndex = 106; // // dgvLGORT // this.dgvLGORT.AllowUserToAddRows = false; this.dgvLGORT.AllowUserToDeleteRows = false; this.dgvLGORT.AllowUserToModifyRows = true; this.dgvLGORT.AllowUserToOrderColumns = true; this.dgvLGORT.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.dgvLGORT.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvLGORT.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgvLGORT.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvLGORT.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvLGORT.CellHeight = 23; this.dgvLGORT.ChildNodeColumnName = null; this.dgvLGORT.ChildNodeColumnText = null; this.dgvLGORT.ColumnDeep = 1; this.dgvLGORT.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; 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.dgvLGORT.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvLGORT.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvLGORT.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dictionaryvalue}); this.dgvLGORT.ColumnTreeView = null; this.dgvLGORT.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.dgvLGORT.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvLGORT.DynamicColumnName = ""; this.dgvLGORT.EnableHeadersVisualStyles = false; this.dgvLGORT.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvLGORT.FormatQuantityColumns = null; this.dgvLGORT.HorizontalMergeColumn = null; this.dgvLGORT.IsAutoCountSum = true; this.dgvLGORT.IsAutoResizeColumns = false; this.dgvLGORT.IsClickF12 = false; this.dgvLGORT.IsOpenMergeCellFlag = false; this.dgvLGORT.IsSubTotalFlag = false; this.dgvLGORT.IsTopDeep = false; this.dgvLGORT.Location = new System.Drawing.Point(0, 0); this.dgvLGORT.MergeColumnNames = null; this.dgvLGORT.MergeDetailColumnNames = null; this.dgvLGORT.MergeDetailOnlyColumn = null; this.dgvLGORT.MergeOnlyColumn = null; this.dgvLGORT.Name = "dgvLGORT"; this.dgvLGORT.RefreshAtHscroll = false; this.dgvLGORT.RowHeadersWidth = 50; this.dgvLGORT.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvLGORT.RowsDefaultCellStyle = dataGridViewCellStyle3; this.dgvLGORT.RowTemplate.Height = 21; this.dgvLGORT.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvLGORT.Size = new System.Drawing.Size(330, 381); this.dgvLGORT.SortOrderColumnName = null; this.dgvLGORT.TabIndex = 0; this.dgvLGORT.Tag = true; this.dgvLGORT.TotalSumColumns = null; this.dgvLGORT.ViewRowFilter = ""; this.dgvLGORT.SelectionChanged += new System.EventHandler(this.dgvLGORT_SelectionChanged); // // dictionaryvalue // this.dictionaryvalue.DataPropertyName = "dictionaryvalue"; this.dictionaryvalue.HeaderText = "组件库"; this.dictionaryvalue.Name = "dictionaryvalue"; this.dictionaryvalue.ReadOnly = true; // // dgvIDNRKTYPE // this.dgvIDNRKTYPE.AllowUserToAddRows = false; this.dgvIDNRKTYPE.AllowUserToDeleteRows = false; this.dgvIDNRKTYPE.AllowUserToModifyRows = true; this.dgvIDNRKTYPE.AllowUserToOrderColumns = true; this.dgvIDNRKTYPE.AllowUserToResizeRows = false; dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvIDNRKTYPE.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4; 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; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvIDNRKTYPE.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5; this.dgvIDNRKTYPE.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvIDNRKTYPE.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.check1, this.ModuleName}); 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.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.MergeColumnNames = null; this.dgvIDNRKTYPE.MergeDetailColumnNames = null; this.dgvIDNRKTYPE.MergeDetailOnlyColumn = null; this.dgvIDNRKTYPE.MergeOnlyColumn = null; this.dgvIDNRKTYPE.Name = "dgvIDNRKTYPE"; this.dgvIDNRKTYPE.ReadOnly = true; this.dgvIDNRKTYPE.RefreshAtHscroll = false; this.dgvIDNRKTYPE.RowHeadersWidth = 50; this.dgvIDNRKTYPE.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvIDNRKTYPE.RowsDefaultCellStyle = dataGridViewCellStyle6; this.dgvIDNRKTYPE.RowTemplate.Height = 21; this.dgvIDNRKTYPE.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvIDNRKTYPE.Size = new System.Drawing.Size(656, 381); this.dgvIDNRKTYPE.SortOrderColumnName = null; this.dgvIDNRKTYPE.TabIndex = 0; this.dgvIDNRKTYPE.Tag = true; this.dgvIDNRKTYPE.TotalSumColumns = null; this.dgvIDNRKTYPE.ViewRowFilter = ""; // // check1 // this.check1.DataPropertyName = "check1"; this.check1.HeaderText = "选择"; this.check1.Name = "check1"; this.check1.ReadOnly = true; this.check1.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.check1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // ModuleName // this.ModuleName.DataPropertyName = "ModuleName"; this.ModuleName.HeaderText = "组件类型"; this.ModuleName.Name = "ModuleName"; this.ModuleName.ReadOnly = true; // // F_PC_0801 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1002, 496); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.gbxCondition); this.Controls.Add(this.c_ToolStrip1); this.Name = "F_PC_0801"; this.Text = "线边仓组件配置"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_0801_FormClosed); this.Load += new System.EventHandler(this.F_PC_0801_Load); this.c_ToolStrip1.ResumeLayout(false); this.c_ToolStrip1.PerformLayout(); this.gbxCondition.ResumeLayout(false); this.gbxCondition.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.dgvLGORT)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvIDNRKTYPE)).EndInit(); this.ResumeLayout(false); } #endregion private Basics.BaseControls.C_ToolStrip c_ToolStrip1; private System.Windows.Forms.ToolStripButton tsbtnEdit; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton tsbtnAdaptive; private System.Windows.Forms.ToolStripButton tsbtnClose; private Basics.BaseControls.C_GroupBox gbxCondition; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_TextBox txtLGORT; private Basics.BaseControls.C_Button btnClearCondition; private Basics.BaseControls.C_Button btnSearch; private System.Windows.Forms.SplitContainer splitContainer1; private Basics.BaseControls.C_DataGridView dgvLGORT; private Basics.BaseControls.C_DataGridView dgvIDNRKTYPE; private System.Windows.Forms.DataGridViewTextBoxColumn dictionaryvalue; private System.Windows.Forms.DataGridViewCheckBoxColumn check1; private System.Windows.Forms.DataGridViewTextBoxColumn ModuleName; } }