using DevExpress.XtraBars.Ribbon;
|
|
namespace IStation.Win.Schedule
|
{
|
partial class bjMain
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.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 Windows Form 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 System.ComponentModel.Container();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(bjMain));
|
ribbon = new RibbonControl();
|
barEditImgDate = new DevExpress.XtraBars.BarEditItem();
|
repImgDate = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
|
barEditImgRealTime = new DevExpress.XtraBars.BarEditItem();
|
repImgCmbRealTime = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
|
barCekSimSchedule = new DevExpress.XtraBars.BarCheckItem();
|
barCekUseCalcDev = new DevExpress.XtraBars.BarCheckItem();
|
barCekCalcFlowDiff = new DevExpress.XtraBars.BarCheckItem();
|
ribbonPage1 = new RibbonPage();
|
ribbonPageGroup1 = new RibbonPageGroup();
|
gridControl1 = new DevExpress.XtraGrid.GridControl();
|
pumpScheduleVmBindingSource = new BindingSource(components);
|
gridViewS1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
colStation = new DevExpress.XtraGrid.Columns.GridColumn();
|
colFlag = new DevExpress.XtraGrid.Columns.GridColumn();
|
colBeforeWL = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRealTimeWL = new DevExpress.XtraGrid.Columns.GridColumn();
|
colBeforeRpm = new DevExpress.XtraGrid.Columns.GridColumn();
|
colTargetRpm = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRealTimeRpm = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRpmDeviation = new DevExpress.XtraGrid.Columns.GridColumn();
|
colTargetFrequency = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRealTimeFrequency = new DevExpress.XtraGrid.Columns.GridColumn();
|
colBeforeFlow = new DevExpress.XtraGrid.Columns.GridColumn();
|
colTargetFlow = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRealTimeFlow = new DevExpress.XtraGrid.Columns.GridColumn();
|
colFlowDeviation = new DevExpress.XtraGrid.Columns.GridColumn();
|
colBeforePressure = new DevExpress.XtraGrid.Columns.GridColumn();
|
colTargetPressure = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRealTimePressure = new DevExpress.XtraGrid.Columns.GridColumn();
|
colPressureDeviation = new DevExpress.XtraGrid.Columns.GridColumn();
|
colTargetHead = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRealTimeHead = new DevExpress.XtraGrid.Columns.GridColumn();
|
colTargetPressureDiff = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRealTimePressureDiff = new DevExpress.XtraGrid.Columns.GridColumn();
|
gridControl2 = new DevExpress.XtraGrid.GridControl();
|
pumpScheduleVmBindingSource1 = new BindingSource(components);
|
gridViewS2 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
colStation1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colFlag1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colBeforeWL1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRealTimeWL1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colBeforeRpm1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colTargetRpm1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRealTimeRpm1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRpmDeviation1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colTargetFrequency1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRealTimeFrequency1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colBeforeFlow1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colTargetFlow1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRealTimeFlow1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colFlowDeviation1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colBeforePressure1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colTargetPressure1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRealTimePressure1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colPressureDeviation1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colTargetHead1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRealTimeHead1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colTargetPressureDiff1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRealTimePressureDiff1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
layoutControlPump = new DevExpress.XtraLayout.LayoutControl();
|
layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
sidePanelPump = new DevExpress.XtraEditors.SidePanel();
|
sidePanelStation = new DevExpress.XtraEditors.SidePanel();
|
layoutControlInfo = new DevExpress.XtraLayout.LayoutControl();
|
memoEditInfo = new DevExpress.XtraEditors.MemoEdit();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
((System.ComponentModel.ISupportInitialize)ribbon).BeginInit();
|
((System.ComponentModel.ISupportInitialize)repImgDate).BeginInit();
|
((System.ComponentModel.ISupportInitialize)repImgCmbRealTime).BeginInit();
|
((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)pumpScheduleVmBindingSource).BeginInit();
|
((System.ComponentModel.ISupportInitialize)gridViewS1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)gridControl2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)pumpScheduleVmBindingSource1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)gridViewS2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlPump).BeginInit();
|
layoutControlPump.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup4).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
|
sidePanelPump.SuspendLayout();
|
sidePanelStation.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)layoutControlInfo).BeginInit();
|
layoutControlInfo.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)memoEditInfo.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup3).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
|
SuspendLayout();
|
//
|
// ribbon
|
//
|
ribbon.DrawGroupsBorderMode = DevExpress.Utils.DefaultBoolean.True;
|
ribbon.EmptyAreaImageOptions.ImagePadding = new Padding(24, 25, 24, 25);
|
ribbon.ExpandCollapseItem.Id = 0;
|
ribbon.ItemPanelStyle = RibbonItemPanelStyle.Classic;
|
ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbon.ExpandCollapseItem, barEditImgDate, barEditImgRealTime, barCekSimSchedule, barCekUseCalcDev, barCekCalcFlowDiff });
|
ribbon.Location = new Point(0, 0);
|
ribbon.Margin = new Padding(2);
|
ribbon.MaxItemId = 11;
|
ribbon.Name = "ribbon";
|
ribbon.OptionsMenuMinWidth = 264;
|
ribbon.Pages.AddRange(new RibbonPage[] { ribbonPage1 });
|
ribbon.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repImgDate, repImgCmbRealTime });
|
ribbon.RibbonStyle = RibbonControlStyle.MacOffice;
|
ribbon.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
|
ribbon.ShowPageHeadersMode = ShowPageHeadersMode.Hide;
|
ribbon.Size = new Size(1248, 178);
|
ribbon.ToolbarLocation = RibbonQuickAccessToolbarLocation.Hidden;
|
//
|
// barEditImgDate
|
//
|
barEditImgDate.Caption = "调度时间:";
|
barEditImgDate.Edit = repImgDate;
|
barEditImgDate.EditWidth = 200;
|
barEditImgDate.Id = 3;
|
barEditImgDate.Name = "barEditImgDate";
|
barEditImgDate.EditValueChanged += barEditImgDate_EditValueChanged;
|
//
|
// repImgDate
|
//
|
repImgDate.AutoHeight = false;
|
repImgDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
repImgDate.Name = "repImgDate";
|
//
|
// barEditImgRealTime
|
//
|
barEditImgRealTime.Caption = "实时数据:";
|
barEditImgRealTime.Edit = repImgCmbRealTime;
|
barEditImgRealTime.EditWidth = 200;
|
barEditImgRealTime.Id = 5;
|
barEditImgRealTime.Name = "barEditImgRealTime";
|
barEditImgRealTime.EditValueChanged += barEditImgRealTime_EditValueChanged;
|
//
|
// repImgCmbRealTime
|
//
|
repImgCmbRealTime.AutoHeight = false;
|
repImgCmbRealTime.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
repImgCmbRealTime.Name = "repImgCmbRealTime";
|
//
|
// barCekSimSchedule
|
//
|
barCekSimSchedule.Caption = "模拟调度";
|
barCekSimSchedule.Id = 7;
|
barCekSimSchedule.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barCekSimSchedule.ImageOptions.SvgImage");
|
barCekSimSchedule.Name = "barCekSimSchedule";
|
barCekSimSchedule.CheckedChanged += barCekSimSchedule_CheckedChanged;
|
//
|
// barCekUseCalcDev
|
//
|
barCekUseCalcDev.Caption = "计算压力偏差";
|
barCekUseCalcDev.Id = 8;
|
barCekUseCalcDev.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barCekUseCalcDev.ImageOptions.SvgImage");
|
barCekUseCalcDev.Name = "barCekUseCalcDev";
|
barCekUseCalcDev.CheckedChanged += barCekUseCalcDev_CheckedChanged;
|
//
|
// barCekCalcFlowDiff
|
//
|
barCekCalcFlowDiff.Caption = "计算流量偏差";
|
barCekCalcFlowDiff.Id = 10;
|
barCekCalcFlowDiff.ImageOptions.SvgImage = Properties.Resources.weather_water;
|
barCekCalcFlowDiff.Name = "barCekCalcFlowDiff";
|
barCekCalcFlowDiff.CheckedChanged += barCekCalcFlowDiff_CheckedChanged;
|
//
|
// ribbonPage1
|
//
|
ribbonPage1.Groups.AddRange(new RibbonPageGroup[] { ribbonPageGroup1 });
|
ribbonPage1.Name = "ribbonPage1";
|
ribbonPage1.Text = "ribbonPage1";
|
//
|
// ribbonPageGroup1
|
//
|
ribbonPageGroup1.ItemLinks.Add(barEditImgDate);
|
ribbonPageGroup1.ItemLinks.Add(barEditImgRealTime);
|
ribbonPageGroup1.ItemLinks.Add(barCekSimSchedule);
|
ribbonPageGroup1.ItemLinks.Add(barCekUseCalcDev);
|
ribbonPageGroup1.ItemLinks.Add(barCekCalcFlowDiff);
|
ribbonPageGroup1.Name = "ribbonPageGroup1";
|
ribbonPageGroup1.Text = "操作";
|
//
|
// gridControl1
|
//
|
gridControl1.DataSource = pumpScheduleVmBindingSource;
|
gridControl1.EmbeddedNavigator.Margin = new Padding(2);
|
gridControl1.Location = new Point(0, 27);
|
gridControl1.MainView = gridViewS1;
|
gridControl1.Margin = new Padding(2);
|
gridControl1.MenuManager = ribbon;
|
gridControl1.Name = "gridControl1";
|
gridControl1.Size = new Size(1248, 223);
|
gridControl1.TabIndex = 0;
|
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridViewS1 });
|
//
|
// pumpScheduleVmBindingSource
|
//
|
pumpScheduleVmBindingSource.DataSource = typeof(PumpScheduleVm);
|
//
|
// gridViewS1
|
//
|
gridViewS1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colStation, colFlag, colBeforeWL, colRealTimeWL, colBeforeRpm, colTargetRpm, colRealTimeRpm, colRpmDeviation, colTargetFrequency, colRealTimeFrequency, colBeforeFlow, colTargetFlow, colRealTimeFlow, colFlowDeviation, colBeforePressure, colTargetPressure, colRealTimePressure, colPressureDeviation, colTargetHead, colRealTimeHead, colTargetPressureDiff, colRealTimePressureDiff });
|
gridViewS1.DetailHeight = 286;
|
gridViewS1.GridControl = gridControl1;
|
gridViewS1.Name = "gridViewS1";
|
gridViewS1.OptionsEditForm.PopupEditFormWidth = 640;
|
gridViewS1.CustomDrawCell += gridViewS1_CustomDrawCell;
|
//
|
// colStation
|
//
|
colStation.FieldName = "Station";
|
colStation.MinWidth = 24;
|
colStation.Name = "colStation";
|
colStation.Visible = true;
|
colStation.VisibleIndex = 0;
|
colStation.Width = 90;
|
//
|
// colFlag
|
//
|
colFlag.FieldName = "Flag";
|
colFlag.MinWidth = 24;
|
colFlag.Name = "colFlag";
|
colFlag.Visible = true;
|
colFlag.VisibleIndex = 1;
|
colFlag.Width = 90;
|
//
|
// colBeforeWL
|
//
|
colBeforeWL.FieldName = "BeforeWL";
|
colBeforeWL.MinWidth = 24;
|
colBeforeWL.Name = "colBeforeWL";
|
colBeforeWL.Visible = true;
|
colBeforeWL.VisibleIndex = 2;
|
colBeforeWL.Width = 90;
|
//
|
// colRealTimeWL
|
//
|
colRealTimeWL.FieldName = "RealTimeWL";
|
colRealTimeWL.MinWidth = 24;
|
colRealTimeWL.Name = "colRealTimeWL";
|
colRealTimeWL.Visible = true;
|
colRealTimeWL.VisibleIndex = 3;
|
colRealTimeWL.Width = 90;
|
//
|
// colBeforeRpm
|
//
|
colBeforeRpm.FieldName = "BeforeRpm";
|
colBeforeRpm.MinWidth = 24;
|
colBeforeRpm.Name = "colBeforeRpm";
|
colBeforeRpm.Visible = true;
|
colBeforeRpm.VisibleIndex = 4;
|
colBeforeRpm.Width = 90;
|
//
|
// colTargetRpm
|
//
|
colTargetRpm.FieldName = "TargetRpm";
|
colTargetRpm.MinWidth = 24;
|
colTargetRpm.Name = "colTargetRpm";
|
colTargetRpm.Visible = true;
|
colTargetRpm.VisibleIndex = 5;
|
colTargetRpm.Width = 90;
|
//
|
// colRealTimeRpm
|
//
|
colRealTimeRpm.FieldName = "RealTimeRpm";
|
colRealTimeRpm.MinWidth = 24;
|
colRealTimeRpm.Name = "colRealTimeRpm";
|
colRealTimeRpm.Visible = true;
|
colRealTimeRpm.VisibleIndex = 6;
|
colRealTimeRpm.Width = 90;
|
//
|
// colRpmDeviation
|
//
|
colRpmDeviation.FieldName = "RpmDeviation";
|
colRpmDeviation.MinWidth = 24;
|
colRpmDeviation.Name = "colRpmDeviation";
|
colRpmDeviation.Visible = true;
|
colRpmDeviation.VisibleIndex = 7;
|
colRpmDeviation.Width = 90;
|
//
|
// colTargetFrequency
|
//
|
colTargetFrequency.FieldName = "TargetFrequency";
|
colTargetFrequency.MinWidth = 24;
|
colTargetFrequency.Name = "colTargetFrequency";
|
colTargetFrequency.Visible = true;
|
colTargetFrequency.VisibleIndex = 8;
|
colTargetFrequency.Width = 90;
|
//
|
// colRealTimeFrequency
|
//
|
colRealTimeFrequency.FieldName = "RealTimeFrequency";
|
colRealTimeFrequency.MinWidth = 24;
|
colRealTimeFrequency.Name = "colRealTimeFrequency";
|
colRealTimeFrequency.Visible = true;
|
colRealTimeFrequency.VisibleIndex = 9;
|
colRealTimeFrequency.Width = 90;
|
//
|
// colBeforeFlow
|
//
|
colBeforeFlow.FieldName = "BeforeFlow";
|
colBeforeFlow.MinWidth = 24;
|
colBeforeFlow.Name = "colBeforeFlow";
|
colBeforeFlow.Visible = true;
|
colBeforeFlow.VisibleIndex = 10;
|
colBeforeFlow.Width = 90;
|
//
|
// colTargetFlow
|
//
|
colTargetFlow.FieldName = "TargetFlow";
|
colTargetFlow.MinWidth = 24;
|
colTargetFlow.Name = "colTargetFlow";
|
colTargetFlow.Visible = true;
|
colTargetFlow.VisibleIndex = 11;
|
colTargetFlow.Width = 90;
|
//
|
// colRealTimeFlow
|
//
|
colRealTimeFlow.FieldName = "RealTimeFlow";
|
colRealTimeFlow.MinWidth = 24;
|
colRealTimeFlow.Name = "colRealTimeFlow";
|
colRealTimeFlow.Visible = true;
|
colRealTimeFlow.VisibleIndex = 12;
|
colRealTimeFlow.Width = 90;
|
//
|
// colFlowDeviation
|
//
|
colFlowDeviation.FieldName = "FlowDeviation";
|
colFlowDeviation.MinWidth = 24;
|
colFlowDeviation.Name = "colFlowDeviation";
|
colFlowDeviation.Visible = true;
|
colFlowDeviation.VisibleIndex = 13;
|
colFlowDeviation.Width = 90;
|
//
|
// colBeforePressure
|
//
|
colBeforePressure.FieldName = "BeforePressure";
|
colBeforePressure.MinWidth = 24;
|
colBeforePressure.Name = "colBeforePressure";
|
colBeforePressure.Visible = true;
|
colBeforePressure.VisibleIndex = 14;
|
colBeforePressure.Width = 90;
|
//
|
// colTargetPressure
|
//
|
colTargetPressure.FieldName = "TargetPressure";
|
colTargetPressure.MinWidth = 24;
|
colTargetPressure.Name = "colTargetPressure";
|
colTargetPressure.Visible = true;
|
colTargetPressure.VisibleIndex = 15;
|
colTargetPressure.Width = 90;
|
//
|
// colRealTimePressure
|
//
|
colRealTimePressure.FieldName = "RealTimePressure";
|
colRealTimePressure.MinWidth = 24;
|
colRealTimePressure.Name = "colRealTimePressure";
|
colRealTimePressure.Visible = true;
|
colRealTimePressure.VisibleIndex = 16;
|
colRealTimePressure.Width = 90;
|
//
|
// colPressureDeviation
|
//
|
colPressureDeviation.FieldName = "PressureDeviation";
|
colPressureDeviation.MinWidth = 24;
|
colPressureDeviation.Name = "colPressureDeviation";
|
colPressureDeviation.Visible = true;
|
colPressureDeviation.VisibleIndex = 17;
|
colPressureDeviation.Width = 90;
|
//
|
// colTargetHead
|
//
|
colTargetHead.FieldName = "TargetHead";
|
colTargetHead.MinWidth = 24;
|
colTargetHead.Name = "colTargetHead";
|
colTargetHead.Visible = true;
|
colTargetHead.VisibleIndex = 18;
|
colTargetHead.Width = 90;
|
//
|
// colRealTimeHead
|
//
|
colRealTimeHead.FieldName = "RealTimeHead";
|
colRealTimeHead.MinWidth = 24;
|
colRealTimeHead.Name = "colRealTimeHead";
|
colRealTimeHead.Visible = true;
|
colRealTimeHead.VisibleIndex = 19;
|
colRealTimeHead.Width = 90;
|
//
|
// colTargetPressureDiff
|
//
|
colTargetPressureDiff.FieldName = "TargetPressureDiff";
|
colTargetPressureDiff.MinWidth = 24;
|
colTargetPressureDiff.Name = "colTargetPressureDiff";
|
colTargetPressureDiff.Visible = true;
|
colTargetPressureDiff.VisibleIndex = 20;
|
colTargetPressureDiff.Width = 90;
|
//
|
// colRealTimePressureDiff
|
//
|
colRealTimePressureDiff.FieldName = "RealTimePressureDiff";
|
colRealTimePressureDiff.MinWidth = 24;
|
colRealTimePressureDiff.Name = "colRealTimePressureDiff";
|
colRealTimePressureDiff.Visible = true;
|
colRealTimePressureDiff.VisibleIndex = 21;
|
colRealTimePressureDiff.Width = 90;
|
//
|
// gridControl2
|
//
|
gridControl2.DataSource = pumpScheduleVmBindingSource1;
|
gridControl2.EmbeddedNavigator.Margin = new Padding(2);
|
gridControl2.Location = new Point(0, 277);
|
gridControl2.MainView = gridViewS2;
|
gridControl2.Margin = new Padding(2);
|
gridControl2.MenuManager = ribbon;
|
gridControl2.Name = "gridControl2";
|
gridControl2.Size = new Size(1248, 223);
|
gridControl2.TabIndex = 0;
|
gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridViewS2 });
|
//
|
// pumpScheduleVmBindingSource1
|
//
|
pumpScheduleVmBindingSource1.DataSource = typeof(PumpScheduleVm);
|
//
|
// gridViewS2
|
//
|
gridViewS2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colStation1, colFlag1, colBeforeWL1, colRealTimeWL1, colBeforeRpm1, colTargetRpm1, colRealTimeRpm1, colRpmDeviation1, colTargetFrequency1, colRealTimeFrequency1, colBeforeFlow1, colTargetFlow1, colRealTimeFlow1, colFlowDeviation1, colBeforePressure1, colTargetPressure1, colRealTimePressure1, colPressureDeviation1, colTargetHead1, colRealTimeHead1, colTargetPressureDiff1, colRealTimePressureDiff1 });
|
gridViewS2.DetailHeight = 286;
|
gridViewS2.GridControl = gridControl2;
|
gridViewS2.Name = "gridViewS2";
|
gridViewS2.OptionsEditForm.PopupEditFormWidth = 640;
|
gridViewS2.CustomDrawCell += gridViewS2_CustomDrawCell;
|
//
|
// colStation1
|
//
|
colStation1.FieldName = "Station";
|
colStation1.MinWidth = 24;
|
colStation1.Name = "colStation1";
|
colStation1.Visible = true;
|
colStation1.VisibleIndex = 0;
|
colStation1.Width = 90;
|
//
|
// colFlag1
|
//
|
colFlag1.FieldName = "Flag";
|
colFlag1.MinWidth = 24;
|
colFlag1.Name = "colFlag1";
|
colFlag1.Visible = true;
|
colFlag1.VisibleIndex = 1;
|
colFlag1.Width = 90;
|
//
|
// colBeforeWL1
|
//
|
colBeforeWL1.FieldName = "BeforeWL";
|
colBeforeWL1.MinWidth = 24;
|
colBeforeWL1.Name = "colBeforeWL1";
|
colBeforeWL1.Visible = true;
|
colBeforeWL1.VisibleIndex = 2;
|
colBeforeWL1.Width = 90;
|
//
|
// colRealTimeWL1
|
//
|
colRealTimeWL1.FieldName = "RealTimeWL";
|
colRealTimeWL1.MinWidth = 24;
|
colRealTimeWL1.Name = "colRealTimeWL1";
|
colRealTimeWL1.Visible = true;
|
colRealTimeWL1.VisibleIndex = 3;
|
colRealTimeWL1.Width = 90;
|
//
|
// colBeforeRpm1
|
//
|
colBeforeRpm1.FieldName = "BeforeRpm";
|
colBeforeRpm1.MinWidth = 24;
|
colBeforeRpm1.Name = "colBeforeRpm1";
|
colBeforeRpm1.Visible = true;
|
colBeforeRpm1.VisibleIndex = 4;
|
colBeforeRpm1.Width = 90;
|
//
|
// colTargetRpm1
|
//
|
colTargetRpm1.FieldName = "TargetRpm";
|
colTargetRpm1.MinWidth = 24;
|
colTargetRpm1.Name = "colTargetRpm1";
|
colTargetRpm1.Visible = true;
|
colTargetRpm1.VisibleIndex = 5;
|
colTargetRpm1.Width = 90;
|
//
|
// colRealTimeRpm1
|
//
|
colRealTimeRpm1.FieldName = "RealTimeRpm";
|
colRealTimeRpm1.MinWidth = 24;
|
colRealTimeRpm1.Name = "colRealTimeRpm1";
|
colRealTimeRpm1.Visible = true;
|
colRealTimeRpm1.VisibleIndex = 6;
|
colRealTimeRpm1.Width = 90;
|
//
|
// colRpmDeviation1
|
//
|
colRpmDeviation1.FieldName = "RpmDeviation";
|
colRpmDeviation1.MinWidth = 24;
|
colRpmDeviation1.Name = "colRpmDeviation1";
|
colRpmDeviation1.Visible = true;
|
colRpmDeviation1.VisibleIndex = 7;
|
colRpmDeviation1.Width = 90;
|
//
|
// colTargetFrequency1
|
//
|
colTargetFrequency1.FieldName = "TargetFrequency";
|
colTargetFrequency1.MinWidth = 24;
|
colTargetFrequency1.Name = "colTargetFrequency1";
|
colTargetFrequency1.Visible = true;
|
colTargetFrequency1.VisibleIndex = 8;
|
colTargetFrequency1.Width = 90;
|
//
|
// colRealTimeFrequency1
|
//
|
colRealTimeFrequency1.FieldName = "RealTimeFrequency";
|
colRealTimeFrequency1.MinWidth = 24;
|
colRealTimeFrequency1.Name = "colRealTimeFrequency1";
|
colRealTimeFrequency1.Visible = true;
|
colRealTimeFrequency1.VisibleIndex = 9;
|
colRealTimeFrequency1.Width = 90;
|
//
|
// colBeforeFlow1
|
//
|
colBeforeFlow1.FieldName = "BeforeFlow";
|
colBeforeFlow1.MinWidth = 24;
|
colBeforeFlow1.Name = "colBeforeFlow1";
|
colBeforeFlow1.Visible = true;
|
colBeforeFlow1.VisibleIndex = 10;
|
colBeforeFlow1.Width = 90;
|
//
|
// colTargetFlow1
|
//
|
colTargetFlow1.FieldName = "TargetFlow";
|
colTargetFlow1.MinWidth = 24;
|
colTargetFlow1.Name = "colTargetFlow1";
|
colTargetFlow1.Visible = true;
|
colTargetFlow1.VisibleIndex = 11;
|
colTargetFlow1.Width = 90;
|
//
|
// colRealTimeFlow1
|
//
|
colRealTimeFlow1.FieldName = "RealTimeFlow";
|
colRealTimeFlow1.MinWidth = 24;
|
colRealTimeFlow1.Name = "colRealTimeFlow1";
|
colRealTimeFlow1.Visible = true;
|
colRealTimeFlow1.VisibleIndex = 12;
|
colRealTimeFlow1.Width = 90;
|
//
|
// colFlowDeviation1
|
//
|
colFlowDeviation1.FieldName = "FlowDeviation";
|
colFlowDeviation1.MinWidth = 24;
|
colFlowDeviation1.Name = "colFlowDeviation1";
|
colFlowDeviation1.Visible = true;
|
colFlowDeviation1.VisibleIndex = 13;
|
colFlowDeviation1.Width = 90;
|
//
|
// colBeforePressure1
|
//
|
colBeforePressure1.FieldName = "BeforePressure";
|
colBeforePressure1.MinWidth = 24;
|
colBeforePressure1.Name = "colBeforePressure1";
|
colBeforePressure1.Visible = true;
|
colBeforePressure1.VisibleIndex = 14;
|
colBeforePressure1.Width = 90;
|
//
|
// colTargetPressure1
|
//
|
colTargetPressure1.FieldName = "TargetPressure";
|
colTargetPressure1.MinWidth = 24;
|
colTargetPressure1.Name = "colTargetPressure1";
|
colTargetPressure1.Visible = true;
|
colTargetPressure1.VisibleIndex = 15;
|
colTargetPressure1.Width = 90;
|
//
|
// colRealTimePressure1
|
//
|
colRealTimePressure1.FieldName = "RealTimePressure";
|
colRealTimePressure1.MinWidth = 24;
|
colRealTimePressure1.Name = "colRealTimePressure1";
|
colRealTimePressure1.Visible = true;
|
colRealTimePressure1.VisibleIndex = 16;
|
colRealTimePressure1.Width = 90;
|
//
|
// colPressureDeviation1
|
//
|
colPressureDeviation1.FieldName = "PressureDeviation";
|
colPressureDeviation1.MinWidth = 24;
|
colPressureDeviation1.Name = "colPressureDeviation1";
|
colPressureDeviation1.Visible = true;
|
colPressureDeviation1.VisibleIndex = 17;
|
colPressureDeviation1.Width = 90;
|
//
|
// colTargetHead1
|
//
|
colTargetHead1.FieldName = "TargetHead";
|
colTargetHead1.MinWidth = 24;
|
colTargetHead1.Name = "colTargetHead1";
|
colTargetHead1.Visible = true;
|
colTargetHead1.VisibleIndex = 18;
|
colTargetHead1.Width = 90;
|
//
|
// colRealTimeHead1
|
//
|
colRealTimeHead1.FieldName = "RealTimeHead";
|
colRealTimeHead1.MinWidth = 24;
|
colRealTimeHead1.Name = "colRealTimeHead1";
|
colRealTimeHead1.Visible = true;
|
colRealTimeHead1.VisibleIndex = 19;
|
colRealTimeHead1.Width = 90;
|
//
|
// colTargetPressureDiff1
|
//
|
colTargetPressureDiff1.FieldName = "TargetPressureDiff";
|
colTargetPressureDiff1.MinWidth = 24;
|
colTargetPressureDiff1.Name = "colTargetPressureDiff1";
|
colTargetPressureDiff1.Visible = true;
|
colTargetPressureDiff1.VisibleIndex = 20;
|
colTargetPressureDiff1.Width = 90;
|
//
|
// colRealTimePressureDiff1
|
//
|
colRealTimePressureDiff1.FieldName = "RealTimePressureDiff";
|
colRealTimePressureDiff1.MinWidth = 24;
|
colRealTimePressureDiff1.Name = "colRealTimePressureDiff1";
|
colRealTimePressureDiff1.Visible = true;
|
colRealTimePressureDiff1.VisibleIndex = 21;
|
colRealTimePressureDiff1.Width = 90;
|
//
|
// layoutControlPump
|
//
|
layoutControlPump.Controls.Add(gridControl2);
|
layoutControlPump.Controls.Add(gridControl1);
|
layoutControlPump.Dock = DockStyle.Fill;
|
layoutControlPump.Location = new Point(0, 0);
|
layoutControlPump.Margin = new Padding(2);
|
layoutControlPump.Name = "layoutControlPump";
|
layoutControlPump.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(621, 654, 975, 600);
|
layoutControlPump.Root = layoutControlGroup2;
|
layoutControlPump.Size = new Size(1248, 500);
|
layoutControlPump.TabIndex = 0;
|
layoutControlPump.Text = "layoutControl3";
|
//
|
// layoutControlGroup2
|
//
|
layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
layoutControlGroup2.GroupBordersVisible = false;
|
layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup4, layoutControlGroup1 });
|
layoutControlGroup2.Name = "Root";
|
layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup2.Size = new Size(1248, 500);
|
layoutControlGroup2.TextVisible = false;
|
//
|
// layoutControlGroup4
|
//
|
layoutControlGroup4.GroupStyle = DevExpress.Utils.GroupStyle.Title;
|
layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1 });
|
layoutControlGroup4.Location = new Point(0, 250);
|
layoutControlGroup4.Name = "layoutControlGroup4";
|
layoutControlGroup4.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup4.Size = new Size(1248, 250);
|
layoutControlGroup4.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup4.Text = "二输水";
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = gridControl2;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlItem1.Size = new Size(1248, 223);
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// layoutControlGroup1
|
//
|
layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Title;
|
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2 });
|
layoutControlGroup1.Location = new Point(0, 0);
|
layoutControlGroup1.Name = "layoutControlGroup1";
|
layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup1.Size = new Size(1248, 250);
|
layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup1.Text = "一输水";
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = gridControl1;
|
layoutControlItem2.Location = new Point(0, 0);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlItem2.Size = new Size(1248, 223);
|
layoutControlItem2.TextSize = new Size(0, 0);
|
layoutControlItem2.TextVisible = false;
|
//
|
// sidePanelPump
|
//
|
sidePanelPump.Controls.Add(layoutControlPump);
|
sidePanelPump.Dock = DockStyle.Fill;
|
sidePanelPump.Location = new Point(0, 178);
|
sidePanelPump.Margin = new Padding(2);
|
sidePanelPump.Name = "sidePanelPump";
|
sidePanelPump.Size = new Size(1248, 500);
|
sidePanelPump.TabIndex = 4;
|
sidePanelPump.Text = "sidePanel5";
|
//
|
// sidePanelStation
|
//
|
sidePanelStation.Controls.Add(layoutControlInfo);
|
sidePanelStation.Dock = DockStyle.Bottom;
|
sidePanelStation.Location = new Point(0, 678);
|
sidePanelStation.Margin = new Padding(2);
|
sidePanelStation.Name = "sidePanelStation";
|
sidePanelStation.Size = new Size(1248, 245);
|
sidePanelStation.TabIndex = 10;
|
sidePanelStation.Text = "sidePanel1";
|
//
|
// layoutControlInfo
|
//
|
layoutControlInfo.Controls.Add(memoEditInfo);
|
layoutControlInfo.Dock = DockStyle.Fill;
|
layoutControlInfo.Location = new Point(0, 1);
|
layoutControlInfo.Margin = new Padding(2);
|
layoutControlInfo.Name = "layoutControlInfo";
|
layoutControlInfo.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(621, 637, 975, 600);
|
layoutControlInfo.Root = Root;
|
layoutControlInfo.Size = new Size(1248, 244);
|
layoutControlInfo.TabIndex = 0;
|
layoutControlInfo.Text = "layoutControl1";
|
//
|
// memoEditInfo
|
//
|
memoEditInfo.Location = new Point(0, 27);
|
memoEditInfo.Margin = new Padding(2);
|
memoEditInfo.MenuManager = ribbon;
|
memoEditInfo.Name = "memoEditInfo";
|
memoEditInfo.Size = new Size(1248, 217);
|
memoEditInfo.StyleController = layoutControlInfo;
|
memoEditInfo.TabIndex = 4;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup3 });
|
Root.Name = "Root";
|
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
Root.Size = new Size(1248, 244);
|
Root.TextVisible = false;
|
//
|
// layoutControlGroup3
|
//
|
layoutControlGroup3.GroupStyle = DevExpress.Utils.GroupStyle.Title;
|
layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem3 });
|
layoutControlGroup3.Location = new Point(0, 0);
|
layoutControlGroup3.Name = "layoutControlGroup3";
|
layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup3.Size = new Size(1248, 244);
|
layoutControlGroup3.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup3.Text = "统计";
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.Control = memoEditInfo;
|
layoutControlItem3.Location = new Point(0, 0);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlItem3.Size = new Size(1248, 217);
|
layoutControlItem3.TextSize = new Size(0, 0);
|
layoutControlItem3.TextVisible = false;
|
//
|
// bjMain
|
//
|
AutoScaleDimensions = new SizeF(8F, 18F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(1248, 923);
|
Controls.Add(sidePanelPump);
|
Controls.Add(sidePanelStation);
|
Controls.Add(ribbon);
|
Margin = new Padding(2);
|
Name = "bjMain";
|
Ribbon = ribbon;
|
StartPosition = FormStartPosition.CenterScreen;
|
Text = "调度验证";
|
WindowState = FormWindowState.Maximized;
|
((System.ComponentModel.ISupportInitialize)ribbon).EndInit();
|
((System.ComponentModel.ISupportInitialize)repImgDate).EndInit();
|
((System.ComponentModel.ISupportInitialize)repImgCmbRealTime).EndInit();
|
((System.ComponentModel.ISupportInitialize)gridControl1).EndInit();
|
((System.ComponentModel.ISupportInitialize)pumpScheduleVmBindingSource).EndInit();
|
((System.ComponentModel.ISupportInitialize)gridViewS1).EndInit();
|
((System.ComponentModel.ISupportInitialize)gridControl2).EndInit();
|
((System.ComponentModel.ISupportInitialize)pumpScheduleVmBindingSource1).EndInit();
|
((System.ComponentModel.ISupportInitialize)gridViewS2).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlPump).EndInit();
|
layoutControlPump.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup2).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup4).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
|
sidePanelPump.ResumeLayout(false);
|
sidePanelStation.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)layoutControlInfo).EndInit();
|
layoutControlInfo.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)memoEditInfo.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup3).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
|
ResumeLayout(false);
|
PerformLayout();
|
}
|
|
#endregion
|
|
private DevExpress.XtraBars.Ribbon.RibbonControl ribbon;
|
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
|
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
|
private DevExpress.XtraGrid.GridControl gridControl2;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridViewS2;
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridViewS1;
|
private DevExpress.XtraEditors.SidePanel sidePanel3;
|
private DevExpress.XtraEditors.SidePanel sidePanel4;
|
private DevExpress.XtraLayout.LayoutControl layoutControl2;
|
private DevExpress.XtraEditors.SidePanel sidePanel2;
|
private DevExpress.XtraLayout.LayoutControl layoutControlPump;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
|
private DevExpress.XtraLayout.LayoutControl layoutControl4;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup6;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup7;
|
private DevExpress.XtraEditors.SidePanel sidePanelPump;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraEditors.SidePanel sidePanelStation;
|
private DevExpress.XtraLayout.LayoutControl layoutControlInfo;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraEditors.MemoEdit memoEditInfo;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
|
private DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit repositoryItemSpinEdit1;
|
private BindingSource pumpScheduleVmBindingSource;
|
private BindingSource pumpScheduleVmBindingSource1;
|
private DevExpress.XtraGrid.Columns.GridColumn colStation;
|
private DevExpress.XtraGrid.Columns.GridColumn colFlag;
|
private DevExpress.XtraGrid.Columns.GridColumn colBeforeWL;
|
private DevExpress.XtraGrid.Columns.GridColumn colRealTimeWL;
|
private DevExpress.XtraGrid.Columns.GridColumn colBeforeRpm;
|
private DevExpress.XtraGrid.Columns.GridColumn colTargetRpm;
|
private DevExpress.XtraGrid.Columns.GridColumn colRealTimeRpm;
|
private DevExpress.XtraGrid.Columns.GridColumn colRpmDeviation;
|
private DevExpress.XtraGrid.Columns.GridColumn colTargetFrequency;
|
private DevExpress.XtraGrid.Columns.GridColumn colRealTimeFrequency;
|
private DevExpress.XtraGrid.Columns.GridColumn colBeforeFlow;
|
private DevExpress.XtraGrid.Columns.GridColumn colTargetFlow;
|
private DevExpress.XtraGrid.Columns.GridColumn colRealTimeFlow;
|
private DevExpress.XtraGrid.Columns.GridColumn colFlowDeviation;
|
private DevExpress.XtraGrid.Columns.GridColumn colBeforePressure;
|
private DevExpress.XtraGrid.Columns.GridColumn colTargetPressure;
|
private DevExpress.XtraGrid.Columns.GridColumn colRealTimePressure;
|
private DevExpress.XtraGrid.Columns.GridColumn colPressureDeviation;
|
private DevExpress.XtraGrid.Columns.GridColumn colTargetHead;
|
private DevExpress.XtraGrid.Columns.GridColumn colRealTimeHead;
|
private DevExpress.XtraGrid.Columns.GridColumn colTargetPressureDiff;
|
private DevExpress.XtraGrid.Columns.GridColumn colRealTimePressureDiff;
|
private DevExpress.XtraGrid.Columns.GridColumn colStation1;
|
private DevExpress.XtraGrid.Columns.GridColumn colFlag1;
|
private DevExpress.XtraGrid.Columns.GridColumn colBeforeWL1;
|
private DevExpress.XtraGrid.Columns.GridColumn colRealTimeWL1;
|
private DevExpress.XtraGrid.Columns.GridColumn colBeforeRpm1;
|
private DevExpress.XtraGrid.Columns.GridColumn colTargetRpm1;
|
private DevExpress.XtraGrid.Columns.GridColumn colRealTimeRpm1;
|
private DevExpress.XtraGrid.Columns.GridColumn colRpmDeviation1;
|
private DevExpress.XtraGrid.Columns.GridColumn colTargetFrequency1;
|
private DevExpress.XtraGrid.Columns.GridColumn colRealTimeFrequency1;
|
private DevExpress.XtraGrid.Columns.GridColumn colBeforeFlow1;
|
private DevExpress.XtraGrid.Columns.GridColumn colTargetFlow1;
|
private DevExpress.XtraGrid.Columns.GridColumn colRealTimeFlow1;
|
private DevExpress.XtraGrid.Columns.GridColumn colFlowDeviation1;
|
private DevExpress.XtraGrid.Columns.GridColumn colBeforePressure1;
|
private DevExpress.XtraGrid.Columns.GridColumn colTargetPressure1;
|
private DevExpress.XtraGrid.Columns.GridColumn colRealTimePressure1;
|
private DevExpress.XtraGrid.Columns.GridColumn colPressureDeviation1;
|
private DevExpress.XtraGrid.Columns.GridColumn colTargetHead1;
|
private DevExpress.XtraGrid.Columns.GridColumn colRealTimeHead1;
|
private DevExpress.XtraGrid.Columns.GridColumn colTargetPressureDiff1;
|
private DevExpress.XtraGrid.Columns.GridColumn colRealTimePressureDiff1;
|
private DevExpress.XtraBars.BarEditItem barEditImgDate;
|
private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repImgDate;
|
private DevExpress.XtraBars.BarEditItem barEditItem1;
|
private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repositoryItemDateEdit1;
|
private DevExpress.XtraBars.BarEditItem barEditImgRealTime;
|
private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repImgCmbRealTime;
|
private DevExpress.XtraBars.BarCheckItem barCekSimSchedule;
|
private DevExpress.XtraBars.BarCheckItem barCekUseCalcDev;
|
private DevExpress.XtraBars.BarButtonItem barBtnCalcFlowDiff;
|
private DevExpress.XtraBars.BarCheckItem barCekCalcFlowDiff;
|
}
|
}
|