geboshi_V1/LeatherProject/LeatherApp/FrmMain.Designer.cs

387 lines
24 KiB
C#
Raw Permalink 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 FrmMain
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
this.uiTabControl1 = new Sunny.UI.UITabControl();
this.picLogo = new System.Windows.Forms.PictureBox();
this.uiNavBar1 = new Sunny.UI.UINavBar();
this.lblVer = new System.Windows.Forms.LinkLabel();
this.uiLine3 = new Sunny.UI.UILine();
this.uiLine2 = new Sunny.UI.UILine();
this.uiLine1 = new Sunny.UI.UILine();
this.btnExit = new Sunny.UI.UISymbolLabel();
this.btnHide = new Sunny.UI.UISymbolLabel();
this.btnLockUI = new Sunny.UI.UISymbolLabel();
this.btnHead3 = new Sunny.UI.UISymbolLabel();
this.btnHead2 = new Sunny.UI.UISymbolLabel();
this.btnHead1 = new Sunny.UI.UISymbolLabel();
this.btnHead0 = new Sunny.UI.UISymbolLabel();
((System.ComponentModel.ISupportInitialize)(this.picLogo)).BeginInit();
this.uiNavBar1.SuspendLayout();
this.SuspendLayout();
//
// 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, 73);
this.uiTabControl1.MainPage = "";
this.uiTabControl1.Name = "uiTabControl1";
this.uiTabControl1.SelectedIndex = 0;
this.uiTabControl1.Size = new System.Drawing.Size(1008, 572);
this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
this.uiTabControl1.Style = Sunny.UI.UIStyle.Custom;
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);
//
// picLogo
//
this.picLogo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
this.picLogo.Image = ((System.Drawing.Image)(resources.GetObject("picLogo.Image")));
this.picLogo.Location = new System.Drawing.Point(5, 13);
this.picLogo.Name = "picLogo";
this.picLogo.Padding = new System.Windows.Forms.Padding(9);
this.picLogo.Size = new System.Drawing.Size(232, 48);
this.picLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picLogo.TabIndex = 7;
this.picLogo.TabStop = false;
//
// uiNavBar1
//
this.uiNavBar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
this.uiNavBar1.Controls.Add(this.lblVer);
this.uiNavBar1.Controls.Add(this.uiLine3);
this.uiNavBar1.Controls.Add(this.uiLine2);
this.uiNavBar1.Controls.Add(this.uiLine1);
this.uiNavBar1.Controls.Add(this.btnExit);
this.uiNavBar1.Controls.Add(this.btnHide);
this.uiNavBar1.Controls.Add(this.btnHead3);
this.uiNavBar1.Controls.Add(this.btnHead2);
this.uiNavBar1.Controls.Add(this.btnHead1);
this.uiNavBar1.Controls.Add(this.btnHead0);
this.uiNavBar1.Controls.Add(this.picLogo);
this.uiNavBar1.Controls.Add(this.btnLockUI);
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.White;
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";
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(1008, 73);
this.uiNavBar1.Style = Sunny.UI.UIStyle.Custom;
this.uiNavBar1.TabIndex = 0;
this.uiNavBar1.Text = "uiNavBar1";
this.uiNavBar1.MenuItemClick += new Sunny.UI.UINavBar.OnMenuItemClick(this.uiNavBar1_MenuItemClick);
//
// lblVer
//
this.lblVer.AutoSize = true;
this.lblVer.Font = new System.Drawing.Font("微软雅黑", 7F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblVer.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.lblVer.Location = new System.Drawing.Point(243, 46);
this.lblVer.Name = "lblVer";
this.lblVer.Size = new System.Drawing.Size(46, 15);
this.lblVer.TabIndex = 10;
this.lblVer.TabStop = true;
this.lblVer.Text = "v1.0.0.0";
this.lblVer.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblVer_LinkClicked);
//
// uiLine3
//
this.uiLine3.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.uiLine3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
this.uiLine3.Direction = Sunny.UI.UILine.LineDirection.Vertical;
this.uiLine3.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
this.uiLine3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLine3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLine3.LineColor = System.Drawing.Color.White;
this.uiLine3.LineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
this.uiLine3.LineSize = 2;
this.uiLine3.Location = new System.Drawing.Point(682, 23);
this.uiLine3.MinimumSize = new System.Drawing.Size(1, 1);
this.uiLine3.Name = "uiLine3";
this.uiLine3.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
this.uiLine3.Size = new System.Drawing.Size(18, 29);
this.uiLine3.Style = Sunny.UI.UIStyle.Custom;
this.uiLine3.StyleCustomMode = true;
this.uiLine3.TabIndex = 9;
//
// uiLine2
//
this.uiLine2.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.uiLine2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
this.uiLine2.Direction = Sunny.UI.UILine.LineDirection.Vertical;
this.uiLine2.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
this.uiLine2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLine2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLine2.LineColor = System.Drawing.Color.White;
this.uiLine2.LineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
this.uiLine2.LineSize = 2;
this.uiLine2.Location = new System.Drawing.Point(547, 23);
this.uiLine2.MinimumSize = new System.Drawing.Size(1, 1);
this.uiLine2.Name = "uiLine2";
this.uiLine2.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
this.uiLine2.Size = new System.Drawing.Size(18, 29);
this.uiLine2.Style = Sunny.UI.UIStyle.Custom;
this.uiLine2.StyleCustomMode = true;
this.uiLine2.TabIndex = 9;
//
// uiLine1
//
this.uiLine1.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.uiLine1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
this.uiLine1.Direction = Sunny.UI.UILine.LineDirection.Vertical;
this.uiLine1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
this.uiLine1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLine1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLine1.LineColor = System.Drawing.Color.White;
this.uiLine1.LineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
this.uiLine1.LineSize = 2;
this.uiLine1.Location = new System.Drawing.Point(407, 24);
this.uiLine1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiLine1.Name = "uiLine1";
this.uiLine1.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
this.uiLine1.Size = new System.Drawing.Size(18, 29);
this.uiLine1.Style = Sunny.UI.UIStyle.Custom;
this.uiLine1.StyleCustomMode = true;
this.uiLine1.TabIndex = 9;
//
// 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.White;
this.btnExit.Location = new System.Drawing.Point(914, 19);
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.White;
this.btnExit.SymbolOffset = new System.Drawing.Point(0, 1);
this.btnExit.SymbolSize = 30;
this.btnExit.TabIndex = 8;
this.btnExit.Text = "退出";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// 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.White;
this.btnHide.Location = new System.Drawing.Point(826, 18);
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.White;
this.btnHide.SymbolOffset = new System.Drawing.Point(0, 2);
this.btnHide.SymbolSize = 28;
this.btnHide.TabIndex = 8;
this.btnHide.Text = "最小化";
this.btnHide.Click += new System.EventHandler(this.btnLockUI_Click);
//
// btnLockUI
//
this.btnLockUI.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnLockUI.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnLockUI.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnLockUI.ForeColor = System.Drawing.Color.White;
this.btnLockUI.Location = new System.Drawing.Point(738, 22);
this.btnLockUI.MinimumSize = new System.Drawing.Size(1, 1);
this.btnLockUI.Name = "btnLockUI";
this.btnLockUI.Size = new System.Drawing.Size(82, 34);
this.btnLockUI.Style = Sunny.UI.UIStyle.Custom;
this.btnLockUI.StyleCustomMode = true;
this.btnLockUI.Symbol = 61475;
this.btnLockUI.SymbolColor = System.Drawing.Color.White;
this.btnLockUI.SymbolOffset = new System.Drawing.Point(0, 2);
this.btnLockUI.SymbolSize = 28;
this.btnLockUI.TabIndex = 8;
this.btnLockUI.Text = "锁定";
this.btnLockUI.Visible = false;
this.btnLockUI.Click += new System.EventHandler(this.btnLockUI_Click);
//
// btnHead3
//
this.btnHead3.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnHead3.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnHead3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnHead3.ForeColor = System.Drawing.Color.White;
this.btnHead3.Location = new System.Drawing.Point(706, 22);
this.btnHead3.MinimumSize = new System.Drawing.Size(1, 1);
this.btnHead3.Name = "btnHead3";
this.btnHead3.Size = new System.Drawing.Size(114, 30);
this.btnHead3.Style = Sunny.UI.UIStyle.Custom;
this.btnHead3.StyleCustomMode = true;
this.btnHead3.Symbol = 61459;
this.btnHead3.SymbolColor = System.Drawing.Color.White;
this.btnHead3.SymbolOffset = new System.Drawing.Point(0, 3);
this.btnHead3.SymbolSize = 30;
this.btnHead3.TabIndex = 8;
this.btnHead3.Tag = "3";
this.btnHead3.Text = "系统设置";
this.btnHead3.Click += new System.EventHandler(this.btnHead0_Click);
//
// btnHead2
//
this.btnHead2.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnHead2.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnHead2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnHead2.ForeColor = System.Drawing.Color.White;
this.btnHead2.Location = new System.Drawing.Point(568, 22);
this.btnHead2.MinimumSize = new System.Drawing.Size(1, 1);
this.btnHead2.Name = "btnHead2";
this.btnHead2.Size = new System.Drawing.Size(114, 30);
this.btnHead2.Style = Sunny.UI.UIStyle.Custom;
this.btnHead2.StyleCustomMode = true;
this.btnHead2.Symbol = 61952;
this.btnHead2.SymbolColor = System.Drawing.Color.White;
this.btnHead2.SymbolOffset = new System.Drawing.Point(0, 3);
this.btnHead2.SymbolSize = 30;
this.btnHead2.TabIndex = 8;
this.btnHead2.Tag = "2";
this.btnHead2.Text = "数据分析";
this.btnHead2.Click += new System.EventHandler(this.btnHead0_Click);
//
// btnHead1
//
this.btnHead1.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnHead1.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnHead1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnHead1.ForeColor = System.Drawing.Color.White;
this.btnHead1.Location = new System.Drawing.Point(430, 23);
this.btnHead1.MinimumSize = new System.Drawing.Size(1, 1);
this.btnHead1.Name = "btnHead1";
this.btnHead1.Size = new System.Drawing.Size(114, 30);
this.btnHead1.Style = Sunny.UI.UIStyle.Custom;
this.btnHead1.StyleCustomMode = true;
this.btnHead1.Symbol = 61641;
this.btnHead1.SymbolColor = System.Drawing.Color.White;
this.btnHead1.SymbolOffset = new System.Drawing.Point(0, 3);
this.btnHead1.SymbolSize = 30;
this.btnHead1.TabIndex = 8;
this.btnHead1.Tag = "1";
this.btnHead1.Text = "检测标准";
this.btnHead1.Click += new System.EventHandler(this.btnHead0_Click);
//
// btnHead0
//
this.btnHead0.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnHead0.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnHead0.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnHead0.ForeColor = System.Drawing.Color.White;
this.btnHead0.Location = new System.Drawing.Point(292, 23);
this.btnHead0.MinimumSize = new System.Drawing.Size(1, 1);
this.btnHead0.Name = "btnHead0";
this.btnHead0.Size = new System.Drawing.Size(114, 30);
this.btnHead0.Style = Sunny.UI.UIStyle.Custom;
this.btnHead0.StyleCustomMode = true;
this.btnHead0.Symbol = 57589;
this.btnHead0.SymbolColor = System.Drawing.Color.White;
this.btnHead0.SymbolOffset = new System.Drawing.Point(0, 3);
this.btnHead0.SymbolSize = 30;
this.btnHead0.TabIndex = 8;
this.btnHead0.Tag = "0";
this.btnHead0.Text = "实时监控";
this.btnHead0.Click += new System.EventHandler(this.btnHead0_Click);
//
// FrmMain
//
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(1008, 645);
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(1920, 1080);
this.Name = "FrmMain";
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.ShowRect = false;
this.ShowTitle = false;
this.ShowTitleIcon = true;
this.Style = Sunny.UI.UIStyle.Custom;
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.Activated += new System.EventHandler(this.FrmMain_Activated);
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.Shown += new System.EventHandler(this.FrmMain_Shown);
this.Resize += new System.EventHandler(this.FrmMain_Resize);
((System.ComponentModel.ISupportInitialize)(this.picLogo)).EndInit();
this.uiNavBar1.ResumeLayout(false);
this.uiNavBar1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UITabControl uiTabControl1;
private System.Windows.Forms.PictureBox picLogo;
private Sunny.UI.UINavBar uiNavBar1;
private Sunny.UI.UISymbolLabel btnHead0;
private Sunny.UI.UISymbolLabel btnHead3;
private Sunny.UI.UISymbolLabel btnHead2;
private Sunny.UI.UISymbolLabel btnHead1;
private Sunny.UI.UILine uiLine3;
private Sunny.UI.UILine uiLine2;
private Sunny.UI.UILine uiLine1;
private Sunny.UI.UISymbolLabel btnExit;
private Sunny.UI.UISymbolLabel btnLockUI;
private Sunny.UI.UISymbolLabel btnHide;
private System.Windows.Forms.LinkLabel lblVer;
}
}