namespace JinYuan.ControlLib { partial class TitleButton { /// /// 必需的设计器变量。 /// 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.btn_Title = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btn_Title // this.btn_Title.BackColor = System.Drawing.Color.Transparent; this.btn_Title.Dock = System.Windows.Forms.DockStyle.Fill; this.btn_Title.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold); this.btn_Title.ForeColor = System.Drawing.Color.White; this.btn_Title.Location = new System.Drawing.Point(0, 0); this.btn_Title.Name = "btn_Title"; this.btn_Title.Size = new System.Drawing.Size(129, 43); this.btn_Title.TabIndex = 0; this.btn_Title.Text = "菜单按钮"; this.btn_Title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btn_Title.Click += new System.EventHandler(this.lbl_Title_Click); // // TitleButton // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::JinYuan.ControlLib.Properties.Resources.Title; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.Controls.Add(this.btn_Title); this.DoubleBuffered = true; this.Name = "TitleButton"; this.Size = new System.Drawing.Size(129, 43); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label btn_Title; } }