lixiaojun
2024-09-02 f057f1388eda8aeaea7f3e7a0451b57f32de324c
Desktop/HStation.Desktop.Xhs.Core/MainForm.Designer.cs
@@ -33,6 +33,9 @@
            tileNavPane = new DevExpress.XtraBars.Navigation.TileNavPane();
            nbTitle = new DevExpress.XtraBars.Navigation.NavButton();
            nbProjectMgr = new DevExpress.XtraBars.Navigation.NavButton();
            nbModelMgr = new DevExpress.XtraBars.Navigation.NavButton();
            nbProductManage = new DevExpress.XtraBars.Navigation.NavButton();
            nbSystemConfig = new DevExpress.XtraBars.Navigation.NavButton();
            nbMin = new DevExpress.XtraBars.Navigation.NavButton();
            nbNormal = new DevExpress.XtraBars.Navigation.NavButton();
            nbClose = new DevExpress.XtraBars.Navigation.NavButton();
@@ -48,17 +51,28 @@
            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);
            ((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();
            SuspendLayout();
            // 
            // tileNavPane
            // 
            tileNavPane.AllowGlyphSkinning = true;
            tileNavPane.Buttons.Add(nbTitle);
            tileNavPane.Buttons.Add(nbProjectMgr);
            tileNavPane.Buttons.Add(nbModelMgr);
            tileNavPane.Buttons.Add(nbProductManage);
            tileNavPane.Buttons.Add(nbSystemConfig);
            tileNavPane.Buttons.Add(nbMin);
            tileNavPane.Buttons.Add(nbNormal);
            tileNavPane.Buttons.Add(nbClose);
@@ -95,6 +109,31 @@
            nbProjectMgr.ImageOptions.SvgImageSize = new Size(24, 24);
            nbProjectMgr.Name = "nbProjectMgr";
            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.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.ElementClick += nbProductManage_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;
            // 
            // nbMin
            // 
@@ -184,9 +223,9 @@
            // 
            barDockControlBottom.CausesValidation = false;
            barDockControlBottom.Dock = DockStyle.Bottom;
            barDockControlBottom.Location = new Point(0, 717);
            barDockControlBottom.Location = new Point(0, 669);
            barDockControlBottom.Manager = barManager1;
            barDockControlBottom.Size = new Size(1189, 23);
            barDockControlBottom.Size = new Size(1189, 30);
            // 
            // barDockControlLeft
            // 
@@ -194,7 +233,7 @@
            barDockControlLeft.Dock = DockStyle.Left;
            barDockControlLeft.Location = new Point(0, 0);
            barDockControlLeft.Manager = barManager1;
            barDockControlLeft.Size = new Size(0, 717);
            barDockControlLeft.Size = new Size(0, 669);
            // 
            // barDockControlRight
            // 
@@ -202,7 +241,7 @@
            barDockControlRight.Dock = DockStyle.Right;
            barDockControlRight.Location = new Point(1189, 0);
            barDockControlRight.Manager = barManager1;
            barDockControlRight.Size = new Size(0, 717);
            barDockControlRight.Size = new Size(0, 669);
            // 
            // dockManager1
            // 
@@ -219,16 +258,52 @@
            // 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(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");
            //
            // MainForm
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(1189, 740);
            ClientSize = new Size(1189, 699);
            Controls.Add(flyoutPanel1);
            Controls.Add(tileNavPane);
            Controls.Add(barDockControlLeft);
            Controls.Add(barDockControlRight);
@@ -248,6 +323,10 @@
            ((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();
            ResumeLayout(false);
            PerformLayout();
        }
@@ -272,5 +351,11 @@
        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;
    }
}