namespace HStation.Desktop
{
partial class MainForm
{
///
/// 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()
{
components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
tileNavPane = new DevExpress.XtraBars.Navigation.TileNavPane();
nbTitle = new DevExpress.XtraBars.Navigation.NavButton();
nbPlaceMgr = new DevExpress.XtraBars.Navigation.NavButton();
nbWEMgr = new DevExpress.XtraBars.Navigation.NavButton();
nbAssetManage = new DevExpress.XtraBars.Navigation.NavButton();
nbSystemConfig = new DevExpress.XtraBars.Navigation.NavButton();
nbAuthConfig = new DevExpress.XtraBars.Navigation.NavButton();
nbMin = new DevExpress.XtraBars.Navigation.NavButton();
nbNormal = new DevExpress.XtraBars.Navigation.NavButton();
nbClose = new DevExpress.XtraBars.Navigation.NavButton();
documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(components);
barManager1 = new DevExpress.XtraBars.BarManager(components);
bar3 = new DevExpress.XtraBars.Bar();
barStaticOwner = new DevExpress.XtraBars.BarStaticItem();
barStaticVersion = new DevExpress.XtraBars.BarStaticItem();
barDockControlTop = new DevExpress.XtraBars.BarDockControl();
barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
barDockControlRight = new DevExpress.XtraBars.BarDockControl();
dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components);
barDockingMenuItem1 = new DevExpress.XtraBars.BarDockingMenuItem();
tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(components);
flyoutPanel1 = new DevExpress.Utils.FlyoutPanel();
flyoutPanelControl1 = new DevExpress.Utils.FlyoutPanelControl();
svgImg32 = new DevExpress.Utils.SvgImageCollection(components);
propertyGridControl1 = new DevExpress.XtraVerticalGrid.PropertyGridControl();
toolboxControl1 = new DevExpress.XtraToolbox.ToolboxControl();
toolboxItem3 = new DevExpress.XtraToolbox.ToolboxItem();
toolboxItem5 = new DevExpress.XtraToolbox.ToolboxItem();
toolboxGroup1 = new DevExpress.XtraToolbox.ToolboxGroup();
toolboxItem1 = new DevExpress.XtraToolbox.ToolboxItem();
toolboxItem2 = new DevExpress.XtraToolbox.ToolboxItem();
toolboxItem4 = new DevExpress.XtraToolbox.ToolboxItem();
toolboxItem6 = new DevExpress.XtraToolbox.ToolboxItem();
toolboxItem7 = new DevExpress.XtraToolbox.ToolboxItem();
((System.ComponentModel.ISupportInitialize)tileNavPane).BeginInit();
((System.ComponentModel.ISupportInitialize)documentManager1).BeginInit();
((System.ComponentModel.ISupportInitialize)barManager1).BeginInit();
((System.ComponentModel.ISupportInitialize)dockManager1).BeginInit();
((System.ComponentModel.ISupportInitialize)tabbedView1).BeginInit();
((System.ComponentModel.ISupportInitialize)flyoutPanel1).BeginInit();
flyoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)flyoutPanelControl1).BeginInit();
((System.ComponentModel.ISupportInitialize)svgImg32).BeginInit();
((System.ComponentModel.ISupportInitialize)propertyGridControl1).BeginInit();
SuspendLayout();
//
// tileNavPane
//
tileNavPane.AllowGlyphSkinning = true;
tileNavPane.ButtonPadding = new Padding(10);
tileNavPane.Buttons.Add(nbTitle);
tileNavPane.Buttons.Add(nbPlaceMgr);
tileNavPane.Buttons.Add(nbWEMgr);
tileNavPane.Buttons.Add(nbAssetManage);
tileNavPane.Buttons.Add(nbSystemConfig);
tileNavPane.Buttons.Add(nbAuthConfig);
tileNavPane.Buttons.Add(nbMin);
tileNavPane.Buttons.Add(nbNormal);
tileNavPane.Buttons.Add(nbClose);
//
// tileNavCategory1
//
tileNavPane.DefaultCategory.Name = "tileNavCategory1";
//
//
//
tileNavPane.DefaultCategory.Tile.DropDownOptions.BeakColor = Color.Empty;
tileNavPane.Dock = DockStyle.Top;
tileNavPane.Location = new Point(0, 0);
tileNavPane.Margin = new Padding(0);
tileNavPane.Name = "tileNavPane";
tileNavPane.Size = new Size(2087, 70);
tileNavPane.TabIndex = 0;
tileNavPane.Text = "tileNavPane1";
tileNavPane.ElementClick += tileNavPane_ElementClick;
tileNavPane.MouseDown += tileNavPane_MouseDown;
//
// nbTitle
//
nbTitle.Caption = "二供成套系统";
nbTitle.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
nbTitle.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbTitle.ImageOptions.SvgImage");
nbTitle.Name = "nbTitle";
nbTitle.ElementClick += nbTitle_ElementClick;
//
// nbPlaceMgr
//
nbPlaceMgr.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
nbPlaceMgr.Caption = "场所管理";
nbPlaceMgr.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbPlaceMgr.ImageOptions.SvgImage");
nbPlaceMgr.ImageOptions.SvgImageSize = new Size(24, 24);
nbPlaceMgr.Name = "nbPlaceMgr";
nbPlaceMgr.ElementClick += nbPlaceMgr_ElementClick;
//
// nbWEMgr
//
nbWEMgr.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
nbWEMgr.Caption = "当量管理";
nbWEMgr.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbWEMgr.ImageOptions.SvgImage");
nbWEMgr.ImageOptions.SvgImageSize = new Size(24, 24);
nbWEMgr.Name = "nbWEMgr";
nbWEMgr.ElementClick += nbWEMgr_ElementClick;
//
// nbAssetManage
//
nbAssetManage.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
nbAssetManage.Caption = "产品管理";
nbAssetManage.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbAssetManage.ImageOptions.SvgImage");
nbAssetManage.Name = "nbAssetManage";
nbAssetManage.ElementClick += nbAssetManage_ElementClick;
//
// nbSystemConfig
//
nbSystemConfig.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
nbSystemConfig.Caption = "系统配置";
nbSystemConfig.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbSystemConfig.ImageOptions.SvgImage");
nbSystemConfig.Name = "nbSystemConfig";
nbSystemConfig.ElementClick += nbSystemConfig_ElementClick;
//
// nbAuthConfig
//
nbAuthConfig.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
nbAuthConfig.Caption = "权限配置";
nbAuthConfig.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbAuthConfig.ImageOptions.SvgImage");
nbAuthConfig.Name = "nbAuthConfig";
nbAuthConfig.ElementClick += nbAuthConfig_ElementClick;
//
// nbMin
//
nbMin.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
nbMin.Caption = null;
nbMin.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
nbMin.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbMin.ImageOptions.SvgImage");
nbMin.ImageOptions.SvgImageSize = new Size(24, 24);
nbMin.Name = "nbMin";
nbMin.ElementClick += nbMin_ElementClick;
//
// nbNormal
//
nbNormal.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
nbNormal.Caption = null;
nbNormal.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
nbNormal.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbNormal.ImageOptions.SvgImage");
nbNormal.ImageOptions.SvgImageSize = new Size(20, 20);
nbNormal.Name = "nbNormal";
nbNormal.ElementClick += nbNormal_ElementClick;
//
// nbClose
//
nbClose.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
nbClose.Caption = null;
nbClose.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
nbClose.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbClose.ImageOptions.SvgImage");
nbClose.ImageOptions.SvgImageSize = new Size(24, 24);
nbClose.Name = "nbClose";
nbClose.ElementClick += nabClose_ElementClick;
//
// documentManager1
//
documentManager1.ContainerControl = this;
documentManager1.MenuManager = barManager1;
documentManager1.View = tabbedView1;
documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] { tabbedView1 });
//
// barManager1
//
barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { bar3 });
barManager1.DockControls.Add(barDockControlTop);
barManager1.DockControls.Add(barDockControlBottom);
barManager1.DockControls.Add(barDockControlLeft);
barManager1.DockControls.Add(barDockControlRight);
barManager1.DockManager = dockManager1;
barManager1.Form = this;
barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { barStaticOwner, barStaticVersion, barDockingMenuItem1 });
barManager1.MaxItemId = 4;
barManager1.StatusBar = bar3;
//
// bar3
//
bar3.BarName = "Status bar";
bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
bar3.DockCol = 0;
bar3.DockRow = 0;
bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
bar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barStaticOwner), new DevExpress.XtraBars.LinkPersistInfo(barStaticVersion) });
bar3.OptionsBar.AllowQuickCustomization = false;
bar3.OptionsBar.DrawDragBorder = false;
bar3.OptionsBar.UseWholeRow = true;
bar3.Text = "Status bar";
//
// barStaticOwner
//
barStaticOwner.Caption = "上海义维流体科技有限公司";
barStaticOwner.Id = 1;
barStaticOwner.Name = "barStaticOwner";
//
// barStaticVersion
//
barStaticVersion.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
barStaticVersion.Caption = "版本:1.0.0.0";
barStaticVersion.Id = 2;
barStaticVersion.Name = "barStaticVersion";
//
// barDockControlTop
//
barDockControlTop.CausesValidation = false;
barDockControlTop.Dock = DockStyle.Top;
barDockControlTop.Location = new Point(0, 0);
barDockControlTop.Manager = barManager1;
barDockControlTop.Margin = new Padding(4, 5, 4, 5);
barDockControlTop.Size = new Size(2087, 0);
//
// barDockControlBottom
//
barDockControlBottom.CausesValidation = false;
barDockControlBottom.Dock = DockStyle.Bottom;
barDockControlBottom.Location = new Point(0, 1085);
barDockControlBottom.Manager = barManager1;
barDockControlBottom.Margin = new Padding(4, 5, 4, 5);
barDockControlBottom.Size = new Size(2087, 46);
//
// barDockControlLeft
//
barDockControlLeft.CausesValidation = false;
barDockControlLeft.Dock = DockStyle.Left;
barDockControlLeft.Location = new Point(0, 0);
barDockControlLeft.Manager = barManager1;
barDockControlLeft.Margin = new Padding(4, 5, 4, 5);
barDockControlLeft.Size = new Size(0, 1085);
//
// barDockControlRight
//
barDockControlRight.CausesValidation = false;
barDockControlRight.Dock = DockStyle.Right;
barDockControlRight.Location = new Point(2087, 0);
barDockControlRight.Manager = barManager1;
barDockControlRight.Margin = new Padding(4, 5, 4, 5);
barDockControlRight.Size = new Size(0, 1085);
//
// dockManager1
//
dockManager1.Form = this;
dockManager1.MenuManager = barManager1;
dockManager1.TopZIndexControls.AddRange(new string[] { "DevExpress.XtraBars.BarDockControl", "DevExpress.XtraBars.StandaloneBarDockControl", "System.Windows.Forms.MenuStrip", "System.Windows.Forms.StatusStrip", "System.Windows.Forms.StatusBar", "DevExpress.XtraBars.Ribbon.RibbonStatusBar", "DevExpress.XtraBars.Ribbon.RibbonControl", "DevExpress.XtraBars.Navigation.OfficeNavigationBar", "DevExpress.XtraBars.Navigation.TileNavPane", "DevExpress.XtraBars.TabFormControl", "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl", "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl" });
//
// barDockingMenuItem1
//
barDockingMenuItem1.Caption = "Window";
barDockingMenuItem1.Id = 3;
barDockingMenuItem1.Name = "barDockingMenuItem1";
//
// tabbedView1
//
tabbedView1.DocumentProperties.AllowPin = true;
tabbedView1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light;
tabbedView1.DocumentSelected += tabbedView1_DocumentSelected;
tabbedView1.DocumentAdded += tabbedView1_DocumentAdded;
tabbedView1.DocumentActivated += tabbedView1_DocumentActivated;
tabbedView1.DocumentClosed += tabbedView1_DocumentClosed;
//
// flyoutPanel1
//
flyoutPanel1.AnimationRate = 100;
flyoutPanel1.Controls.Add(flyoutPanelControl1);
flyoutPanel1.Location = new Point(706, 209);
flyoutPanel1.Margin = new Padding(4, 5, 4, 5);
flyoutPanel1.Name = "flyoutPanel1";
flyoutPanel1.Options.CloseOnOuterClick = true;
flyoutPanel1.OptionsBeakPanel.BeakLocation = DevExpress.Utils.BeakPanelBeakLocation.Top;
flyoutPanel1.OptionsButtonPanel.ButtonPanelHeight = 47;
flyoutPanel1.ParentForm = this;
flyoutPanel1.Size = new Size(286, 157);
flyoutPanel1.TabIndex = 5;
//
// flyoutPanelControl1
//
flyoutPanelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
flyoutPanelControl1.Dock = DockStyle.Fill;
flyoutPanelControl1.FlyoutPanel = flyoutPanel1;
flyoutPanelControl1.Location = new Point(0, 0);
flyoutPanelControl1.Margin = new Padding(4, 5, 4, 5);
flyoutPanelControl1.Name = "flyoutPanelControl1";
flyoutPanelControl1.Size = new Size(286, 157);
flyoutPanelControl1.TabIndex = 0;
//
// svgImg32
//
svgImg32.ImageSize = new Size(32, 32);
svgImg32.Add("MapPin.svg", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32.MapPin.svg"));
svgImg32.Add("BuildingEnergy.svg", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32.BuildingEnergy.svg"));
svgImg32.Add("CityNext.svg", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32.CityNext.svg"));
svgImg32.Add("MapLayers.svg", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32.MapLayers.svg"));
svgImg32.Add("font-icon61846.svg", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32.font-icon61846.svg"));
svgImg32.Add("Ruler.svg", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32.Ruler.svg"));
svgImg32.Add("Manage.svg", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32.Manage.svg"));
svgImg32.Add("Pump", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32.Pump"));
svgImg32.Add("Kit", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32.Kit"));
svgImg32.Add("Puzzle.svg", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32.Puzzle.svg"));
svgImg32.Add("GroupList.svg", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32.GroupList.svg"));
svgImg32.Add("ExploitProtectionSettings.svg", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32.ExploitProtectionSettings.svg"));
svgImg32.Add("Dictionary.svg", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32.Dictionary.svg"));
svgImg32.Add("PersonalFolder.svg", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32.PersonalFolder.svg"));
svgImg32.Add("GuestUser.svg", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32.GuestUser.svg"));
svgImg32.Add("PassiveAuthentication.svg", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32.PassiveAuthentication.svg"));
//
// propertyGridControl1
//
propertyGridControl1.Dock = DockStyle.Right;
propertyGridControl1.Location = new Point(1487, 70);
propertyGridControl1.MenuManager = barManager1;
propertyGridControl1.Name = "propertyGridControl1";
propertyGridControl1.OptionsView.AllowReadOnlyRowAppearance = DevExpress.Utils.DefaultBoolean.True;
propertyGridControl1.SelectedObject = toolboxControl1;
propertyGridControl1.Size = new Size(600, 1015);
propertyGridControl1.TabIndex = 11;
//
// toolboxControl1
//
toolboxControl1.Dock = DockStyle.Left;
toolboxControl1.Groups.Add(toolboxGroup1);
toolboxControl1.Location = new Point(0, 70);
toolboxControl1.Name = "toolboxControl1";
toolboxControl1.OptionsView.ColumnCount = 1;
toolboxControl1.SelectedGroup = toolboxGroup1;
toolboxControl1.SelectedGroupIndex = 0;
toolboxControl1.Size = new Size(197, 1015);
toolboxControl1.TabIndex = 12;
//
// toolboxItem3
//
toolboxItem3.Caption = "12";
toolboxItem3.Name = "toolboxItem3";
//
// toolboxItem5
//
toolboxItem5.Caption = "ToolboxItem";
toolboxItem5.Name = "toolboxItem5";
//
// toolboxGroup1
//
toolboxGroup1.Caption = "菜单";
toolboxGroup1.Items.Add(toolboxItem1);
toolboxGroup1.Items.Add(toolboxItem2);
toolboxGroup1.Items.Add(toolboxItem4);
toolboxGroup1.Items.Add(toolboxItem6);
toolboxGroup1.Items.Add(toolboxItem7);
toolboxGroup1.Name = "toolboxGroup1";
//
// toolboxItem1
//
toolboxItem1.Caption = "基础数据";
toolboxItem1.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("toolboxItem1.ImageOptions.SvgImage");
toolboxItem1.ImageOptions.SvgImageSize = new Size(24, 24);
toolboxItem1.Name = "toolboxItem1";
//
// toolboxItem2
//
toolboxItem2.Caption = "快速建模";
toolboxItem2.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("toolboxItem2.ImageOptions.SvgImage");
toolboxItem2.ImageOptions.SvgImageSize = new Size(24, 24);
toolboxItem2.Name = "toolboxItem2";
//
// toolboxItem4
//
toolboxItem4.Caption = "模型分析";
toolboxItem4.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("toolboxItem4.ImageOptions.SvgImage");
toolboxItem4.ImageOptions.SvgImageSize = new Size(24, 24);
toolboxItem4.Name = "toolboxItem4";
//
// toolboxItem6
//
toolboxItem6.Caption = "模型评价";
toolboxItem6.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("toolboxItem6.ImageOptions.SvgImage");
toolboxItem6.ImageOptions.SvgImageSize = new Size(24, 24);
toolboxItem6.Name = "toolboxItem6";
//
// toolboxItem7
//
toolboxItem7.Caption = "智能硬件";
toolboxItem7.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("toolboxItem7.ImageOptions.SvgImage");
toolboxItem7.ImageOptions.SvgImageSize = new Size(24, 24);
toolboxItem7.Name = "toolboxItem7";
//
// MainForm
//
AutoScaleDimensions = new SizeF(10F, 22F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(2087, 1131);
Controls.Add(toolboxControl1);
Controls.Add(propertyGridControl1);
Controls.Add(tileNavPane);
Controls.Add(flyoutPanel1);
Controls.Add(barDockControlLeft);
Controls.Add(barDockControlRight);
Controls.Add(barDockControlBottom);
Controls.Add(barDockControlTop);
Margin = new Padding(4, 3, 4, 3);
Name = "MainForm";
Text = "Form1";
WindowState = FormWindowState.Maximized;
FormClosing += MainForm_FormClosing;
FormClosed += MainForm_FormClosed;
Load += MainForm_Load;
Shown += MainForm_Shown;
Resize += MainForm_Resize;
((System.ComponentModel.ISupportInitialize)tileNavPane).EndInit();
((System.ComponentModel.ISupportInitialize)documentManager1).EndInit();
((System.ComponentModel.ISupportInitialize)barManager1).EndInit();
((System.ComponentModel.ISupportInitialize)dockManager1).EndInit();
((System.ComponentModel.ISupportInitialize)tabbedView1).EndInit();
((System.ComponentModel.ISupportInitialize)flyoutPanel1).EndInit();
flyoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)flyoutPanelControl1).EndInit();
((System.ComponentModel.ISupportInitialize)svgImg32).EndInit();
((System.ComponentModel.ISupportInitialize)propertyGridControl1).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private DevExpress.XtraBars.Navigation.TileNavPane tileNavPane;
private DevExpress.XtraBars.Navigation.NavButton nbTitle;
private DevExpress.XtraBars.Docking2010.DocumentManager documentManager1;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarManager barManager1;
private DevExpress.XtraBars.Bar bar3;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView tabbedView1;
private DevExpress.XtraBars.BarStaticItem barStaticOwner;
private DevExpress.XtraBars.BarStaticItem barStaticVersion;
private DevExpress.XtraBars.BarDockingMenuItem barDockingMenuItem1;
private DevExpress.XtraBars.Navigation.NavButton nbMin;
private DevExpress.XtraBars.Navigation.NavButton nbNormal;
private DevExpress.XtraBars.Navigation.NavButton nbClose;
private DevExpress.XtraBars.Navigation.NavButton nbPlaceMgr;
private DevExpress.XtraBars.Navigation.NavButton nbWEMgr;
private DevExpress.Utils.FlyoutPanel flyoutPanel1;
private DevExpress.Utils.FlyoutPanelControl flyoutPanelControl1;
private DevExpress.Utils.SvgImageCollection svgImg32;
private DevExpress.XtraBars.Navigation.NavButton nbAssetManage;
private DevExpress.XtraBars.Navigation.NavButton nbSystemConfig;
private DevExpress.XtraBars.Navigation.NavButton nbAuthConfig;
private DevExpress.XtraBars.Docking.DockManager dockManager1;
private DevExpress.XtraVerticalGrid.PropertyGridControl propertyGridControl1;
private DevExpress.XtraToolbox.ToolboxControl toolboxControl1;
private DevExpress.XtraToolbox.ToolboxGroup toolboxGroup1;
private DevExpress.XtraToolbox.ToolboxItem toolboxItem1;
private DevExpress.XtraToolbox.ToolboxItem toolboxItem2;
private DevExpress.XtraToolbox.ToolboxItem toolboxItem4;
private DevExpress.XtraToolbox.ToolboxItem toolboxItem6;
private DevExpress.XtraToolbox.ToolboxItem toolboxItem7;
private DevExpress.XtraToolbox.ToolboxItem toolboxItem3;
private DevExpress.XtraToolbox.ToolboxItem toolboxItem5;
}
}