namespace Lskj.SweepCode.Control { partial class SweepButton { /// /// 必需的设计器变量。 /// 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.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btn_title.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_title.Dock = System.Windows.Forms.DockStyle.Fill; this.btn_title.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); 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(95, 37); this.btn_title.TabIndex = 5; this.btn_title.Text = "按钮"; this.btn_title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btn_title.Click += new System.EventHandler(this.btn_title_Click); this.btn_title.MouseLeave += new System.EventHandler(this.btn_title_MouseLeave); this.btn_title.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btn_title_MouseMove); // // SweepButton // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btn_title); this.Name = "SweepButton"; this.Size = new System.Drawing.Size(95, 37); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label btn_title; } }