namespace ICSSoft.Frame.Main.Entrance
{
partial class FormMain
{
///
/// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.btnMinWindow = new DevExpress.XtraEditors.SimpleButton();
this.btnModifyPwd = new DevExpress.XtraEditors.SimpleButton();
this.btnLogOut = new DevExpress.XtraEditors.SimpleButton();
this.btnInfoCenter = new DevExpress.XtraEditors.SimpleButton();
this.btnMyMenu = new DevExpress.XtraEditors.SimpleButton();
this.btnSysMenu = new DevExpress.XtraEditors.SimpleButton();
this.btnExit = new DevExpress.XtraEditors.SimpleButton();
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.lblCompanyName = new DevExpress.XtraEditors.SimpleButton();
this.lblWorkPointName = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.lblRole = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.lblUserName = new DevExpress.XtraEditors.LabelControl();
this.xtraTabbedMdiManager1 = new DevExpress.XtraTabbedMdi.XtraTabbedMdiManager(this.components);
this.navMain = new DevExpress.XtraNavBar.NavBarControl();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.xtraTabbedMdiManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.navMain)).BeginInit();
this.SuspendLayout();
//
// panelControl2
//
this.panelControl2.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
this.panelControl2.Appearance.Options.UseBackColor = true;
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl2.Controls.Add(this.btnMinWindow);
this.panelControl2.Controls.Add(this.btnModifyPwd);
this.panelControl2.Controls.Add(this.btnLogOut);
this.panelControl2.Controls.Add(this.btnInfoCenter);
this.panelControl2.Controls.Add(this.btnMyMenu);
this.panelControl2.Controls.Add(this.btnSysMenu);
this.panelControl2.Controls.Add(this.btnExit);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Left;
this.panelControl2.Location = new System.Drawing.Point(0, 0);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(89, 509);
this.panelControl2.TabIndex = 1;
//
// btnMinWindow
//
this.btnMinWindow.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnMinWindow.Appearance.ForeColor = System.Drawing.Color.White;
this.btnMinWindow.Appearance.Options.UseFont = true;
this.btnMinWindow.Appearance.Options.UseForeColor = true;
this.btnMinWindow.Appearance.Options.UseTextOptions = true;
this.btnMinWindow.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnMinWindow.Dock = System.Windows.Forms.DockStyle.Bottom;
this.btnMinWindow.Image = ((System.Drawing.Image)(resources.GetObject("btnMinWindow.Image")));
this.btnMinWindow.Location = new System.Drawing.Point(0, 417);
this.btnMinWindow.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnMinWindow.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnMinWindow.Name = "btnMinWindow";
this.btnMinWindow.Size = new System.Drawing.Size(89, 23);
this.btnMinWindow.TabIndex = 2;
this.btnMinWindow.Text = "最小化窗体";
this.btnMinWindow.Click += new System.EventHandler(this.btnMinWindow_Click);
//
// btnModifyPwd
//
this.btnModifyPwd.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnModifyPwd.Appearance.ForeColor = System.Drawing.Color.White;
this.btnModifyPwd.Appearance.Options.UseFont = true;
this.btnModifyPwd.Appearance.Options.UseForeColor = true;
this.btnModifyPwd.Appearance.Options.UseTextOptions = true;
this.btnModifyPwd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnModifyPwd.Dock = System.Windows.Forms.DockStyle.Bottom;
this.btnModifyPwd.Image = ((System.Drawing.Image)(resources.GetObject("btnModifyPwd.Image")));
this.btnModifyPwd.Location = new System.Drawing.Point(0, 440);
this.btnModifyPwd.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnModifyPwd.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnModifyPwd.Name = "btnModifyPwd";
this.btnModifyPwd.Size = new System.Drawing.Size(89, 23);
this.btnModifyPwd.TabIndex = 1;
this.btnModifyPwd.Text = "修改口令";
this.btnModifyPwd.Click += new System.EventHandler(this.btnModifyPwd_Click);
//
// btnLogOut
//
this.btnLogOut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnLogOut.Appearance.ForeColor = System.Drawing.Color.White;
this.btnLogOut.Appearance.Options.UseFont = true;
this.btnLogOut.Appearance.Options.UseForeColor = true;
this.btnLogOut.Appearance.Options.UseTextOptions = true;
this.btnLogOut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnLogOut.Dock = System.Windows.Forms.DockStyle.Bottom;
this.btnLogOut.Image = ((System.Drawing.Image)(resources.GetObject("btnLogOut.Image")));
this.btnLogOut.Location = new System.Drawing.Point(0, 463);
this.btnLogOut.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnLogOut.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnLogOut.Name = "btnLogOut";
this.btnLogOut.Size = new System.Drawing.Size(89, 23);
this.btnLogOut.TabIndex = 1;
this.btnLogOut.Text = "重新注册";
this.btnLogOut.Click += new System.EventHandler(this.btnLogOut_Click);
//
// btnInfoCenter
//
this.btnInfoCenter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnInfoCenter.Appearance.ForeColor = System.Drawing.Color.White;
this.btnInfoCenter.Appearance.Options.UseFont = true;
this.btnInfoCenter.Appearance.Options.UseForeColor = true;
this.btnInfoCenter.Image = ((System.Drawing.Image)(resources.GetObject("btnInfoCenter.Image")));
this.btnInfoCenter.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
this.btnInfoCenter.Location = new System.Drawing.Point(0, 139);
this.btnInfoCenter.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnInfoCenter.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnInfoCenter.Name = "btnInfoCenter";
this.btnInfoCenter.Size = new System.Drawing.Size(86, 67);
this.btnInfoCenter.TabIndex = 0;
this.btnInfoCenter.Text = "信息中心";
this.btnInfoCenter.Click += new System.EventHandler(this.btnInfoCenter_Click);
//
// btnMyMenu
//
this.btnMyMenu.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnMyMenu.Appearance.ForeColor = System.Drawing.Color.White;
this.btnMyMenu.Appearance.Options.UseFont = true;
this.btnMyMenu.Appearance.Options.UseForeColor = true;
this.btnMyMenu.Image = ((System.Drawing.Image)(resources.GetObject("btnMyMenu.Image")));
this.btnMyMenu.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
this.btnMyMenu.Location = new System.Drawing.Point(0, 72);
this.btnMyMenu.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnMyMenu.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnMyMenu.Name = "btnMyMenu";
this.btnMyMenu.Size = new System.Drawing.Size(86, 67);
this.btnMyMenu.TabIndex = 0;
this.btnMyMenu.Text = "自定义菜单";
this.btnMyMenu.Click += new System.EventHandler(this.btnMyMenu_Click);
//
// btnSysMenu
//
this.btnSysMenu.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSysMenu.Appearance.ForeColor = System.Drawing.Color.White;
this.btnSysMenu.Appearance.Options.UseFont = true;
this.btnSysMenu.Appearance.Options.UseForeColor = true;
this.btnSysMenu.Image = ((System.Drawing.Image)(resources.GetObject("btnSysMenu.Image")));
this.btnSysMenu.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
this.btnSysMenu.Location = new System.Drawing.Point(0, 3);
this.btnSysMenu.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnSysMenu.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnSysMenu.Name = "btnSysMenu";
this.btnSysMenu.Size = new System.Drawing.Size(86, 69);
this.btnSysMenu.TabIndex = 0;
this.btnSysMenu.Text = "业务导航";
this.btnSysMenu.Click += new System.EventHandler(this.btnSysMenu_Click);
//
// btnExit
//
this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
this.btnExit.Appearance.Options.UseFont = true;
this.btnExit.Appearance.Options.UseForeColor = true;
this.btnExit.Appearance.Options.UseTextOptions = true;
this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnExit.Dock = System.Windows.Forms.DockStyle.Bottom;
this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
this.btnExit.Location = new System.Drawing.Point(0, 486);
this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(89, 23);
this.btnExit.TabIndex = 1;
this.btnExit.Text = "退出系统";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// panelControl4
//
this.panelControl4.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
this.panelControl4.Appearance.Options.UseBackColor = true;
this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl4.Dock = System.Windows.Forms.DockStyle.Right;
this.panelControl4.Location = new System.Drawing.Point(987, 0);
this.panelControl4.Name = "panelControl4";
this.panelControl4.Size = new System.Drawing.Size(1, 509);
this.panelControl4.TabIndex = 3;
//
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.lblCompanyName);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl1.Location = new System.Drawing.Point(0, 509);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(988, 23);
this.panelControl1.TabIndex = 5;
//
// lblCompanyName
//
this.lblCompanyName.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblCompanyName.Appearance.ForeColor = System.Drawing.Color.White;
this.lblCompanyName.Appearance.Options.UseFont = true;
this.lblCompanyName.Appearance.Options.UseForeColor = true;
this.lblCompanyName.Appearance.Options.UseTextOptions = true;
this.lblCompanyName.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.lblCompanyName.Dock = System.Windows.Forms.DockStyle.Right;
this.lblCompanyName.Image = ((System.Drawing.Image)(resources.GetObject("lblCompanyName.Image")));
this.lblCompanyName.Location = new System.Drawing.Point(692, 0);
this.lblCompanyName.LookAndFeel.SkinName = "BlueButtonSkin";
this.lblCompanyName.LookAndFeel.UseDefaultLookAndFeel = false;
this.lblCompanyName.Name = "lblCompanyName";
this.lblCompanyName.Size = new System.Drawing.Size(296, 23);
this.lblCompanyName.TabIndex = 5;
this.lblCompanyName.Text = "搜索";
//
// lblWorkPointName
//
this.lblWorkPointName.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblWorkPointName.Appearance.ForeColor = System.Drawing.Color.White;
this.lblWorkPointName.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.lblWorkPointName.Dock = System.Windows.Forms.DockStyle.Right;
this.lblWorkPointName.Location = new System.Drawing.Point(739, 0);
this.lblWorkPointName.Name = "lblWorkPointName";
this.lblWorkPointName.Size = new System.Drawing.Size(159, 26);
this.lblWorkPointName.TabIndex = 0;
this.lblWorkPointName.Text = "ddddd";
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White;
this.labelControl1.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("labelControl1.Appearance.Image")));
this.labelControl1.Appearance.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl1.Dock = System.Windows.Forms.DockStyle.Right;
this.labelControl1.Location = new System.Drawing.Point(649, 0);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(90, 26);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "当前站点:";
//
// panelControl3
//
this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
this.panelControl3.Appearance.Options.UseBackColor = true;
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl3.Controls.Add(this.labelControl3);
this.panelControl3.Controls.Add(this.lblRole);
this.panelControl3.Controls.Add(this.labelControl2);
this.panelControl3.Controls.Add(this.lblUserName);
this.panelControl3.Controls.Add(this.labelControl1);
this.panelControl3.Controls.Add(this.lblWorkPointName);
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl3.Location = new System.Drawing.Point(89, 0);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(898, 26);
this.panelControl3.TabIndex = 9;
//
// labelControl3
//
this.labelControl3.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl3.Appearance.ForeColor = System.Drawing.Color.White;
this.labelControl3.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("labelControl3.Appearance.Image")));
this.labelControl3.Appearance.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl3.Dock = System.Windows.Forms.DockStyle.Right;
this.labelControl3.Location = new System.Drawing.Point(290, 0);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(88, 26);
this.labelControl3.TabIndex = 4;
this.labelControl3.Text = "用户角色:";
//
// lblRole
//
this.lblRole.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblRole.Appearance.ForeColor = System.Drawing.Color.White;
this.lblRole.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.lblRole.Dock = System.Windows.Forms.DockStyle.Right;
this.lblRole.Location = new System.Drawing.Point(378, 0);
this.lblRole.Name = "lblRole";
this.lblRole.Size = new System.Drawing.Size(88, 26);
this.lblRole.TabIndex = 3;
this.lblRole.Text = "ddddd";
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl2.Appearance.ForeColor = System.Drawing.Color.White;
this.labelControl2.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("labelControl2.Appearance.Image")));
this.labelControl2.Appearance.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl2.Dock = System.Windows.Forms.DockStyle.Right;
this.labelControl2.Location = new System.Drawing.Point(466, 0);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(95, 26);
this.labelControl2.TabIndex = 2;
this.labelControl2.Text = "当前用户:";
//
// lblUserName
//
this.lblUserName.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblUserName.Appearance.ForeColor = System.Drawing.Color.White;
this.lblUserName.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.lblUserName.Dock = System.Windows.Forms.DockStyle.Right;
this.lblUserName.Location = new System.Drawing.Point(561, 0);
this.lblUserName.Name = "lblUserName";
this.lblUserName.Size = new System.Drawing.Size(88, 26);
this.lblUserName.TabIndex = 1;
this.lblUserName.Text = "ddddd";
//
// xtraTabbedMdiManager1
//
this.xtraTabbedMdiManager1.MdiParent = this;
//
// navMain
//
this.navMain.ActiveGroup = null;
this.navMain.Dock = System.Windows.Forms.DockStyle.Left;
this.navMain.Location = new System.Drawing.Point(89, 26);
this.navMain.Name = "navMain";
this.navMain.OptionsNavPane.ExpandedWidth = 208;
this.navMain.Size = new System.Drawing.Size(208, 483);
this.navMain.TabIndex = 0;
this.navMain.Text = "navBarControl1";
this.navMain.View = new DevExpress.XtraNavBar.ViewInfo.StandardSkinNavigationPaneViewInfoRegistrator("Office 2010 Blue");
//
// FormMain
//
this.Appearance.BackColor = System.Drawing.Color.White;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(988, 532);
this.Controls.Add(this.navMain);
this.Controls.Add(this.panelControl3);
this.Controls.Add(this.panelControl4);
this.Controls.Add(this.panelControl2);
this.Controls.Add(this.panelControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.IsMdiContainer = true;
this.Name = "FormMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FormMain";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
this.Load += new System.EventHandler(this.FormMain_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.xtraTabbedMdiManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.navMain)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.PanelControl panelControl4;
private DevExpress.XtraEditors.SimpleButton btnSysMenu;
private DevExpress.XtraEditors.SimpleButton btnMyMenu;
private DevExpress.XtraEditors.SimpleButton btnInfoCenter;
private DevExpress.XtraEditors.SimpleButton btnLogOut;
private DevExpress.XtraEditors.SimpleButton btnModifyPwd;
private DevExpress.XtraEditors.SimpleButton btnExit;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl lblWorkPointName;
private DevExpress.XtraTabbedMdi.XtraTabbedMdiManager xtraTabbedMdiManager1;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl lblUserName;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.LabelControl lblRole;
private DevExpress.XtraNavBar.NavBarControl navMain;
private DevExpress.XtraEditors.SimpleButton btnMinWindow;
private DevExpress.XtraEditors.SimpleButton lblCompanyName;
}
}