namespace Sunny.UI.Demo { partial class FAsideMain { /// /// 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(); // // Aside // this.Aside.LineColor = System.Drawing.Color.Black; this.Aside.Size = new System.Drawing.Size(250, 685); this.Aside.Style = Sunny.UI.UIStyle.Blue; // // FAsideMain // 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 = "FAsideMain"; this.Style = Sunny.UI.UIStyle.Blue; this.Text = "FAsideMain"; this.ResumeLayout(false); } #endregion } }