namespace Lskj.MyControl.LookUp { partial class FrmMain { /// /// 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(); this.panel1 = new System.Windows.Forms.Panel(); this.txtKey = new DevExpress.XtraEditors.TextEdit(); this.label1 = new System.Windows.Forms.Label(); this.btnSearch = new DevExpress.XtraEditors.SimpleButton(); this.panel2 = new System.Windows.Forms.Panel(); this.gridMain = new DevExpress.XtraGrid.GridControl(); this.gvMain = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gbDetail = new System.Windows.Forms.Panel(); this.gcSelect = new DevExpress.XtraGrid.GridControl(); this.gvSelect = new DevExpress.XtraGrid.Views.Grid.GridView(); this.label2 = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.btnDelete = new DevExpress.XtraEditors.SimpleButton(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.全部选中ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.全部取消ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.反向选择ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtKey.Properties)).BeginInit(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMain)).BeginInit(); this.gbDetail.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcSelect)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvSelect)).BeginInit(); this.panel3.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.txtKey); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.btnSearch); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(635, 35); this.panel1.TabIndex = 0; this.panel1.Visible = false; // // txtKey // this.txtKey.Location = new System.Drawing.Point(56, 8); this.txtKey.Name = "txtKey"; this.txtKey.Size = new System.Drawing.Size(239, 20); this.txtKey.TabIndex = 5; this.txtKey.Enter += new System.EventHandler(this.txtKey_Enter); this.txtKey.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtKey_KeyDown); this.txtKey.Leave += new System.EventHandler(this.txtKey_Leave); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(10, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 4; this.label1.Text = "关键词"; // // btnSearch // this.btnSearch.Location = new System.Drawing.Point(302, 6); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(64, 23); this.btnSearch.TabIndex = 3; this.btnSearch.Text = "查询"; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // panel2 // this.panel2.Controls.Add(this.gridMain); this.panel2.Controls.Add(this.gbDetail); this.panel2.Controls.Add(this.panel3); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 35); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(635, 412); this.panel2.TabIndex = 1; // // gridMain // this.gridMain.Dock = System.Windows.Forms.DockStyle.Fill; this.gridMain.EmbeddedNavigator.Appearance.Options.UseTextOptions = true; this.gridMain.EmbeddedNavigator.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridMain.EmbeddedNavigator.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.gridMain.Location = new System.Drawing.Point(0, 0); this.gridMain.MainView = this.gvMain; this.gridMain.Name = "gridMain"; this.gridMain.Size = new System.Drawing.Size(635, 215); this.gridMain.TabIndex = 14; this.gridMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvMain}); // // gvMain // this.gvMain.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFullFocus; this.gvMain.GridControl = this.gridMain; this.gvMain.Name = "gvMain"; this.gvMain.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.Click; this.gvMain.OptionsFind.AlwaysVisible = true; this.gvMain.OptionsFind.FindDelay = 100; this.gvMain.OptionsSelection.EnableAppearanceFocusedCell = false; this.gvMain.OptionsView.ShowGroupPanel = false; // // gbDetail // this.gbDetail.Controls.Add(this.gcSelect); this.gbDetail.Controls.Add(this.label2); this.gbDetail.Dock = System.Windows.Forms.DockStyle.Bottom; this.gbDetail.Location = new System.Drawing.Point(0, 215); this.gbDetail.Name = "gbDetail"; this.gbDetail.Size = new System.Drawing.Size(635, 157); this.gbDetail.TabIndex = 16; // // gcSelect // this.gcSelect.Dock = System.Windows.Forms.DockStyle.Fill; this.gcSelect.EmbeddedNavigator.Appearance.Options.UseTextOptions = true; this.gcSelect.EmbeddedNavigator.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gcSelect.EmbeddedNavigator.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.gcSelect.Location = new System.Drawing.Point(0, 20); this.gcSelect.MainView = this.gvSelect; this.gcSelect.Name = "gcSelect"; this.gcSelect.Size = new System.Drawing.Size(635, 137); this.gcSelect.TabIndex = 15; this.gcSelect.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvSelect}); // // gvSelect // this.gvSelect.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFullFocus; this.gvSelect.GridControl = this.gcSelect; this.gvSelect.Name = "gvSelect"; this.gvSelect.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.Click; this.gvSelect.OptionsSelection.EnableAppearanceFocusedCell = false; this.gvSelect.OptionsSelection.MultiSelect = true; this.gvSelect.OptionsView.ShowGroupPanel = false; // // label2 // this.label2.Dock = System.Windows.Forms.DockStyle.Top; this.label2.Location = new System.Drawing.Point(0, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(635, 20); this.label2.TabIndex = 16; this.label2.Text = "选中列表"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // panel3 // this.panel3.Controls.Add(this.btnDelete); this.panel3.Controls.Add(this.btnSave); this.panel3.Controls.Add(this.btnClose); this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel3.Location = new System.Drawing.Point(0, 372); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(635, 40); this.panel3.TabIndex = 15; // // btnDelete // this.btnDelete.Location = new System.Drawing.Point(12, 9); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(75, 23); this.btnDelete.TabIndex = 1; this.btnDelete.Text = "删除"; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.Location = new System.Drawing.Point(490, 8); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(64, 24); this.btnSave.TabIndex = 1; this.btnSave.Text = "确定"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.Location = new System.Drawing.Point(561, 8); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(64, 24); this.btnClose.TabIndex = 0; this.btnClose.Text = "取消"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.全部选中ToolStripMenuItem, this.全部取消ToolStripMenuItem, this.反向选择ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(125, 70); // // 全部选中ToolStripMenuItem // this.全部选中ToolStripMenuItem.Name = "全部选中ToolStripMenuItem"; this.全部选中ToolStripMenuItem.Size = new System.Drawing.Size(124, 22); this.全部选中ToolStripMenuItem.Text = "全部选中"; this.全部选中ToolStripMenuItem.Click += new System.EventHandler(this.全部选中ToolStripMenuItem_Click); // // 全部取消ToolStripMenuItem // this.全部取消ToolStripMenuItem.Name = "全部取消ToolStripMenuItem"; this.全部取消ToolStripMenuItem.Size = new System.Drawing.Size(124, 22); this.全部取消ToolStripMenuItem.Text = "全部取消"; this.全部取消ToolStripMenuItem.Click += new System.EventHandler(this.全部取消ToolStripMenuItem_Click); // // 反向选择ToolStripMenuItem // this.反向选择ToolStripMenuItem.Name = "反向选择ToolStripMenuItem"; this.反向选择ToolStripMenuItem.Size = new System.Drawing.Size(124, 22); this.反向选择ToolStripMenuItem.Text = "反向选择"; this.反向选择ToolStripMenuItem.Click += new System.EventHandler(this.反向选择ToolStripMenuItem_Click); // // FrmMain // this.AcceptButton = this.btnSearch; this.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 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(635, 447); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.LookAndFeel.SkinName = "Office 2010 Blue"; this.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmMain"; this.Text = "选择"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtKey.Properties)).EndInit(); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMain)).EndInit(); this.gbDetail.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcSelect)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvSelect)).EndInit(); this.panel3.ResumeLayout(false); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private DevExpress.XtraEditors.SimpleButton btnSearch; private DevExpress.XtraGrid.GridControl gridMain; private DevExpress.XtraGrid.Views.Grid.GridView gvMain; private System.Windows.Forms.Panel panel3; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.SimpleButton btnSave; private System.Windows.Forms.Label label1; private DevExpress.XtraEditors.TextEdit txtKey; private DevExpress.XtraEditors.SimpleButton btnDelete; private DevExpress.XtraGrid.GridControl gcSelect; private DevExpress.XtraGrid.Views.Grid.GridView gvSelect; private System.Windows.Forms.Panel gbDetail; private System.Windows.Forms.Label label2; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 全部选中ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 全部取消ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 反向选择ToolStripMenuItem; } }