Shuxia Ning
2025-01-14 0f99d4d12f2eae29bbe343f4b3131f2faeccda5d
Desktop/HStation.Desktop.Xhs.Core/MainForm.Designer.cs
@@ -30,8 +30,24 @@
        {
            components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
            tileNavPane = new DevExpress.XtraBars.Navigation.TileNavPane();
            nbTitle = new DevExpress.XtraBars.Navigation.NavButton();
            navBtnPrevious = new DevExpress.XtraBars.Navigation.NavButton();
            navBtnCurrent = new DevExpress.XtraBars.Navigation.NavButton();
            navBtnNext = new DevExpress.XtraBars.Navigation.NavButton();
            navBtnPattern = new DevExpress.XtraBars.Navigation.NavButton();
            nbProjectMgr = new DevExpress.XtraBars.Navigation.NavButton();
            nbModelMgr = new DevExpress.XtraBars.Navigation.NavButton();
            nbProductManage = new DevExpress.XtraBars.Navigation.NavButton();
            navButton2 = 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();
@@ -47,16 +63,39 @@
            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();
            svgImg32Model = new DevExpress.Utils.SvgImageCollection(components);
            flyoutPanel2 = new DevExpress.Utils.FlyoutPanel();
            flyoutPanelControl2 = new DevExpress.Utils.FlyoutPanelControl();
            ((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)svgImg32Model).BeginInit();
            ((System.ComponentModel.ISupportInitialize)flyoutPanel2).BeginInit();
            flyoutPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)flyoutPanelControl2).BeginInit();
            SuspendLayout();
            // 
            // tileNavPane
            // 
            tileNavPane.AllowGlyphSkinning = true;
            tileNavPane.Buttons.Add(nbTitle);
            tileNavPane.Buttons.Add(navBtnPrevious);
            tileNavPane.Buttons.Add(navBtnCurrent);
            tileNavPane.Buttons.Add(navBtnNext);
            tileNavPane.Buttons.Add(navBtnPattern);
            tileNavPane.Buttons.Add(nbProjectMgr);
            tileNavPane.Buttons.Add(nbModelMgr);
            tileNavPane.Buttons.Add(nbProductManage);
            tileNavPane.Buttons.Add(navButton2);
            tileNavPane.Buttons.Add(nbSystemConfig);
            tileNavPane.Buttons.Add(nbAuthConfig);
            tileNavPane.Buttons.Add(nbMin);
            tileNavPane.Buttons.Add(nbNormal);
            tileNavPane.Buttons.Add(nbClose);
@@ -71,7 +110,7 @@
            tileNavPane.Dock = DockStyle.Top;
            tileNavPane.Location = new Point(0, 0);
            tileNavPane.Name = "tileNavPane";
            tileNavPane.Size = new Size(932, 60);
            tileNavPane.Size = new Size(1461, 53);
            tileNavPane.TabIndex = 0;
            tileNavPane.Text = "tileNavPane1";
            tileNavPane.ElementClick += tileNavPane_ElementClick;
@@ -80,7 +119,122 @@
            // 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;
            //
            // navBtnPrevious
            //
            navBtnPrevious.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            navBtnPrevious.Caption = null;
            navBtnPrevious.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("navBtnPrevious.ImageOptions.SvgImage");
            navBtnPrevious.Name = "navBtnPrevious";
            toolTipItem1.Text = "后退";
            superToolTip1.Items.Add(toolTipItem1);
            navBtnPrevious.SuperTip = superToolTip1;
            navBtnPrevious.Visible = false;
            navBtnPrevious.ElementClick += navBtnPrevious_ElementClick;
            //
            // navBtnCurrent
            //
            navBtnCurrent.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            navBtnCurrent.Appearance.BackColor = Color.FromArgb(255, 128, 0);
            navBtnCurrent.Appearance.ForeColor = Color.White;
            navBtnCurrent.Appearance.Options.UseBackColor = true;
            navBtnCurrent.Appearance.Options.UseForeColor = true;
            navBtnCurrent.AppearanceDisabled.BackColor = Color.FromArgb(255, 128, 0);
            navBtnCurrent.AppearanceDisabled.ForeColor = Color.White;
            navBtnCurrent.AppearanceDisabled.Options.UseBackColor = true;
            navBtnCurrent.AppearanceDisabled.Options.UseForeColor = true;
            navBtnCurrent.AppearanceHovered.BackColor = Color.FromArgb(255, 128, 0);
            navBtnCurrent.AppearanceHovered.ForeColor = Color.White;
            navBtnCurrent.AppearanceHovered.Options.UseBackColor = true;
            navBtnCurrent.AppearanceHovered.Options.UseForeColor = true;
            navBtnCurrent.AppearanceSelected.BackColor = Color.FromArgb(255, 128, 0);
            navBtnCurrent.AppearanceSelected.ForeColor = Color.White;
            navBtnCurrent.AppearanceSelected.Options.UseBackColor = true;
            navBtnCurrent.AppearanceSelected.Options.UseForeColor = true;
            navBtnCurrent.Caption = "首页";
            navBtnCurrent.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("navBtnCurrent.ImageOptions.SvgImage");
            navBtnCurrent.Name = "navBtnCurrent";
            //
            // navBtnNext
            //
            navBtnNext.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            navBtnNext.Caption = null;
            navBtnNext.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("navBtnNext.ImageOptions.SvgImage");
            navBtnNext.Name = "navBtnNext";
            toolTipItem2.Text = "前进";
            superToolTip2.Items.Add(toolTipItem2);
            navBtnNext.SuperTip = superToolTip2;
            navBtnNext.Visible = false;
            navBtnNext.ElementClick += navBtnNext_ElementClick;
            //
            // navBtnPattern
            //
            navBtnPattern.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            navBtnPattern.Caption = null;
            navBtnPattern.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("navBtnPattern.ImageOptions.SvgImage");
            navBtnPattern.Name = "navBtnPattern";
            toolTipItem3.Text = "模式切换";
            superToolTip3.Items.Add(toolTipItem3);
            navBtnPattern.SuperTip = superToolTip3;
            navBtnPattern.ElementClick += navBtnPattern_ElementClick;
            //
            // nbProjectMgr
            //
            nbProjectMgr.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            nbProjectMgr.Caption = "项目管理";
            nbProjectMgr.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbProjectMgr.ImageOptions.SvgImage");
            nbProjectMgr.ImageOptions.SvgImageSize = new Size(24, 24);
            nbProjectMgr.Name = "nbProjectMgr";
            nbProjectMgr.Tag = "project_total_mgr";
            nbProjectMgr.ElementClick += nbProjectMgr_ElementClick;
            //
            // nbModelMgr
            //
            nbModelMgr.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            nbModelMgr.Caption = "模型管理";
            nbModelMgr.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbModelMgr.ImageOptions.SvgImage");
            nbModelMgr.ImageOptions.SvgImageSize = new Size(24, 24);
            nbModelMgr.Name = "nbModelMgr";
            nbModelMgr.Tag = "model_total_mgr";
            nbModelMgr.ElementClick += nbModelMgr_ElementClick;
            //
            // nbProductManage
            //
            nbProductManage.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            nbProductManage.Caption = "产品管理";
            nbProductManage.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbProductManage.ImageOptions.SvgImage");
            nbProductManage.Name = "nbProductManage";
            nbProductManage.Tag = "assets_total_mgr";
            nbProductManage.ElementClick += nbAssetsMgr_ElementClick;
            //
            // navButton2
            //
            navButton2.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            navButton2.Caption = "型号管理";
            navButton2.Name = "navButton2";
            navButton2.Visible = false;
            //
            // 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.Tag = "system_total_mgr";
            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.Tag = "auth_total_mgr";
            nbAuthConfig.ElementClick += nbAuthConfig_ElementClick;
            // 
            // nbMin
            // 
@@ -88,6 +242,7 @@
            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;
            // 
@@ -97,7 +252,7 @@
            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(24, 24);
            nbNormal.ImageOptions.SvgImageSize = new Size(20, 20);
            nbNormal.Name = "nbNormal";
            nbNormal.ElementClick += nbNormal_ElementClick;
            // 
@@ -107,6 +262,7 @@
            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;
            // 
@@ -162,15 +318,15 @@
            barDockControlTop.Dock = DockStyle.Top;
            barDockControlTop.Location = new Point(0, 0);
            barDockControlTop.Manager = barManager1;
            barDockControlTop.Size = new Size(932, 0);
            barDockControlTop.Size = new Size(1461, 0);
            // 
            // barDockControlBottom
            // 
            barDockControlBottom.CausesValidation = false;
            barDockControlBottom.Dock = DockStyle.Bottom;
            barDockControlBottom.Location = new Point(0, 498);
            barDockControlBottom.Location = new Point(0, 690);
            barDockControlBottom.Manager = barManager1;
            barDockControlBottom.Size = new Size(932, 23);
            barDockControlBottom.Size = new Size(1461, 30);
            // 
            // barDockControlLeft
            // 
@@ -178,15 +334,15 @@
            barDockControlLeft.Dock = DockStyle.Left;
            barDockControlLeft.Location = new Point(0, 0);
            barDockControlLeft.Manager = barManager1;
            barDockControlLeft.Size = new Size(0, 498);
            barDockControlLeft.Size = new Size(0, 690);
            // 
            // barDockControlRight
            // 
            barDockControlRight.CausesValidation = false;
            barDockControlRight.Dock = DockStyle.Right;
            barDockControlRight.Location = new Point(932, 0);
            barDockControlRight.Location = new Point(1461, 0);
            barDockControlRight.Manager = barManager1;
            barDockControlRight.Size = new Size(0, 498);
            barDockControlRight.Size = new Size(0, 690);
            // 
            // dockManager1
            // 
@@ -202,17 +358,93 @@
            // 
            // tabbedView1
            // 
            tabbedView1.DocumentGroupProperties.ShowTabHeader = false;
            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.DocumentClosing += tabbedView1_DocumentClosing;
            tabbedView1.DocumentClosed += tabbedView1_DocumentClosed;
            //
            // flyoutPanel1
            //
            flyoutPanel1.AnimationRate = 100;
            flyoutPanel1.Controls.Add(flyoutPanelControl1);
            flyoutPanel1.Location = new Point(494, 133);
            flyoutPanel1.Name = "flyoutPanel1";
            flyoutPanel1.Options.CloseOnOuterClick = true;
            flyoutPanel1.OptionsBeakPanel.BeakLocation = DevExpress.Utils.BeakPanelBeakLocation.Top;
            flyoutPanel1.ParentForm = this;
            flyoutPanel1.Size = new Size(200, 100);
            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.Name = "flyoutPanelControl1";
            flyoutPanelControl1.Size = new Size(200, 100);
            flyoutPanelControl1.TabIndex = 0;
            //
            // svgImg32Model
            //
            svgImg32Model.ImageSize = new Size(32, 32);
            svgImg32Model.Add("actions_book", "image://svgimages/icon builder/actions_book.svg");
            svgImg32Model.Add("charttype_stepline", "image://svgimages/chart/charttype_stepline.svg");
            svgImg32Model.Add("bletter", "image://svgimages/outlook inspired/bletter.svg");
            svgImg32Model.Add("propertiespanel", "image://svgimages/diagramicons/propertiespanel.svg");
            svgImg32Model.Add("columntotalsposition", "image://svgimages/dashboards/columntotalsposition.svg");
            svgImg32Model.Add("bo_category", "image://svgimages/business objects/bo_category.svg");
            svgImg32Model.Add("documentproperties", "image://svgimages/richedit/documentproperties.svg");
            svgImg32Model.Add("showallvalue", "image://svgimages/dashboards/showallvalue.svg");
            svgImg32Model.Add("gaugestylelinearhorizontal", "image://svgimages/dashboards/gaugestylelinearhorizontal.svg");
            svgImg32Model.Add("createlinechartnomarkers", "image://svgimages/spreadsheet/createlinechartnomarkers.svg");
            svgImg32Model.Add("Threelink", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32Model.Threelink"));
            svgImg32Model.Add("Line", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32Model.Line"));
            svgImg32Model.Add("compressor", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32Model.compressor"));
            svgImg32Model.Add("Exchanger", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32Model.Exchanger"));
            svgImg32Model.Add("Fourlink", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32Model.Fourlink"));
            svgImg32Model.Add("Elbow", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32Model.Elbow"));
            svgImg32Model.Add("Manufacturer", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32Model.Manufacturer"));
            svgImg32Model.Add("Valve", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32Model.Valve"));
            svgImg32Model.Add("Pump", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32Model.Pump"));
            svgImg32Model.Add("Nozzle", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32Model.Nozzle"));
            svgImg32Model.Add("namemanager", "image://svgimages/spreadsheet/namemanager.svg");
            svgImg32Model.Add("actions_user", "image://svgimages/icon builder/actions_user.svg");
            svgImg32Model.Add("bo_department", "image://svgimages/business objects/bo_department.svg");
            svgImg32Model.Add("menu", "image://svgimages/pdf viewer/menu.svg");
            svgImg32Model.Add("relations", "image://svgimages/dashboards/relations.svg");
            svgImg32Model.Add("text", "image://svgimages/spreadsheet/text.svg");
            //
            // flyoutPanel2
            //
            flyoutPanel2.AnimationRate = 100;
            flyoutPanel2.Controls.Add(flyoutPanelControl2);
            flyoutPanel2.Location = new Point(230, 381);
            flyoutPanel2.Name = "flyoutPanel2";
            flyoutPanel2.OptionsBeakPanel.BeakLocation = DevExpress.Utils.BeakPanelBeakLocation.Left;
            flyoutPanel2.Size = new Size(150, 150);
            flyoutPanel2.TabIndex = 10;
            //
            // flyoutPanelControl2
            //
            flyoutPanelControl2.Dock = DockStyle.Fill;
            flyoutPanelControl2.FlyoutPanel = flyoutPanel2;
            flyoutPanelControl2.Location = new Point(0, 0);
            flyoutPanelControl2.Name = "flyoutPanelControl2";
            flyoutPanelControl2.Size = new Size(150, 150);
            flyoutPanelControl2.TabIndex = 0;
            // 
            // MainForm
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(932, 521);
            ClientSize = new Size(1461, 720);
            Controls.Add(flyoutPanel2);
            Controls.Add(flyoutPanel1);
            Controls.Add(tileNavPane);
            Controls.Add(barDockControlLeft);
            Controls.Add(barDockControlRight);
@@ -221,6 +453,7 @@
            Margin = new Padding(3, 2, 3, 2);
            Name = "MainForm";
            Text = "Form1";
            WindowState = FormWindowState.Maximized;
            FormClosing += MainForm_FormClosing;
            FormClosed += MainForm_FormClosed;
            Load += MainForm_Load;
@@ -231,6 +464,13 @@
            ((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)svgImg32Model).EndInit();
            ((System.ComponentModel.ISupportInitialize)flyoutPanel2).EndInit();
            flyoutPanel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)flyoutPanelControl2).EndInit();
            ResumeLayout(false);
            PerformLayout();
        }
@@ -254,5 +494,20 @@
        private DevExpress.XtraBars.Navigation.NavButton nbNormal;
        private DevExpress.XtraBars.Navigation.NavButton nbClose;
        private DevExpress.XtraBars.Docking.DockManager dockManager1;
        private DevExpress.XtraBars.Navigation.NavButton nbProjectMgr;
        private DevExpress.XtraBars.Navigation.NavButton nbModelMgr;
        private DevExpress.Utils.FlyoutPanel flyoutPanel1;
        private DevExpress.Utils.FlyoutPanelControl flyoutPanelControl1;
        private DevExpress.Utils.SvgImageCollection svgImg32Model;
        private DevExpress.XtraBars.Navigation.NavButton nbProductManage;
        private DevExpress.XtraBars.Navigation.NavButton nbSystemConfig;
        private DevExpress.XtraBars.Navigation.NavButton navButton2;
        private DevExpress.XtraBars.Navigation.NavButton navBtnCurrent;
        private DevExpress.XtraBars.Navigation.NavButton navBtnPrevious;
        private DevExpress.XtraBars.Navigation.NavButton navBtnNext;
        private DevExpress.XtraBars.Navigation.NavButton nbAuthConfig;
        private DevExpress.XtraBars.Navigation.NavButton navBtnPattern;
        private DevExpress.Utils.FlyoutPanel flyoutPanel2;
        private DevExpress.Utils.FlyoutPanelControl flyoutPanelControl2;
    }
}