namespace Lskj.Control.MultiGridLookUp { partial class FrmLookUp { /// /// 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() { this.components = new System.ComponentModel.Container(); DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode(); DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode(); DevExpress.XtraGrid.GridLevelNode gridLevelNode3 = new DevExpress.XtraGrid.GridLevelNode(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.tsmi_all = new System.Windows.Forms.ToolStripMenuItem(); this.tsmi_reserve = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsmi_cancel = new System.Windows.Forms.ToolStripMenuItem(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); this.btn_selectAll = new DevExpress.XtraEditors.SimpleButton(); this.btn_cancelAll = new DevExpress.XtraEditors.SimpleButton(); this.btnOk = new DevExpress.XtraEditors.SimpleButton(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gcMain = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridControl2 = new DevExpress.XtraGrid.GridControl(); this.gcDetail = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gcDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); this.SuspendLayout(); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmi_all, this.tsmi_reserve, this.toolStripSeparator1, this.tsmi_cancel}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(101, 76); // // tsmi_all // this.tsmi_all.Name = "tsmi_all"; this.tsmi_all.Size = new System.Drawing.Size(100, 22); this.tsmi_all.Text = "全选"; this.tsmi_all.Click += new System.EventHandler(this.tsmi_all_Click); // // tsmi_reserve // this.tsmi_reserve.Name = "tsmi_reserve"; this.tsmi_reserve.Size = new System.Drawing.Size(100, 22); this.tsmi_reserve.Text = "反选"; this.tsmi_reserve.Click += new System.EventHandler(this.tsmi_reserve_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(97, 6); // // tsmi_cancel // this.tsmi_cancel.Name = "tsmi_cancel"; this.tsmi_cancel.Size = new System.Drawing.Size(100, 22); this.tsmi_cancel.Text = "取消"; this.tsmi_cancel.Click += new System.EventHandler(this.tsmi_cancel_Click); // // panelControl1 // this.panelControl1.Controls.Add(this.btnCancel); this.panelControl1.Controls.Add(this.btn_selectAll); this.panelControl1.Controls.Add(this.btn_cancelAll); this.panelControl1.Controls.Add(this.btnOk); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl1.Location = new System.Drawing.Point(0, 459); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(698, 37); this.panelControl1.TabIndex = 1; // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.Location = new System.Drawing.Point(631, 4); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(59, 28); this.btnCancel.TabIndex = 24; this.btnCancel.Text = "取消(&C)"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btn_selectAll // this.btn_selectAll.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_selectAll.Appearance.Options.UseFont = true; this.btn_selectAll.Location = new System.Drawing.Point(12, 4); this.btn_selectAll.Name = "btn_selectAll"; this.btn_selectAll.Size = new System.Drawing.Size(57, 28); this.btn_selectAll.TabIndex = 23; this.btn_selectAll.TabStop = false; this.btn_selectAll.Text = "全选"; this.btn_selectAll.Click += new System.EventHandler(this.btn_selectAll_Click); // // btn_cancelAll // this.btn_cancelAll.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_cancelAll.Appearance.Options.UseFont = true; this.btn_cancelAll.Location = new System.Drawing.Point(75, 4); this.btn_cancelAll.Name = "btn_cancelAll"; this.btn_cancelAll.Size = new System.Drawing.Size(57, 28); this.btn_cancelAll.TabIndex = 23; this.btn_cancelAll.TabStop = false; this.btn_cancelAll.Text = "全取消"; this.btn_cancelAll.Click += new System.EventHandler(this.btn_cancelAll_Click); // // btnOk // this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnOk.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnOk.Appearance.Options.UseFont = true; this.btnOk.Location = new System.Drawing.Point(568, 4); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(57, 28); this.btnOk.TabIndex = 23; this.btnOk.TabStop = false; this.btnOk.Text = "确定(&O)"; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // panelControl2 // this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Controls.Add(this.splitContainerControl1); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl2.Location = new System.Drawing.Point(0, 0); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(698, 459); this.panelControl2.TabIndex = 2; // // splitContainerControl1 // this.splitContainerControl1.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2; this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerControl1.Location = new System.Drawing.Point(0, 0); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.Controls.Add(this.gridControl1); this.splitContainerControl1.Panel1.Text = "Panel1"; this.splitContainerControl1.Panel2.Controls.Add(this.gridControl2); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(698, 459); this.splitContainerControl1.SplitterPosition = 346; this.splitContainerControl1.TabIndex = 3; this.splitContainerControl1.Text = "splitContainerControl1"; // // gridControl1 // this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; gridLevelNode1.RelationName = "Level1"; this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] { gridLevelNode1}); this.gridControl1.Location = new System.Drawing.Point(0, 0); this.gridControl1.MainView = this.gcMain; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(346, 459); this.gridControl1.TabIndex = 4; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gcMain, this.gridView2}); // // gcMain // this.gcMain.GridControl = this.gridControl1; this.gcMain.Name = "gcMain"; this.gcMain.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; this.gcMain.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.MouseDownFocused; this.gcMain.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.False; this.gcMain.OptionsFilter.ShowAllTableValuesInCheckedFilterPopup = false; this.gcMain.OptionsFind.AlwaysVisible = true; this.gcMain.OptionsFind.FindDelay = 100; this.gcMain.OptionsFind.FindNullPrompt = ""; this.gcMain.OptionsFind.ShowCloseButton = false; this.gcMain.OptionsSelection.MultiSelect = true; this.gcMain.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect; this.gcMain.OptionsView.ColumnAutoWidth = false; this.gcMain.OptionsView.RowAutoHeight = true; this.gcMain.OptionsView.ShowGroupPanel = false; // // gridView2 // this.gridView2.GridControl = this.gridControl1; this.gridView2.Name = "gridView2"; // // gridControl2 // this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill; gridLevelNode2.RelationName = "Level1"; gridLevelNode3.RelationName = "Level2"; this.gridControl2.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] { gridLevelNode2, gridLevelNode3}); this.gridControl2.Location = new System.Drawing.Point(0, 0); this.gridControl2.MainView = this.gcDetail; this.gridControl2.Name = "gridControl2"; this.gridControl2.Size = new System.Drawing.Size(347, 459); this.gridControl2.TabIndex = 7; this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gcDetail, this.gridView1}); // // gcDetail // this.gcDetail.GridControl = this.gridControl2; this.gcDetail.Name = "gcDetail"; this.gcDetail.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; this.gcDetail.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.MouseDownFocused; this.gcDetail.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.False; this.gcDetail.OptionsFilter.ShowAllTableValuesInCheckedFilterPopup = false; this.gcDetail.OptionsFind.AlwaysVisible = true; this.gcDetail.OptionsFind.FindDelay = 100; this.gcDetail.OptionsFind.FindNullPrompt = ""; this.gcDetail.OptionsFind.HighlightFindResults = false; this.gcDetail.OptionsFind.SearchInPreview = true; this.gcDetail.OptionsFind.ShowCloseButton = false; this.gcDetail.OptionsSelection.MultiSelect = true; this.gcDetail.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect; this.gcDetail.OptionsView.ColumnAutoWidth = false; this.gcDetail.OptionsView.RowAutoHeight = true; this.gcDetail.OptionsView.ShowGroupPanel = false; // // gridView1 // this.gridView1.GridControl = this.gridControl2; this.gridView1.Name = "gridView1"; // // FrmLookUp // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(698, 496); this.Controls.Add(this.panelControl2); this.Controls.Add(this.panelControl1); this.Name = "FrmLookUp"; this.Text = "提示:双击选择"; this.Shown += new System.EventHandler(this.FrmLookUp_Shown); this.contextMenuStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gcDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.XtraEditors.SimpleButton btnOk; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem tsmi_all; private System.Windows.Forms.ToolStripMenuItem tsmi_reserve; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem tsmi_cancel; private DevExpress.XtraEditors.SimpleButton btn_selectAll; private DevExpress.XtraEditors.SimpleButton btn_cancelAll; private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gcMain; private DevExpress.XtraGrid.GridControl gridControl2; private DevExpress.XtraGrid.Views.Grid.GridView gcDetail; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Views.Grid.GridView gridView2; } }