266 lines
15 KiB
C#
266 lines
15 KiB
C#
namespace Sunny.UI.Demo
|
|
{
|
|
partial class FMain
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FMain));
|
|
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.uiPanel4 = new Sunny.UI.UIPanel();
|
|
this.uiPanel3 = new Sunny.UI.UIPanel();
|
|
this.uiPanel2 = new Sunny.UI.UIPanel();
|
|
this.uiNavMenu1 = new Sunny.UI.UINavMenu();
|
|
this.uiTabControl1 = new Sunny.UI.UITabControl();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.uiContextMenuStrip1.SuspendLayout();
|
|
this.uiNavBar1.SuspendLayout();
|
|
this.uiPanel1.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.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.关于ToolStripMenuItem,
|
|
this.关于ToolStripMenuItem1});
|
|
this.uiContextMenuStrip1.Name = "uiContextMenuStrip1";
|
|
this.uiContextMenuStrip1.Size = new System.Drawing.Size(107, 48);
|
|
//
|
|
// 关于ToolStripMenuItem
|
|
//
|
|
this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
|
|
this.关于ToolStripMenuItem.Size = new System.Drawing.Size(106, 22);
|
|
this.关于ToolStripMenuItem.Text = "主页";
|
|
this.关于ToolStripMenuItem.Click += new System.EventHandler(this.关于ToolStripMenuItem_Click);
|
|
//
|
|
// 关于ToolStripMenuItem1
|
|
//
|
|
this.关于ToolStripMenuItem1.Name = "关于ToolStripMenuItem1";
|
|
this.关于ToolStripMenuItem1.Size = new System.Drawing.Size(106, 22);
|
|
this.关于ToolStripMenuItem1.Text = "关于";
|
|
this.关于ToolStripMenuItem1.Click += new System.EventHandler(this.关于ToolStripMenuItem1_Click);
|
|
//
|
|
// StyleManager
|
|
//
|
|
this.StyleManager.DPIScale = true;
|
|
this.StyleManager.GlobalFont = true;
|
|
this.StyleManager.GlobalFontName = "Tahoma";
|
|
//
|
|
// 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(2, 36);
|
|
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(1128, 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(1048, 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.TabIndex = 4;
|
|
this.uiLogo1.Text = "uiLogo1";
|
|
//
|
|
// uiPanel1
|
|
//
|
|
this.uiPanel1.Controls.Add(this.uiPanel4);
|
|
this.uiPanel1.Controls.Add(this.uiPanel3);
|
|
this.uiPanel1.Controls.Add(this.uiPanel2);
|
|
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(2, 812);
|
|
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.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Top;
|
|
this.uiPanel1.Size = new System.Drawing.Size(1128, 32);
|
|
this.uiPanel1.TabIndex = 3;
|
|
this.uiPanel1.Text = null;
|
|
this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// uiPanel4
|
|
//
|
|
this.uiPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiPanel4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiPanel4.Location = new System.Drawing.Point(286, 0);
|
|
this.uiPanel4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiPanel4.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiPanel4.Name = "uiPanel4";
|
|
this.uiPanel4.RadiusSides = Sunny.UI.UICornerRadiusSides.None;
|
|
this.uiPanel4.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Top;
|
|
this.uiPanel4.Size = new System.Drawing.Size(556, 32);
|
|
this.uiPanel4.TabIndex = 2;
|
|
this.uiPanel4.Text = null;
|
|
this.uiPanel4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// uiPanel3
|
|
//
|
|
this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.uiPanel3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiPanel3.Location = new System.Drawing.Point(842, 0);
|
|
this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiPanel3.Name = "uiPanel3";
|
|
this.uiPanel3.RadiusSides = Sunny.UI.UICornerRadiusSides.None;
|
|
this.uiPanel3.RectSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)));
|
|
this.uiPanel3.Size = new System.Drawing.Size(286, 32);
|
|
this.uiPanel3.TabIndex = 1;
|
|
this.uiPanel3.Text = null;
|
|
this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// uiPanel2
|
|
//
|
|
this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.uiPanel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiPanel2.Location = new System.Drawing.Point(0, 0);
|
|
this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiPanel2.Name = "uiPanel2";
|
|
this.uiPanel2.RadiusSides = Sunny.UI.UICornerRadiusSides.None;
|
|
this.uiPanel2.RectSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)));
|
|
this.uiPanel2.Size = new System.Drawing.Size(286, 32);
|
|
this.uiPanel2.TabIndex = 0;
|
|
this.uiPanel2.Text = null;
|
|
this.uiPanel2.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(2, 162);
|
|
this.uiNavMenu1.Name = "uiNavMenu1";
|
|
this.uiNavMenu1.ShowLines = false;
|
|
this.uiNavMenu1.ShowOneNode = true;
|
|
this.uiNavMenu1.Size = new System.Drawing.Size(286, 650);
|
|
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(288, 162);
|
|
this.uiTabControl1.MainPage = "";
|
|
this.uiTabControl1.Name = "uiTabControl1";
|
|
this.uiTabControl1.SelectedIndex = 0;
|
|
this.uiTabControl1.Size = new System.Drawing.Size(842, 650);
|
|
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)));
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// FMain
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(1132, 846);
|
|
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.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MainTabControl = this.uiTabControl1;
|
|
this.Name = "FMain";
|
|
this.Padding = new System.Windows.Forms.Padding(2, 36, 2, 2);
|
|
this.ShowDragStretch = true;
|
|
this.Text = "Form1";
|
|
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.uiPanel1.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;
|
|
private UIPanel uiPanel2;
|
|
private UIPanel uiPanel3;
|
|
private System.Windows.Forms.Timer timer1;
|
|
private UIPanel uiPanel4;
|
|
}
|
|
} |