|
|
namespace CompressorXN_ControlLib
|
|
|
{
|
|
|
partial class Title
|
|
|
{
|
|
|
/// <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 DevExpress.XtraEditors.LabelControl();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// lbl_Title
|
|
|
//
|
|
|
this.lbl_Title.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lbl_Title.Appearance.ForeColor = System.Drawing.Color.White;
|
|
|
this.lbl_Title.Appearance.Options.UseFont = true;
|
|
|
this.lbl_Title.Appearance.Options.UseForeColor = true;
|
|
|
this.lbl_Title.Appearance.Options.UseTextOptions = true;
|
|
|
this.lbl_Title.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
|
this.lbl_Title.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
|
this.lbl_Title.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.lbl_Title.Location = new System.Drawing.Point(0, 0);
|
|
|
this.lbl_Title.Name = "lbl_Title";
|
|
|
this.lbl_Title.Size = new System.Drawing.Size(109, 31);
|
|
|
this.lbl_Title.TabIndex = 0;
|
|
|
this.lbl_Title.Text = "label";
|
|
|
//
|
|
|
// Title
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(28)))), ((int)(((byte)(68)))));
|
|
|
this.BackgroundImage = global::CompressorXN_ControlLib.Properties.Resources.Title;
|
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
this.Controls.Add(this.lbl_Title);
|
|
|
this.DoubleBuffered = true;
|
|
|
this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.Name = "Title";
|
|
|
this.Size = new System.Drawing.Size(109, 31);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl lbl_Title;
|
|
|
}
|
|
|
}
|