基线 SVN r240
SVN-Revision: r240
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
namespace Lskj.SweepCodeExe.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", 13.5F, 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(150, 48);
|
||||
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);
|
||||
//
|
||||
// SweepButton
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.Controls.Add(this.btn_title);
|
||||
this.Name = "SweepButton";
|
||||
this.Size = new System.Drawing.Size(150, 48);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Label btn_title;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user