geboshi_V1/LeatherProject/LeatherApp/FrmMain - 复制.Designer.cs
2024-03-07 14:03:22 +08:00

277 lines
17 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace LeatherApp
{
partial class FrmMain2
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("产品管理");
System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("数据分析");
System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("系统设置");
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain2));
this.uiNavBar1 = new Sunny.UI.UINavBar();
this.uiAvatar1 = new Sunny.UI.UIAvatar();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.StyleManager = new Sunny.UI.UIStyleManager(this.components);
this.uiTabControl1 = new Sunny.UI.UITabControl();
this.uiContextMenuStrip1 = new Sunny.UI.UIContextMenuStrip();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.退ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.btnExit = new Sunny.UI.UISymbolLabel();
this.btnHide = new Sunny.UI.UISymbolLabel();
this.uiNavBar1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.uiContextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// uiNavBar1
//
this.uiNavBar1.BackColor = System.Drawing.Color.White;
this.uiNavBar1.Controls.Add(this.btnExit);
this.uiNavBar1.Controls.Add(this.btnHide);
this.uiNavBar1.Controls.Add(this.uiAvatar1);
this.uiNavBar1.Controls.Add(this.pictureBox1);
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.Bold, 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, 0);
this.uiNavBar1.MenuHoverColor = System.Drawing.Color.White;
this.uiNavBar1.MenuSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
this.uiNavBar1.MenuStyle = Sunny.UI.UIMenuStyle.Custom;
this.uiNavBar1.Name = "uiNavBar1";
treeNode1.Name = "节点0";
treeNode1.Text = "产品管理";
treeNode2.Name = "节点2";
treeNode2.Text = "数据分析";
treeNode3.Name = "节点3";
treeNode3.Text = "系统设置";
this.uiNavBar1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
treeNode1,
treeNode2,
treeNode3});
this.uiNavBar1.SelectedForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
this.uiNavBar1.SelectedHighColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
this.uiNavBar1.Size = new System.Drawing.Size(976, 85);
this.uiNavBar1.Style = Sunny.UI.UIStyle.Red;
this.uiNavBar1.TabIndex = 0;
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.AvatarSize = 55;
this.uiAvatar1.BackColor = System.Drawing.Color.White;
this.uiAvatar1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiAvatar1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
this.uiAvatar1.Location = new System.Drawing.Point(899, 15);
this.uiAvatar1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiAvatar1.Name = "uiAvatar1";
this.uiAvatar1.Size = new System.Drawing.Size(65, 59);
this.uiAvatar1.Style = Sunny.UI.UIStyle.Red;
this.uiAvatar1.Symbol = 62142;
this.uiAvatar1.TabIndex = 28;
this.uiAvatar1.Text = "用户";
this.uiAvatar1.ZoomScaleDisabled = true;
this.uiAvatar1.Click += new System.EventHandler(this.uiAvatar1_Click);
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.White;
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(37, 30);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Padding = new System.Windows.Forms.Padding(9);
this.pictureBox1.Size = new System.Drawing.Size(274, 42);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 7;
this.pictureBox1.TabStop = false;
//
// StyleManager
//
this.StyleManager.Style = Sunny.UI.UIStyle.Colorful;
//
// uiTabControl1
//
this.uiTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
this.uiTabControl1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
this.uiTabControl1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTabControl1.ItemSize = new System.Drawing.Size(0, 1);
this.uiTabControl1.Location = new System.Drawing.Point(0, 85);
this.uiTabControl1.MainPage = "";
this.uiTabControl1.Name = "uiTabControl1";
this.uiTabControl1.SelectedIndex = 0;
this.uiTabControl1.Size = new System.Drawing.Size(976, 614);
this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
this.uiTabControl1.Style = Sunny.UI.UIStyle.Red;
this.uiTabControl1.TabIndex = 7;
this.uiTabControl1.TabSelectedForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
this.uiTabControl1.TabSelectedHighColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
this.uiTabControl1.TabVisible = false;
this.uiTabControl1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTabControl1.SelectedIndexChanged += new System.EventHandler(this.uiTabControl1_SelectedIndexChanged);
//
// uiContextMenuStrip1
//
this.uiContextMenuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
this.uiContextMenuStrip1.Font = new System.Drawing.Font("微软雅黑", 8F);
this.uiContextMenuStrip1.ImageScalingSize = new System.Drawing.Size(33, 33);
this.uiContextMenuStrip1.IsScaled = true;
this.uiContextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem,
this.ToolStripMenuItem,
this.toolStripMenuItem1,
this.退ToolStripMenuItem});
this.uiContextMenuStrip1.Name = "uiContextMenuStrip1";
this.uiContextMenuStrip1.Size = new System.Drawing.Size(215, 136);
//
// 锁定ToolStripMenuItem
//
this.ToolStripMenuItem.Font = new System.Drawing.Font("微软雅黑", 14F);
this.ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("锁定ToolStripMenuItem.Image")));
this.ToolStripMenuItem.Name = "锁定ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(214, 42);
this.ToolStripMenuItem.Text = "锁定页面";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 更改密码ToolStripMenuItem
//
this.ToolStripMenuItem.Font = new System.Drawing.Font("微软雅黑", 14F);
this.ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("更改密码ToolStripMenuItem.Image")));
this.ToolStripMenuItem.Name = "更改密码ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(214, 42);
this.ToolStripMenuItem.Text = "修改密码";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(211, 6);
//
// 退出ToolStripMenuItem
//
this.退ToolStripMenuItem.Font = new System.Drawing.Font("微软雅黑", 14F);
this.退ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("退出ToolStripMenuItem.Image")));
this.退ToolStripMenuItem.Name = "退出ToolStripMenuItem";
this.退ToolStripMenuItem.Size = new System.Drawing.Size(214, 42);
this.退ToolStripMenuItem.Text = "退出";
this.退ToolStripMenuItem.Click += new System.EventHandler(this.退ToolStripMenuItem_Click);
//
// btnExit
//
this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnExit.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnExit.ForeColor = System.Drawing.Color.Blue;
this.btnExit.Location = new System.Drawing.Point(811, 3);
this.btnExit.MinimumSize = new System.Drawing.Size(1, 1);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(82, 34);
this.btnExit.Style = Sunny.UI.UIStyle.Custom;
this.btnExit.StyleCustomMode = true;
this.btnExit.Symbol = 61579;
this.btnExit.SymbolColor = System.Drawing.Color.Blue;
this.btnExit.SymbolOffset = new System.Drawing.Point(0, 1);
this.btnExit.SymbolSize = 30;
this.btnExit.TabIndex = 29;
this.btnExit.Text = "退出";
//
// btnHide
//
this.btnHide.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnHide.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnHide.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnHide.ForeColor = System.Drawing.Color.Blue;
this.btnHide.Location = new System.Drawing.Point(711, 3);
this.btnHide.MinimumSize = new System.Drawing.Size(1, 1);
this.btnHide.Name = "btnHide";
this.btnHide.Size = new System.Drawing.Size(82, 34);
this.btnHide.Style = Sunny.UI.UIStyle.Custom;
this.btnHide.StyleCustomMode = true;
this.btnHide.Symbol = 261766;
this.btnHide.SymbolColor = System.Drawing.Color.Blue;
this.btnHide.SymbolOffset = new System.Drawing.Point(0, 2);
this.btnHide.SymbolSize = 28;
this.btnHide.TabIndex = 30;
this.btnHide.Text = "最小化";
//
// FrmMain2
//
this.AllowShowTitle = false;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
this.ClientSize = new System.Drawing.Size(976, 699);
this.ControlBoxFillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(115)))), ((int)(((byte)(115)))));
this.Controls.Add(this.uiTabControl1);
this.Controls.Add(this.uiNavBar1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximumSize = new System.Drawing.Size(2160, 1440);
this.Name = "FrmMain2";
this.Padding = new System.Windows.Forms.Padding(0);
this.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
this.ShowFullScreen = true;
this.ShowRadius = false;
this.ShowRect = false;
this.ShowTitle = false;
this.ShowTitleIcon = true;
this.Style = Sunny.UI.UIStyle.Red;
this.Text = "革博士AI检验系统";
this.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.ZoomScaleRect = new System.Drawing.Rectangle(22, 22, 975, 691);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmManager_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmManager_FormClosed);
this.Load += new System.EventHandler(this.FrmManager_Load);
this.uiNavBar1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.uiContextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UINavBar uiNavBar1;
private System.Windows.Forms.PictureBox pictureBox1;
private Sunny.UI.UIStyleManager StyleManager;
private Sunny.UI.UITabControl uiTabControl1;
private Sunny.UI.UIContextMenuStrip uiContextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem 退ToolStripMenuItem;
private Sunny.UI.UIAvatar uiAvatar1;
private Sunny.UI.UISymbolLabel btnExit;
private Sunny.UI.UISymbolLabel btnHide;
}
}