Files
lserp_cs_6.0/插件库/Lskj.MesGumDip/Control/SweepButton.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

74 lines
2.9 KiB
C#

namespace Lskj.MesGumDip.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.AutoSize = true;
this.btn_title.BackColor = System.Drawing.Color.Transparent;
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", 12F, 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.Margin = new System.Windows.Forms.Padding(0);
this.btn_title.Name = "btn_title";
this.btn_title.Size = new System.Drawing.Size(52, 27);
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.AutoSize = true;
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Controls.Add(this.btn_title);
this.Margin = new System.Windows.Forms.Padding(0);
this.Name = "SweepButton";
this.Size = new System.Drawing.Size(52, 27);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label btn_title;
}
}