using DevExpress.XtraGrid.Views.Grid;
using System.ComponentModel;
using System.Windows.Forms;
namespace IStation.WinFrmUI.Monitor
{
partial class DataIntegrationPage
{
///
/// 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(DataIntegrationPage));
this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
this.barBtnRefresh = new DevExpress.XtraBars.BarButtonItem();
this.barBtnIntegration = new DevExpress.XtraBars.BarButtonItem();
this.barCekLoad = new DevExpress.XtraBars.BarCheckItem();
this.barBtnExportEpanet = new DevExpress.XtraBars.BarButtonItem();
this.barBtnExportWaterDesk = 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.panelContainer1 = new DevExpress.XtraBars.Docking.DockPanel();
this.dockPanel2 = new DevExpress.XtraBars.Docking.DockPanel();
this.dockPanel2_Container = new DevExpress.XtraBars.Docking.ControlContainer();
this.stationListCtrl1 = new IStation.WinFrmUI.Monitor.StationListCtrl();
this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
this.controlContainer1 = new DevExpress.XtraBars.Docking.ControlContainer();
this.monitorDataSourcesTreeList1 = new IStation.WinFrmUI.Monitor.MonitorDataSourcesTreeList();
this.timeValueSwiftPlotChartView1 = new IStation.WinFrmUI.Monitor.TimeValueSwiftPlotChartView();
this.barBtnExportEta = new DevExpress.XtraBars.BarButtonItem();
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
this.panelContainer1.SuspendLayout();
this.dockPanel2.SuspendLayout();
this.dockPanel2_Container.SuspendLayout();
this.dockPanel1.SuspendLayout();
this.controlContainer1.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.barBtnRefresh,
this.barBtnIntegration,
this.barCekLoad,
this.barBtnExportEpanet,
this.barBtnExportWaterDesk,
this.barBtnExportEta});
this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
this.ribbonControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.ribbonControl1.MaxItemId = 42;
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, 113);
this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
//
// barBtnRefresh
//
this.barBtnRefresh.Caption = "刷新";
this.barBtnRefresh.Id = 18;
this.barBtnRefresh.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnRefresh.ImageOptions.SvgImage")));
this.barBtnRefresh.Name = "barBtnRefresh";
this.barBtnRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnRefresh_ItemClick);
//
// barBtnIntegration
//
this.barBtnIntegration.Caption = "整合";
this.barBtnIntegration.Id = 34;
this.barBtnIntegration.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnIntegration.ImageOptions.SvgImage")));
this.barBtnIntegration.Name = "barBtnIntegration";
this.barBtnIntegration.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnIntegration_ItemClick);
//
// barCekLoad
//
this.barCekLoad.BindableChecked = true;
this.barCekLoad.Caption = "加载";
this.barCekLoad.Checked = true;
this.barCekLoad.Id = 38;
this.barCekLoad.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCekLoad.ImageOptions.SvgImage")));
this.barCekLoad.Name = "barCekLoad";
this.barCekLoad.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCekLoad_CheckedChanged);
//
// barBtnExportEpanet
//
this.barBtnExportEpanet.Caption = "导出EPANET验证数据";
this.barBtnExportEpanet.Id = 39;
this.barBtnExportEpanet.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnExportEpanet.ImageOptions.SvgImage")));
this.barBtnExportEpanet.Name = "barBtnExportEpanet";
this.barBtnExportEpanet.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnExportEpanet_ItemClick);
//
// barBtnExportWaterDesk
//
this.barBtnExportWaterDesk.Caption = "导出WaterDesk验证数据";
this.barBtnExportWaterDesk.Id = 40;
this.barBtnExportWaterDesk.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnExportWaterDesk.ImageOptions.SvgImage")));
this.barBtnExportWaterDesk.Name = "barBtnExportWaterDesk";
this.barBtnExportWaterDesk.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnExportWaterDesk_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.barBtnIntegration, true);
this.ribbonPageGroupProduct.ItemLinks.Add(this.barCekLoad, true);
this.ribbonPageGroupProduct.ItemLinks.Add(this.barBtnRefresh);
this.ribbonPageGroupProduct.ItemLinks.Add(this.barBtnExportEpanet, true);
this.ribbonPageGroupProduct.ItemLinks.Add(this.barBtnExportWaterDesk);
this.ribbonPageGroupProduct.ItemLinks.Add(this.barBtnExportEta);
this.ribbonPageGroupProduct.Name = "ribbonPageGroupProduct";
this.ribbonPageGroupProduct.Text = "基础";
//
// dockManager1
//
this.dockManager1.Form = this;
this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
this.panelContainer1});
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"});
//
// panelContainer1
//
this.panelContainer1.Controls.Add(this.dockPanel2);
this.panelContainer1.Controls.Add(this.dockPanel1);
this.panelContainer1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
this.panelContainer1.ID = new System.Guid("d7020cde-ce15-47d8-833f-b09675cdf446");
this.panelContainer1.Location = new System.Drawing.Point(0, 113);
this.panelContainer1.Name = "panelContainer1";
this.panelContainer1.OriginalSize = new System.Drawing.Size(261, 200);
this.panelContainer1.Size = new System.Drawing.Size(261, 957);
this.panelContainer1.Text = "panelContainer1";
//
// dockPanel2
//
this.dockPanel2.Controls.Add(this.dockPanel2_Container);
this.dockPanel2.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
this.dockPanel2.ID = new System.Guid("2599d212-cefe-4228-9ecb-26ddf470f2df");
this.dockPanel2.Location = new System.Drawing.Point(0, 0);
this.dockPanel2.Name = "dockPanel2";
this.dockPanel2.Options.ShowCloseButton = false;
this.dockPanel2.Options.ShowMaximizeButton = false;
this.dockPanel2.OriginalSize = new System.Drawing.Size(261, 458);
this.dockPanel2.Size = new System.Drawing.Size(261, 479);
this.dockPanel2.Text = "泵站";
//
// dockPanel2_Container
//
this.dockPanel2_Container.Controls.Add(this.stationListCtrl1);
this.dockPanel2_Container.Location = new System.Drawing.Point(0, 34);
this.dockPanel2_Container.Name = "dockPanel2_Container";
this.dockPanel2_Container.Size = new System.Drawing.Size(260, 445);
this.dockPanel2_Container.TabIndex = 0;
//
// stationListCtrl1
//
this.stationListCtrl1.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.stationListCtrl1.Appearance.Options.UseBackColor = true;
this.stationListCtrl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.stationListCtrl1.Location = new System.Drawing.Point(0, 0);
this.stationListCtrl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.stationListCtrl1.Name = "stationListCtrl1";
this.stationListCtrl1.Size = new System.Drawing.Size(260, 445);
this.stationListCtrl1.TabIndex = 0;
//
// dockPanel1
//
this.dockPanel1.Controls.Add(this.controlContainer1);
this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
this.dockPanel1.ID = new System.Guid("68bd2b78-0777-4ec7-991f-8289b41621a2");
this.dockPanel1.Location = new System.Drawing.Point(0, 479);
this.dockPanel1.Name = "dockPanel1";
this.dockPanel1.Options.ShowCloseButton = false;
this.dockPanel1.OriginalSize = new System.Drawing.Size(261, 458);
this.dockPanel1.Size = new System.Drawing.Size(261, 478);
this.dockPanel1.Text = "数据来源";
//
// controlContainer1
//
this.controlContainer1.Controls.Add(this.monitorDataSourcesTreeList1);
this.controlContainer1.Location = new System.Drawing.Point(0, 35);
this.controlContainer1.Name = "controlContainer1";
this.controlContainer1.Size = new System.Drawing.Size(260, 443);
this.controlContainer1.TabIndex = 0;
//
// monitorDataSourcesTreeList1
//
this.monitorDataSourcesTreeList1.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.monitorDataSourcesTreeList1.Appearance.Options.UseBackColor = true;
this.monitorDataSourcesTreeList1.Dock = System.Windows.Forms.DockStyle.Fill;
this.monitorDataSourcesTreeList1.Location = new System.Drawing.Point(0, 0);
this.monitorDataSourcesTreeList1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.monitorDataSourcesTreeList1.Name = "monitorDataSourcesTreeList1";
this.monitorDataSourcesTreeList1.Size = new System.Drawing.Size(260, 443);
this.monitorDataSourcesTreeList1.TabIndex = 0;
//
// timeValueSwiftPlotChartView1
//
this.timeValueSwiftPlotChartView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.timeValueSwiftPlotChartView1.Location = new System.Drawing.Point(261, 113);
this.timeValueSwiftPlotChartView1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.timeValueSwiftPlotChartView1.Name = "timeValueSwiftPlotChartView1";
this.timeValueSwiftPlotChartView1.Size = new System.Drawing.Size(908, 957);
this.timeValueSwiftPlotChartView1.TabIndex = 5;
//
// barBtnExportEta
//
this.barBtnExportEta.Caption = "导出能效数据";
this.barBtnExportEta.Id = 41;
this.barBtnExportEta.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnExportEta.ImageOptions.SvgImage")));
this.barBtnExportEta.Name = "barBtnExportEta";
this.barBtnExportEta.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnExportEta_ItemClick);
//
// DataIntegrationPage
//
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.timeValueSwiftPlotChartView1);
this.Controls.Add(this.panelContainer1);
this.Controls.Add(this.ribbonControl1);
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "DataIntegrationPage";
this.Size = new System.Drawing.Size(1169, 1070);
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
this.panelContainer1.ResumeLayout(false);
this.dockPanel2.ResumeLayout(false);
this.dockPanel2_Container.ResumeLayout(false);
this.dockPanel1.ResumeLayout(false);
this.controlContainer1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
private DevExpress.XtraBars.BarButtonItem barBtnRefresh;
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPageProduct;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroupProduct;
private DevExpress.XtraBars.Docking.DockManager dockManager1;
private DevExpress.XtraBars.Docking.DockPanel dockPanel1;
private DevExpress.XtraBars.Docking.ControlContainer controlContainer1;
private MonitorDataSourcesTreeList monitorDataSourcesTreeList1;
private DevExpress.XtraBars.Docking.DockPanel panelContainer1;
private DevExpress.XtraBars.Docking.DockPanel dockPanel2;
private DevExpress.XtraBars.Docking.ControlContainer dockPanel2_Container;
private StationListCtrl stationListCtrl1;
private DevExpress.XtraBars.BarButtonItem barBtnIntegration;
private DevExpress.XtraBars.BarCheckItem barCekLoad;
private DevExpress.XtraBars.BarButtonItem barBtnExportEpanet;
private DevExpress.XtraBars.BarButtonItem barBtnExportWaterDesk;
private TimeValueSwiftPlotChartView timeValueSwiftPlotChartView1;
private DevExpress.XtraBars.BarButtonItem barBtnExportEta;
}
}