first commit
This commit is contained in:
+65
@@ -0,0 +1,65 @@
|
||||
namespace JinYuan.ControlLib
|
||||
{
|
||||
partial class NaviButton2
|
||||
{
|
||||
/// <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.lbl_Title = new AntdUI.Label();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// lbl_Title
|
||||
//
|
||||
this.lbl_Title.BackColor = System.Drawing.Color.Transparent;
|
||||
this.lbl_Title.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lbl_Title.Font = new System.Drawing.Font("Cambria", 10.5F);
|
||||
this.lbl_Title.Location = new System.Drawing.Point(0, 0);
|
||||
this.lbl_Title.Name = "lbl_Title";
|
||||
this.lbl_Title.Size = new System.Drawing.Size(129, 43);
|
||||
this.lbl_Title.TabIndex = 1;
|
||||
this.lbl_Title.Text = "Data Monitor";
|
||||
this.lbl_Title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// NaviButton2
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.BackgroundImage = global::JinYuan.ControlLib.Properties.Resources.RightUnSelected2;
|
||||
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.Controls.Add(this.lbl_Title);
|
||||
this.DoubleBuffered = true;
|
||||
this.Name = "NaviButton2";
|
||||
this.Size = new System.Drawing.Size(129, 43);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private AntdUI.Label lbl_Title;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user