using DevExpress.XtraGrid.Views.Grid;
|
using System.ComponentModel;
|
using System.Windows.Forms;
|
|
namespace IStation.WinFrmUI.Monitor
|
{
|
partial class ModelCorrectionComparePage
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private 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 Component 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(ModelCorrectionComparePage));
|
this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
|
this.barBtnRefresh = new DevExpress.XtraBars.BarButtonItem();
|
this.barCekLoad = new DevExpress.XtraBars.BarCheckItem();
|
this.barEditDateStart = new DevExpress.XtraBars.BarEditItem();
|
this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
|
this.barEditDateEnd = new DevExpress.XtraBars.BarEditItem();
|
this.repositoryItemDateEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
|
this.barBtnExportAnalysisFactor = new DevExpress.XtraBars.BarButtonItem();
|
this.barCekUseFlow = new DevExpress.XtraBars.BarCheckItem();
|
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.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
this.xtraTabPage5 = new DevExpress.XtraTab.XtraTabPage();
|
this.timeValueSwiftPlotChartView1 = new IStation.WinFrmUI.Monitor.TimeValueSwiftPlotChartView();
|
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
|
this.panelContainer1.SuspendLayout();
|
this.dockPanel2.SuspendLayout();
|
this.dockPanel2_Container.SuspendLayout();
|
this.dockPanel1.SuspendLayout();
|
this.controlContainer1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
this.xtraTabControl1.SuspendLayout();
|
this.xtraTabPage5.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.barCekLoad,
|
this.barEditDateStart,
|
this.barEditDateEnd,
|
this.barBtnExportAnalysisFactor,
|
this.barCekUseFlow});
|
this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
|
this.ribbonControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.ribbonControl1.MaxItemId = 48;
|
this.ribbonControl1.Name = "ribbonControl1";
|
this.ribbonControl1.OptionsMenuMinWidth = 471;
|
this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
|
this.ribbonPageProduct});
|
this.ribbonControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
this.repositoryItemDateEdit1,
|
this.repositoryItemDateEdit2});
|
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);
|
//
|
// 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);
|
//
|
// barEditDateStart
|
//
|
this.barEditDateStart.Caption = "开始时间:";
|
this.barEditDateStart.CaptionToEditorIndent = 0;
|
this.barEditDateStart.Edit = this.repositoryItemDateEdit1;
|
this.barEditDateStart.EditWidth = 100;
|
this.barEditDateStart.Id = 43;
|
this.barEditDateStart.Name = "barEditDateStart";
|
//
|
// repositoryItemDateEdit1
|
//
|
this.repositoryItemDateEdit1.AutoHeight = false;
|
this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.repositoryItemDateEdit1.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
|
//
|
// barEditDateEnd
|
//
|
this.barEditDateEnd.Caption = "结束时间:";
|
this.barEditDateEnd.CaptionToEditorIndent = 0;
|
this.barEditDateEnd.Edit = this.repositoryItemDateEdit2;
|
this.barEditDateEnd.EditWidth = 100;
|
this.barEditDateEnd.Id = 44;
|
this.barEditDateEnd.Name = "barEditDateEnd";
|
//
|
// repositoryItemDateEdit2
|
//
|
this.repositoryItemDateEdit2.AutoHeight = false;
|
this.repositoryItemDateEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.repositoryItemDateEdit2.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.repositoryItemDateEdit2.Name = "repositoryItemDateEdit2";
|
//
|
// barBtnExportAnalysisFactor
|
//
|
this.barBtnExportAnalysisFactor.Caption = "导出分析系数数据";
|
this.barBtnExportAnalysisFactor.Id = 45;
|
this.barBtnExportAnalysisFactor.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnExportAnalysisFactor.ImageOptions.SvgImage")));
|
this.barBtnExportAnalysisFactor.Name = "barBtnExportAnalysisFactor";
|
//
|
// barCekUseFlow
|
//
|
this.barCekUseFlow.Caption = "流量叠加";
|
this.barCekUseFlow.Id = 47;
|
this.barCekUseFlow.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCekUseFlow.ImageOptions.SvgImage")));
|
this.barCekUseFlow.Name = "barCekUseFlow";
|
//
|
// 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.barEditDateStart, true);
|
this.ribbonPageGroupProduct.ItemLinks.Add(this.barEditDateEnd);
|
this.ribbonPageGroupProduct.ItemLinks.Add(this.barCekLoad);
|
this.ribbonPageGroupProduct.ItemLinks.Add(this.barCekUseFlow);
|
this.ribbonPageGroupProduct.ItemLinks.Add(this.barBtnRefresh, true);
|
this.ribbonPageGroupProduct.ItemLinks.Add(this.barBtnExportAnalysisFactor, true);
|
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.AllowDockAsTabbedDocument = false;
|
this.dockPanel2.Options.AllowDockBottom = false;
|
this.dockPanel2.Options.AllowDockLeft = false;
|
this.dockPanel2.Options.AllowDockRight = false;
|
this.dockPanel2.Options.AllowDockTop = false;
|
this.dockPanel2.Options.AllowFloating = false;
|
this.dockPanel2.Options.ShowAutoHideButton = false;
|
this.dockPanel2.Options.ShowCloseButton = false;
|
this.dockPanel2.Options.ShowMaximizeButton = false;
|
this.dockPanel2.Options.ShowMinimizeButton = 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.AllowDockAsTabbedDocument = false;
|
this.dockPanel1.Options.AllowDockBottom = false;
|
this.dockPanel1.Options.AllowDockLeft = false;
|
this.dockPanel1.Options.AllowDockRight = false;
|
this.dockPanel1.Options.AllowDockTop = false;
|
this.dockPanel1.Options.AllowFloating = false;
|
this.dockPanel1.Options.FloatOnDblClick = 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(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;
|
//
|
// xtraTabControl1
|
//
|
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.xtraTabControl1.Location = new System.Drawing.Point(261, 113);
|
this.xtraTabControl1.Name = "xtraTabControl1";
|
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage5;
|
this.xtraTabControl1.Size = new System.Drawing.Size(908, 957);
|
this.xtraTabControl1.TabIndex = 5;
|
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
this.xtraTabPage5});
|
//
|
// xtraTabPage5
|
//
|
this.xtraTabPage5.Controls.Add(this.timeValueSwiftPlotChartView1);
|
this.xtraTabPage5.Name = "xtraTabPage5";
|
this.xtraTabPage5.Size = new System.Drawing.Size(906, 919);
|
this.xtraTabPage5.Text = "总管修正图表";
|
//
|
// timeValueSwiftPlotChartView1
|
//
|
this.timeValueSwiftPlotChartView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.timeValueSwiftPlotChartView1.Location = new System.Drawing.Point(0, 0);
|
this.timeValueSwiftPlotChartView1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.timeValueSwiftPlotChartView1.Name = "timeValueSwiftPlotChartView1";
|
this.timeValueSwiftPlotChartView1.Size = new System.Drawing.Size(906, 919);
|
this.timeValueSwiftPlotChartView1.TabIndex = 0;
|
//
|
// ModelCorrectionComparePage
|
//
|
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.xtraTabControl1);
|
this.Controls.Add(this.panelContainer1);
|
this.Controls.Add(this.ribbonControl1);
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.Name = "ModelCorrectionComparePage";
|
this.Size = new System.Drawing.Size(1169, 1070);
|
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).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);
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
this.xtraTabControl1.ResumeLayout(false);
|
this.xtraTabPage5.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.BarCheckItem barCekLoad;
|
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
private DevExpress.XtraBars.BarEditItem barEditDateStart;
|
private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repositoryItemDateEdit1;
|
private DevExpress.XtraBars.BarEditItem barEditDateEnd;
|
private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repositoryItemDateEdit2;
|
private DevExpress.XtraBars.BarButtonItem barBtnExportAnalysisFactor;
|
private DevExpress.XtraBars.BarCheckItem barCekUseFlow;
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage5;
|
private TimeValueSwiftPlotChartView timeValueSwiftPlotChartView1;
|
}
|
}
|