76 lines
2.6 KiB
C#
76 lines
2.6 KiB
C#
namespace Sunny.UI.Demo
|
|
{
|
|
partial class FHeaderAsideMain
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.uiLogo1 = new Sunny.UI.UILogo();
|
|
this.Header.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// Aside
|
|
//
|
|
this.Aside.LineColor = System.Drawing.Color.Black;
|
|
this.Aside.Size = new System.Drawing.Size(250, 575);
|
|
this.Aside.Style = Sunny.UI.UIStyle.Blue;
|
|
//
|
|
// Header
|
|
//
|
|
this.Header.Controls.Add(this.uiLogo1);
|
|
this.Header.Size = new System.Drawing.Size(1024, 110);
|
|
this.Header.Style = Sunny.UI.UIStyle.Blue;
|
|
//
|
|
// uiLogo1
|
|
//
|
|
this.uiLogo1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.uiLogo1.Location = new System.Drawing.Point(15, 15);
|
|
this.uiLogo1.MaximumSize = new System.Drawing.Size(300, 80);
|
|
this.uiLogo1.MinimumSize = new System.Drawing.Size(300, 80);
|
|
this.uiLogo1.Name = "uiLogo1";
|
|
this.uiLogo1.Size = new System.Drawing.Size(300, 80);
|
|
this.uiLogo1.Style = Sunny.UI.UIStyle.Custom;
|
|
this.uiLogo1.TabIndex = 1;
|
|
this.uiLogo1.Text = "uiLogo1";
|
|
//
|
|
// FHeaderAsideMain
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(1024, 720);
|
|
this.Name = "FHeaderAsideMain";
|
|
this.Style = Sunny.UI.UIStyle.Blue;
|
|
this.Text = "FHeaderAsideMain";
|
|
this.Header.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UILogo uiLogo1;
|
|
}
|
|
} |