namespace IStation.MainPanel.ChCalc
{
partial class MainPanel
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainPanel));
this.documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
this.tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components);
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
this.StatusBar = new DevExpress.XtraBars.Bar();
this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
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.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
this.accordionControl = new DevExpress.XtraBars.Navigation.AccordionControl();
this.accMenu = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.accCalcu1 = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.accCalcu2 = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.accHistorical = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.accBasic = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.accMonitor = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.accHistroy = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.accWaterLevel = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.accCurveCompare = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.accSetting = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.fluentDesignFormContainer1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormContainer();
((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
this.dockPanel1.SuspendLayout();
this.dockPanel1_Container.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.accordionControl)).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});
//
// tabbedView1
//
this.tabbedView1.DocumentGroupProperties.ShowDocumentSelectorButton = false;
this.tabbedView1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light;
this.tabbedView1.DocumentSelected += new DevExpress.XtraBars.Docking2010.Views.DocumentEventHandler(this.tabbedView1_DocumentSelected);
//
// barManager1
//
this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.StatusBar});
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.DockManager = this.dockManager1;
this.barManager1.Form = this;
this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.barButtonItem1,
this.barButtonItem2});
this.barManager1.MaxItemId = 2;
this.barManager1.StatusBar = this.StatusBar;
//
// StatusBar
//
this.StatusBar.BarName = "状态栏";
this.StatusBar.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
this.StatusBar.DockCol = 0;
this.StatusBar.DockRow = 0;
this.StatusBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
this.StatusBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2)});
this.StatusBar.OptionsBar.AllowQuickCustomization = false;
this.StatusBar.OptionsBar.DrawBorder = false;
this.StatusBar.OptionsBar.DrawDragBorder = false;
this.StatusBar.OptionsBar.MinHeight = 20;
this.StatusBar.OptionsBar.UseWholeRow = true;
this.StatusBar.Text = "StatusBar";
//
// barButtonItem1
//
this.barButtonItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
this.barButtonItem1.Caption = "版本 : V1.0.0";
this.barButtonItem1.Id = 0;
this.barButtonItem1.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 6F);
this.barButtonItem1.ItemAppearance.Normal.Options.UseFont = true;
this.barButtonItem1.Name = "barButtonItem1";
//
// barButtonItem2
//
this.barButtonItem2.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
this.barButtonItem2.Caption = "技术支持:上海义维流体科技有限公司";
this.barButtonItem2.Id = 1;
this.barButtonItem2.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 6F);
this.barButtonItem2.ItemAppearance.Normal.Options.UseFont = true;
this.barButtonItem2.Name = "barButtonItem2";
//
// 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(1018, 0);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 743);
this.barDockControlBottom.Manager = this.barManager1;
this.barDockControlBottom.Size = new System.Drawing.Size(1018, 20);
//
// 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, 743);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(1018, 0);
this.barDockControlRight.Manager = this.barManager1;
this.barDockControlRight.Size = new System.Drawing.Size(0, 743);
//
// dockManager1
//
this.dockManager1.Form = this;
this.dockManager1.MenuManager = this.barManager1;
this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
this.dockPanel1});
this.dockManager1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light;
this.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"});
//
// dockPanel1
//
this.dockPanel1.Controls.Add(this.dockPanel1_Container);
this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
this.dockPanel1.ID = new System.Guid("2914cc5f-83ab-445b-914f-a9a157b15c92");
this.dockPanel1.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
this.dockPanel1.Location = new System.Drawing.Point(0, 0);
this.dockPanel1.Name = "dockPanel1";
this.dockPanel1.Options.AllowDockAsTabbedDocument = false;
this.dockPanel1.Options.AllowDockBottom = false;
this.dockPanel1.Options.AllowDockFill = false;
this.dockPanel1.Options.AllowDockTop = false;
this.dockPanel1.Options.AllowFloating = false;
this.dockPanel1.Options.ShowAutoHideButton = false;
this.dockPanel1.Options.ShowCloseButton = false;
this.dockPanel1.Options.ShowMaximizeButton = false;
this.dockPanel1.Options.ShowMinimizeButton = false;
this.dockPanel1.OriginalSize = new System.Drawing.Size(70, 200);
this.dockPanel1.Size = new System.Drawing.Size(70, 743);
this.dockPanel1.Text = " ";
//
// dockPanel1_Container
//
this.dockPanel1_Container.Controls.Add(this.accordionControl);
this.dockPanel1_Container.Location = new System.Drawing.Point(0, 23);
this.dockPanel1_Container.Name = "dockPanel1_Container";
this.dockPanel1_Container.Size = new System.Drawing.Size(69, 720);
this.dockPanel1_Container.TabIndex = 0;
//
// accordionControl
//
this.accordionControl.AllowItemSelection = true;
this.accordionControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.accordionControl.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] {
this.accMenu});
this.accordionControl.Location = new System.Drawing.Point(0, 0);
this.accordionControl.Name = "accordionControl";
this.accordionControl.OptionsMinimizing.AllowMinimizeMode = DevExpress.Utils.DefaultBoolean.False;
this.accordionControl.OptionsMinimizing.FooterHeight = 60;
this.accordionControl.OptionsMinimizing.State = DevExpress.XtraBars.Navigation.AccordionControlState.Minimized;
this.accordionControl.RootDisplayMode = DevExpress.XtraBars.Navigation.AccordionControlRootDisplayMode.Footer;
this.accordionControl.Size = new System.Drawing.Size(69, 720);
this.accordionControl.TabIndex = 5;
this.accordionControl.ViewType = DevExpress.XtraBars.Navigation.AccordionControlViewType.HamburgerMenu;
this.accordionControl.ElementClick += new DevExpress.XtraBars.Navigation.ElementClickEventHandler(this.accordionControl_ElementClick);
//
// accMenu
//
this.accMenu.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] {
this.accCalcu1,
this.accCalcu2,
this.accHistorical,
this.accBasic,
this.accMonitor,
this.accHistroy,
this.accWaterLevel,
this.accCurveCompare,
this.accSetting});
this.accMenu.Expanded = true;
this.accMenu.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accMenu.ImageOptions.SvgImage")));
this.accMenu.Name = "accMenu";
this.accMenu.Text = "计算";
this.accMenu.VisibleInFooter = false;
//
// accCalcu1
//
this.accCalcu1.HeaderIndent = 0;
this.accCalcu1.Height = 60;
this.accCalcu1.Hint = "手动方案";
this.accCalcu1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accCalcu1.ImageOptions.SvgImage")));
this.accCalcu1.ImageOptions.SvgImageColorizationMode = DevExpress.Utils.SvgImageColorizationMode.Full;
this.accCalcu1.ImageOptions.SvgImageSize = new System.Drawing.Size(55, 60);
this.accCalcu1.Name = "accCalcu1";
this.accCalcu1.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.accCalcu1.Text = "手动方案";
this.accCalcu1.Click += new System.EventHandler(this.accCalcu1_Click);
//
// accCalcu2
//
this.accCalcu2.HeaderIndent = 1;
this.accCalcu2.Height = 60;
this.accCalcu2.Hint = "计算方案";
this.accCalcu2.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accCalcu2.ImageOptions.SvgImage")));
this.accCalcu2.ImageOptions.SvgImageColorizationMode = DevExpress.Utils.SvgImageColorizationMode.Full;
this.accCalcu2.ImageOptions.SvgImageSize = new System.Drawing.Size(55, 60);
this.accCalcu2.Name = "accCalcu2";
this.accCalcu2.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.accCalcu2.Text = "计算方案";
this.accCalcu2.Click += new System.EventHandler(this.accCalcu2_Click);
//
// accHistorical
//
this.accHistorical.Height = 60;
this.accHistorical.Hint = "历史方案";
this.accHistorical.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accHistorical.ImageOptions.SvgImage")));
this.accHistorical.ImageOptions.SvgImageSize = new System.Drawing.Size(55, 60);
this.accHistorical.Name = "accHistorical";
this.accHistorical.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.accHistorical.Text = "历史方案";
this.accHistorical.Click += new System.EventHandler(this.accHistorical_Click);
//
// accBasic
//
this.accBasic.Height = 60;
this.accBasic.Hint = "基础信息";
this.accBasic.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accBasic.ImageOptions.SvgImage")));
this.accBasic.ImageOptions.SvgImageSize = new System.Drawing.Size(55, 60);
this.accBasic.Name = "accBasic";
this.accBasic.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.accBasic.Text = "基础信息";
this.accBasic.Click += new System.EventHandler(this.accBasic_Click);
//
// accMonitor
//
this.accMonitor.Height = 60;
this.accMonitor.Hint = "监测数据";
this.accMonitor.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accMonitor.ImageOptions.SvgImage")));
this.accMonitor.ImageOptions.SvgImageSize = new System.Drawing.Size(55, 60);
this.accMonitor.Name = "accMonitor";
this.accMonitor.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.accMonitor.Text = "监测数据";
this.accMonitor.Click += new System.EventHandler(this.accMonitor_Click);
//
// accHistroy
//
this.accHistroy.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accHistroy.ImageOptions.SvgImage")));
this.accHistroy.ImageOptions.SvgImageSize = new System.Drawing.Size(55, 60);
this.accHistroy.Name = "accHistroy";
this.accHistroy.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.accHistroy.Text = "历史数据";
this.accHistroy.Click += new System.EventHandler(this.accHistroy_Click);
//
// accWaterLevel
//
this.accWaterLevel.Height = 60;
this.accWaterLevel.Hint = "长江水位分析";
this.accWaterLevel.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accWaterLevel.ImageOptions.SvgImage")));
this.accWaterLevel.ImageOptions.SvgImageSize = new System.Drawing.Size(55, 60);
this.accWaterLevel.Name = "accWaterLevel";
this.accWaterLevel.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.accWaterLevel.Text = "长江水位分析";
this.accWaterLevel.Click += new System.EventHandler(this.accWaterLevel_Click);
//
// accCurveCompare
//
this.accCurveCompare.Height = 60;
this.accCurveCompare.Hint = "曲线比较";
this.accCurveCompare.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accCurveCompare.ImageOptions.SvgImage")));
this.accCurveCompare.ImageOptions.SvgImageSize = new System.Drawing.Size(55, 60);
this.accCurveCompare.Name = "accCurveCompare";
this.accCurveCompare.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.accCurveCompare.Text = "曲线比较";
this.accCurveCompare.Click += new System.EventHandler(this.accCurveCompare_Click);
//
// accSetting
//
this.accSetting.Height = 60;
this.accSetting.Hint = "设置";
this.accSetting.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accSetting.ImageOptions.SvgImage")));
this.accSetting.ImageOptions.SvgImageSize = new System.Drawing.Size(55, 60);
this.accSetting.Name = "accSetting";
this.accSetting.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.accSetting.Text = "设置";
this.accSetting.Click += new System.EventHandler(this.accSetting_Click);
//
// fluentDesignFormContainer1
//
this.fluentDesignFormContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.fluentDesignFormContainer1.Location = new System.Drawing.Point(70, 0);
this.fluentDesignFormContainer1.Name = "fluentDesignFormContainer1";
this.fluentDesignFormContainer1.Size = new System.Drawing.Size(948, 743);
this.fluentDesignFormContainer1.TabIndex = 10;
//
// MainPanel
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.fluentDesignFormContainer1);
this.Controls.Add(this.dockPanel1);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "MainPanel";
this.Size = new System.Drawing.Size(1018, 763);
this.Load += new System.EventHandler(this.MainPanel_Load);
((System.ComponentModel.ISupportInitialize)(this.documentManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
this.dockPanel1.ResumeLayout(false);
this.dockPanel1_Container.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.accordionControl)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.Docking2010.DocumentManager documentManager1;
private DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView tabbedView1;
private DevExpress.XtraBars.BarManager barManager1;
private DevExpress.XtraBars.Bar StatusBar;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraBars.Navigation.AccordionControl accordionControl;
private DevExpress.XtraBars.Docking.DockManager dockManager1;
private DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormContainer fluentDesignFormContainer1;
private DevExpress.XtraBars.Navigation.AccordionControlElement accMenu;
private DevExpress.XtraBars.Navigation.AccordionControlElement accBasic;
private DevExpress.XtraBars.Navigation.AccordionControlElement accCalcu1;
private DevExpress.XtraBars.Navigation.AccordionControlElement accCalcu2;
private DevExpress.XtraBars.Navigation.AccordionControlElement accHistorical;
private DevExpress.XtraBars.Navigation.AccordionControlElement accCurveCompare;
private DevExpress.XtraBars.Navigation.AccordionControlElement accMonitor;
private DevExpress.XtraBars.Navigation.AccordionControlElement accWaterLevel;
private DevExpress.XtraBars.Navigation.AccordionControlElement accSetting;
private DevExpress.XtraBars.Docking.DockPanel dockPanel1;
private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container;
private DevExpress.XtraBars.BarButtonItem barButtonItem1;
private DevExpress.XtraBars.BarButtonItem barButtonItem2;
private DevExpress.XtraBars.Navigation.AccordionControlElement accHistroy;
}
}