namespace Lskj.BsMes.Controls
{
partial class LabelAutoGridLookUp
{
///
/// 必需的设计器变量。
///
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.imageLabel = new DevExpress.XtraEditors.LabelControl();
this.autoGridLookUp = new Lskj.Control.AutoGridLookUp();
((System.ComponentModel.ISupportInitialize)(this.autoGridLookUp.Properties)).BeginInit();
this.SuspendLayout();
//
// imageLabel
//
this.imageLabel.Appearance.BackColor = System.Drawing.Color.Transparent;
this.imageLabel.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.imageLabel.Dock = System.Windows.Forms.DockStyle.Left;
this.imageLabel.Location = new System.Drawing.Point(0, 0);
this.imageLabel.Name = "imageLabel";
this.imageLabel.Size = new System.Drawing.Size(50, 48);
this.imageLabel.TabIndex = 1;
//
// autoGridLookUp
//
this.autoGridLookUp.DataSource = null;
this.autoGridLookUp.Dock = System.Windows.Forms.DockStyle.Fill;
this.autoGridLookUp.EditValue = "";
this.autoGridLookUp.Location = new System.Drawing.Point(50, 0);
this.autoGridLookUp.Margin = new System.Windows.Forms.Padding(4);
this.autoGridLookUp.Name = "autoGridLookUp";
this.autoGridLookUp.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
this.autoGridLookUp.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 16F);
this.autoGridLookUp.Properties.Appearance.Options.UseBackColor = true;
this.autoGridLookUp.Properties.Appearance.Options.UseFont = true;
this.autoGridLookUp.Properties.AutoHeight = false;
this.autoGridLookUp.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.autoGridLookUp.Size = new System.Drawing.Size(250, 48);
this.autoGridLookUp.TabIndex = 52;
//
// LabelAutoGridLookUp
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Controls.Add(this.autoGridLookUp);
this.Controls.Add(this.imageLabel);
this.Name = "LabelAutoGridLookUp";
this.Size = new System.Drawing.Size(300, 48);
((System.ComponentModel.ISupportInitialize)(this.autoGridLookUp.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.LabelControl imageLabel;
private Control.AutoGridLookUp autoGridLookUp;
}
}