namespace Lskj.Control { partial class LabelCheckMultiAutoTextEdit { /// /// 必需的设计器变量。 /// 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.plRight = new System.Windows.Forms.Panel(); this.labelMultAutoTextEdit1 = new Lskj.Control.LabelMultiAutoTextEdit(); this.ckCheck = new DevExpress.XtraEditors.CheckEdit(); this.plLeft = new System.Windows.Forms.Panel(); this.plRight.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ckCheck.Properties)).BeginInit(); this.plLeft.SuspendLayout(); this.SuspendLayout(); // // plRight // this.plRight.Controls.Add(this.labelMultAutoTextEdit1); this.plRight.Dock = System.Windows.Forms.DockStyle.Fill; this.plRight.Location = new System.Drawing.Point(19, 0); this.plRight.Name = "plRight"; this.plRight.Size = new System.Drawing.Size(161, 21); this.plRight.TabIndex = 4; // // labelMultAutoTextEdit1 // this.labelMultAutoTextEdit1.BackColor = System.Drawing.Color.Transparent; this.labelMultAutoTextEdit1.Dock = System.Windows.Forms.DockStyle.Fill; this.labelMultAutoTextEdit1.EditText = ""; this.labelMultAutoTextEdit1.FontSize = 0F; this.labelMultAutoTextEdit1.LabelText = "名称"; this.labelMultAutoTextEdit1.Location = new System.Drawing.Point(0, 0); this.labelMultAutoTextEdit1.Model = null; this.labelMultAutoTextEdit1.Name = "labelMultAutoTextEdit1"; this.labelMultAutoTextEdit1.NullText = ""; this.labelMultAutoTextEdit1.ReadOnly = false; this.labelMultAutoTextEdit1.Required = false; this.labelMultAutoTextEdit1.Size = new System.Drawing.Size(161, 21); this.labelMultAutoTextEdit1.TabIndex = 0; // // ckCheck // this.ckCheck.Location = new System.Drawing.Point(0, 0); this.ckCheck.Name = "ckCheck"; this.ckCheck.Properties.Caption = ""; this.ckCheck.Size = new System.Drawing.Size(19, 19); this.ckCheck.TabIndex = 0; this.ckCheck.CheckedChanged += new System.EventHandler(this.ckCheck_CheckedChanged); // // plLeft // this.plLeft.Controls.Add(this.ckCheck); 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(19, 21); this.plLeft.TabIndex = 3; // // LabelCheckMultiAutoTextEdit // 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 = "LabelCheckMultiAutoTextEdit"; this.Size = new System.Drawing.Size(180, 21); this.plRight.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ckCheck.Properties)).EndInit(); this.plLeft.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel plRight; private DevExpress.XtraEditors.CheckEdit ckCheck; private System.Windows.Forms.Panel plLeft; private LabelMultiAutoTextEdit labelMultAutoTextEdit1; } }