namespace Lskj.Control
{
partial class LabelAutoGridLook
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.plLeft = new System.Windows.Forms.Panel();
this.lblText = new System.Windows.Forms.Label();
this.plRight = new System.Windows.Forms.Panel();
this.edit = new DevExpress.XtraEditors.GridLookUpEdit();
this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
this.plLeft.SuspendLayout();
this.plRight.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.edit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
this.SuspendLayout();
//
// plLeft
//
this.plLeft.BackColor = System.Drawing.Color.Transparent;
this.plLeft.Controls.Add(this.lblText);
this.plLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.plLeft.Location = new System.Drawing.Point(0, 0);
this.plLeft.Name = "plLeft";
this.plLeft.Size = new System.Drawing.Size(40, 23);
this.plLeft.TabIndex = 3;
//
// lblText
//
this.lblText.AutoSize = true;
this.lblText.Location = new System.Drawing.Point(5, 4);
this.lblText.Name = "lblText";
this.lblText.Size = new System.Drawing.Size(29, 12);
this.lblText.TabIndex = 1;
this.lblText.Text = "名称";
//
// plRight
//
this.plRight.Controls.Add(this.edit);
this.plRight.Controls.Add(this.btnRefresh);
this.plRight.Dock = System.Windows.Forms.DockStyle.Fill;
this.plRight.Location = new System.Drawing.Point(40, 0);
this.plRight.Name = "plRight";
this.plRight.Size = new System.Drawing.Size(141, 23);
this.plRight.TabIndex = 4;
//
// edit
//
this.edit.Dock = System.Windows.Forms.DockStyle.Fill;
this.edit.Location = new System.Drawing.Point(0, 0);
this.edit.Name = "edit";
this.edit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.edit.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
this.edit.Properties.View = this.gridLookUpEdit1View;
this.edit.Size = new System.Drawing.Size(107, 20);
this.edit.TabIndex = 37;
//
// gridLookUpEdit1View
//
this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
this.gridLookUpEdit1View.OptionsView.ShowFooter = true;
this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
//
// btnRefresh
//
this.btnRefresh.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnRefresh.Appearance.Options.UseFont = true;
this.btnRefresh.Dock = System.Windows.Forms.DockStyle.Right;
this.btnRefresh.Location = new System.Drawing.Point(107, 0);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(34, 23);
this.btnRefresh.TabIndex = 36;
this.btnRefresh.Text = "刷新";
this.btnRefresh.Visible = false;
//
// LabelAutoGridLook
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.Transparent;
this.Controls.Add(this.plRight);
this.Controls.Add(this.plLeft);
this.Name = "LabelAutoGridLook";
this.Size = new System.Drawing.Size(181, 23);
this.plLeft.ResumeLayout(false);
this.plLeft.PerformLayout();
this.plRight.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.edit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel plLeft;
private System.Windows.Forms.Label lblText;
private System.Windows.Forms.Panel plRight;
private DevExpress.XtraEditors.GridLookUpEdit edit;
private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
private DevExpress.XtraEditors.SimpleButton btnRefresh;
}
}