using DevExpress.XtraGrid.Views.Grid;
|
using System.ComponentModel;
|
using System.Windows.Forms;
|
|
namespace IStation.WinFrmUI.Monitor
|
{
|
partial class ModelCorrectionPage
|
{
|
/// <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()
|
{
|
components = new Container();
|
ComponentResourceManager resources = new ComponentResourceManager(typeof(ModelCorrectionPage));
|
DevExpress.XtraCharts.SwiftPlotDiagram swiftPlotDiagram1 = new DevExpress.XtraCharts.SwiftPlotDiagram();
|
DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
|
DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
|
DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
|
DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView2 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
|
DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
|
DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView3 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
|
ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
|
barBtnRefresh = new DevExpress.XtraBars.BarButtonItem();
|
barCekLoad = new DevExpress.XtraBars.BarCheckItem();
|
barEditDateStart = new DevExpress.XtraBars.BarEditItem();
|
repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
|
barEditDateEnd = new DevExpress.XtraBars.BarEditItem();
|
repositoryItemDateEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
|
barBtnExportAnalysisFactor = new DevExpress.XtraBars.BarButtonItem();
|
barCekUseAnalysisFactor = new DevExpress.XtraBars.BarCheckItem();
|
barCekUseFlow = new DevExpress.XtraBars.BarCheckItem();
|
ribbonPageProduct = new DevExpress.XtraBars.Ribbon.RibbonPage();
|
ribbonPageGroupProduct = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
|
dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components);
|
panelContainer1 = new DevExpress.XtraBars.Docking.DockPanel();
|
dockPanel2 = new DevExpress.XtraBars.Docking.DockPanel();
|
dockPanel2_Container = new DevExpress.XtraBars.Docking.ControlContainer();
|
stationListCtrl1 = new StationListCtrl();
|
dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
|
controlContainer1 = new DevExpress.XtraBars.Docking.ControlContainer();
|
monitorDataSourcesTreeList1 = new MonitorDataSourcesTreeList();
|
xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
|
gridControl1 = new DevExpress.XtraGrid.GridControl();
|
pumpViewModelBindingSource = new BindingSource(components);
|
gridView1 = new GridView();
|
colTime = new DevExpress.XtraGrid.Columns.GridColumn();
|
colFlag = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRpm = new DevExpress.XtraGrid.Columns.GridColumn();
|
colHz = new DevExpress.XtraGrid.Columns.GridColumn();
|
colHz0 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colWaterLevel = new DevExpress.XtraGrid.Columns.GridColumn();
|
colInletPressure = new DevExpress.XtraGrid.Columns.GridColumn();
|
colOutletPressure = new DevExpress.XtraGrid.Columns.GridColumn();
|
colModelOutletPressure = new DevExpress.XtraGrid.Columns.GridColumn();
|
colFlow = new DevExpress.XtraGrid.Columns.GridColumn();
|
colModelFlow = new DevExpress.XtraGrid.Columns.GridColumn();
|
colFlowDiff = new DevExpress.XtraGrid.Columns.GridColumn();
|
colPressureDiff = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCurvePressureDiff = new DevExpress.XtraGrid.Columns.GridColumn();
|
colPressureDiffDev = new DevExpress.XtraGrid.Columns.GridColumn();
|
xtraTabPage4 = new DevExpress.XtraTab.XtraTabPage();
|
gridControl3 = new DevExpress.XtraGrid.GridControl();
|
modelTimeViewModelBindingSource = new BindingSource(components);
|
gridView3 = new GridView();
|
colTime1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colName = new DevExpress.XtraGrid.Columns.GridColumn();
|
colScadaPressure = new DevExpress.XtraGrid.Columns.GridColumn();
|
colScadaFlow = new DevExpress.XtraGrid.Columns.GridColumn();
|
colMonitorPressure = new DevExpress.XtraGrid.Columns.GridColumn();
|
colMonitorFlow = new DevExpress.XtraGrid.Columns.GridColumn();
|
colPressureDiff1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colFlowDiff1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
xtraTabPage5 = new DevExpress.XtraTab.XtraTabPage();
|
timeValueSwiftPlotChartView1 = new TimeValueSwiftPlotChartView();
|
xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
chartControl1 = new DevExpress.XtraCharts.ChartControl();
|
cmbFlag = new DevExpress.XtraEditors.ComboBoxEdit();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
|
gridControl2 = new DevExpress.XtraGrid.GridControl();
|
pumpFactorViewModelBindingSource = new BindingSource(components);
|
gridView2 = new GridView();
|
colFlag1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colHz1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colSTDP = new DevExpress.XtraGrid.Columns.GridColumn();
|
colSTDPHead = new DevExpress.XtraGrid.Columns.GridColumn();
|
colNote = new DevExpress.XtraGrid.Columns.GridColumn();
|
((ISupportInitialize)ribbonControl1).BeginInit();
|
((ISupportInitialize)repositoryItemDateEdit1).BeginInit();
|
((ISupportInitialize)repositoryItemDateEdit1.CalendarTimeProperties).BeginInit();
|
((ISupportInitialize)repositoryItemDateEdit2).BeginInit();
|
((ISupportInitialize)repositoryItemDateEdit2.CalendarTimeProperties).BeginInit();
|
((ISupportInitialize)dockManager1).BeginInit();
|
panelContainer1.SuspendLayout();
|
dockPanel2.SuspendLayout();
|
dockPanel2_Container.SuspendLayout();
|
dockPanel1.SuspendLayout();
|
controlContainer1.SuspendLayout();
|
((ISupportInitialize)xtraTabControl1).BeginInit();
|
xtraTabControl1.SuspendLayout();
|
xtraTabPage1.SuspendLayout();
|
((ISupportInitialize)gridControl1).BeginInit();
|
((ISupportInitialize)pumpViewModelBindingSource).BeginInit();
|
((ISupportInitialize)gridView1).BeginInit();
|
xtraTabPage4.SuspendLayout();
|
((ISupportInitialize)gridControl3).BeginInit();
|
((ISupportInitialize)modelTimeViewModelBindingSource).BeginInit();
|
((ISupportInitialize)gridView3).BeginInit();
|
xtraTabPage5.SuspendLayout();
|
xtraTabPage3.SuspendLayout();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)chartControl1).BeginInit();
|
((ISupportInitialize)swiftPlotDiagram1).BeginInit();
|
((ISupportInitialize)series1).BeginInit();
|
((ISupportInitialize)swiftPlotSeriesView1).BeginInit();
|
((ISupportInitialize)series2).BeginInit();
|
((ISupportInitialize)swiftPlotSeriesView2).BeginInit();
|
((ISupportInitialize)series3).BeginInit();
|
((ISupportInitialize)swiftPlotSeriesView3).BeginInit();
|
((ISupportInitialize)cmbFlag.Properties).BeginInit();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)layoutControlItem2).BeginInit();
|
((ISupportInitialize)layoutControlGroup1).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)emptySpaceItem1).BeginInit();
|
xtraTabPage2.SuspendLayout();
|
((ISupportInitialize)gridControl2).BeginInit();
|
((ISupportInitialize)pumpFactorViewModelBindingSource).BeginInit();
|
((ISupportInitialize)gridView2).BeginInit();
|
SuspendLayout();
|
//
|
// ribbonControl1
|
//
|
ribbonControl1.DrawGroupsBorderMode = DevExpress.Utils.DefaultBoolean.False;
|
ribbonControl1.ExpandCollapseItem.Id = 0;
|
ribbonControl1.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic;
|
ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, barBtnRefresh, barCekLoad, barEditDateStart, barEditDateEnd, barBtnExportAnalysisFactor, barCekUseAnalysisFactor, barCekUseFlow });
|
ribbonControl1.Location = new System.Drawing.Point(0, 0);
|
ribbonControl1.MaxItemId = 48;
|
ribbonControl1.Name = "ribbonControl1";
|
ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { ribbonPageProduct });
|
ribbonControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemDateEdit1, repositoryItemDateEdit2 });
|
ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
|
ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
|
ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
|
ribbonControl1.Size = new System.Drawing.Size(818, 104);
|
ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
|
//
|
// barBtnRefresh
|
//
|
barBtnRefresh.Caption = "刷新";
|
barBtnRefresh.Id = 18;
|
barBtnRefresh.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnRefresh.ImageOptions.SvgImage");
|
barBtnRefresh.Name = "barBtnRefresh";
|
barBtnRefresh.ItemClick += barBtnRefresh_ItemClick;
|
//
|
// barCekLoad
|
//
|
barCekLoad.BindableChecked = true;
|
barCekLoad.Caption = "加载";
|
barCekLoad.Checked = true;
|
barCekLoad.Id = 38;
|
barCekLoad.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barCekLoad.ImageOptions.SvgImage");
|
barCekLoad.Name = "barCekLoad";
|
barCekLoad.CheckedChanged += barCekLoad_CheckedChanged;
|
//
|
// barEditDateStart
|
//
|
barEditDateStart.Caption = "开始时间:";
|
barEditDateStart.CaptionToEditorIndent = 0;
|
barEditDateStart.Edit = repositoryItemDateEdit1;
|
barEditDateStart.EditWidth = 100;
|
barEditDateStart.Id = 43;
|
barEditDateStart.Name = "barEditDateStart";
|
//
|
// repositoryItemDateEdit1
|
//
|
repositoryItemDateEdit1.AutoHeight = false;
|
repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
repositoryItemDateEdit1.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
|
//
|
// barEditDateEnd
|
//
|
barEditDateEnd.Caption = "结束时间:";
|
barEditDateEnd.CaptionToEditorIndent = 0;
|
barEditDateEnd.Edit = repositoryItemDateEdit2;
|
barEditDateEnd.EditWidth = 100;
|
barEditDateEnd.Id = 44;
|
barEditDateEnd.Name = "barEditDateEnd";
|
//
|
// repositoryItemDateEdit2
|
//
|
repositoryItemDateEdit2.AutoHeight = false;
|
repositoryItemDateEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
repositoryItemDateEdit2.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
repositoryItemDateEdit2.Name = "repositoryItemDateEdit2";
|
//
|
// barBtnExportAnalysisFactor
|
//
|
barBtnExportAnalysisFactor.Caption = "导出分析系数数据";
|
barBtnExportAnalysisFactor.Id = 45;
|
barBtnExportAnalysisFactor.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnExportAnalysisFactor.ImageOptions.SvgImage");
|
barBtnExportAnalysisFactor.Name = "barBtnExportAnalysisFactor";
|
barBtnExportAnalysisFactor.ItemClick += barBtnExportAnalysisFactor_ItemClick;
|
//
|
// barCekUseAnalysisFactor
|
//
|
barCekUseAnalysisFactor.Caption = "分析系数";
|
barCekUseAnalysisFactor.Id = 46;
|
barCekUseAnalysisFactor.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barCekUseAnalysisFactor.ImageOptions.SvgImage");
|
barCekUseAnalysisFactor.Name = "barCekUseAnalysisFactor";
|
//
|
// barCekUseFlow
|
//
|
barCekUseFlow.Caption = "流量叠加";
|
barCekUseFlow.Id = 47;
|
barCekUseFlow.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barCekUseFlow.ImageOptions.SvgImage");
|
barCekUseFlow.Name = "barCekUseFlow";
|
//
|
// ribbonPageProduct
|
//
|
ribbonPageProduct.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { ribbonPageGroupProduct });
|
ribbonPageProduct.Name = "ribbonPageProduct";
|
ribbonPageProduct.Text = "默认";
|
//
|
// ribbonPageGroupProduct
|
//
|
ribbonPageGroupProduct.ItemLinks.Add(barEditDateStart, true);
|
ribbonPageGroupProduct.ItemLinks.Add(barEditDateEnd);
|
ribbonPageGroupProduct.ItemLinks.Add(barCekLoad);
|
ribbonPageGroupProduct.ItemLinks.Add(barCekUseAnalysisFactor);
|
ribbonPageGroupProduct.ItemLinks.Add(barCekUseFlow);
|
ribbonPageGroupProduct.ItemLinks.Add(barBtnRefresh, true);
|
ribbonPageGroupProduct.ItemLinks.Add(barBtnExportAnalysisFactor, true);
|
ribbonPageGroupProduct.Name = "ribbonPageGroupProduct";
|
ribbonPageGroupProduct.Text = "基础";
|
//
|
// dockManager1
|
//
|
dockManager1.Form = this;
|
dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { panelContainer1 });
|
dockManager1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light;
|
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
|
//
|
panelContainer1.Controls.Add(dockPanel2);
|
panelContainer1.Controls.Add(dockPanel1);
|
panelContainer1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
|
panelContainer1.ID = new System.Guid("d7020cde-ce15-47d8-833f-b09675cdf446");
|
panelContainer1.Location = new System.Drawing.Point(0, 104);
|
panelContainer1.Margin = new Padding(2, 2, 2, 2);
|
panelContainer1.Name = "panelContainer1";
|
panelContainer1.OriginalSize = new System.Drawing.Size(261, 200);
|
panelContainer1.Size = new System.Drawing.Size(183, 577);
|
panelContainer1.Text = "panelContainer1";
|
//
|
// dockPanel2
|
//
|
dockPanel2.Controls.Add(dockPanel2_Container);
|
dockPanel2.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
|
dockPanel2.ID = new System.Guid("2599d212-cefe-4228-9ecb-26ddf470f2df");
|
dockPanel2.Location = new System.Drawing.Point(0, 0);
|
dockPanel2.Margin = new Padding(2, 2, 2, 2);
|
dockPanel2.Name = "dockPanel2";
|
dockPanel2.Options.AllowDockAsTabbedDocument = false;
|
dockPanel2.Options.AllowDockBottom = false;
|
dockPanel2.Options.AllowDockLeft = false;
|
dockPanel2.Options.AllowDockRight = false;
|
dockPanel2.Options.AllowDockTop = false;
|
dockPanel2.Options.AllowFloating = false;
|
dockPanel2.Options.ShowAutoHideButton = false;
|
dockPanel2.Options.ShowCloseButton = false;
|
dockPanel2.Options.ShowMaximizeButton = false;
|
dockPanel2.Options.ShowMinimizeButton = false;
|
dockPanel2.OriginalSize = new System.Drawing.Size(261, 479);
|
dockPanel2.Size = new System.Drawing.Size(183, 289);
|
dockPanel2.Text = "泵站";
|
//
|
// dockPanel2_Container
|
//
|
dockPanel2_Container.Controls.Add(stationListCtrl1);
|
dockPanel2_Container.Location = new System.Drawing.Point(0, 23);
|
dockPanel2_Container.Margin = new Padding(2, 2, 2, 2);
|
dockPanel2_Container.Name = "dockPanel2_Container";
|
dockPanel2_Container.Size = new System.Drawing.Size(182, 266);
|
dockPanel2_Container.TabIndex = 0;
|
//
|
// stationListCtrl1
|
//
|
stationListCtrl1.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
stationListCtrl1.Appearance.Options.UseBackColor = true;
|
stationListCtrl1.Dock = DockStyle.Fill;
|
stationListCtrl1.Location = new System.Drawing.Point(0, 0);
|
stationListCtrl1.Name = "stationListCtrl1";
|
stationListCtrl1.Size = new System.Drawing.Size(182, 266);
|
stationListCtrl1.TabIndex = 0;
|
//
|
// dockPanel1
|
//
|
dockPanel1.Controls.Add(controlContainer1);
|
dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
|
dockPanel1.ID = new System.Guid("68bd2b78-0777-4ec7-991f-8289b41621a2");
|
dockPanel1.Location = new System.Drawing.Point(0, 289);
|
dockPanel1.Margin = new Padding(2, 2, 2, 2);
|
dockPanel1.Name = "dockPanel1";
|
dockPanel1.Options.AllowDockAsTabbedDocument = false;
|
dockPanel1.Options.AllowDockBottom = false;
|
dockPanel1.Options.AllowDockLeft = false;
|
dockPanel1.Options.AllowDockRight = false;
|
dockPanel1.Options.AllowDockTop = false;
|
dockPanel1.Options.AllowFloating = false;
|
dockPanel1.Options.FloatOnDblClick = false;
|
dockPanel1.Options.ShowAutoHideButton = false;
|
dockPanel1.Options.ShowCloseButton = false;
|
dockPanel1.Options.ShowMaximizeButton = false;
|
dockPanel1.Options.ShowMinimizeButton = false;
|
dockPanel1.OriginalSize = new System.Drawing.Size(261, 478);
|
dockPanel1.Size = new System.Drawing.Size(183, 288);
|
dockPanel1.Text = "数据来源";
|
//
|
// controlContainer1
|
//
|
controlContainer1.Controls.Add(monitorDataSourcesTreeList1);
|
controlContainer1.Location = new System.Drawing.Point(0, 24);
|
controlContainer1.Margin = new Padding(2, 2, 2, 2);
|
controlContainer1.Name = "controlContainer1";
|
controlContainer1.Size = new System.Drawing.Size(182, 264);
|
controlContainer1.TabIndex = 0;
|
//
|
// monitorDataSourcesTreeList1
|
//
|
monitorDataSourcesTreeList1.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
monitorDataSourcesTreeList1.Appearance.Options.UseBackColor = true;
|
monitorDataSourcesTreeList1.Dock = DockStyle.Fill;
|
monitorDataSourcesTreeList1.Location = new System.Drawing.Point(0, 0);
|
monitorDataSourcesTreeList1.Name = "monitorDataSourcesTreeList1";
|
monitorDataSourcesTreeList1.Size = new System.Drawing.Size(182, 264);
|
monitorDataSourcesTreeList1.TabIndex = 0;
|
//
|
// xtraTabControl1
|
//
|
xtraTabControl1.Dock = DockStyle.Fill;
|
xtraTabControl1.Location = new System.Drawing.Point(183, 104);
|
xtraTabControl1.Margin = new Padding(2, 2, 2, 2);
|
xtraTabControl1.Name = "xtraTabControl1";
|
xtraTabControl1.SelectedTabPage = xtraTabPage1;
|
xtraTabControl1.Size = new System.Drawing.Size(635, 577);
|
xtraTabControl1.TabIndex = 5;
|
xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { xtraTabPage4, xtraTabPage5, xtraTabPage1, xtraTabPage3, xtraTabPage2 });
|
//
|
// xtraTabPage1
|
//
|
xtraTabPage1.Controls.Add(gridControl1);
|
xtraTabPage1.Margin = new Padding(2, 2, 2, 2);
|
xtraTabPage1.Name = "xtraTabPage1";
|
xtraTabPage1.Size = new System.Drawing.Size(633, 551);
|
xtraTabPage1.Text = "偏差列表";
|
//
|
// gridControl1
|
//
|
gridControl1.DataSource = pumpViewModelBindingSource;
|
gridControl1.Dock = DockStyle.Fill;
|
gridControl1.EmbeddedNavigator.Margin = new Padding(2, 2, 2, 2);
|
gridControl1.Location = new System.Drawing.Point(0, 0);
|
gridControl1.MainView = gridView1;
|
gridControl1.Margin = new Padding(2, 2, 2, 2);
|
gridControl1.MenuManager = ribbonControl1;
|
gridControl1.Name = "gridControl1";
|
gridControl1.Size = new System.Drawing.Size(633, 551);
|
gridControl1.TabIndex = 0;
|
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
|
//
|
// pumpViewModelBindingSource
|
//
|
pumpViewModelBindingSource.DataSource = typeof(PumpViewModel);
|
//
|
// gridView1
|
//
|
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colTime, colFlag, colRpm, colHz, colHz0, colWaterLevel, colInletPressure, colOutletPressure, colModelOutletPressure, colFlow, colModelFlow, colFlowDiff, colPressureDiff, colCurvePressureDiff, colPressureDiffDev });
|
gridView1.DetailHeight = 223;
|
gridView1.GridControl = gridControl1;
|
gridView1.Name = "gridView1";
|
gridView1.OptionsEditForm.PopupEditFormWidth = 560;
|
//
|
// colTime
|
//
|
colTime.FieldName = "Time";
|
colTime.MinWidth = 21;
|
colTime.Name = "colTime";
|
colTime.Visible = true;
|
colTime.VisibleIndex = 0;
|
colTime.Width = 78;
|
//
|
// colFlag
|
//
|
colFlag.FieldName = "Flag";
|
colFlag.MinWidth = 21;
|
colFlag.Name = "colFlag";
|
colFlag.Visible = true;
|
colFlag.VisibleIndex = 1;
|
colFlag.Width = 78;
|
//
|
// colRpm
|
//
|
colRpm.FieldName = "Rpm";
|
colRpm.MinWidth = 21;
|
colRpm.Name = "colRpm";
|
colRpm.Visible = true;
|
colRpm.VisibleIndex = 2;
|
colRpm.Width = 78;
|
//
|
// colHz
|
//
|
colHz.FieldName = "Hz";
|
colHz.MinWidth = 21;
|
colHz.Name = "colHz";
|
colHz.Visible = true;
|
colHz.VisibleIndex = 3;
|
colHz.Width = 78;
|
//
|
// colHz0
|
//
|
colHz0.FieldName = "Hz0";
|
colHz0.MinWidth = 21;
|
colHz0.Name = "colHz0";
|
colHz0.Visible = true;
|
colHz0.VisibleIndex = 4;
|
colHz0.Width = 78;
|
//
|
// colWaterLevel
|
//
|
colWaterLevel.FieldName = "WaterLevel";
|
colWaterLevel.MinWidth = 21;
|
colWaterLevel.Name = "colWaterLevel";
|
colWaterLevel.Visible = true;
|
colWaterLevel.VisibleIndex = 5;
|
colWaterLevel.Width = 78;
|
//
|
// colInletPressure
|
//
|
colInletPressure.FieldName = "InletPressure";
|
colInletPressure.MinWidth = 21;
|
colInletPressure.Name = "colInletPressure";
|
colInletPressure.Visible = true;
|
colInletPressure.VisibleIndex = 6;
|
colInletPressure.Width = 78;
|
//
|
// colOutletPressure
|
//
|
colOutletPressure.FieldName = "OutletPressure";
|
colOutletPressure.MinWidth = 21;
|
colOutletPressure.Name = "colOutletPressure";
|
colOutletPressure.Visible = true;
|
colOutletPressure.VisibleIndex = 7;
|
colOutletPressure.Width = 78;
|
//
|
// colModelOutletPressure
|
//
|
colModelOutletPressure.FieldName = "ModelOutletPressure";
|
colModelOutletPressure.MinWidth = 21;
|
colModelOutletPressure.Name = "colModelOutletPressure";
|
colModelOutletPressure.Visible = true;
|
colModelOutletPressure.VisibleIndex = 8;
|
colModelOutletPressure.Width = 78;
|
//
|
// colFlow
|
//
|
colFlow.FieldName = "Flow";
|
colFlow.MinWidth = 21;
|
colFlow.Name = "colFlow";
|
colFlow.Visible = true;
|
colFlow.VisibleIndex = 9;
|
colFlow.Width = 78;
|
//
|
// colModelFlow
|
//
|
colModelFlow.FieldName = "ModelFlow";
|
colModelFlow.MinWidth = 21;
|
colModelFlow.Name = "colModelFlow";
|
colModelFlow.Visible = true;
|
colModelFlow.VisibleIndex = 10;
|
colModelFlow.Width = 78;
|
//
|
// colFlowDiff
|
//
|
colFlowDiff.FieldName = "FlowDiff";
|
colFlowDiff.MinWidth = 21;
|
colFlowDiff.Name = "colFlowDiff";
|
colFlowDiff.Visible = true;
|
colFlowDiff.VisibleIndex = 11;
|
colFlowDiff.Width = 78;
|
//
|
// colPressureDiff
|
//
|
colPressureDiff.FieldName = "PressureDiff";
|
colPressureDiff.MinWidth = 21;
|
colPressureDiff.Name = "colPressureDiff";
|
colPressureDiff.Visible = true;
|
colPressureDiff.VisibleIndex = 12;
|
colPressureDiff.Width = 78;
|
//
|
// colCurvePressureDiff
|
//
|
colCurvePressureDiff.FieldName = "CurvePressureDiff";
|
colCurvePressureDiff.MinWidth = 21;
|
colCurvePressureDiff.Name = "colCurvePressureDiff";
|
colCurvePressureDiff.Visible = true;
|
colCurvePressureDiff.VisibleIndex = 13;
|
colCurvePressureDiff.Width = 78;
|
//
|
// colPressureDiffDev
|
//
|
colPressureDiffDev.FieldName = "PressureDiffDev";
|
colPressureDiffDev.MinWidth = 21;
|
colPressureDiffDev.Name = "colPressureDiffDev";
|
colPressureDiffDev.Visible = true;
|
colPressureDiffDev.VisibleIndex = 14;
|
colPressureDiffDev.Width = 78;
|
//
|
// xtraTabPage4
|
//
|
xtraTabPage4.Controls.Add(gridControl3);
|
xtraTabPage4.Margin = new Padding(2, 2, 2, 2);
|
xtraTabPage4.Name = "xtraTabPage4";
|
xtraTabPage4.Size = new System.Drawing.Size(633, 551);
|
xtraTabPage4.Text = "总管偏差";
|
//
|
// gridControl3
|
//
|
gridControl3.DataSource = modelTimeViewModelBindingSource;
|
gridControl3.Dock = DockStyle.Fill;
|
gridControl3.EmbeddedNavigator.Margin = new Padding(2, 2, 2, 2);
|
gridControl3.Location = new System.Drawing.Point(0, 0);
|
gridControl3.MainView = gridView3;
|
gridControl3.Margin = new Padding(2, 2, 2, 2);
|
gridControl3.MenuManager = ribbonControl1;
|
gridControl3.Name = "gridControl3";
|
gridControl3.Size = new System.Drawing.Size(633, 551);
|
gridControl3.TabIndex = 0;
|
gridControl3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView3 });
|
//
|
// modelTimeViewModelBindingSource
|
//
|
modelTimeViewModelBindingSource.DataSource = typeof(ModelDiffViewModel);
|
//
|
// gridView3
|
//
|
gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colTime1, colName, colScadaPressure, colScadaFlow, colMonitorPressure, colMonitorFlow, colPressureDiff1, colFlowDiff1 });
|
gridView3.DetailHeight = 223;
|
gridView3.GridControl = gridControl3;
|
gridView3.Name = "gridView3";
|
gridView3.OptionsEditForm.PopupEditFormWidth = 560;
|
//
|
// colTime1
|
//
|
colTime1.FieldName = "Time";
|
colTime1.MinWidth = 21;
|
colTime1.Name = "colTime1";
|
colTime1.Visible = true;
|
colTime1.VisibleIndex = 0;
|
colTime1.Width = 78;
|
//
|
// colName
|
//
|
colName.FieldName = "Name";
|
colName.MinWidth = 21;
|
colName.Name = "colName";
|
colName.Visible = true;
|
colName.VisibleIndex = 1;
|
colName.Width = 78;
|
//
|
// colScadaPressure
|
//
|
colScadaPressure.FieldName = "ScadaPressure";
|
colScadaPressure.MinWidth = 21;
|
colScadaPressure.Name = "colScadaPressure";
|
colScadaPressure.Visible = true;
|
colScadaPressure.VisibleIndex = 2;
|
colScadaPressure.Width = 78;
|
//
|
// colScadaFlow
|
//
|
colScadaFlow.FieldName = "ScadaFlow";
|
colScadaFlow.MinWidth = 21;
|
colScadaFlow.Name = "colScadaFlow";
|
colScadaFlow.Visible = true;
|
colScadaFlow.VisibleIndex = 3;
|
colScadaFlow.Width = 78;
|
//
|
// colMonitorPressure
|
//
|
colMonitorPressure.FieldName = "MonitorPressure";
|
colMonitorPressure.MinWidth = 21;
|
colMonitorPressure.Name = "colMonitorPressure";
|
colMonitorPressure.Visible = true;
|
colMonitorPressure.VisibleIndex = 4;
|
colMonitorPressure.Width = 78;
|
//
|
// colMonitorFlow
|
//
|
colMonitorFlow.FieldName = "MonitorFlow";
|
colMonitorFlow.MinWidth = 21;
|
colMonitorFlow.Name = "colMonitorFlow";
|
colMonitorFlow.Visible = true;
|
colMonitorFlow.VisibleIndex = 5;
|
colMonitorFlow.Width = 78;
|
//
|
// colPressureDiff1
|
//
|
colPressureDiff1.FieldName = "PressureDiff";
|
colPressureDiff1.MinWidth = 21;
|
colPressureDiff1.Name = "colPressureDiff1";
|
colPressureDiff1.Visible = true;
|
colPressureDiff1.VisibleIndex = 6;
|
colPressureDiff1.Width = 78;
|
//
|
// colFlowDiff1
|
//
|
colFlowDiff1.FieldName = "FlowDiff";
|
colFlowDiff1.MinWidth = 21;
|
colFlowDiff1.Name = "colFlowDiff1";
|
colFlowDiff1.Visible = true;
|
colFlowDiff1.VisibleIndex = 7;
|
colFlowDiff1.Width = 78;
|
//
|
// xtraTabPage5
|
//
|
xtraTabPage5.Controls.Add(timeValueSwiftPlotChartView1);
|
xtraTabPage5.Margin = new Padding(2, 2, 2, 2);
|
xtraTabPage5.Name = "xtraTabPage5";
|
xtraTabPage5.Size = new System.Drawing.Size(633, 551);
|
xtraTabPage5.Text = "总管修正图表";
|
//
|
// timeValueSwiftPlotChartView1
|
//
|
timeValueSwiftPlotChartView1.Dock = DockStyle.Fill;
|
timeValueSwiftPlotChartView1.Location = new System.Drawing.Point(0, 0);
|
timeValueSwiftPlotChartView1.Name = "timeValueSwiftPlotChartView1";
|
timeValueSwiftPlotChartView1.Size = new System.Drawing.Size(633, 551);
|
timeValueSwiftPlotChartView1.TabIndex = 0;
|
//
|
// xtraTabPage3
|
//
|
xtraTabPage3.Controls.Add(layoutControl1);
|
xtraTabPage3.Margin = new Padding(2, 2, 2, 2);
|
xtraTabPage3.Name = "xtraTabPage3";
|
xtraTabPage3.Size = new System.Drawing.Size(633, 551);
|
xtraTabPage3.Text = "修正图表";
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(chartControl1);
|
layoutControl1.Controls.Add(cmbFlag);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new System.Drawing.Point(0, 0);
|
layoutControl1.Margin = new Padding(2, 2, 2, 2);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1585, 678, 975, 600);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new System.Drawing.Size(633, 551);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// chartControl1
|
//
|
swiftPlotDiagram1.AxisX.DateTimeScaleOptions.ScaleMode = DevExpress.XtraCharts.ScaleMode.Manual;
|
swiftPlotDiagram1.AxisX.TimeSpanScaleOptions.ScaleMode = DevExpress.XtraCharts.ScaleMode.Manual;
|
swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "-1";
|
swiftPlotDiagram1.AxisY.VisibleInPanesSerializable = "-1";
|
chartControl1.Diagram = swiftPlotDiagram1;
|
chartControl1.Legend.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
|
chartControl1.Legend.LegendID = -1;
|
chartControl1.Legend.Title.Visible = true;
|
chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
|
chartControl1.Location = new System.Drawing.Point(0, 34);
|
chartControl1.Margin = new Padding(2, 2, 2, 2);
|
chartControl1.Name = "chartControl1";
|
series1.Name = "SeriesDefaultHead";
|
series1.SeriesID = 0;
|
swiftPlotSeriesView1.Color = System.Drawing.Color.FromArgb(0, 0, 0);
|
swiftPlotSeriesView1.LineStyle.Thickness = 2;
|
series1.View = swiftPlotSeriesView1;
|
series2.Name = "SeriesCurveHead";
|
series2.SeriesID = 1;
|
swiftPlotSeriesView2.Color = System.Drawing.Color.FromArgb(84, 141, 212);
|
series2.View = swiftPlotSeriesView2;
|
series3.Name = "SeriesCorrectCurveHead";
|
series3.SeriesID = 2;
|
swiftPlotSeriesView3.Color = System.Drawing.Color.FromArgb(192, 80, 77);
|
swiftPlotSeriesView3.LineStyle.Thickness = 2;
|
series3.View = swiftPlotSeriesView3;
|
chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[]
|
{
|
series1,
|
series2,
|
series3
|
};
|
chartControl1.Size = new System.Drawing.Size(633, 517);
|
chartControl1.TabIndex = 5;
|
//
|
// cmbFlag
|
//
|
cmbFlag.Location = new System.Drawing.Point(56, 7);
|
cmbFlag.Margin = new Padding(2, 2, 2, 2);
|
cmbFlag.MenuManager = ribbonControl1;
|
cmbFlag.Name = "cmbFlag";
|
cmbFlag.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
cmbFlag.Size = new System.Drawing.Size(161, 20);
|
cmbFlag.StyleController = layoutControl1;
|
cmbFlag.TabIndex = 4;
|
cmbFlag.SelectedIndexChanged += cmbFlag_SelectedIndexChanged;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlGroup1 });
|
Root.Name = "Root";
|
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
Root.Size = new System.Drawing.Size(633, 551);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = chartControl1;
|
layoutControlItem2.Location = new System.Drawing.Point(0, 34);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlItem2.Size = new System.Drawing.Size(633, 517);
|
layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
layoutControlItem2.TextVisible = false;
|
//
|
// layoutControlGroup1
|
//
|
layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Title;
|
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, emptySpaceItem1 });
|
layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
|
layoutControlGroup1.Name = "layoutControlGroup1";
|
layoutControlGroup1.Size = new System.Drawing.Size(633, 34);
|
layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup1.Text = ".";
|
layoutControlGroup1.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = cmbFlag;
|
layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlItem1.Size = new System.Drawing.Size(209, 20);
|
layoutControlItem1.Text = "泵标志:";
|
layoutControlItem1.TextSize = new System.Drawing.Size(40, 14);
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new System.Drawing.Point(209, 0);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new System.Drawing.Size(408, 20);
|
emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
//
|
// xtraTabPage2
|
//
|
xtraTabPage2.Controls.Add(gridControl2);
|
xtraTabPage2.Margin = new Padding(2, 2, 2, 2);
|
xtraTabPage2.Name = "xtraTabPage2";
|
xtraTabPage2.Size = new System.Drawing.Size(633, 551);
|
xtraTabPage2.Text = "泵修正系数";
|
//
|
// gridControl2
|
//
|
gridControl2.DataSource = pumpFactorViewModelBindingSource;
|
gridControl2.Dock = DockStyle.Fill;
|
gridControl2.EmbeddedNavigator.Margin = new Padding(2, 2, 2, 2);
|
gridControl2.Location = new System.Drawing.Point(0, 0);
|
gridControl2.MainView = gridView2;
|
gridControl2.Margin = new Padding(2, 2, 2, 2);
|
gridControl2.MenuManager = ribbonControl1;
|
gridControl2.Name = "gridControl2";
|
gridControl2.Size = new System.Drawing.Size(633, 551);
|
gridControl2.TabIndex = 0;
|
gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView2 });
|
//
|
// pumpFactorViewModelBindingSource
|
//
|
pumpFactorViewModelBindingSource.DataSource = typeof(PumpFactorViewModel);
|
//
|
// gridView2
|
//
|
gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colFlag1, colHz1, colSTDP, colSTDPHead, colNote });
|
gridView2.DetailHeight = 223;
|
gridView2.GridControl = gridControl2;
|
gridView2.Name = "gridView2";
|
gridView2.OptionsEditForm.PopupEditFormWidth = 560;
|
//
|
// colFlag1
|
//
|
colFlag1.FieldName = "Flag";
|
colFlag1.MinWidth = 21;
|
colFlag1.Name = "colFlag1";
|
colFlag1.Visible = true;
|
colFlag1.VisibleIndex = 0;
|
colFlag1.Width = 78;
|
//
|
// colHz1
|
//
|
colHz1.FieldName = "Hz";
|
colHz1.MinWidth = 21;
|
colHz1.Name = "colHz1";
|
colHz1.Visible = true;
|
colHz1.VisibleIndex = 1;
|
colHz1.Width = 78;
|
//
|
// colSTDP
|
//
|
colSTDP.FieldName = "STDP";
|
colSTDP.MinWidth = 21;
|
colSTDP.Name = "colSTDP";
|
colSTDP.Visible = true;
|
colSTDP.VisibleIndex = 2;
|
colSTDP.Width = 78;
|
//
|
// colSTDPHead
|
//
|
colSTDPHead.FieldName = "STDPHead";
|
colSTDPHead.MinWidth = 21;
|
colSTDPHead.Name = "colSTDPHead";
|
colSTDPHead.Visible = true;
|
colSTDPHead.VisibleIndex = 3;
|
colSTDPHead.Width = 78;
|
//
|
// colNote
|
//
|
colNote.FieldName = "Note";
|
colNote.MinWidth = 21;
|
colNote.Name = "colNote";
|
colNote.Visible = true;
|
colNote.VisibleIndex = 4;
|
colNote.Width = 78;
|
//
|
// ModelCorrectionPage
|
//
|
Appearance.BackColor = System.Drawing.SystemColors.Control;
|
Appearance.Options.UseBackColor = true;
|
AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(xtraTabControl1);
|
Controls.Add(panelContainer1);
|
Controls.Add(ribbonControl1);
|
Name = "ModelCorrectionPage";
|
Size = new System.Drawing.Size(818, 681);
|
((ISupportInitialize)ribbonControl1).EndInit();
|
((ISupportInitialize)repositoryItemDateEdit1.CalendarTimeProperties).EndInit();
|
((ISupportInitialize)repositoryItemDateEdit1).EndInit();
|
((ISupportInitialize)repositoryItemDateEdit2.CalendarTimeProperties).EndInit();
|
((ISupportInitialize)repositoryItemDateEdit2).EndInit();
|
((ISupportInitialize)dockManager1).EndInit();
|
panelContainer1.ResumeLayout(false);
|
dockPanel2.ResumeLayout(false);
|
dockPanel2_Container.ResumeLayout(false);
|
dockPanel1.ResumeLayout(false);
|
controlContainer1.ResumeLayout(false);
|
((ISupportInitialize)xtraTabControl1).EndInit();
|
xtraTabControl1.ResumeLayout(false);
|
xtraTabPage1.ResumeLayout(false);
|
((ISupportInitialize)gridControl1).EndInit();
|
((ISupportInitialize)pumpViewModelBindingSource).EndInit();
|
((ISupportInitialize)gridView1).EndInit();
|
xtraTabPage4.ResumeLayout(false);
|
((ISupportInitialize)gridControl3).EndInit();
|
((ISupportInitialize)modelTimeViewModelBindingSource).EndInit();
|
((ISupportInitialize)gridView3).EndInit();
|
xtraTabPage5.ResumeLayout(false);
|
xtraTabPage3.ResumeLayout(false);
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)swiftPlotDiagram1).EndInit();
|
((ISupportInitialize)swiftPlotSeriesView1).EndInit();
|
((ISupportInitialize)series1).EndInit();
|
((ISupportInitialize)swiftPlotSeriesView2).EndInit();
|
((ISupportInitialize)series2).EndInit();
|
((ISupportInitialize)swiftPlotSeriesView3).EndInit();
|
((ISupportInitialize)series3).EndInit();
|
((ISupportInitialize)chartControl1).EndInit();
|
((ISupportInitialize)cmbFlag.Properties).EndInit();
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)layoutControlItem2).EndInit();
|
((ISupportInitialize)layoutControlGroup1).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)emptySpaceItem1).EndInit();
|
xtraTabPage2.ResumeLayout(false);
|
((ISupportInitialize)gridControl2).EndInit();
|
((ISupportInitialize)pumpFactorViewModelBindingSource).EndInit();
|
((ISupportInitialize)gridView2).EndInit();
|
ResumeLayout(false);
|
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.XtraTab.XtraTabPage xtraTabPage2;
|
private DevExpress.XtraGrid.GridControl gridControl2;
|
private GridView gridView2;
|
private BindingSource pumpFactorViewModelBindingSource;
|
private DevExpress.XtraGrid.Columns.GridColumn colFlag1;
|
private DevExpress.XtraGrid.Columns.GridColumn colHz1;
|
private DevExpress.XtraGrid.Columns.GridColumn colSTDP;
|
private DevExpress.XtraGrid.Columns.GridColumn colSTDPHead;
|
private DevExpress.XtraGrid.Columns.GridColumn colNote;
|
private DevExpress.XtraBars.BarEditItem barEditDateStart;
|
private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repositoryItemDateEdit1;
|
private DevExpress.XtraBars.BarEditItem barEditDateEnd;
|
private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repositoryItemDateEdit2;
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage3;
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraEditors.ComboBoxEdit cmbFlag;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraCharts.ChartControl chartControl1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraBars.BarButtonItem barBtnExportAnalysisFactor;
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private GridView gridView1;
|
private BindingSource modelTimeViewModelBindingSource;
|
private DevExpress.XtraBars.BarCheckItem barCekUseAnalysisFactor;
|
private BindingSource pumpViewModelBindingSource;
|
private DevExpress.XtraGrid.Columns.GridColumn colTime;
|
private DevExpress.XtraGrid.Columns.GridColumn colFlag;
|
private DevExpress.XtraGrid.Columns.GridColumn colRpm;
|
private DevExpress.XtraGrid.Columns.GridColumn colHz;
|
private DevExpress.XtraGrid.Columns.GridColumn colHz0;
|
private DevExpress.XtraGrid.Columns.GridColumn colWaterLevel;
|
private DevExpress.XtraGrid.Columns.GridColumn colInletPressure;
|
private DevExpress.XtraGrid.Columns.GridColumn colOutletPressure;
|
private DevExpress.XtraGrid.Columns.GridColumn colModelOutletPressure;
|
private DevExpress.XtraGrid.Columns.GridColumn colFlow;
|
private DevExpress.XtraGrid.Columns.GridColumn colModelFlow;
|
private DevExpress.XtraGrid.Columns.GridColumn colFlowDiff;
|
private DevExpress.XtraGrid.Columns.GridColumn colPressureDiff;
|
private DevExpress.XtraGrid.Columns.GridColumn colCurvePressureDiff;
|
private DevExpress.XtraGrid.Columns.GridColumn colPressureDiffDev;
|
private DevExpress.XtraBars.BarCheckItem barCekUseFlow;
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage4;
|
private DevExpress.XtraGrid.GridControl gridControl3;
|
private GridView gridView3;
|
private DevExpress.XtraGrid.Columns.GridColumn colTime1;
|
private DevExpress.XtraGrid.Columns.GridColumn colName;
|
private DevExpress.XtraGrid.Columns.GridColumn colScadaPressure;
|
private DevExpress.XtraGrid.Columns.GridColumn colScadaFlow;
|
private DevExpress.XtraGrid.Columns.GridColumn colMonitorPressure;
|
private DevExpress.XtraGrid.Columns.GridColumn colMonitorFlow;
|
private DevExpress.XtraGrid.Columns.GridColumn colPressureDiff1;
|
private DevExpress.XtraGrid.Columns.GridColumn colFlowDiff1;
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage5;
|
private TimeValueSwiftPlotChartView timeValueSwiftPlotChartView1;
|
}
|
}
|