namespace Sunny.UI.Demo { partial class FAsideHeaderMain { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.SuspendLayout(); // // Header // this.Header.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(76)))), ((int)(((byte)(76))))); this.Header.ForeColor = System.Drawing.Color.White; this.Header.Size = new System.Drawing.Size(774, 57); this.Header.Style = Sunny.UI.UIStyle.Custom; this.Header.StyleCustomMode = true; // // Aside // this.Aside.Size = new System.Drawing.Size(250, 685); this.Aside.Style = Sunny.UI.UIStyle.Blue; this.Aside.MenuItemClick += new Sunny.UI.UINavMenu.OnMenuItemClick(this.Aside_MenuItemClick); // // FAsideHeaderMain // 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 = "FAsideHeaderMain"; this.Style = Sunny.UI.UIStyle.Blue; this.Text = "FAsideHeaderMain"; this.ResumeLayout(false); } #endregion } }