ab56a9bcf7
SVN-Revision: r240
71 lines
2.8 KiB
C#
71 lines
2.8 KiB
C#
namespace Lskj.SweepCode.Control
|
|
{
|
|
partial class SweepButton
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
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", 15F, 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.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.btn_title.Name = "btn_title";
|
|
this.btn_title.Size = new System.Drawing.Size(200, 60);
|
|
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(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.btn_title);
|
|
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.Name = "SweepButton";
|
|
this.Size = new System.Drawing.Size(200, 60);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label btn_title;
|
|
|
|
}
|
|
}
|