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(); this.uiContextMenuStrip1 = new Sunny.UI.UIContextMenuStrip(); this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.关于ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.StyleManager = new Sunny.UI.UIStyleManager(this.components); this.uiNavBar1 = new Sunny.UI.UINavBar(); this.uiAvatar1 = new Sunny.UI.UIAvatar(); this.uiLogo1 = new Sunny.UI.UILogo(); this.uiPanel1 = new Sunny.UI.UIPanel(); this.uiNavMenu1 = new Sunny.UI.UINavMenu(); this.uiTabControl1 = new Sunny.UI.UITabControl(); this.uiContextMenuStrip1.SuspendLayout(); this.uiNavBar1.SuspendLayout(); this.SuspendLayout(); // // uiContextMenuStrip1 // this.uiContextMenuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255))))); this.uiContextMenuStrip1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiContextMenuStrip1.IsScaled = true; 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); // // StyleManager // this.StyleManager.DPIScale = true; // // uiNavBar1 // this.uiNavBar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); this.uiNavBar1.Controls.Add(this.uiAvatar1); this.uiNavBar1.Controls.Add(this.uiLogo1); this.uiNavBar1.Dock = System.Windows.Forms.DockStyle.Top; this.uiNavBar1.DropMenuFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiNavBar1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiNavBar1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); this.uiNavBar1.Location = new System.Drawing.Point(0, 35); this.uiNavBar1.MenuHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230))))); this.uiNavBar1.MenuSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250))))); this.uiNavBar1.MenuStyle = Sunny.UI.UIMenuStyle.White; this.uiNavBar1.Name = "uiNavBar1"; this.uiNavBar1.Size = new System.Drawing.Size(1100, 126); this.uiNavBar1.TabIndex = 1; this.uiNavBar1.Text = "uiNavBar1"; this.uiNavBar1.MenuItemClick += new Sunny.UI.UINavBar.OnMenuItemClick(this.uiNavBar1_MenuItemClick); // // uiAvatar1 // this.uiAvatar1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.uiAvatar1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiAvatar1.Location = new System.Drawing.Point(1020, 33); this.uiAvatar1.MinimumSize = new System.Drawing.Size(1, 1); this.uiAvatar1.Name = "uiAvatar1"; this.uiAvatar1.Size = new System.Drawing.Size(60, 60); this.uiAvatar1.TabIndex = 5; this.uiAvatar1.Text = "uiAvatar1"; // // uiLogo1 // this.uiLogo1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiLogo1.Location = new System.Drawing.Point(8, 23); 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 = 4; this.uiLogo1.Text = "uiLogo1"; // // uiPanel1 // this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiPanel1.Location = new System.Drawing.Point(0, 736); this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel1.Name = "uiPanel1"; this.uiPanel1.RadiusSides = Sunny.UI.UICornerRadiusSides.None; this.uiPanel1.Size = new System.Drawing.Size(1100, 32); this.uiPanel1.TabIndex = 3; this.uiPanel1.Text = null; this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; // // uiNavMenu1 // this.uiNavMenu1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.uiNavMenu1.Dock = System.Windows.Forms.DockStyle.Left; this.uiNavMenu1.DrawMode = System.Windows.Forms.TreeViewDrawMode.OwnerDrawAll; this.uiNavMenu1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiNavMenu1.FullRowSelect = true; this.uiNavMenu1.ItemHeight = 35; this.uiNavMenu1.Location = new System.Drawing.Point(0, 161); this.uiNavMenu1.Name = "uiNavMenu1"; this.uiNavMenu1.ShowLines = false; this.uiNavMenu1.ShowOneNode = true; this.uiNavMenu1.Size = new System.Drawing.Size(286, 575); this.uiNavMenu1.TabIndex = 4; this.uiNavMenu1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); // // uiTabControl1 // this.uiTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed; this.uiTabControl1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiTabControl1.Frame = this; this.uiTabControl1.ItemSize = new System.Drawing.Size(0, 1); this.uiTabControl1.Location = new System.Drawing.Point(286, 161); this.uiTabControl1.MainPage = ""; this.uiTabControl1.Name = "uiTabControl1"; this.uiTabControl1.SelectedIndex = 0; this.uiTabControl1.Size = new System.Drawing.Size(814, 575); this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; this.uiTabControl1.TabIndex = 5; this.uiTabControl1.TabVisible = false; this.uiTabControl1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); // // FMain // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(1100, 768); this.Controls.Add(this.uiTabControl1); this.Controls.Add(this.uiNavMenu1); this.Controls.Add(this.uiPanel1); this.Controls.Add(this.uiNavBar1); this.ExtendBox = true; this.ExtendMenu = this.uiContextMenuStrip1; this.MainTabControl = this.uiTabControl1; this.Name = "FMain"; this.Text = "Form1"; this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450); this.HotKeyEventHandler += new Sunny.UI.HotKeyEventHandler(this.Form1_HotKeyEventHandler); this.PageSelected += new Sunny.UI.OnUIPageChanged(this.Form1_PageSelected); this.ReceiveParams += new Sunny.UI.OnReceiveParams(this.Form1_ReceiveParams); this.uiContextMenuStrip1.ResumeLayout(false); this.uiNavBar1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private UIContextMenuStrip uiContextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem1; private UIStyleManager StyleManager; private UINavBar uiNavBar1; private UIPanel uiPanel1; private UINavMenu uiNavMenu1; private UITabControl uiTabControl1; private UILogo uiLogo1; private UIAvatar uiAvatar1; } }