From dd4da9a651330fabe210618581299ac3536bda2f Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期六, 26 十月 2024 21:41:24 +0800 Subject: [PATCH] 修复下载问题 --- Desktop/HStation.DeskTop.Xhs.Main/GuideMain.Designer.cs | 859 +++++++++++++++++++++++++++++++------------------------- 1 files changed, 477 insertions(+), 382 deletions(-) diff --git a/Desktop/HStation.DeskTop.Xhs.Main/GuideMain.Designer.cs b/Desktop/HStation.DeskTop.Xhs.Main/GuideMain.Designer.cs index 8a2ee3d..f2864d2 100644 --- a/Desktop/HStation.DeskTop.Xhs.Main/GuideMain.Designer.cs +++ b/Desktop/HStation.DeskTop.Xhs.Main/GuideMain.Designer.cs @@ -1,4 +1,4 @@ -锘� +锘� namespace HStation.Desktop { partial class GuideMain @@ -29,487 +29,574 @@ /// </summary> private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); + components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GuideMain)); - this.documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components); - this.tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components); - this.tileNavPane = new DevExpress.XtraBars.Navigation.TileNavPane(); - this.nbMain = new DevExpress.XtraBars.Navigation.NavButton(); - this.nbMapOverview = new DevExpress.XtraBars.Navigation.NavButton(); - this.nbSystemConfig = new DevExpress.XtraBars.Navigation.NavButton(); - this.nbSystemAuthority = new DevExpress.XtraBars.Navigation.NavButton(); - this.nbMinimize = new DevExpress.XtraBars.Navigation.NavButton(); - this.nbClose = new DevExpress.XtraBars.Navigation.NavButton(); - this.sidePanelTop = new DevExpress.XtraEditors.SidePanel(); - this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); - this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); - this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); - this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator(); - this.popSystemConfig = new DevExpress.XtraBars.PopupMenu(this.components); - this.barBtnSupplier = new DevExpress.XtraBars.BarButtonItem(); - this.barBtnBuildingType = new DevExpress.XtraBars.BarButtonItem(); - this.barBtnBuilding = new DevExpress.XtraBars.BarButtonItem(); - this.barBtnFacilities = new DevExpress.XtraBars.BarButtonItem(); - this.barBtnSystemType = new DevExpress.XtraBars.BarButtonItem(); - this.barBtnPart = new DevExpress.XtraBars.BarButtonItem(); - this.barBtnWaterUtensil = new DevExpress.XtraBars.BarButtonItem(); - this.barBtnWaterEquivalent = new DevExpress.XtraBars.BarButtonItem(); - this.barManager1 = new DevExpress.XtraBars.BarManager(this.components); - this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); - this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); - this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); - this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); - this.barBtnUser = new DevExpress.XtraBars.BarButtonItem(); - this.barBtnAuthority = new DevExpress.XtraBars.BarButtonItem(); - this.barBtnSystemLog = new DevExpress.XtraBars.BarButtonItem(); - this.barBtnCorp = new DevExpress.XtraBars.BarButtonItem(); - this.popSystemAuthority = new DevExpress.XtraBars.PopupMenu(this.components); - ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.tileNavPane)).BeginInit(); - this.sidePanelTop.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); - this.layoutControl1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.popSystemConfig)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.popSystemAuthority)).BeginInit(); - this.SuspendLayout(); + documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(components); + tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(components); + tileNavPane = new DevExpress.XtraBars.Navigation.TileNavPane(); + nbMain = new DevExpress.XtraBars.Navigation.NavButton(); + nbMapOverview = new DevExpress.XtraBars.Navigation.NavButton(); + nbSystemConfig = new DevExpress.XtraBars.Navigation.NavButton(); + nbSystemOrganize = new DevExpress.XtraBars.Navigation.NavButton(); + nbSystemAuthority = new DevExpress.XtraBars.Navigation.NavButton(); + nbMinimize = new DevExpress.XtraBars.Navigation.NavButton(); + nbClose = new DevExpress.XtraBars.Navigation.NavButton(); + sidePanelTop = new DevExpress.XtraEditors.SidePanel(); + layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); + Root = new DevExpress.XtraLayout.LayoutControlGroup(); + layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); + simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator(); + popSystemConfig = new DevExpress.XtraBars.PopupMenu(components); + barBtnProject = new DevExpress.XtraBars.BarButtonItem(); + barBtnSupplier = new DevExpress.XtraBars.BarButtonItem(); + barBtnBuilding = new DevExpress.XtraBars.BarButtonItem(); + barBtnFacilities = new DevExpress.XtraBars.BarButtonItem(); + barBtnSystemType = new DevExpress.XtraBars.BarButtonItem(); + barBtnPart = new DevExpress.XtraBars.BarButtonItem(); + barBtnBuildingType = new DevExpress.XtraBars.BarButtonItem(); + barBtnWaterUtensil = new DevExpress.XtraBars.BarButtonItem(); + barBtnWaterEquivalent = new DevExpress.XtraBars.BarButtonItem(); + barBtnPumpManage = new DevExpress.XtraBars.BarButtonItem(); + barButtonTypeManage = new DevExpress.XtraBars.BarButtonItem(); + BtnCatlogManage = new DevExpress.XtraBars.BarButtonItem(); + BtnPropManage = new DevExpress.XtraBars.BarButtonItem(); + barManager1 = new DevExpress.XtraBars.BarManager(components); + barDockControlTop = new DevExpress.XtraBars.BarDockControl(); + barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); + barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); + barDockControlRight = new DevExpress.XtraBars.BarDockControl(); + barBtnUser = new DevExpress.XtraBars.BarButtonItem(); + barBtnAuthority = new DevExpress.XtraBars.BarButtonItem(); + barBtnSystemLog = new DevExpress.XtraBars.BarButtonItem(); + barBtnCorp = new DevExpress.XtraBars.BarButtonItem(); + barBtnRoleManage = new DevExpress.XtraBars.BarButtonItem(); + popSystemOrganize = new DevExpress.XtraBars.PopupMenu(components); + popSystemAuthority = new DevExpress.XtraBars.PopupMenu(components); + ((System.ComponentModel.ISupportInitialize)documentManager1).BeginInit(); + ((System.ComponentModel.ISupportInitialize)tabbedView1).BeginInit(); + ((System.ComponentModel.ISupportInitialize)tileNavPane).BeginInit(); + sidePanelTop.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); + layoutControl1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); + ((System.ComponentModel.ISupportInitialize)simpleSeparator1).BeginInit(); + ((System.ComponentModel.ISupportInitialize)popSystemConfig).BeginInit(); + ((System.ComponentModel.ISupportInitialize)barManager1).BeginInit(); + ((System.ComponentModel.ISupportInitialize)popSystemOrganize).BeginInit(); + ((System.ComponentModel.ISupportInitialize)popSystemAuthority).BeginInit(); + SuspendLayout(); // // documentManager1 // - this.documentManager1.ContainerControl = this; - this.documentManager1.View = this.tabbedView1; - this.documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] { - this.tabbedView1}); + documentManager1.ContainerControl = this; + documentManager1.View = tabbedView1; + documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] { tabbedView1 }); // // tileNavPane // - this.tileNavPane.AllowGlyphSkinning = true; - this.tileNavPane.Appearance.BackColor = System.Drawing.Color.White; - this.tileNavPane.Appearance.Options.UseBackColor = true; - this.tileNavPane.ButtonPadding = new System.Windows.Forms.Padding(20); - this.tileNavPane.Buttons.Add(this.nbMain); - this.tileNavPane.Buttons.Add(this.nbMapOverview); - this.tileNavPane.Buttons.Add(this.nbSystemConfig); - this.tileNavPane.Buttons.Add(this.nbSystemAuthority); - this.tileNavPane.Buttons.Add(this.nbMinimize); - this.tileNavPane.Buttons.Add(this.nbClose); + tileNavPane.AllowGlyphSkinning = true; + tileNavPane.Appearance.BackColor = System.Drawing.Color.White; + tileNavPane.Appearance.Options.UseBackColor = true; + tileNavPane.ButtonPadding = new System.Windows.Forms.Padding(20); + tileNavPane.Buttons.Add(nbMain); + tileNavPane.Buttons.Add(nbMapOverview); + tileNavPane.Buttons.Add(nbSystemConfig); + tileNavPane.Buttons.Add(nbSystemOrganize); + tileNavPane.Buttons.Add(nbSystemAuthority); + tileNavPane.Buttons.Add(nbMinimize); + tileNavPane.Buttons.Add(nbClose); // // tileNavCategory1 // - this.tileNavPane.DefaultCategory.Name = "tileNavCategory1"; + tileNavPane.DefaultCategory.Name = "tileNavCategory1"; // // // - this.tileNavPane.DefaultCategory.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty; - this.tileNavPane.Location = new System.Drawing.Point(0, 5); - this.tileNavPane.Name = "tileNavPane"; - this.tileNavPane.ScaleGlyphs = false; - this.tileNavPane.Size = new System.Drawing.Size(992, 34); - this.tileNavPane.TabIndex = 1; - this.tileNavPane.Text = "tileNavPane1"; - this.tileNavPane.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.tileNavPane_ElementClick); + tileNavPane.DefaultCategory.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty; + tileNavPane.Location = new System.Drawing.Point(0, 5); + tileNavPane.Name = "tileNavPane"; + tileNavPane.ScaleGlyphs = false; + tileNavPane.Size = new System.Drawing.Size(992, 34); + tileNavPane.TabIndex = 1; + tileNavPane.Text = "tileNavPane1"; + tileNavPane.ElementClick += tileNavPane_ElementClick; // // nbMain // - this.nbMain.Appearance.FontSizeDelta = 3; - this.nbMain.Appearance.FontStyleDelta = System.Drawing.FontStyle.Bold; - this.nbMain.Appearance.ForeColor = System.Drawing.Color.Black; - this.nbMain.Appearance.Options.UseFont = true; - this.nbMain.Appearance.Options.UseForeColor = true; - this.nbMain.AppearanceHovered.FontSizeDelta = 3; - this.nbMain.AppearanceHovered.FontStyleDelta = System.Drawing.FontStyle.Bold; - this.nbMain.AppearanceHovered.Options.UseFont = true; - this.nbMain.AppearanceSelected.FontSizeDelta = 3; - this.nbMain.AppearanceSelected.FontStyleDelta = System.Drawing.FontStyle.Bold; - this.nbMain.AppearanceSelected.Options.UseFont = true; - this.nbMain.Caption = "涔夌淮鏅烘収渚涙按绯荤粺"; - this.nbMain.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.False; - this.nbMain.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("nbMain.ImageOptions.Image"))); - this.nbMain.ImageOptions.SvgImageSize = new System.Drawing.Size(24, 24); - this.nbMain.Name = "nbMain"; + nbMain.Appearance.FontSizeDelta = 3; + nbMain.Appearance.FontStyleDelta = System.Drawing.FontStyle.Bold; + nbMain.Appearance.ForeColor = System.Drawing.Color.Black; + nbMain.Appearance.Options.UseFont = true; + nbMain.Appearance.Options.UseForeColor = true; + nbMain.AppearanceHovered.FontSizeDelta = 3; + nbMain.AppearanceHovered.FontStyleDelta = System.Drawing.FontStyle.Bold; + nbMain.AppearanceHovered.Options.UseFont = true; + nbMain.AppearanceSelected.FontSizeDelta = 3; + nbMain.AppearanceSelected.FontStyleDelta = System.Drawing.FontStyle.Bold; + nbMain.AppearanceSelected.Options.UseFont = true; + nbMain.Caption = "涔夌淮鏅烘収渚涙按绯荤粺"; + nbMain.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.False; + nbMain.ImageOptions.Image = (System.Drawing.Image)resources.GetObject("nbMain.ImageOptions.Image"); + nbMain.ImageOptions.SvgImageSize = new System.Drawing.Size(24, 24); + nbMain.Name = "nbMain"; // // nbMapOverview // - this.nbMapOverview.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right; - this.nbMapOverview.Appearance.BackColor = System.Drawing.Color.White; - this.nbMapOverview.Appearance.FontSizeDelta = 2; - this.nbMapOverview.Appearance.FontStyleDelta = System.Drawing.FontStyle.Bold; - this.nbMapOverview.Appearance.ForeColor = System.Drawing.Color.Black; - this.nbMapOverview.Appearance.Options.UseBackColor = true; - this.nbMapOverview.Appearance.Options.UseFont = true; - this.nbMapOverview.Appearance.Options.UseForeColor = true; - this.nbMapOverview.AppearanceHovered.FontSizeDelta = 2; - this.nbMapOverview.AppearanceHovered.FontStyleDelta = System.Drawing.FontStyle.Bold; - this.nbMapOverview.AppearanceHovered.Options.UseFont = true; - this.nbMapOverview.AppearanceSelected.FontSizeDelta = 2; - this.nbMapOverview.AppearanceSelected.FontStyleDelta = System.Drawing.FontStyle.Bold; - this.nbMapOverview.AppearanceSelected.Options.UseFont = true; - this.nbMapOverview.Caption = "鍦板浘鎬昏"; - this.nbMapOverview.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("nbMapOverview.ImageOptions.SvgImage"))); - this.nbMapOverview.Name = "nbMapOverview"; - this.nbMapOverview.Tag = "MapOverview"; - this.nbMapOverview.Visible = false; + nbMapOverview.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right; + nbMapOverview.Appearance.BackColor = System.Drawing.Color.White; + nbMapOverview.Appearance.FontSizeDelta = 2; + nbMapOverview.Appearance.FontStyleDelta = System.Drawing.FontStyle.Bold; + nbMapOverview.Appearance.ForeColor = System.Drawing.Color.Black; + nbMapOverview.Appearance.Options.UseBackColor = true; + nbMapOverview.Appearance.Options.UseFont = true; + nbMapOverview.Appearance.Options.UseForeColor = true; + nbMapOverview.AppearanceHovered.FontSizeDelta = 2; + nbMapOverview.AppearanceHovered.FontStyleDelta = System.Drawing.FontStyle.Bold; + nbMapOverview.AppearanceHovered.Options.UseFont = true; + nbMapOverview.AppearanceSelected.FontSizeDelta = 2; + nbMapOverview.AppearanceSelected.FontStyleDelta = System.Drawing.FontStyle.Bold; + nbMapOverview.AppearanceSelected.Options.UseFont = true; + nbMapOverview.Caption = "鍦板浘鎬昏"; + nbMapOverview.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbMapOverview.ImageOptions.SvgImage"); + nbMapOverview.Name = "nbMapOverview"; + nbMapOverview.Tag = "MapOverview"; + nbMapOverview.Visible = false; // // nbSystemConfig // - this.nbSystemConfig.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right; - this.nbSystemConfig.Appearance.FontSizeDelta = 2; - this.nbSystemConfig.Appearance.FontStyleDelta = System.Drawing.FontStyle.Bold; - this.nbSystemConfig.Appearance.ForeColor = System.Drawing.Color.Black; - this.nbSystemConfig.Appearance.Options.UseFont = true; - this.nbSystemConfig.Appearance.Options.UseForeColor = true; - this.nbSystemConfig.AppearanceHovered.FontSizeDelta = 2; - this.nbSystemConfig.AppearanceHovered.FontStyleDelta = System.Drawing.FontStyle.Bold; - this.nbSystemConfig.AppearanceHovered.Options.UseFont = true; - this.nbSystemConfig.AppearanceSelected.FontSizeDelta = 2; - this.nbSystemConfig.AppearanceSelected.FontStyleDelta = System.Drawing.FontStyle.Bold; - this.nbSystemConfig.AppearanceSelected.Options.UseFont = true; - this.nbSystemConfig.Caption = "绯荤粺閰嶇疆"; - this.nbSystemConfig.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("nbSystemConfig.ImageOptions.SvgImage"))); - this.nbSystemConfig.ImageOptions.SvgImageSize = new System.Drawing.Size(24, 24); - this.nbSystemConfig.Name = "nbSystemConfig"; - this.nbSystemConfig.Tag = "SystemConfig"; + nbSystemConfig.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right; + nbSystemConfig.Appearance.FontSizeDelta = 2; + nbSystemConfig.Appearance.FontStyleDelta = System.Drawing.FontStyle.Bold; + nbSystemConfig.Appearance.ForeColor = System.Drawing.Color.Black; + nbSystemConfig.Appearance.Options.UseFont = true; + nbSystemConfig.Appearance.Options.UseForeColor = true; + nbSystemConfig.AppearanceHovered.FontSizeDelta = 2; + nbSystemConfig.AppearanceHovered.FontStyleDelta = System.Drawing.FontStyle.Bold; + nbSystemConfig.AppearanceHovered.Options.UseFont = true; + nbSystemConfig.AppearanceSelected.FontSizeDelta = 2; + nbSystemConfig.AppearanceSelected.FontStyleDelta = System.Drawing.FontStyle.Bold; + nbSystemConfig.AppearanceSelected.Options.UseFont = true; + nbSystemConfig.Caption = "绯荤粺閰嶇疆"; + nbSystemConfig.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbSystemConfig.ImageOptions.SvgImage"); + nbSystemConfig.ImageOptions.SvgImageSize = new System.Drawing.Size(24, 24); + nbSystemConfig.Name = "nbSystemConfig"; + nbSystemConfig.Tag = "SystemConfig"; + // + // nbSystemOrganize + // + nbSystemOrganize.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right; + nbSystemOrganize.Appearance.FontSizeDelta = 2; + nbSystemOrganize.Appearance.FontStyleDelta = System.Drawing.FontStyle.Bold; + nbSystemOrganize.Appearance.ForeColor = System.Drawing.Color.Black; + nbSystemOrganize.Appearance.Options.UseFont = true; + nbSystemOrganize.Appearance.Options.UseForeColor = true; + nbSystemOrganize.AppearanceHovered.FontSizeDelta = 2; + nbSystemOrganize.AppearanceHovered.FontStyleDelta = System.Drawing.FontStyle.Bold; + nbSystemOrganize.AppearanceHovered.Options.UseFont = true; + nbSystemOrganize.AppearanceSelected.FontSizeDelta = 2; + nbSystemOrganize.AppearanceSelected.FontStyleDelta = System.Drawing.FontStyle.Bold; + nbSystemOrganize.AppearanceSelected.Options.UseFont = true; + nbSystemOrganize.Caption = "缁勭粐绠$悊"; + nbSystemOrganize.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbSystemOrganize.ImageOptions.SvgImage"); + nbSystemOrganize.ImageOptions.SvgImageSize = new System.Drawing.Size(24, 24); + nbSystemOrganize.Name = "nbSystemOrganize"; + nbSystemOrganize.Tag = "SystemOrganize"; // // nbSystemAuthority // - this.nbSystemAuthority.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right; - this.nbSystemAuthority.Appearance.FontSizeDelta = 2; - this.nbSystemAuthority.Appearance.FontStyleDelta = System.Drawing.FontStyle.Bold; - this.nbSystemAuthority.Appearance.ForeColor = System.Drawing.Color.Black; - this.nbSystemAuthority.Appearance.Options.UseFont = true; - this.nbSystemAuthority.Appearance.Options.UseForeColor = true; - this.nbSystemAuthority.AppearanceHovered.FontSizeDelta = 2; - this.nbSystemAuthority.AppearanceHovered.FontStyleDelta = System.Drawing.FontStyle.Bold; - this.nbSystemAuthority.AppearanceHovered.Options.UseFont = true; - this.nbSystemAuthority.AppearanceSelected.FontSizeDelta = 2; - this.nbSystemAuthority.AppearanceSelected.FontStyleDelta = System.Drawing.FontStyle.Bold; - this.nbSystemAuthority.AppearanceSelected.Options.UseFont = true; - this.nbSystemAuthority.Caption = "绯荤粺鏉冮檺"; - this.nbSystemAuthority.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("nbSystemAuthority.ImageOptions.SvgImage"))); - this.nbSystemAuthority.ImageOptions.SvgImageSize = new System.Drawing.Size(24, 24); - this.nbSystemAuthority.Name = "nbSystemAuthority"; - this.nbSystemAuthority.Tag = "SystemAuthority"; + nbSystemAuthority.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right; + nbSystemAuthority.Appearance.FontSizeDelta = 2; + nbSystemAuthority.Appearance.FontStyleDelta = System.Drawing.FontStyle.Bold; + nbSystemAuthority.Appearance.ForeColor = System.Drawing.Color.Black; + nbSystemAuthority.Appearance.Options.UseFont = true; + nbSystemAuthority.Appearance.Options.UseForeColor = true; + nbSystemAuthority.AppearanceHovered.FontSizeDelta = 2; + nbSystemAuthority.AppearanceHovered.FontStyleDelta = System.Drawing.FontStyle.Bold; + nbSystemAuthority.AppearanceHovered.Options.UseFont = true; + nbSystemAuthority.AppearanceSelected.FontSizeDelta = 2; + nbSystemAuthority.AppearanceSelected.FontStyleDelta = System.Drawing.FontStyle.Bold; + nbSystemAuthority.AppearanceSelected.ForeColor = System.Drawing.Color.Black; + nbSystemAuthority.AppearanceSelected.Options.UseFont = true; + nbSystemAuthority.AppearanceSelected.Options.UseForeColor = true; + nbSystemAuthority.Caption = "鏉冮檺绠$悊"; + nbSystemAuthority.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbSystemAuthority.ImageOptions.SvgImage"); + nbSystemAuthority.Name = "nbSystemAuthority"; + nbSystemAuthority.Tag = "SystemAuthority"; // // nbMinimize // - this.nbMinimize.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right; - this.nbMinimize.Appearance.ForeColor = System.Drawing.Color.Black; - this.nbMinimize.Appearance.Options.UseForeColor = true; - this.nbMinimize.Caption = null; - this.nbMinimize.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("nbMinimize.ImageOptions.SvgImage"))); - this.nbMinimize.ImageOptions.SvgImageSize = new System.Drawing.Size(24, 24); - this.nbMinimize.Name = "nbMinimize"; - this.nbMinimize.Tag = "Minimize"; + nbMinimize.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right; + nbMinimize.Appearance.ForeColor = System.Drawing.Color.Black; + nbMinimize.Appearance.Options.UseForeColor = true; + nbMinimize.Caption = null; + nbMinimize.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbMinimize.ImageOptions.SvgImage"); + nbMinimize.ImageOptions.SvgImageSize = new System.Drawing.Size(24, 24); + nbMinimize.Name = "nbMinimize"; + nbMinimize.Tag = "Minimize"; // // nbClose // - this.nbClose.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right; - this.nbClose.Appearance.ForeColor = System.Drawing.Color.Black; - this.nbClose.Appearance.Options.UseForeColor = true; - this.nbClose.Caption = null; - this.nbClose.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("nbClose.ImageOptions.SvgImage"))); - this.nbClose.ImageOptions.SvgImageSize = new System.Drawing.Size(24, 24); - this.nbClose.Name = "nbClose"; - this.nbClose.Tag = "Close"; + nbClose.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right; + nbClose.Appearance.ForeColor = System.Drawing.Color.Black; + nbClose.Appearance.Options.UseForeColor = true; + nbClose.Caption = null; + nbClose.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbClose.ImageOptions.SvgImage"); + nbClose.ImageOptions.SvgImageSize = new System.Drawing.Size(24, 24); + nbClose.Name = "nbClose"; + nbClose.Tag = "Close"; // // sidePanelTop // - this.sidePanelTop.AllowResize = false; - this.sidePanelTop.AllowSnap = false; - this.sidePanelTop.Controls.Add(this.layoutControl1); - this.sidePanelTop.Dock = System.Windows.Forms.DockStyle.Top; - this.sidePanelTop.Location = new System.Drawing.Point(0, 0); - this.sidePanelTop.Name = "sidePanelTop"; - this.sidePanelTop.Size = new System.Drawing.Size(992, 40); - this.sidePanelTop.TabIndex = 2; - this.sidePanelTop.Text = "sidePanel1"; + sidePanelTop.AllowResize = false; + sidePanelTop.AllowSnap = false; + sidePanelTop.Controls.Add(layoutControl1); + sidePanelTop.Dock = System.Windows.Forms.DockStyle.Top; + sidePanelTop.Location = new System.Drawing.Point(0, 0); + sidePanelTop.Name = "sidePanelTop"; + sidePanelTop.Size = new System.Drawing.Size(992, 40); + sidePanelTop.TabIndex = 2; + sidePanelTop.Text = "sidePanel1"; // // layoutControl1 // - this.layoutControl1.Controls.Add(this.tileNavPane); - this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; - this.layoutControl1.Location = new System.Drawing.Point(0, 0); - this.layoutControl1.Name = "layoutControl1"; - this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(550, 144, 650, 400); - this.layoutControl1.Root = this.Root; - this.layoutControl1.Size = new System.Drawing.Size(992, 39); - this.layoutControl1.TabIndex = 2; - this.layoutControl1.Text = "layoutControl1"; + layoutControl1.Controls.Add(tileNavPane); + layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; + layoutControl1.Location = new System.Drawing.Point(0, 0); + layoutControl1.Name = "layoutControl1"; + layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(550, 144, 650, 400); + layoutControl1.Root = Root; + layoutControl1.Size = new System.Drawing.Size(992, 39); + layoutControl1.TabIndex = 2; + layoutControl1.Text = "layoutControl1"; // // Root // - this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; - this.Root.GroupBordersVisible = false; - this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { - this.layoutControlItem1, - this.simpleSeparator1}); - this.Root.Name = "Root"; - this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); - this.Root.Size = new System.Drawing.Size(992, 39); - this.Root.TextVisible = false; + Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; + Root.GroupBordersVisible = false; + Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, simpleSeparator1 }); + Root.Name = "Root"; + Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); + Root.Size = new System.Drawing.Size(992, 39); + Root.TextVisible = false; // // layoutControlItem1 // - this.layoutControlItem1.Control = this.tileNavPane; - this.layoutControlItem1.Location = new System.Drawing.Point(0, 5); - this.layoutControlItem1.Name = "layoutControlItem1"; - this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); - this.layoutControlItem1.Size = new System.Drawing.Size(992, 34); - this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); - this.layoutControlItem1.TextVisible = false; + layoutControlItem1.Control = tileNavPane; + layoutControlItem1.Location = new System.Drawing.Point(0, 5); + layoutControlItem1.Name = "layoutControlItem1"; + layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); + layoutControlItem1.Size = new System.Drawing.Size(992, 34); + layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); + layoutControlItem1.TextVisible = false; // // simpleSeparator1 // - this.simpleSeparator1.AllowHotTrack = false; - this.simpleSeparator1.Location = new System.Drawing.Point(0, 0); - this.simpleSeparator1.Name = "simpleSeparator1"; - this.simpleSeparator1.Size = new System.Drawing.Size(992, 5); - this.simpleSeparator1.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2); + simpleSeparator1.AllowHotTrack = false; + simpleSeparator1.Location = new System.Drawing.Point(0, 0); + simpleSeparator1.Name = "simpleSeparator1"; + simpleSeparator1.Size = new System.Drawing.Size(992, 5); + simpleSeparator1.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2); // // popSystemConfig // - this.popSystemConfig.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { - new DevExpress.XtraBars.LinkPersistInfo(this.barBtnSupplier, true), - new DevExpress.XtraBars.LinkPersistInfo(this.barBtnBuildingType), - new DevExpress.XtraBars.LinkPersistInfo(this.barBtnBuilding), - new DevExpress.XtraBars.LinkPersistInfo(this.barBtnFacilities), - new DevExpress.XtraBars.LinkPersistInfo(this.barBtnSystemType), - new DevExpress.XtraBars.LinkPersistInfo(this.barBtnPart), - new DevExpress.XtraBars.LinkPersistInfo(this.barBtnWaterUtensil), - new DevExpress.XtraBars.LinkPersistInfo(this.barBtnWaterEquivalent)}); - this.popSystemConfig.Manager = this.barManager1; - this.popSystemConfig.MenuAppearance.HeaderItemAppearance.Options.UseTextOptions = true; - this.popSystemConfig.MenuAppearance.HeaderItemAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; - this.popSystemConfig.Name = "popSystemConfig"; + popSystemConfig.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barBtnProject, true), new DevExpress.XtraBars.LinkPersistInfo(barBtnSupplier), new DevExpress.XtraBars.LinkPersistInfo(barBtnBuilding), new DevExpress.XtraBars.LinkPersistInfo(barBtnFacilities), new DevExpress.XtraBars.LinkPersistInfo(barBtnSystemType), new DevExpress.XtraBars.LinkPersistInfo(barBtnPart), new DevExpress.XtraBars.LinkPersistInfo(barBtnBuildingType), new DevExpress.XtraBars.LinkPersistInfo(barBtnWaterUtensil), new DevExpress.XtraBars.LinkPersistInfo(barBtnWaterEquivalent), new DevExpress.XtraBars.LinkPersistInfo(barBtnPumpManage), new DevExpress.XtraBars.LinkPersistInfo(barButtonTypeManage), new DevExpress.XtraBars.LinkPersistInfo(BtnCatlogManage), new DevExpress.XtraBars.LinkPersistInfo(BtnPropManage) }); + popSystemConfig.Manager = barManager1; + popSystemConfig.MenuAppearance.HeaderItemAppearance.Options.UseTextOptions = true; + popSystemConfig.MenuAppearance.HeaderItemAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; + popSystemConfig.Name = "popSystemConfig"; + // + // barBtnProject + // + barBtnProject.Caption = "椤圭洰鍒楄〃"; + barBtnProject.Id = 12; + barBtnProject.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnProject.ImageOptions.SvgImage"); + barBtnProject.ItemInMenuAppearance.Normal.FontSizeDelta = 2; + barBtnProject.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; + barBtnProject.ItemInMenuAppearance.Normal.Options.UseFont = true; + barBtnProject.Name = "barBtnProject"; + barBtnProject.ItemClick += barBtnProject_ItemClick; // // barBtnSupplier // - this.barBtnSupplier.Caption = "鍘傚绠$悊"; - this.barBtnSupplier.Id = 0; - this.barBtnSupplier.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnSupplier.ImageOptions.SvgImage"))); - this.barBtnSupplier.ItemInMenuAppearance.Normal.FontSizeDelta = 2; - this.barBtnSupplier.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; - this.barBtnSupplier.ItemInMenuAppearance.Normal.Options.UseFont = true; - this.barBtnSupplier.Name = "barBtnSupplier"; - this.barBtnSupplier.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnSupplier_ItemClick); - // - // barBtnBuildingType - // - this.barBtnBuildingType.Caption = "寤虹瓚绫诲瀷"; - this.barBtnBuildingType.Id = 1; - this.barBtnBuildingType.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnBuildingType.ImageOptions.SvgImage"))); - this.barBtnBuildingType.ItemInMenuAppearance.Normal.FontSizeDelta = 2; - this.barBtnBuildingType.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; - this.barBtnBuildingType.ItemInMenuAppearance.Normal.Options.UseFont = true; - this.barBtnBuildingType.Name = "barBtnBuildingType"; - this.barBtnBuildingType.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnBuildingType_ItemClick); + barBtnSupplier.Caption = "鍘傚绠$悊"; + barBtnSupplier.Id = 0; + barBtnSupplier.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnSupplier.ImageOptions.SvgImage"); + barBtnSupplier.ItemInMenuAppearance.Normal.FontSizeDelta = 2; + barBtnSupplier.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; + barBtnSupplier.ItemInMenuAppearance.Normal.Options.UseFont = true; + barBtnSupplier.Name = "barBtnSupplier"; + barBtnSupplier.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + barBtnSupplier.ItemClick += barBtnSupplier_ItemClick; // // barBtnBuilding // - this.barBtnBuilding.Caption = "寤虹瓚绠$悊"; - this.barBtnBuilding.Id = 2; - this.barBtnBuilding.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnBuilding.ImageOptions.SvgImage"))); - this.barBtnBuilding.ItemInMenuAppearance.Normal.FontSizeDelta = 2; - this.barBtnBuilding.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; - this.barBtnBuilding.ItemInMenuAppearance.Normal.Options.UseFont = true; - this.barBtnBuilding.Name = "barBtnBuilding"; - this.barBtnBuilding.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnBuilding_ItemClick); + barBtnBuilding.Caption = "寤虹瓚绠$悊"; + barBtnBuilding.Id = 2; + barBtnBuilding.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnBuilding.ImageOptions.SvgImage"); + barBtnBuilding.ItemInMenuAppearance.Normal.FontSizeDelta = 2; + barBtnBuilding.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; + barBtnBuilding.ItemInMenuAppearance.Normal.Options.UseFont = true; + barBtnBuilding.Name = "barBtnBuilding"; + barBtnBuilding.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + barBtnBuilding.ItemClick += barBtnBuilding_ItemClick; // // barBtnFacilities // - this.barBtnFacilities.Caption = "璁炬柦绠$悊"; - this.barBtnFacilities.Id = 3; - this.barBtnFacilities.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnFacilities.ImageOptions.SvgImage"))); - this.barBtnFacilities.ItemInMenuAppearance.Normal.FontSizeDelta = 2; - this.barBtnFacilities.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; - this.barBtnFacilities.ItemInMenuAppearance.Normal.Options.UseFont = true; - this.barBtnFacilities.Name = "barBtnFacilities"; - this.barBtnFacilities.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnFacilities_ItemClick); + barBtnFacilities.Caption = "璁炬柦绠$悊"; + barBtnFacilities.Id = 3; + barBtnFacilities.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnFacilities.ImageOptions.SvgImage"); + barBtnFacilities.ItemInMenuAppearance.Normal.FontSizeDelta = 2; + barBtnFacilities.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; + barBtnFacilities.ItemInMenuAppearance.Normal.Options.UseFont = true; + barBtnFacilities.Name = "barBtnFacilities"; + barBtnFacilities.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + barBtnFacilities.ItemClick += barBtnFacilities_ItemClick; // // barBtnSystemType // - this.barBtnSystemType.Caption = "绯荤粺绫诲瀷"; - this.barBtnSystemType.Id = 4; - this.barBtnSystemType.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnSystemType.ImageOptions.SvgImage"))); - this.barBtnSystemType.ItemInMenuAppearance.Normal.FontSizeDelta = 2; - this.barBtnSystemType.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; - this.barBtnSystemType.ItemInMenuAppearance.Normal.Options.UseFont = true; - this.barBtnSystemType.Name = "barBtnSystemType"; - this.barBtnSystemType.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnSystemType_ItemClick); + barBtnSystemType.Caption = "绯荤粺绫诲瀷"; + barBtnSystemType.Id = 4; + barBtnSystemType.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnSystemType.ImageOptions.SvgImage"); + barBtnSystemType.ItemInMenuAppearance.Normal.FontSizeDelta = 2; + barBtnSystemType.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; + barBtnSystemType.ItemInMenuAppearance.Normal.Options.UseFont = true; + barBtnSystemType.Name = "barBtnSystemType"; + barBtnSystemType.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + barBtnSystemType.ItemClick += barBtnSystemType_ItemClick; // // barBtnPart // - this.barBtnPart.Caption = "鍒嗗尯绠$悊"; - this.barBtnPart.Id = 5; - this.barBtnPart.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.False; - this.barBtnPart.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnPart.ImageOptions.SvgImage"))); - this.barBtnPart.ItemInMenuAppearance.Normal.FontSizeDelta = 2; - this.barBtnPart.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; - this.barBtnPart.ItemInMenuAppearance.Normal.Options.UseFont = true; - this.barBtnPart.Name = "barBtnPart"; - this.barBtnPart.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnPart_ItemClick); + barBtnPart.Caption = "鍒嗗尯绠$悊"; + barBtnPart.Id = 5; + barBtnPart.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.False; + barBtnPart.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnPart.ImageOptions.SvgImage"); + barBtnPart.ItemInMenuAppearance.Normal.FontSizeDelta = 2; + barBtnPart.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; + barBtnPart.ItemInMenuAppearance.Normal.Options.UseFont = true; + barBtnPart.Name = "barBtnPart"; + barBtnPart.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + barBtnPart.ItemClick += barBtnPart_ItemClick; + // + // barBtnBuildingType + // + barBtnBuildingType.Caption = "寤虹瓚绫诲瀷"; + barBtnBuildingType.Id = 1; + barBtnBuildingType.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnBuildingType.ImageOptions.SvgImage"); + barBtnBuildingType.ItemInMenuAppearance.Normal.FontSizeDelta = 2; + barBtnBuildingType.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; + barBtnBuildingType.ItemInMenuAppearance.Normal.Options.UseFont = true; + barBtnBuildingType.Name = "barBtnBuildingType"; + barBtnBuildingType.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + barBtnBuildingType.ItemClick += barBtnBuildingType_ItemClick; // // barBtnWaterUtensil // - this.barBtnWaterUtensil.Caption = "鐢ㄦ按鍣ㄥ叿"; - this.barBtnWaterUtensil.Id = 11; - this.barBtnWaterUtensil.ItemInMenuAppearance.Normal.FontSizeDelta = 2; - this.barBtnWaterUtensil.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; - this.barBtnWaterUtensil.ItemInMenuAppearance.Normal.Options.UseFont = true; - this.barBtnWaterUtensil.Name = "barBtnWaterUtensil"; - this.barBtnWaterUtensil.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnWaterUtensil_ItemClick); + barBtnWaterUtensil.Caption = "鐢ㄦ按鍣ㄥ叿"; + barBtnWaterUtensil.Id = 11; + barBtnWaterUtensil.ItemInMenuAppearance.Normal.FontSizeDelta = 2; + barBtnWaterUtensil.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; + barBtnWaterUtensil.ItemInMenuAppearance.Normal.Options.UseFont = true; + barBtnWaterUtensil.Name = "barBtnWaterUtensil"; + barBtnWaterUtensil.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + barBtnWaterUtensil.ItemClick += barBtnWaterUtensil_ItemClick; // // barBtnWaterEquivalent // - this.barBtnWaterEquivalent.Caption = "鐢ㄦ按褰撻噺"; - this.barBtnWaterEquivalent.Id = 6; - this.barBtnWaterEquivalent.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnWaterEquivalent.ImageOptions.SvgImage"))); - this.barBtnWaterEquivalent.ItemInMenuAppearance.Normal.FontSizeDelta = 2; - this.barBtnWaterEquivalent.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; - this.barBtnWaterEquivalent.ItemInMenuAppearance.Normal.Options.UseFont = true; - this.barBtnWaterEquivalent.Name = "barBtnWaterEquivalent"; - this.barBtnWaterEquivalent.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnWaterEquivalent_ItemClick); + barBtnWaterEquivalent.Caption = "鐢ㄦ按褰撻噺"; + barBtnWaterEquivalent.Id = 6; + barBtnWaterEquivalent.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnWaterEquivalent.ImageOptions.SvgImage"); + barBtnWaterEquivalent.ItemInMenuAppearance.Normal.FontSizeDelta = 2; + barBtnWaterEquivalent.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; + barBtnWaterEquivalent.ItemInMenuAppearance.Normal.Options.UseFont = true; + barBtnWaterEquivalent.Name = "barBtnWaterEquivalent"; + barBtnWaterEquivalent.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + barBtnWaterEquivalent.ItemClick += barBtnWaterEquivalent_ItemClick; + // + // barBtnPumpManage + // + barBtnPumpManage.Caption = "姘存车绠$悊"; + barBtnPumpManage.Id = 13; + barBtnPumpManage.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnPumpManage.ImageOptions.SvgImage"); + barBtnPumpManage.ItemInMenuAppearance.Normal.FontSizeDelta = 2; + barBtnPumpManage.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; + barBtnPumpManage.ItemInMenuAppearance.Normal.Options.UseFont = true; + barBtnPumpManage.Name = "barBtnPumpManage"; + barBtnPumpManage.ItemClick += barBtnPumpManage_ItemClick; + // + // barButtonTypeManage + // + barButtonTypeManage.Caption = "绫诲瀷绠$悊"; + barButtonTypeManage.Id = 14; + barButtonTypeManage.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barButtonTypeManage.ImageOptions.SvgImage"); + barButtonTypeManage.ItemInMenuAppearance.Normal.FontSizeDelta = 2; + barButtonTypeManage.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; + barButtonTypeManage.ItemInMenuAppearance.Normal.Options.UseFont = true; + barButtonTypeManage.Name = "barButtonTypeManage"; + barButtonTypeManage.ItemClick += barButtonTypeManage_ItemClick; + // + // BtnCatlogManage + // + BtnCatlogManage.Caption = "鍒嗙被绠$悊"; + BtnCatlogManage.Id = 15; + BtnCatlogManage.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnCatlogManage.ImageOptions.SvgImage"); + BtnCatlogManage.ItemAppearance.Normal.FontSizeDelta = 2; + BtnCatlogManage.ItemAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; + BtnCatlogManage.ItemAppearance.Normal.Options.UseFont = true; + BtnCatlogManage.Name = "BtnCatlogManage"; + BtnCatlogManage.ItemClick += BtnCatlogManage_ItemClick; + // + // BtnPropManage + // + BtnPropManage.Caption = "灞炴�х鐞�"; + BtnPropManage.Id = 16; + BtnPropManage.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnPropManage.ImageOptions.SvgImage"); + BtnPropManage.ItemAppearance.Normal.FontSizeDelta = 2; + BtnPropManage.ItemAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; + BtnPropManage.ItemAppearance.Normal.Options.UseFont = true; + BtnPropManage.Name = "BtnPropManage"; + BtnPropManage.ItemClick += BtnPropManage_ItemClick; // // barManager1 // - this.barManager1.DockControls.Add(this.barDockControlTop); - this.barManager1.DockControls.Add(this.barDockControlBottom); - this.barManager1.DockControls.Add(this.barDockControlLeft); - this.barManager1.DockControls.Add(this.barDockControlRight); - this.barManager1.Form = this; - this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { - this.barBtnSupplier, - this.barBtnBuildingType, - this.barBtnBuilding, - this.barBtnFacilities, - this.barBtnSystemType, - this.barBtnPart, - this.barBtnWaterEquivalent, - this.barBtnUser, - this.barBtnAuthority, - this.barBtnSystemLog, - this.barBtnCorp, - this.barBtnWaterUtensil}); - this.barManager1.MaxItemId = 12; + barManager1.DockControls.Add(barDockControlTop); + barManager1.DockControls.Add(barDockControlBottom); + barManager1.DockControls.Add(barDockControlLeft); + barManager1.DockControls.Add(barDockControlRight); + barManager1.Form = this; + barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { barBtnSupplier, barBtnBuildingType, barBtnBuilding, barBtnFacilities, barBtnSystemType, barBtnPart, barBtnWaterEquivalent, barBtnUser, barBtnAuthority, barBtnSystemLog, barBtnCorp, barBtnWaterUtensil, barBtnProject, barBtnPumpManage, barButtonTypeManage, BtnCatlogManage, BtnPropManage, barBtnRoleManage }); + barManager1.MaxItemId = 18; // // barDockControlTop // - this.barDockControlTop.CausesValidation = false; - this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top; - this.barDockControlTop.Location = new System.Drawing.Point(0, 0); - this.barDockControlTop.Manager = this.barManager1; - this.barDockControlTop.Size = new System.Drawing.Size(992, 0); + barDockControlTop.CausesValidation = false; + barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top; + barDockControlTop.Location = new System.Drawing.Point(0, 0); + barDockControlTop.Manager = barManager1; + barDockControlTop.Size = new System.Drawing.Size(992, 0); // // barDockControlBottom // - this.barDockControlBottom.CausesValidation = false; - this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; - this.barDockControlBottom.Location = new System.Drawing.Point(0, 763); - this.barDockControlBottom.Manager = this.barManager1; - this.barDockControlBottom.Size = new System.Drawing.Size(992, 0); + barDockControlBottom.CausesValidation = false; + barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; + barDockControlBottom.Location = new System.Drawing.Point(0, 763); + barDockControlBottom.Manager = barManager1; + barDockControlBottom.Size = new System.Drawing.Size(992, 0); // // barDockControlLeft // - this.barDockControlLeft.CausesValidation = false; - this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; - this.barDockControlLeft.Location = new System.Drawing.Point(0, 0); - this.barDockControlLeft.Manager = this.barManager1; - this.barDockControlLeft.Size = new System.Drawing.Size(0, 763); + barDockControlLeft.CausesValidation = false; + barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; + barDockControlLeft.Location = new System.Drawing.Point(0, 0); + barDockControlLeft.Manager = barManager1; + barDockControlLeft.Size = new System.Drawing.Size(0, 763); // // barDockControlRight // - this.barDockControlRight.CausesValidation = false; - this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; - this.barDockControlRight.Location = new System.Drawing.Point(992, 0); - this.barDockControlRight.Manager = this.barManager1; - this.barDockControlRight.Size = new System.Drawing.Size(0, 763); + barDockControlRight.CausesValidation = false; + barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; + barDockControlRight.Location = new System.Drawing.Point(992, 0); + barDockControlRight.Manager = barManager1; + barDockControlRight.Size = new System.Drawing.Size(0, 763); // // barBtnUser // - this.barBtnUser.Caption = "鐢ㄦ埛绠$悊"; - this.barBtnUser.Id = 7; - this.barBtnUser.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnUser.ImageOptions.SvgImage"))); - this.barBtnUser.ItemInMenuAppearance.Normal.FontSizeDelta = 2; - this.barBtnUser.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; - this.barBtnUser.ItemInMenuAppearance.Normal.Options.UseFont = true; - this.barBtnUser.Name = "barBtnUser"; - this.barBtnUser.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnUser_ItemClick); + barBtnUser.Caption = "鐢ㄦ埛绠$悊"; + barBtnUser.Id = 7; + barBtnUser.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnUser.ImageOptions.SvgImage"); + barBtnUser.ItemInMenuAppearance.Normal.FontSizeDelta = 2; + barBtnUser.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; + barBtnUser.ItemInMenuAppearance.Normal.Options.UseFont = true; + barBtnUser.Name = "barBtnUser"; + barBtnUser.ItemClick += barBtnUser_ItemClick; // // barBtnAuthority // - this.barBtnAuthority.Caption = "鏉冮檺绠$悊"; - this.barBtnAuthority.Id = 8; - this.barBtnAuthority.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnAuthority.ImageOptions.SvgImage"))); - this.barBtnAuthority.ItemInMenuAppearance.Normal.FontSizeDelta = 2; - this.barBtnAuthority.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; - this.barBtnAuthority.ItemInMenuAppearance.Normal.Options.UseFont = true; - this.barBtnAuthority.Name = "barBtnAuthority"; - this.barBtnAuthority.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnAuthority_ItemClick); + barBtnAuthority.Caption = "鏉冮檺绠$悊"; + barBtnAuthority.Id = 8; + barBtnAuthority.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnAuthority.ImageOptions.SvgImage"); + barBtnAuthority.ItemInMenuAppearance.Normal.FontSizeDelta = 2; + barBtnAuthority.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; + barBtnAuthority.ItemInMenuAppearance.Normal.Options.UseFont = true; + barBtnAuthority.Name = "barBtnAuthority"; + barBtnAuthority.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + barBtnAuthority.ItemClick += barBtnAuthority_ItemClick; // // barBtnSystemLog // - this.barBtnSystemLog.Caption = "绯荤粺鏃ュ織"; - this.barBtnSystemLog.Id = 9; - this.barBtnSystemLog.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnSystemLog.ImageOptions.SvgImage"))); - this.barBtnSystemLog.ItemInMenuAppearance.Normal.FontSizeDelta = 2; - this.barBtnSystemLog.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; - this.barBtnSystemLog.ItemInMenuAppearance.Normal.Options.UseFont = true; - this.barBtnSystemLog.Name = "barBtnSystemLog"; - this.barBtnSystemLog.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnSystemLog_ItemClick); + barBtnSystemLog.Caption = "绯荤粺鏃ュ織"; + barBtnSystemLog.Id = 9; + barBtnSystemLog.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnSystemLog.ImageOptions.SvgImage"); + barBtnSystemLog.ItemInMenuAppearance.Normal.FontSizeDelta = 2; + barBtnSystemLog.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; + barBtnSystemLog.ItemInMenuAppearance.Normal.Options.UseFont = true; + barBtnSystemLog.Name = "barBtnSystemLog"; + barBtnSystemLog.ItemClick += barBtnSystemLog_ItemClick; // // barBtnCorp // - this.barBtnCorp.Caption = "瀹㈡埛淇℃伅"; - this.barBtnCorp.Id = 10; - this.barBtnCorp.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.False; - this.barBtnCorp.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnCorp.ImageOptions.SvgImage"))); - this.barBtnCorp.ItemInMenuAppearance.Normal.FontSizeDelta = 2; - this.barBtnCorp.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; - this.barBtnCorp.ItemInMenuAppearance.Normal.Options.UseFont = true; - this.barBtnCorp.Name = "barBtnCorp"; + barBtnCorp.Caption = "瀹㈡埛淇℃伅"; + barBtnCorp.Id = 10; + barBtnCorp.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.False; + barBtnCorp.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnCorp.ImageOptions.SvgImage"); + barBtnCorp.ItemInMenuAppearance.Normal.FontSizeDelta = 2; + barBtnCorp.ItemInMenuAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; + barBtnCorp.ItemInMenuAppearance.Normal.Options.UseFont = true; + barBtnCorp.Name = "barBtnCorp"; + barBtnCorp.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; + // + // barBtnRoleManage + // + barBtnRoleManage.Caption = "瑙掕壊绠$悊"; + barBtnRoleManage.Id = 17; + barBtnRoleManage.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnRoleManage.ImageOptions.SvgImage"); + barBtnRoleManage.ItemAppearance.Normal.FontSizeDelta = 2; + barBtnRoleManage.ItemAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold; + barBtnRoleManage.ItemAppearance.Normal.Options.UseFont = true; + barBtnRoleManage.Name = "barBtnRoleManage"; + barBtnRoleManage.ItemClick += BarBtnRoleManage_ItemClick; + // + // popSystemOrganize + // + popSystemOrganize.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barBtnUser), new DevExpress.XtraBars.LinkPersistInfo(barBtnAuthority), new DevExpress.XtraBars.LinkPersistInfo(barBtnSystemLog), new DevExpress.XtraBars.LinkPersistInfo(barBtnCorp) }); + popSystemOrganize.Manager = barManager1; + popSystemOrganize.Name = "popSystemOrganize"; // // popSystemAuthority // - this.popSystemAuthority.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { - new DevExpress.XtraBars.LinkPersistInfo(this.barBtnUser), - new DevExpress.XtraBars.LinkPersistInfo(this.barBtnAuthority), - new DevExpress.XtraBars.LinkPersistInfo(this.barBtnSystemLog), - new DevExpress.XtraBars.LinkPersistInfo(this.barBtnCorp)}); - this.popSystemAuthority.Manager = this.barManager1; - this.popSystemAuthority.Name = "popSystemAuthority"; + popSystemAuthority.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barBtnSystemLog), new DevExpress.XtraBars.LinkPersistInfo(barBtnRoleManage) }); + popSystemAuthority.Manager = barManager1; + popSystemAuthority.Name = "popSystemAuthority"; // // GuideMain // - this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(992, 763); - this.Controls.Add(this.sidePanelTop); - this.Controls.Add(this.barDockControlLeft); - this.Controls.Add(this.barDockControlRight); - this.Controls.Add(this.barDockControlBottom); - this.Controls.Add(this.barDockControlTop); - this.Name = "GuideMain"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "s"; - ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.tileNavPane)).EndInit(); - this.sidePanelTop.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); - this.layoutControl1.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.popSystemConfig)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.popSystemAuthority)).EndInit(); - this.ResumeLayout(false); - this.PerformLayout(); - + AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); + AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + ClientSize = new System.Drawing.Size(992, 763); + Controls.Add(sidePanelTop); + Controls.Add(barDockControlLeft); + Controls.Add(barDockControlRight); + Controls.Add(barDockControlBottom); + Controls.Add(barDockControlTop); + Name = "GuideMain"; + StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; + Text = "s"; + Load += GuideMain_Load; + ((System.ComponentModel.ISupportInitialize)documentManager1).EndInit(); + ((System.ComponentModel.ISupportInitialize)tabbedView1).EndInit(); + ((System.ComponentModel.ISupportInitialize)tileNavPane).EndInit(); + sidePanelTop.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); + layoutControl1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)Root).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); + ((System.ComponentModel.ISupportInitialize)simpleSeparator1).EndInit(); + ((System.ComponentModel.ISupportInitialize)popSystemConfig).EndInit(); + ((System.ComponentModel.ISupportInitialize)barManager1).EndInit(); + ((System.ComponentModel.ISupportInitialize)popSystemOrganize).EndInit(); + ((System.ComponentModel.ISupportInitialize)popSystemAuthority).EndInit(); + ResumeLayout(false); + PerformLayout(); } #endregion @@ -521,7 +608,7 @@ private DevExpress.XtraBars.Navigation.NavButton nbMinimize; private DevExpress.XtraBars.Navigation.NavButton nbClose; private DevExpress.XtraBars.Navigation.NavButton nbSystemConfig; - private DevExpress.XtraBars.Navigation.NavButton nbSystemAuthority; + private DevExpress.XtraBars.Navigation.NavButton nbSystemOrganize; private DevExpress.XtraEditors.SidePanel sidePanelTop; private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; @@ -538,14 +625,22 @@ private DevExpress.XtraBars.BarButtonItem barBtnBuilding; private DevExpress.XtraBars.BarButtonItem barBtnFacilities; private DevExpress.XtraBars.BarButtonItem barBtnSystemType; - private DevExpress.XtraBars.BarButtonItem barBtnPart; private DevExpress.XtraBars.BarButtonItem barBtnWaterEquivalent; private DevExpress.XtraBars.BarButtonItem barBtnUser; private DevExpress.XtraBars.BarButtonItem barBtnAuthority; private DevExpress.XtraBars.BarButtonItem barBtnSystemLog; private DevExpress.XtraBars.BarButtonItem barBtnCorp; - private DevExpress.XtraBars.PopupMenu popSystemAuthority; + private DevExpress.XtraBars.PopupMenu popSystemOrganize; private DevExpress.XtraBars.Navigation.NavButton nbMapOverview; private DevExpress.XtraBars.BarButtonItem barBtnWaterUtensil; + private DevExpress.XtraBars.BarButtonItem barBtnProject; + private DevExpress.XtraBars.BarButtonItem barBtnPumpManage; + protected DevExpress.XtraBars.BarButtonItem barBtnPart; + private DevExpress.XtraBars.BarButtonItem barButtonTypeManage; + private DevExpress.XtraBars.BarButtonItem BtnCatlogManage; + private DevExpress.XtraBars.BarButtonItem BtnPropManage; + private DevExpress.XtraBars.Navigation.NavButton nbSystemAuthority; + private DevExpress.XtraBars.PopupMenu popSystemAuthority; + private DevExpress.XtraBars.BarButtonItem barBtnRoleManage; } } \ No newline at end of file -- Gitblit v1.9.3