using DevExpress.DXTemplateGallery.Extensions;
|
using DevExpress.XtraBars.FluentDesignSystem;
|
using DevExpress.XtraGauges.Win.Wizard;
|
using Org.BouncyCastle.Asn1.Crmf;
|
|
namespace PBS.Desktop
|
{
|
partial class MainForm
|
{
|
/// <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()
|
{
|
components = new System.ComponentModel.Container();
|
DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
|
DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
|
DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
|
DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
fluentDesignFormControl = new FluentDesignFormControl();
|
darkThemeBBI = new DevExpress.XtraBars.BarButtonItem();
|
loginButtonItem = new DevExpress.XtraBars.BarButtonItem();
|
documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(components);
|
barManager1 = new DevExpress.XtraBars.BarManager(components);
|
barStatus = new DevExpress.XtraBars.Bar();
|
barStaticOwner = new DevExpress.XtraBars.BarStaticItem();
|
barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components);
|
tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(components);
|
svgImgModular = new DevExpress.Utils.SvgImageCollection(components);
|
tileNavPane = new DevExpress.XtraBars.Navigation.TileNavPane();
|
nbTitle = new DevExpress.XtraBars.Navigation.NavButton();
|
nbMinimize = new DevExpress.XtraBars.Navigation.NavButton();
|
nbRestore = new DevExpress.XtraBars.Navigation.NavButton();
|
nbClose = new DevExpress.XtraBars.Navigation.NavButton();
|
svgImgDefault = new DevExpress.Utils.SvgImageCollection(components);
|
accordionControl = new DevExpress.XtraBars.Navigation.AccordionControl();
|
propertyGridControl1 = new DevExpress.XtraVerticalGrid.PropertyGridControl();
|
((System.ComponentModel.ISupportInitialize)fluentDesignFormControl).BeginInit();
|
((System.ComponentModel.ISupportInitialize)documentManager1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)barManager1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)dockManager1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)tabbedView1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)svgImgModular).BeginInit();
|
((System.ComponentModel.ISupportInitialize)tileNavPane).BeginInit();
|
((System.ComponentModel.ISupportInitialize)svgImgDefault).BeginInit();
|
((System.ComponentModel.ISupportInitialize)accordionControl).BeginInit();
|
((System.ComponentModel.ISupportInitialize)propertyGridControl1).BeginInit();
|
SuspendLayout();
|
//
|
// fluentDesignFormControl
|
//
|
fluentDesignFormControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] { darkThemeBBI, loginButtonItem });
|
fluentDesignFormControl.Location = new Point(0, 0);
|
fluentDesignFormControl.Margin = new Padding(4);
|
fluentDesignFormControl.Name = "fluentDesignFormControl";
|
fluentDesignFormControl.Size = new Size(1758, 0);
|
fluentDesignFormControl.TabIndex = 2;
|
fluentDesignFormControl.TabStop = false;
|
fluentDesignFormControl.TitleItemLinks.Add(darkThemeBBI);
|
fluentDesignFormControl.TitleItemLinks.Add(loginButtonItem);
|
//
|
// darkThemeBBI
|
//
|
darkThemeBBI.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
|
darkThemeBBI.Caption = "barButtonItem1";
|
darkThemeBBI.Id = 0;
|
darkThemeBBI.Name = "darkThemeBBI";
|
toolTipItem1.Text = "Change theme";
|
superToolTip1.Items.Add(toolTipItem1);
|
darkThemeBBI.SuperTip = superToolTip1;
|
//
|
// loginButtonItem
|
//
|
loginButtonItem.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
|
loginButtonItem.Caption = "barButtonItem1";
|
loginButtonItem.Id = 0;
|
loginButtonItem.Name = "loginButtonItem";
|
toolTipItem2.Text = "Change User";
|
superToolTip2.Items.Add(toolTipItem2);
|
loginButtonItem.SuperTip = superToolTip2;
|
//
|
// documentManager1
|
//
|
documentManager1.ContainerControl = this;
|
documentManager1.MenuManager = barManager1;
|
documentManager1.SnapMode = DevExpress.Utils.Controls.SnapMode.OwnerControl | DevExpress.Utils.Controls.SnapMode.OwnerForm | DevExpress.Utils.Controls.SnapMode.Screens | DevExpress.Utils.Controls.SnapMode.SnapForms;
|
documentManager1.View = tabbedView1;
|
documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] { tabbedView1 });
|
//
|
// barManager1
|
//
|
barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { barStatus });
|
barManager1.DockControls.Add(barDockControlTop);
|
barManager1.DockControls.Add(barDockControlBottom);
|
barManager1.DockControls.Add(barDockControlLeft);
|
barManager1.DockControls.Add(barDockControlRight);
|
barManager1.DockManager = dockManager1;
|
barManager1.Form = this;
|
barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { barStaticOwner });
|
barManager1.MainMenu = barStatus;
|
barManager1.MaxItemId = 1;
|
barManager1.StatusBar = barStatus;
|
//
|
// barStatus
|
//
|
barStatus.BarAppearance.Normal.ForeColor = Color.White;
|
barStatus.BarAppearance.Normal.Options.UseForeColor = true;
|
barStatus.BarName = "Status bar";
|
barStatus.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
|
barStatus.DockCol = 0;
|
barStatus.DockRow = 0;
|
barStatus.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
|
barStatus.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barStaticOwner) });
|
barStatus.OptionsBar.AllowQuickCustomization = false;
|
barStatus.OptionsBar.DrawBorder = false;
|
barStatus.OptionsBar.DrawDragBorder = false;
|
barStatus.OptionsBar.MultiLine = true;
|
barStatus.OptionsBar.UseWholeRow = true;
|
barStatus.Text = "Status bar";
|
//
|
// barStaticOwner
|
//
|
barStaticOwner.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
|
barStaticOwner.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
barStaticOwner.Caption = "上海义维流体科技有限公司";
|
barStaticOwner.Id = 0;
|
barStaticOwner.Name = "barStaticOwner";
|
//
|
// barDockControlTop
|
//
|
barDockControlTop.CausesValidation = false;
|
barDockControlTop.Dock = DockStyle.Top;
|
barDockControlTop.Location = new Point(0, 0);
|
barDockControlTop.Manager = barManager1;
|
barDockControlTop.Size = new Size(1758, 0);
|
//
|
// barDockControlBottom
|
//
|
barDockControlBottom.Appearance.BackColor = Color.FromArgb(0, 98, 200);
|
barDockControlBottom.Appearance.ForeColor = Color.White;
|
barDockControlBottom.Appearance.Options.UseBackColor = true;
|
barDockControlBottom.Appearance.Options.UseForeColor = true;
|
barDockControlBottom.Appearance.Options.UseTextOptions = true;
|
barDockControlBottom.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
barDockControlBottom.CausesValidation = false;
|
barDockControlBottom.Dock = DockStyle.Bottom;
|
barDockControlBottom.Location = new Point(0, 1035);
|
barDockControlBottom.Manager = barManager1;
|
barDockControlBottom.Size = new Size(1758, 27);
|
//
|
// barDockControlLeft
|
//
|
barDockControlLeft.CausesValidation = false;
|
barDockControlLeft.Dock = DockStyle.Left;
|
barDockControlLeft.Location = new Point(0, 0);
|
barDockControlLeft.Manager = barManager1;
|
barDockControlLeft.Size = new Size(0, 1035);
|
//
|
// barDockControlRight
|
//
|
barDockControlRight.CausesValidation = false;
|
barDockControlRight.Dock = DockStyle.Right;
|
barDockControlRight.Location = new Point(1758, 0);
|
barDockControlRight.Manager = barManager1;
|
barDockControlRight.Size = new Size(0, 1035);
|
//
|
// dockManager1
|
//
|
dockManager1.Form = this;
|
dockManager1.MenuManager = barManager1;
|
dockManager1.TopZIndexControls.AddRange(new string[] { "DevExpress.XtraBars.BarDockControl", "DevExpress.XtraBars.StandaloneBarDockControl", "System.Windows.Forms.MenuStrip", "System.Windows.Forms.StatusStrip", "System.Windows.Forms.StatusBar", "DevExpress.XtraBars.Ribbon.RibbonStatusBar", "DevExpress.XtraBars.Ribbon.RibbonControl", "DevExpress.XtraBars.Navigation.OfficeNavigationBar", "DevExpress.XtraBars.Navigation.TileNavPane", "DevExpress.XtraBars.TabFormControl", "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl", "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl" });
|
//
|
// tabbedView1
|
//
|
tabbedView1.AppearancePage.Header.BackColor = Color.White;
|
tabbedView1.AppearancePage.Header.BorderColor = Color.White;
|
tabbedView1.AppearancePage.Header.ForeColor = SystemColors.Highlight;
|
tabbedView1.AppearancePage.Header.Options.UseBackColor = true;
|
tabbedView1.AppearancePage.Header.Options.UseBorderColor = true;
|
tabbedView1.AppearancePage.Header.Options.UseForeColor = true;
|
tabbedView1.AppearancePage.HeaderSelected.FontStyleDelta = FontStyle.Bold;
|
tabbedView1.AppearancePage.HeaderSelected.ForeColor = SystemColors.HotTrack;
|
tabbedView1.AppearancePage.HeaderSelected.Options.UseFont = true;
|
tabbedView1.AppearancePage.HeaderSelected.Options.UseForeColor = true;
|
tabbedView1.DocumentProperties.AllowGlyphSkinning = true;
|
tabbedView1.DocumentProperties.ShowPinButton = false;
|
tabbedView1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light;
|
//
|
// svgImgModular
|
//
|
svgImgModular.Add("bo_address", "image://svgimages/business objects/bo_address.svg");
|
svgImgModular.Add("shopping_box", "image://svgimages/icon builder/shopping_box.svg");
|
svgImgModular.Add("createscatterchartsmoothlinesandmarkers", "image://svgimages/spreadsheet/createscatterchartsmoothlinesandmarkers.svg");
|
svgImgModular.Add("datasource", "image://svgimages/snap/datasource.svg");
|
svgImgModular.Add("DefenderApp.svg", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImgModular.DefenderApp.svg"));
|
//
|
// tileNavPane
|
//
|
tileNavPane.AllowGlyphSkinning = true;
|
tileNavPane.Appearance.BackColor = Color.FromArgb(0, 98, 190);
|
tileNavPane.Appearance.BorderColor = Color.FromArgb(0, 98, 190);
|
tileNavPane.Appearance.ForeColor = Color.White;
|
tileNavPane.Appearance.Options.UseBackColor = true;
|
tileNavPane.Appearance.Options.UseBorderColor = true;
|
tileNavPane.Appearance.Options.UseForeColor = true;
|
tileNavPane.AppearanceDisabled.BackColor = Color.FromArgb(0, 98, 190);
|
tileNavPane.AppearanceDisabled.ForeColor = Color.White;
|
tileNavPane.AppearanceDisabled.Options.UseBackColor = true;
|
tileNavPane.AppearanceDisabled.Options.UseForeColor = true;
|
tileNavPane.AppearanceHovered.BackColor = SystemColors.MenuHighlight;
|
tileNavPane.AppearanceHovered.ForeColor = Color.White;
|
tileNavPane.AppearanceHovered.Options.UseBackColor = true;
|
tileNavPane.AppearanceHovered.Options.UseForeColor = true;
|
tileNavPane.AppearanceSelected.BackColor = SystemColors.MenuHighlight;
|
tileNavPane.AppearanceSelected.BorderColor = Color.FromArgb(0, 103, 192);
|
tileNavPane.AppearanceSelected.ForeColor = Color.White;
|
tileNavPane.AppearanceSelected.Options.UseBackColor = true;
|
tileNavPane.AppearanceSelected.Options.UseBorderColor = true;
|
tileNavPane.AppearanceSelected.Options.UseForeColor = true;
|
tileNavPane.BackColor = SystemColors.Window;
|
tileNavPane.ButtonPadding = new Padding(10);
|
tileNavPane.Buttons.Add(nbTitle);
|
tileNavPane.Buttons.Add(nbMinimize);
|
tileNavPane.Buttons.Add(nbRestore);
|
tileNavPane.Buttons.Add(nbClose);
|
//
|
// tileNavCategory1
|
//
|
tileNavPane.DefaultCategory.Name = "tileNavCategory1";
|
//
|
//
|
//
|
tileNavPane.DefaultCategory.Tile.DropDownOptions.BeakColor = Color.Empty;
|
tileNavPane.Dock = DockStyle.Top;
|
tileNavPane.Location = new Point(0, 0);
|
tileNavPane.Margin = new Padding(0);
|
tileNavPane.Name = "tileNavPane";
|
tileNavPane.Size = new Size(1758, 40);
|
tileNavPane.TabIndex = 19;
|
tileNavPane.Text = "tileNavPane1";
|
//
|
// nbTitle
|
//
|
nbTitle.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
|
nbTitle.Caption = "二次供水系统";
|
nbTitle.Enabled = false;
|
nbTitle.Name = "nbTitle";
|
nbTitle.Padding = new Padding(60, -1, -1, -1);
|
//
|
// nbMinimize
|
//
|
nbMinimize.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
|
nbMinimize.Caption = null;
|
nbMinimize.ImageOptions.SvgImage = Properties.Resources.actions_remove;
|
nbMinimize.ImageOptions.SvgImageSize = new Size(24, 24);
|
nbMinimize.Name = "nbMinimize";
|
//
|
// nbRestore
|
//
|
nbRestore.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
|
nbRestore.Caption = null;
|
nbRestore.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
|
nbRestore.ImageOptions.SvgImage = Properties.Resources.windows;
|
nbRestore.ImageOptions.SvgImageSize = new Size(24, 24);
|
nbRestore.Name = "nbRestore";
|
//
|
// nbClose
|
//
|
nbClose.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
|
nbClose.Caption = null;
|
nbClose.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
|
nbClose.ImageOptions.SvgImage = Properties.Resources.delete;
|
nbClose.ImageOptions.SvgImageSize = new Size(24, 24);
|
nbClose.Name = "nbClose";
|
//
|
// svgImgDefault
|
//
|
svgImgDefault.Add("StatusCircleQuestionMark.svg", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImgDefault.StatusCircleQuestionMark.svg"));
|
//
|
// accordionControl
|
//
|
accordionControl.Dock = DockStyle.Left;
|
accordionControl.Location = new Point(0, 40);
|
accordionControl.LookAndFeel.SkinName = "Office 2019 Colorful";
|
accordionControl.LookAndFeel.UseDefaultLookAndFeel = false;
|
accordionControl.Name = "accordionControl";
|
accordionControl.Size = new Size(75, 995);
|
accordionControl.TabIndex = 29;
|
//
|
// propertyGridControl1
|
//
|
propertyGridControl1.Dock = DockStyle.Right;
|
propertyGridControl1.Location = new Point(736, 40);
|
propertyGridControl1.MenuManager = barManager1;
|
propertyGridControl1.Name = "propertyGridControl1";
|
propertyGridControl1.OptionsView.AllowReadOnlyRowAppearance = DevExpress.Utils.DefaultBoolean.True;
|
propertyGridControl1.SelectedObject = accordionControl;
|
propertyGridControl1.Size = new Size(1022, 995);
|
propertyGridControl1.TabIndex = 34;
|
//
|
// MainForm
|
//
|
Appearance.BackColor = Color.White;
|
Appearance.ForeColor = Color.White;
|
Appearance.Options.UseBackColor = true;
|
Appearance.Options.UseFont = true;
|
Appearance.Options.UseForeColor = true;
|
AutoScaleMode = AutoScaleMode.Inherit;
|
ClientSize = new Size(1758, 1062);
|
ControlBox = false;
|
Controls.Add(propertyGridControl1);
|
Controls.Add(accordionControl);
|
Controls.Add(tileNavPane);
|
Controls.Add(fluentDesignFormControl);
|
Controls.Add(barDockControlLeft);
|
Controls.Add(barDockControlRight);
|
Controls.Add(barDockControlBottom);
|
Controls.Add(barDockControlTop);
|
Font = new Font("Segoe UI", 9.75F, FontStyle.Regular, GraphicsUnit.Point);
|
FormBorderStyle = FormBorderStyle.None;
|
Margin = new Padding(4);
|
MinimumSize = new Size(1396, 898);
|
Name = "MainForm";
|
StartPosition = FormStartPosition.CenterScreen;
|
Text = "二供成套系统";
|
WindowState = FormWindowState.Maximized;
|
((System.ComponentModel.ISupportInitialize)fluentDesignFormControl).EndInit();
|
((System.ComponentModel.ISupportInitialize)documentManager1).EndInit();
|
((System.ComponentModel.ISupportInitialize)barManager1).EndInit();
|
((System.ComponentModel.ISupportInitialize)dockManager1).EndInit();
|
((System.ComponentModel.ISupportInitialize)tabbedView1).EndInit();
|
((System.ComponentModel.ISupportInitialize)svgImgModular).EndInit();
|
((System.ComponentModel.ISupportInitialize)tileNavPane).EndInit();
|
((System.ComponentModel.ISupportInitialize)svgImgDefault).EndInit();
|
((System.ComponentModel.ISupportInitialize)accordionControl).EndInit();
|
((System.ComponentModel.ISupportInitialize)propertyGridControl1).EndInit();
|
ResumeLayout(false);
|
PerformLayout();
|
}
|
|
#endregion
|
private DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl fluentDesignFormControl;
|
private DevExpress.XtraBars.BarButtonItem darkThemeBBI;
|
private DevExpress.XtraBars.BarButtonItem loginButtonItem;
|
private DevExpress.XtraBars.Docking2010.DocumentManager documentManager1;
|
private DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView tabbedView1;
|
private DevExpress.XtraBars.Docking.DockManager dockManager1;
|
private DevExpress.Utils.SvgImageCollection svgImgModular;
|
private DevExpress.XtraBars.Navigation.TileNavPane tileNavPane;
|
private DevExpress.XtraBars.Navigation.NavButton nbMinimize;
|
private DevExpress.XtraBars.Navigation.NavButton nbRestore;
|
private DevExpress.XtraBars.Navigation.NavButton nbClose;
|
private DevExpress.XtraBars.Navigation.NavButton nbTitle;
|
private DevExpress.Utils.SvgImageCollection svgImgDefault;
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
private DevExpress.XtraBars.BarManager barManager1;
|
private DevExpress.XtraBars.Bar barStatus;
|
private DevExpress.XtraBars.BarStaticItem barStaticOwner;
|
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
private DevExpress.XtraBars.Navigation.AccordionControl accordionControl;
|
private DevExpress.XtraVerticalGrid.PropertyGridControl propertyGridControl1;
|
}
|
}
|