namespace Sunny.UI.Demo { partial class FMain { /// /// 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.components = new System.ComponentModel.Container(); System.Windows.Forms.TreeNode treeNode9 = new System.Windows.Forms.TreeNode("控件"); System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("窗体"); System.Windows.Forms.TreeNode treeNode11 = new System.Windows.Forms.TreeNode("图表"); System.Windows.Forms.TreeNode treeNode12 = new System.Windows.Forms.TreeNode("主题"); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FMain)); this.uiLogo1 = new Sunny.UI.UILogo(); this.uiAvatar = new Sunny.UI.UIAvatar(); this.StyleManager = new Sunny.UI.UIStyleManager(this.components); this.uiContextMenuStrip1 = new Sunny.UI.UIContextMenuStrip(); this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.关于ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.Header.SuspendLayout(); this.uiContextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // Aside // this.Aside.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); this.Aside.ItemHeight = 36; this.Aside.LineColor = System.Drawing.Color.Black; this.Aside.Location = new System.Drawing.Point(2, 145); this.Aside.MenuStyle = Sunny.UI.UIMenuStyle.Black; this.Aside.ShowOneNode = true; this.Aside.ShowSecondBackColor = true; this.Aside.ShowTips = true; this.Aside.Size = new System.Drawing.Size(250, 573); this.Aside.Style = Sunny.UI.UIStyle.Custom; this.Aside.StyleCustomMode = true; // // Header // this.Header.Controls.Add(this.uiAvatar); this.Header.Controls.Add(this.uiLogo1); this.Header.Location = new System.Drawing.Point(2, 35); treeNode9.ImageIndex = 1; treeNode9.Name = "节点0"; treeNode9.Text = "控件"; treeNode10.Name = "节点1"; treeNode10.Text = "窗体"; treeNode11.Name = "节点2"; treeNode11.Text = "图表"; treeNode12.Name = "节点2"; treeNode12.Text = "主题"; this.Header.Nodes.AddRange(new System.Windows.Forms.TreeNode[] { treeNode9, treeNode10, treeNode11, treeNode12}); this.Header.SelectedIndex = 0; this.Header.Size = new System.Drawing.Size(1020, 110); this.Header.Style = Sunny.UI.UIStyle.Custom; this.Header.MenuItemClick += new Sunny.UI.UINavBar.OnMenuItemClick(this.Header_MenuItemClick); // // uiLogo1 // this.uiLogo1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiLogo1.Location = new System.Drawing.Point(20, 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 = 3; this.uiLogo1.Text = "uiLogo1"; // // uiAvatar // this.uiAvatar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.uiAvatar.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiAvatar.Location = new System.Drawing.Point(939, 25); this.uiAvatar.MinimumSize = new System.Drawing.Size(1, 1); this.uiAvatar.Name = "uiAvatar"; this.uiAvatar.Size = new System.Drawing.Size(66, 70); this.uiAvatar.TabIndex = 4; this.uiAvatar.Text = "uiAvatar1"; // // uiContextMenuStrip1 // this.uiContextMenuStrip1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiContextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.关于ToolStripMenuItem, this.关于ToolStripMenuItem1}); this.uiContextMenuStrip1.Name = "uiContextMenuStrip1"; this.uiContextMenuStrip1.Size = new System.Drawing.Size(113, 56); // // 关于ToolStripMenuItem // this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem"; this.关于ToolStripMenuItem.Size = new System.Drawing.Size(112, 26); this.关于ToolStripMenuItem.Text = "主页"; this.关于ToolStripMenuItem.Click += new System.EventHandler(this.关于ToolStripMenuItem_Click); // // 关于ToolStripMenuItem1 // this.关于ToolStripMenuItem1.Name = "关于ToolStripMenuItem1"; this.关于ToolStripMenuItem1.Size = new System.Drawing.Size(112, 26); this.关于ToolStripMenuItem1.Text = "关于"; this.关于ToolStripMenuItem1.Click += new System.EventHandler(this.关于ToolStripMenuItem1_Click); // // FMain // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(1024, 720); this.ExtendBox = true; this.ExtendMenu = this.uiContextMenuStrip1; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimumSize = new System.Drawing.Size(1024, 720); this.Name = "FMain"; this.Padding = new System.Windows.Forms.Padding(2, 35, 2, 2); this.ShowDragStretch = true; this.ShowIcon = true; this.ShowRadius = false; this.ShowShadow = true; this.Text = "SunnyUI.Net"; this.Selecting += new Sunny.UI.UIMainFrame.OnSelecting(this.FMain_Selecting); this.Controls.SetChildIndex(this.Header, 0); this.Controls.SetChildIndex(this.Aside, 0); this.Header.ResumeLayout(false); this.uiContextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private UILogo uiLogo1; private UIAvatar uiAvatar; private UIStyleManager StyleManager; private UIContextMenuStrip uiContextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem1; } }