namespace IStation.WinTest
|
{
|
partial class frmMain
|
{
|
/// <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(frmMain));
|
scheduleValidViewModelBindingSource = new BindingSource(components);
|
navigationPaneMain = new DevExpress.XtraBars.Navigation.NavigationPane();
|
navPageScheduleValid = new DevExpress.XtraBars.Navigation.NavigationPage();
|
gridControl1 = new DevExpress.XtraGrid.GridControl();
|
bandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
|
gridBandSrc = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
|
colTime = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
colTotalFlowSrc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
colTotalHeadSrc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
colTotalPowerSrc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
colFlagRpmDict = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
colRunFlagsSrc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
gridBandCalcFre = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
|
colTotalFlowCalc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
colTotalPowerCalc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
colTotalFlowCalcSrcDiff = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
colTotalPowerCalcSrcDiff = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
gridBandSchedule = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
|
colTotalFlowSchedule = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
colTotalHeadSchedule = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
colTotalPowerSchedule = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
colRunFlagsSchedule = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
colTotalFlowScheduleSrcDiff = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
colTotalPowerScheduleSrcDiff = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
|
barBtnImport = new DevExpress.XtraBars.BarButtonItem();
|
barBtnSchedule = new DevExpress.XtraBars.BarButtonItem();
|
barEditSelStation = new DevExpress.XtraBars.BarEditItem();
|
repRadioGroupSelStation = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
|
ribbonPageValid = new DevExpress.XtraBars.Ribbon.RibbonPage();
|
ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
|
navPageScadaValid = new DevExpress.XtraBars.Navigation.NavigationPage();
|
((System.ComponentModel.ISupportInitialize)scheduleValidViewModelBindingSource).BeginInit();
|
((System.ComponentModel.ISupportInitialize)navigationPaneMain).BeginInit();
|
navigationPaneMain.SuspendLayout();
|
navPageScheduleValid.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)bandedGridView1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)repRadioGroupSelStation).BeginInit();
|
SuspendLayout();
|
//
|
// scheduleValidViewModelBindingSource
|
//
|
scheduleValidViewModelBindingSource.DataSource = typeof(ScheduleValidViewModel);
|
//
|
// navigationPaneMain
|
//
|
navigationPaneMain.Controls.Add(navPageScheduleValid);
|
navigationPaneMain.Controls.Add(navPageScadaValid);
|
navigationPaneMain.Dock = DockStyle.Fill;
|
navigationPaneMain.Location = new Point(0, 0);
|
navigationPaneMain.Name = "navigationPaneMain";
|
navigationPaneMain.PageProperties.ShowCollapseButton = false;
|
navigationPaneMain.PageProperties.ShowExpandButton = false;
|
navigationPaneMain.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { navPageScheduleValid, navPageScadaValid });
|
navigationPaneMain.RegularSize = new Size(1541, 1071);
|
navigationPaneMain.SelectedPage = navPageScheduleValid;
|
navigationPaneMain.Size = new Size(1541, 1071);
|
navigationPaneMain.TabIndex = 0;
|
navigationPaneMain.Text = "navigationPane1";
|
//
|
// navPageScheduleValid
|
//
|
navPageScheduleValid.BackgroundPadding = new Padding(0);
|
navPageScheduleValid.Caption = "调度验证";
|
navPageScheduleValid.Controls.Add(gridControl1);
|
navPageScheduleValid.Controls.Add(ribbonControl1);
|
navPageScheduleValid.Margin = new Padding(0);
|
navPageScheduleValid.Name = "navPageScheduleValid";
|
navPageScheduleValid.Size = new Size(1423, 1036);
|
//
|
// gridControl1
|
//
|
gridControl1.DataSource = scheduleValidViewModelBindingSource;
|
gridControl1.Dock = DockStyle.Fill;
|
gridControl1.Location = new Point(0, 262);
|
gridControl1.MainView = bandedGridView1;
|
gridControl1.Name = "gridControl1";
|
gridControl1.Size = new Size(1423, 774);
|
gridControl1.TabIndex = 5;
|
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { bandedGridView1 });
|
//
|
// bandedGridView1
|
//
|
bandedGridView1.Appearance.Row.FontSizeDelta = 2;
|
bandedGridView1.Appearance.Row.Options.UseFont = true;
|
bandedGridView1.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] { gridBandSrc, gridBandCalcFre, gridBandSchedule });
|
bandedGridView1.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] { colTime, colTotalFlowSrc, colTotalHeadSrc, colTotalPowerSrc, colRunFlagsSrc, colFlagRpmDict, colTotalFlowCalc, colTotalPowerCalc, colTotalFlowSchedule, colTotalHeadSchedule, colTotalPowerSchedule, colRunFlagsSchedule, colTotalFlowScheduleSrcDiff, colTotalPowerScheduleSrcDiff, colTotalFlowCalcSrcDiff, colTotalPowerCalcSrcDiff });
|
bandedGridView1.GridControl = gridControl1;
|
bandedGridView1.Name = "bandedGridView1";
|
//
|
// gridBandSrc
|
//
|
gridBandSrc.Caption = "原始点";
|
gridBandSrc.Columns.Add(colTime);
|
gridBandSrc.Columns.Add(colTotalFlowSrc);
|
gridBandSrc.Columns.Add(colTotalHeadSrc);
|
gridBandSrc.Columns.Add(colTotalPowerSrc);
|
gridBandSrc.Columns.Add(colFlagRpmDict);
|
gridBandSrc.Columns.Add(colRunFlagsSrc);
|
gridBandSrc.Name = "gridBandSrc";
|
gridBandSrc.VisibleIndex = 0;
|
gridBandSrc.Width = 560;
|
//
|
// colTime
|
//
|
colTime.FieldName = "Time";
|
colTime.MinWidth = 30;
|
colTime.Name = "colTime";
|
colTime.Visible = true;
|
colTime.Width = 112;
|
//
|
// colTotalFlowSrc
|
//
|
colTotalFlowSrc.FieldName = "TotalFlowSrc";
|
colTotalFlowSrc.MinWidth = 30;
|
colTotalFlowSrc.Name = "colTotalFlowSrc";
|
colTotalFlowSrc.Visible = true;
|
colTotalFlowSrc.Width = 112;
|
//
|
// colTotalHeadSrc
|
//
|
colTotalHeadSrc.FieldName = "TotalHeadSrc";
|
colTotalHeadSrc.MinWidth = 30;
|
colTotalHeadSrc.Name = "colTotalHeadSrc";
|
colTotalHeadSrc.Visible = true;
|
colTotalHeadSrc.Width = 112;
|
//
|
// colTotalPowerSrc
|
//
|
colTotalPowerSrc.FieldName = "TotalPowerSrc";
|
colTotalPowerSrc.MinWidth = 30;
|
colTotalPowerSrc.Name = "colTotalPowerSrc";
|
colTotalPowerSrc.Visible = true;
|
colTotalPowerSrc.Width = 112;
|
//
|
// colFlagRpmDict
|
//
|
colFlagRpmDict.FieldName = "FlagRpmDict";
|
colFlagRpmDict.MinWidth = 30;
|
colFlagRpmDict.Name = "colFlagRpmDict";
|
colFlagRpmDict.Width = 112;
|
//
|
// colRunFlagsSrc
|
//
|
colRunFlagsSrc.FieldName = "RunFlagsSrc";
|
colRunFlagsSrc.MinWidth = 30;
|
colRunFlagsSrc.Name = "colRunFlagsSrc";
|
colRunFlagsSrc.Visible = true;
|
colRunFlagsSrc.Width = 112;
|
//
|
// gridBandCalcFre
|
//
|
gridBandCalcFre.Caption = "原频率计算点";
|
gridBandCalcFre.Columns.Add(colTotalFlowCalc);
|
gridBandCalcFre.Columns.Add(colTotalPowerCalc);
|
gridBandCalcFre.Columns.Add(colTotalFlowCalcSrcDiff);
|
gridBandCalcFre.Columns.Add(colTotalPowerCalcSrcDiff);
|
gridBandCalcFre.Name = "gridBandCalcFre";
|
gridBandCalcFre.VisibleIndex = 1;
|
gridBandCalcFre.Width = 448;
|
//
|
// colTotalFlowCalc
|
//
|
colTotalFlowCalc.FieldName = "TotalFlowCalc";
|
colTotalFlowCalc.MinWidth = 30;
|
colTotalFlowCalc.Name = "colTotalFlowCalc";
|
colTotalFlowCalc.Visible = true;
|
colTotalFlowCalc.Width = 112;
|
//
|
// colTotalPowerCalc
|
//
|
colTotalPowerCalc.FieldName = "TotalPowerCalc";
|
colTotalPowerCalc.MinWidth = 30;
|
colTotalPowerCalc.Name = "colTotalPowerCalc";
|
colTotalPowerCalc.Visible = true;
|
colTotalPowerCalc.Width = 112;
|
//
|
// colTotalFlowCalcSrcDiff
|
//
|
colTotalFlowCalcSrcDiff.FieldName = "TotalFlowCalcSrcDiff";
|
colTotalFlowCalcSrcDiff.MinWidth = 30;
|
colTotalFlowCalcSrcDiff.Name = "colTotalFlowCalcSrcDiff";
|
colTotalFlowCalcSrcDiff.Visible = true;
|
colTotalFlowCalcSrcDiff.Width = 112;
|
//
|
// colTotalPowerCalcSrcDiff
|
//
|
colTotalPowerCalcSrcDiff.FieldName = "TotalPowerCalcSrcDiff";
|
colTotalPowerCalcSrcDiff.MinWidth = 30;
|
colTotalPowerCalcSrcDiff.Name = "colTotalPowerCalcSrcDiff";
|
colTotalPowerCalcSrcDiff.Visible = true;
|
colTotalPowerCalcSrcDiff.Width = 112;
|
//
|
// gridBandSchedule
|
//
|
gridBandSchedule.Caption = "调度计算点";
|
gridBandSchedule.Columns.Add(colTotalFlowSchedule);
|
gridBandSchedule.Columns.Add(colTotalHeadSchedule);
|
gridBandSchedule.Columns.Add(colTotalPowerSchedule);
|
gridBandSchedule.Columns.Add(colRunFlagsSchedule);
|
gridBandSchedule.Columns.Add(colTotalFlowScheduleSrcDiff);
|
gridBandSchedule.Columns.Add(colTotalPowerScheduleSrcDiff);
|
gridBandSchedule.Name = "gridBandSchedule";
|
gridBandSchedule.VisibleIndex = 2;
|
gridBandSchedule.Width = 672;
|
//
|
// colTotalFlowSchedule
|
//
|
colTotalFlowSchedule.FieldName = "TotalFlowSchedule";
|
colTotalFlowSchedule.MinWidth = 30;
|
colTotalFlowSchedule.Name = "colTotalFlowSchedule";
|
colTotalFlowSchedule.Visible = true;
|
colTotalFlowSchedule.Width = 112;
|
//
|
// colTotalHeadSchedule
|
//
|
colTotalHeadSchedule.FieldName = "TotalHeadSchedule";
|
colTotalHeadSchedule.MinWidth = 30;
|
colTotalHeadSchedule.Name = "colTotalHeadSchedule";
|
colTotalHeadSchedule.Visible = true;
|
colTotalHeadSchedule.Width = 112;
|
//
|
// colTotalPowerSchedule
|
//
|
colTotalPowerSchedule.FieldName = "TotalPowerSchedule";
|
colTotalPowerSchedule.MinWidth = 30;
|
colTotalPowerSchedule.Name = "colTotalPowerSchedule";
|
colTotalPowerSchedule.Visible = true;
|
colTotalPowerSchedule.Width = 112;
|
//
|
// colRunFlagsSchedule
|
//
|
colRunFlagsSchedule.FieldName = "RunFlagsSchedule";
|
colRunFlagsSchedule.MinWidth = 30;
|
colRunFlagsSchedule.Name = "colRunFlagsSchedule";
|
colRunFlagsSchedule.Visible = true;
|
colRunFlagsSchedule.Width = 112;
|
//
|
// colTotalFlowScheduleSrcDiff
|
//
|
colTotalFlowScheduleSrcDiff.FieldName = "TotalFlowScheduleSrcDiff";
|
colTotalFlowScheduleSrcDiff.MinWidth = 30;
|
colTotalFlowScheduleSrcDiff.Name = "colTotalFlowScheduleSrcDiff";
|
colTotalFlowScheduleSrcDiff.Visible = true;
|
colTotalFlowScheduleSrcDiff.Width = 112;
|
//
|
// colTotalPowerScheduleSrcDiff
|
//
|
colTotalPowerScheduleSrcDiff.FieldName = "TotalPowerScheduleSrcDiff";
|
colTotalPowerScheduleSrcDiff.MinWidth = 30;
|
colTotalPowerScheduleSrcDiff.Name = "colTotalPowerScheduleSrcDiff";
|
colTotalPowerScheduleSrcDiff.Visible = true;
|
colTotalPowerScheduleSrcDiff.Width = 112;
|
//
|
// ribbonControl1
|
//
|
ribbonControl1.ExpandCollapseItem.Id = 0;
|
ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, ribbonControl1.SearchEditItem, barBtnImport, barBtnSchedule, barEditSelStation });
|
ribbonControl1.Location = new Point(0, 0);
|
ribbonControl1.MaxItemId = 6;
|
ribbonControl1.Name = "ribbonControl1";
|
ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { ribbonPageValid });
|
ribbonControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repRadioGroupSelStation });
|
ribbonControl1.Size = new Size(1423, 262);
|
//
|
// barBtnImport
|
//
|
barBtnImport.Caption = "导入文件";
|
barBtnImport.Id = 2;
|
barBtnImport.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnImport.ImageOptions.SvgImage");
|
barBtnImport.Name = "barBtnImport";
|
barBtnImport.ItemClick += barBtnImport_ItemClick;
|
//
|
// barBtnSchedule
|
//
|
barBtnSchedule.Caption = "调度";
|
barBtnSchedule.CausesValidation = true;
|
barBtnSchedule.Id = 3;
|
barBtnSchedule.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnSchedule.ImageOptions.SvgImage");
|
barBtnSchedule.Name = "barBtnSchedule";
|
barBtnSchedule.ItemClick += barBtnSchedule_ItemClick;
|
//
|
// barEditSelStation
|
//
|
barEditSelStation.Caption = "泵站";
|
barEditSelStation.Edit = repRadioGroupSelStation;
|
barEditSelStation.Id = 5;
|
barEditSelStation.Name = "barEditSelStation";
|
barEditSelStation.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
|
barEditSelStation.EditValueChanged += barEditSelStation_EditValueChanged;
|
//
|
// repRadioGroupSelStation
|
//
|
repRadioGroupSelStation.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem(1, "一输"), new DevExpress.XtraEditors.Controls.RadioGroupItem(2, "二输") });
|
repRadioGroupSelStation.ItemsLayout = DevExpress.XtraEditors.RadioGroupItemsLayout.Flow;
|
repRadioGroupSelStation.Name = "repRadioGroupSelStation";
|
//
|
// ribbonPageValid
|
//
|
ribbonPageValid.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { ribbonPageGroup1 });
|
ribbonPageValid.Name = "ribbonPageValid";
|
ribbonPageValid.Text = "验证";
|
//
|
// ribbonPageGroup1
|
//
|
ribbonPageGroup1.ItemLinks.Add(barBtnImport);
|
ribbonPageGroup1.ItemLinks.Add(barEditSelStation, true);
|
ribbonPageGroup1.ItemLinks.Add(barBtnSchedule);
|
ribbonPageGroup1.Name = "ribbonPageGroup1";
|
ribbonPageGroup1.Text = "功能";
|
//
|
// navPageScadaValid
|
//
|
navPageScadaValid.BackgroundPadding = new Padding(0);
|
navPageScadaValid.Caption = "工况验证";
|
navPageScadaValid.Margin = new Padding(0);
|
navPageScadaValid.Name = "navPageScadaValid";
|
navPageScadaValid.Size = new Size(1541, 1068);
|
//
|
// frmMain
|
//
|
AutoScaleDimensions = new SizeF(10F, 22F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(1541, 1071);
|
Controls.Add(navigationPaneMain);
|
Name = "frmMain";
|
StartPosition = FormStartPosition.CenterScreen;
|
Text = "陈行输水调度";
|
WindowState = FormWindowState.Maximized;
|
((System.ComponentModel.ISupportInitialize)scheduleValidViewModelBindingSource).EndInit();
|
((System.ComponentModel.ISupportInitialize)navigationPaneMain).EndInit();
|
navigationPaneMain.ResumeLayout(false);
|
navPageScheduleValid.ResumeLayout(false);
|
navPageScheduleValid.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)gridControl1).EndInit();
|
((System.ComponentModel.ISupportInitialize)bandedGridView1).EndInit();
|
((System.ComponentModel.ISupportInitialize)ribbonControl1).EndInit();
|
((System.ComponentModel.ISupportInitialize)repRadioGroupSelStation).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
private DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup repRadioGroupSelStation;
|
private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand1;
|
private BindingSource scheduleValidViewModelBindingSource;
|
private DevExpress.XtraBars.Navigation.NavigationPane navigationPaneMain;
|
private DevExpress.XtraBars.Navigation.NavigationPage navPageScheduleValid;
|
private DevExpress.XtraBars.Navigation.NavigationPage navigationPage1;
|
private DevExpress.XtraBars.Navigation.NavigationPage navPageScadaValid;
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridView bandedGridView1;
|
private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBandSrc;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colTime;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colTotalFlowSrc;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colTotalHeadSrc;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colTotalPowerSrc;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colFlagRpmDict;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colRunFlagsSrc;
|
private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBandCalcFre;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colTotalFlowCalc;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colTotalPowerCalc;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colTotalFlowCalcSrcDiff;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colTotalPowerCalcSrcDiff;
|
private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBandSchedule;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colTotalFlowSchedule;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colTotalHeadSchedule;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colTotalPowerSchedule;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colRunFlagsSchedule;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colTotalFlowScheduleSrcDiff;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colTotalPowerScheduleSrcDiff;
|
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
|
private DevExpress.XtraBars.BarButtonItem barBtnImport;
|
private DevExpress.XtraBars.BarButtonItem barBtnSchedule;
|
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPageValid;
|
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
|
private DevExpress.XtraBars.BarEditItem barEditSelStation;
|
}
|
}
|