namespace Lskj.MyControl.LookUpAdd
{
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.panel1 = new System.Windows.Forms.Panel();
this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
this.txtKey = new System.Windows.Forms.TextBox();
this.cbSearch = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.gridMain = new DevExpress.XtraGrid.GridControl();
this.gvMain = new DevExpress.XtraGrid.Views.Grid.GridView();
this.panel3 = new System.Windows.Forms.Panel();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gvMain)).BeginInit();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.btnSearch);
this.panel1.Controls.Add(this.txtKey);
this.panel1.Controls.Add(this.cbSearch);
this.panel1.Controls.Add(this.label1);
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(549, 35);
this.panel1.TabIndex = 0;
//
// btnSearch
//
this.btnSearch.Location = new System.Drawing.Point(255, 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);
//
// txtKey
//
this.txtKey.Location = new System.Drawing.Point(125, 7);
this.txtKey.Name = "txtKey";
this.txtKey.Size = new System.Drawing.Size(127, 21);
this.txtKey.TabIndex = 2;
//
// cbSearch
//
this.cbSearch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbSearch.FormattingEnabled = true;
this.cbSearch.Location = new System.Drawing.Point(44, 7);
this.cbSearch.Name = "cbSearch";
this.cbSearch.Size = new System.Drawing.Size(78, 20);
this.cbSearch.TabIndex = 1;
//
// 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 = 0;
this.label1.Text = "查询:";
//
// panel2
//
this.panel2.Controls.Add(this.gridMain);
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(549, 347);
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(549, 307);
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.OptionsSelection.EnableAppearanceFocusedCell = false;
this.gvMain.OptionsView.ShowGroupPanel = false;
//
// panel3
//
this.panel3.Controls.Add(this.simpleButton1);
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, 307);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(549, 40);
this.panel3.TabIndex = 15;
//
// simpleButton1
//
this.simpleButton1.Location = new System.Drawing.Point(9, 8);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(64, 23);
this.simpleButton1.TabIndex = 4;
this.simpleButton1.Text = "添加";
//
// 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(404, 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(475, 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);
//
// FrmMain
//
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(549, 382);
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();
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridMain)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gvMain)).EndInit();
this.panel3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cbSearch;
private System.Windows.Forms.TextBox txtKey;
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 DevExpress.XtraEditors.SimpleButton simpleButton1;
}
}