72 lines
2.6 KiB
C#
72 lines
2.6 KiB
C#
namespace Sunny.UI
|
|
{
|
|
partial class UIHeaderMainFooterFrame
|
|
{
|
|
/// <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.Footer = new Sunny.UI.UIPanel();
|
|
this.SuspendLayout();
|
|
//
|
|
// Header
|
|
//
|
|
this.Header.Location = new System.Drawing.Point(0, 35);
|
|
this.Header.Size = new System.Drawing.Size(800, 110);
|
|
//
|
|
// Footer
|
|
//
|
|
this.Footer.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.Footer.FillColor = System.Drawing.Color.White;
|
|
this.Footer.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.Footer.Location = new System.Drawing.Point(0, 394);
|
|
this.Footer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.Footer.Name = "Footer";
|
|
this.Footer.RadiusSides = Sunny.UI.UICornerRadiusSides.None;
|
|
this.Footer.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
|
|
this.Footer.Size = new System.Drawing.Size(800, 56);
|
|
this.Footer.Style = Sunny.UI.UIStyle.Custom;
|
|
this.Footer.TabIndex = 2;
|
|
this.Footer.Text = null;
|
|
//
|
|
// UIHeaderMainFooterFrame
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.Footer);
|
|
this.Name = "UIHeaderMainFooterFrame";
|
|
this.Text = "UIHeaderMainFooterFrame";
|
|
this.Controls.SetChildIndex(this.Footer, 0);
|
|
this.Controls.SetChildIndex(this.Header, 0);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
protected UIPanel Footer;
|
|
}
|
|
} |