namespace Lskj.MyControl
{
partial class LabelComboCheckList
{
///
/// 必需的设计器变量。
///
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.pl_left = new System.Windows.Forms.Panel();
this.lbMsg = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.txtBox = new DevExpress.XtraEditors.CheckedComboBoxEdit();
this.pl_left.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtBox.Properties)).BeginInit();
this.SuspendLayout();
//
// pl_left
//
this.pl_left.Controls.Add(this.lbMsg);
this.pl_left.Dock = System.Windows.Forms.DockStyle.Left;
this.pl_left.Location = new System.Drawing.Point(0, 0);
this.pl_left.Name = "pl_left";
this.pl_left.Size = new System.Drawing.Size(40, 21);
this.pl_left.TabIndex = 1;
//
// lbMsg
//
this.lbMsg.AutoSize = true;
this.lbMsg.Location = new System.Drawing.Point(5, 4);
this.lbMsg.Name = "lbMsg";
this.lbMsg.Size = new System.Drawing.Size(29, 12);
this.lbMsg.TabIndex = 0;
this.lbMsg.Text = "名称";
//
// panel1
//
this.panel1.Controls.Add(this.txtBox);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(40, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(110, 21);
this.panel1.TabIndex = 2;
//
// txtBox
//
this.txtBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtBox.Location = new System.Drawing.Point(0, 0);
this.txtBox.Name = "txtBox";
this.txtBox.Properties.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtBox.Properties.Appearance.Options.UseFont = true;
this.txtBox.Properties.AppearanceDisabled.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtBox.Properties.AppearanceDisabled.Options.UseFont = true;
this.txtBox.Properties.AppearanceDropDown.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtBox.Properties.AppearanceDropDown.Options.UseFont = true;
this.txtBox.Properties.AppearanceFocused.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtBox.Properties.AppearanceFocused.Options.UseFont = true;
this.txtBox.Properties.AppearanceReadOnly.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtBox.Properties.AppearanceReadOnly.Options.UseFont = true;
this.txtBox.Properties.AutoHeight = false;
this.txtBox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtBox.Properties.DropDownRows = 12;
this.txtBox.Properties.SelectAllItemCaption = "全选";
this.txtBox.Size = new System.Drawing.Size(110, 21);
this.txtBox.TabIndex = 0;
//
// LabelComboCheckList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panel1);
this.Controls.Add(this.pl_left);
this.Name = "LabelComboCheckList";
this.Size = new System.Drawing.Size(150, 21);
this.pl_left.ResumeLayout(false);
this.pl_left.PerformLayout();
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtBox.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pl_left;
private System.Windows.Forms.Label lbMsg;
private System.Windows.Forms.Panel panel1;
private DevExpress.XtraEditors.CheckedComboBoxEdit txtBox;
}
}