using System.ComponentModel;
using System.Windows.Forms;
namespace IStation.WinFrmUI.Monitor
{
partial class WaterLevelAnalysisPage
{
///
/// Required designer variable.
///
private 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 Component 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(WaterLevelAnalysisPage));
DevExpress.XtraCharts.SwiftPlotDiagram swiftPlotDiagram4 = new DevExpress.XtraCharts.SwiftPlotDiagram();
DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
DevExpress.XtraCharts.SwiftPointSeriesView swiftPointSeriesView4 = new DevExpress.XtraCharts.SwiftPointSeriesView();
this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
this.barBtnAnalysis = new DevExpress.XtraBars.BarButtonItem();
this.ribbonPageProduct = new DevExpress.XtraBars.Ribbon.RibbonPage();
this.ribbonPageGroupProduct = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
this.currentViewModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.timeValueEasyChartView1 = new IStation.WinFrmUI.Monitor.TimeValueEasyChartView();
this.tabPane1 = new DevExpress.XtraBars.Navigation.TabPane();
this.tabNavigationPage1 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
this.tabNavigationPage2 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
this.sceneTreeList1 = new IStation.WinFrmUI.Monitor.MonitorDataSourcesTreeList();
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tabPane1)).BeginInit();
this.tabPane1.SuspendLayout();
this.tabNavigationPage1.SuspendLayout();
this.tabNavigationPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(swiftPointSeriesView4)).BeginInit();
this.dockPanel1.SuspendLayout();
this.dockPanel1_Container.SuspendLayout();
this.SuspendLayout();
//
// ribbonControl1
//
this.ribbonControl1.DrawGroupsBorderMode = DevExpress.Utils.DefaultBoolean.False;
this.ribbonControl1.EmptyAreaImageOptions.ImagePadding = new System.Windows.Forms.Padding(43, 47, 43, 47);
this.ribbonControl1.ExpandCollapseItem.Id = 0;
this.ribbonControl1.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic;
this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.ribbonControl1.ExpandCollapseItem,
this.ribbonControl1.SearchEditItem,
this.barBtnAnalysis});
this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
this.ribbonControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.ribbonControl1.MaxItemId = 33;
this.ribbonControl1.Name = "ribbonControl1";
this.ribbonControl1.OptionsMenuMinWidth = 471;
this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
this.ribbonPageProduct});
this.ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
this.ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
this.ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
this.ribbonControl1.Size = new System.Drawing.Size(1169, 154);
this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
//
// barBtnAnalysis
//
this.barBtnAnalysis.Caption = "分析";
this.barBtnAnalysis.Id = 32;
this.barBtnAnalysis.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnAnalysis.ImageOptions.SvgImage")));
this.barBtnAnalysis.Name = "barBtnAnalysis";
this.barBtnAnalysis.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnAnalysis_ItemClick);
//
// ribbonPageProduct
//
this.ribbonPageProduct.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
this.ribbonPageGroupProduct});
this.ribbonPageProduct.Name = "ribbonPageProduct";
this.ribbonPageProduct.Text = "默认";
//
// ribbonPageGroupProduct
//
this.ribbonPageGroupProduct.ItemLinks.Add(this.barBtnAnalysis);
this.ribbonPageGroupProduct.Name = "ribbonPageGroupProduct";
this.ribbonPageGroupProduct.Text = "基础";
//
// dockManager1
//
this.dockManager1.Form = this;
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"});
//
// timeValueEasyChartView1
//
this.timeValueEasyChartView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.timeValueEasyChartView1.Location = new System.Drawing.Point(0, 0);
this.timeValueEasyChartView1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.timeValueEasyChartView1.Name = "timeValueEasyChartView1";
this.timeValueEasyChartView1.Size = new System.Drawing.Size(935, 867);
this.timeValueEasyChartView1.TabIndex = 5;
//
// tabPane1
//
this.tabPane1.Controls.Add(this.tabNavigationPage1);
this.tabPane1.Controls.Add(this.tabNavigationPage2);
this.tabPane1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabPane1.Location = new System.Drawing.Point(234, 154);
this.tabPane1.Name = "tabPane1";
this.tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] {
this.tabNavigationPage1,
this.tabNavigationPage2});
this.tabPane1.RegularSize = new System.Drawing.Size(935, 916);
this.tabPane1.SelectedPage = this.tabNavigationPage1;
this.tabPane1.Size = new System.Drawing.Size(935, 916);
this.tabPane1.TabIndex = 7;
this.tabPane1.Text = "tabPane1";
//
// tabNavigationPage1
//
this.tabNavigationPage1.Caption = "水位偏差";
this.tabNavigationPage1.Controls.Add(this.timeValueEasyChartView1);
this.tabNavigationPage1.Name = "tabNavigationPage1";
this.tabNavigationPage1.Size = new System.Drawing.Size(935, 867);
//
// tabNavigationPage2
//
this.tabNavigationPage2.Caption = "面积趋势";
this.tabNavigationPage2.Controls.Add(this.chartControl1);
this.tabNavigationPage2.Name = "tabNavigationPage2";
this.tabNavigationPage2.Size = new System.Drawing.Size(1169, 867);
//
// chartControl1
//
swiftPlotDiagram4.AxisX.VisibleInPanesSerializable = "-1";
swiftPlotDiagram4.AxisY.VisibleInPanesSerializable = "-1";
this.chartControl1.Diagram = swiftPlotDiagram4;
this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
this.chartControl1.Location = new System.Drawing.Point(0, 0);
this.chartControl1.Name = "chartControl1";
series4.Name = "Series";
series4.View = swiftPointSeriesView4;
this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
series4};
this.chartControl1.Size = new System.Drawing.Size(1169, 867);
this.chartControl1.TabIndex = 0;
//
// dockPanel1
//
this.dockPanel1.Controls.Add(this.dockPanel1_Container);
this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
this.dockPanel1.ID = new System.Guid("217b935a-9b66-4620-b801-96031c8f9660");
this.dockPanel1.Location = new System.Drawing.Point(0, 154);
this.dockPanel1.Name = "dockPanel1";
this.dockPanel1.Options.ShowCloseButton = false;
this.dockPanel1.OriginalSize = new System.Drawing.Size(234, 200);
this.dockPanel1.Size = new System.Drawing.Size(234, 916);
this.dockPanel1.Text = "数据来源";
//
// dockPanel1_Container
//
this.dockPanel1_Container.Controls.Add(this.sceneTreeList1);
this.dockPanel1_Container.Location = new System.Drawing.Point(0, 34);
this.dockPanel1_Container.Name = "dockPanel1_Container";
this.dockPanel1_Container.Size = new System.Drawing.Size(233, 882);
this.dockPanel1_Container.TabIndex = 0;
//
// sceneTreeList1
//
this.sceneTreeList1.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.sceneTreeList1.Appearance.Options.UseBackColor = true;
this.sceneTreeList1.Dock = System.Windows.Forms.DockStyle.Fill;
this.sceneTreeList1.Location = new System.Drawing.Point(0, 0);
this.sceneTreeList1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.sceneTreeList1.Name = "sceneTreeList1";
this.sceneTreeList1.Size = new System.Drawing.Size(233, 882);
this.sceneTreeList1.TabIndex = 0;
//
// WaterLevelAnalysisPage
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tabPane1);
this.Controls.Add(this.dockPanel1);
this.Controls.Add(this.ribbonControl1);
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "WaterLevelAnalysisPage";
this.Size = new System.Drawing.Size(1169, 1070);
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tabPane1)).EndInit();
this.tabPane1.ResumeLayout(false);
this.tabNavigationPage1.ResumeLayout(false);
this.tabNavigationPage2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram4)).EndInit();
((System.ComponentModel.ISupportInitialize)(swiftPointSeriesView4)).EndInit();
((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
this.dockPanel1.ResumeLayout(false);
this.dockPanel1_Container.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPageProduct;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroupProduct;
private DevExpress.XtraBars.Docking.DockManager dockManager1;
private BindingSource currentViewModelBindingSource;
private TimeValueEasyChartView timeValueEasyChartView1;
private DevExpress.XtraBars.BarButtonItem barBtnAnalysis;
private DevExpress.XtraBars.Navigation.TabPane tabPane1;
private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage1;
private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage2;
private DevExpress.XtraCharts.ChartControl chartControl1;
private DevExpress.XtraBars.Docking.DockPanel dockPanel1;
private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container;
private MonitorDataSourcesTreeList sceneTreeList1;
}
}