|
namespace HStation.Desktop
|
{
|
partial class GuideMain
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.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
|
//
|
this.documentManager1.ContainerControl = this;
|
this.documentManager1.View = this.tabbedView1;
|
this.documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
|
this.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);
|
//
|
// tileNavCategory1
|
//
|
this.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);
|
//
|
// 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";
|
//
|
// 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;
|
//
|
// 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";
|
//
|
// 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";
|
//
|
// 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";
|
//
|
// 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";
|
//
|
// 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";
|
//
|
// 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";
|
//
|
// 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;
|
//
|
// 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;
|
//
|
// 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);
|
//
|
// 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";
|
//
|
// 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);
|
//
|
// 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);
|
//
|
// 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);
|
//
|
// 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);
|
//
|
// 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);
|
//
|
// barBtnWaterUtensil
|
//
|
this.barBtnWaterUtensil.Caption = "用水器具";
|
this.barBtnWaterUtensil.Id = 11;
|
this.barBtnWaterUtensil.ImageOptions.SvgImage = global::HStation.Desktop.Properties.Resources.selecttool_texttool;
|
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);
|
//
|
// 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);
|
//
|
// 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;
|
//
|
// 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);
|
//
|
// 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);
|
//
|
// 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);
|
//
|
// 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);
|
//
|
// 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);
|
//
|
// 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);
|
//
|
// 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);
|
//
|
// 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";
|
//
|
// 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";
|
//
|
// 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();
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraBars.Docking2010.DocumentManager documentManager1;
|
private DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView tabbedView1;
|
private DevExpress.XtraBars.Navigation.TileNavPane tileNavPane;
|
private DevExpress.XtraBars.Navigation.NavButton nbMain;
|
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.XtraEditors.SidePanel sidePanelTop;
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.SimpleSeparator simpleSeparator1;
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
private DevExpress.XtraBars.BarManager barManager1;
|
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
private DevExpress.XtraBars.BarButtonItem barBtnSupplier;
|
private DevExpress.XtraBars.BarButtonItem barBtnBuildingType;
|
private DevExpress.XtraBars.PopupMenu popSystemConfig;
|
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.Navigation.NavButton nbMapOverview;
|
private DevExpress.XtraBars.BarButtonItem barBtnWaterUtensil;
|
}
|
}
|