Files
2026-09-09 18:42:38 +08:00

83 lines
3.4 KiB
C#

namespace JinYuan.ControlLib
{
partial class WithBgBox
{
/// <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 System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
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("微软雅黑", 16F, System.Drawing.FontStyle.Bold);
this.lbl_Title.ForeColor = System.Drawing.Color.Transparent;
this.lbl_Title.Location = new System.Drawing.Point(0, 0);
this.lbl_Title.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lbl_Title.Name = "lbl_Title";
this.lbl_Title.Size = new System.Drawing.Size(827, 66);
this.lbl_Title.TabIndex = 0;
this.lbl_Title.Text = " 标题展示";
this.lbl_Title.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Transparent;
this.panel1.Controls.Add(this.lbl_Title);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(827, 66);
this.panel1.TabIndex = 1;
//
// WithBgBox
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
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::JinYuan.ControlLib.Properties.Resources._4;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.Controls.Add(this.panel1);
this.DoubleBuffered = true;
this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold);
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "WithBgBox";
this.Size = new System.Drawing.Size(827, 433);
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label lbl_Title;
}
}