namespace Lskj.MyControl { partial class LabelCheckComboxEx { /// /// 必需的设计器变量。 /// 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.cbCheck = new System.Windows.Forms.CheckBox(); this.lbMsg = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.txtBox = new System.Windows.Forms.ComboBox(); this.panel2 = new System.Windows.Forms.Panel(); this.pl_left.SuspendLayout(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // pl_left // this.pl_left.Controls.Add(this.cbCheck); 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(22, 21); this.pl_left.TabIndex = 0; // // cbCheck // this.cbCheck.AutoSize = true; this.cbCheck.Location = new System.Drawing.Point(4, 4); this.cbCheck.Name = "cbCheck"; this.cbCheck.Size = new System.Drawing.Size(15, 14); this.cbCheck.TabIndex = 0; this.cbCheck.UseVisualStyleBackColor = true; this.cbCheck.Click += new System.EventHandler(this.cbCheck_Click); // // lbMsg // this.lbMsg.AutoSize = true; this.lbMsg.Enabled = false; this.lbMsg.Location = new System.Drawing.Point(0, 5); this.lbMsg.Name = "lbMsg"; this.lbMsg.Size = new System.Drawing.Size(29, 12); this.lbMsg.TabIndex = 0; this.lbMsg.Text = "名称"; this.lbMsg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lbMsg.Click += new System.EventHandler(this.lbMsg_Click); // // panel1 // this.panel1.Controls.Add(this.txtBox); this.panel1.Controls.Add(this.panel2); this.panel1.Controls.Add(this.pl_left); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(180, 21); this.panel1.TabIndex = 1; // // txtBox // this.txtBox.Dock = System.Windows.Forms.DockStyle.Fill; this.txtBox.Enabled = false; this.txtBox.FormattingEnabled = true; this.txtBox.Location = new System.Drawing.Point(53, 0); this.txtBox.Name = "txtBox"; this.txtBox.Size = new System.Drawing.Size(127, 20); this.txtBox.TabIndex = 2; // // panel2 // this.panel2.Controls.Add(this.lbMsg); this.panel2.Dock = System.Windows.Forms.DockStyle.Left; this.panel2.Location = new System.Drawing.Point(22, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(31, 21); this.panel2.TabIndex = 1; // // LabelCheckComboxEx // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panel1); this.Name = "LabelCheckComboxEx"; this.Size = new System.Drawing.Size(180, 21); this.pl_left.ResumeLayout(false); this.pl_left.PerformLayout(); this.panel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel pl_left; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label lbMsg; private System.Windows.Forms.CheckBox cbCheck; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.ComboBox txtBox; } }