| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415 |
-
- namespace Dongke.IBOSS.PRD.Client.PCModule
- {
- partial class F_PC_0802
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PC_0802));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
- this.tsbtnAdaptive = 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.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
- this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.txtDICTIONARYTYPE = 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.dgvCheck = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.dgvChecked = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.check1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_CheckBox();
- this.Module = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Hascheck = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_CheckBox();
- this.Moduled = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tsbtnAdaptive.SuspendLayout();
- this.c_GroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvCheck)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvChecked)).BeginInit();
- this.SuspendLayout();
- //
- // tsbtnAdaptive
- //
- this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdaptive.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnSearch,
- this.btnClearCondition,
- this.toolStripSeparator1,
- this.toolStripButton3});
- this.tsbtnAdaptive.Location = new System.Drawing.Point(0, 0);
- this.tsbtnAdaptive.Name = "tsbtnAdaptive";
- this.tsbtnAdaptive.Size = new System.Drawing.Size(422, 25);
- this.tsbtnAdaptive.TabIndex = 0;
- this.tsbtnAdaptive.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);
- //
- // toolStripButton3
- //
- this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
- this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton3.Name = "toolStripButton3";
- this.toolStripButton3.Size = new System.Drawing.Size(87, 22);
- this.toolStripButton3.Text = "自适应列宽(&A)";
- this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
- //
- // c_GroupBox1
- //
- this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
- this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
- this.c_GroupBox1.Controls.Add(this.txtDICTIONARYTYPE);
- this.c_GroupBox1.Controls.Add(this.c_Label1);
- this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_GroupBox1.IsMustInput = false;
- this.c_GroupBox1.Location = new System.Drawing.Point(12, 29);
- this.c_GroupBox1.Name = "c_GroupBox1";
- this.c_GroupBox1.OriginalHeight = -1;
- this.c_GroupBox1.Size = new System.Drawing.Size(398, 53);
- this.c_GroupBox1.TabIndex = 1;
- this.c_GroupBox1.TabStop = false;
- this.c_GroupBox1.Text = "查询条件 ▼";
- //
- // txtDICTIONARYTYPE
- //
- this.txtDICTIONARYTYPE.BackColor = System.Drawing.SystemColors.Window;
- this.txtDICTIONARYTYPE.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtDICTIONARYTYPE.ErrorMessage = "";
- this.txtDICTIONARYTYPE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtDICTIONARYTYPE.Location = new System.Drawing.Point(72, 18);
- this.txtDICTIONARYTYPE.Name = "txtDICTIONARYTYPE";
- this.txtDICTIONARYTYPE.Size = new System.Drawing.Size(100, 21);
- this.txtDICTIONARYTYPE.TabIndex = 1;
- this.txtDICTIONARYTYPE.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(13, 21);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(53, 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(12, 88);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.dgvCheck);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.dgvChecked);
- this.splitContainer1.Size = new System.Drawing.Size(398, 367);
- this.splitContainer1.SplitterDistance = 183;
- this.splitContainer1.TabIndex = 2;
- //
- // dgvCheck
- //
- this.dgvCheck.AllowUserToAddRows = false;
- this.dgvCheck.AllowUserToDeleteRows = false;
- this.dgvCheck.AllowUserToModifyRows = true;
- this.dgvCheck.AllowUserToOrderColumns = true;
- dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvCheck.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle13;
- this.dgvCheck.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvCheck.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvCheck.CellHeight = 23;
- this.dgvCheck.ChildNodeColumnName = null;
- this.dgvCheck.ChildNodeColumnText = null;
- this.dgvCheck.ColumnDeep = 1;
- this.dgvCheck.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle14.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvCheck.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle14;
- this.dgvCheck.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvCheck.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.check1,
- this.Module});
- this.dgvCheck.ColumnTreeView = null;
- this.dgvCheck.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.dgvCheck.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvCheck.DynamicColumnName = "";
- this.dgvCheck.EnableHeadersVisualStyles = false;
- this.dgvCheck.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvCheck.FormatQuantityColumns = null;
- this.dgvCheck.HorizontalMergeColumn = null;
- this.dgvCheck.IsAutoCountSum = true;
- this.dgvCheck.IsAutoResizeColumns = false;
- this.dgvCheck.IsClickF12 = false;
- this.dgvCheck.IsOpenMergeCellFlag = false;
- this.dgvCheck.IsSubTotalFlag = false;
- this.dgvCheck.IsTopDeep = false;
- this.dgvCheck.Location = new System.Drawing.Point(0, 0);
- this.dgvCheck.MergeColumnNames = null;
- this.dgvCheck.MergeDetailColumnNames = null;
- this.dgvCheck.MergeDetailOnlyColumn = null;
- this.dgvCheck.MergeOnlyColumn = null;
- this.dgvCheck.Name = "dgvCheck";
- this.dgvCheck.RefreshAtHscroll = false;
- this.dgvCheck.RowHeadersWidth = 50;
- this.dgvCheck.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvCheck.RowsDefaultCellStyle = dataGridViewCellStyle15;
- this.dgvCheck.RowTemplate.Height = 21;
- this.dgvCheck.Size = new System.Drawing.Size(398, 183);
- this.dgvCheck.SortOrderColumnName = null;
- this.dgvCheck.TabIndex = 0;
- this.dgvCheck.Tag = true;
- this.dgvCheck.TotalSumColumns = null;
- this.dgvCheck.ViewRowFilter = "";
- //
- // dgvChecked
- //
- this.dgvChecked.AllowUserToAddRows = false;
- this.dgvChecked.AllowUserToDeleteRows = false;
- this.dgvChecked.AllowUserToModifyRows = true;
- this.dgvChecked.AllowUserToOrderColumns = true;
- dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- dataGridViewCellStyle16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvChecked.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
- this.dgvChecked.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvChecked.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvChecked.CellHeight = 23;
- this.dgvChecked.ChildNodeColumnName = null;
- this.dgvChecked.ChildNodeColumnText = null;
- this.dgvChecked.ColumnDeep = 1;
- this.dgvChecked.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvChecked.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
- this.dgvChecked.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvChecked.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Hascheck,
- this.Moduled});
- this.dgvChecked.ColumnTreeView = null;
- this.dgvChecked.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.dgvChecked.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvChecked.DynamicColumnName = "";
- this.dgvChecked.EnableHeadersVisualStyles = false;
- this.dgvChecked.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvChecked.FormatQuantityColumns = null;
- this.dgvChecked.HorizontalMergeColumn = null;
- this.dgvChecked.IsAutoCountSum = true;
- this.dgvChecked.IsAutoResizeColumns = false;
- this.dgvChecked.IsClickF12 = false;
- this.dgvChecked.IsOpenMergeCellFlag = false;
- this.dgvChecked.IsSubTotalFlag = false;
- this.dgvChecked.IsTopDeep = false;
- this.dgvChecked.Location = new System.Drawing.Point(0, 0);
- this.dgvChecked.MergeColumnNames = null;
- this.dgvChecked.MergeDetailColumnNames = null;
- this.dgvChecked.MergeDetailOnlyColumn = null;
- this.dgvChecked.MergeOnlyColumn = null;
- this.dgvChecked.Name = "dgvChecked";
- this.dgvChecked.RefreshAtHscroll = false;
- this.dgvChecked.RowHeadersWidth = 50;
- this.dgvChecked.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvChecked.RowsDefaultCellStyle = dataGridViewCellStyle18;
- this.dgvChecked.RowTemplate.Height = 21;
- this.dgvChecked.Size = new System.Drawing.Size(398, 180);
- this.dgvChecked.SortOrderColumnName = null;
- this.dgvChecked.TabIndex = 0;
- this.dgvChecked.Tag = true;
- this.dgvChecked.TotalSumColumns = null;
- this.dgvChecked.ViewRowFilter = "";
- //
- // btnSave
- //
- this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- 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(234, 461);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 33);
- this.btnSave.TabIndex = 3;
- this.btnSave.Text = "保存(&S)";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- 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(325, 461);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 33);
- this.btnCancel.TabIndex = 4;
- this.btnCancel.Text = "关闭(&X)";
- this.btnCancel.UseVisualStyleBackColor = false;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // 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 = 65;
- //
- // Module
- //
- this.Module.DataPropertyName = "ModuleName";
- this.Module.HeaderText = "组件类型";
- this.Module.Name = "Module";
- this.Module.ReadOnly = true;
- //
- // Hascheck
- //
- this.Hascheck.DataPropertyName = "check1";
- this.Hascheck.FalseValue = "0";
- this.Hascheck.HeaderText = "选择";
- this.Hascheck.Name = "Hascheck";
- this.Hascheck.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.Hascheck.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.Hascheck.TrueValue = "1";
- this.Hascheck.Width = 65;
- //
- // Moduled
- //
- this.Moduled.DataPropertyName = "ModuleName";
- this.Moduled.HeaderText = "组件类型";
- this.Moduled.Name = "Moduled";
- this.Moduled.ReadOnly = true;
- //
- // F_PC_0802
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(422, 506);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.c_GroupBox1);
- this.Controls.Add(this.tsbtnAdaptive);
- this.Name = "F_PC_0802";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "F_PC_0802";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_0802_FormClosed);
- this.Load += new System.EventHandler(this.F_PC_0802_Load);
- this.tsbtnAdaptive.ResumeLayout(false);
- this.tsbtnAdaptive.PerformLayout();
- this.c_GroupBox1.ResumeLayout(false);
- this.c_GroupBox1.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.dgvCheck)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvChecked)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_ToolStrip tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnSearch;
- private System.Windows.Forms.ToolStripButton btnClearCondition;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton toolStripButton3;
- private Basics.BaseControls.C_GroupBox c_GroupBox1;
- private Basics.BaseControls.C_TextBox txtDICTIONARYTYPE;
- private Basics.BaseControls.C_Label c_Label1;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private Basics.BaseControls.C_DataGridView dgvCheck;
- private Basics.BaseControls.C_DataGridView dgvChecked;
- private Basics.BaseControls.C_Button btnSave;
- private Basics.BaseControls.C_Button btnCancel;
- private Basics.BaseControls.C_DGV_Column_CheckBox check1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Module;
- private Basics.BaseControls.C_DGV_Column_CheckBox Hascheck;
- private System.Windows.Forms.DataGridViewTextBoxColumn Moduled;
- }
- }
|