namespace IStation.Win { partial class ModelValidView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { components = new System.ComponentModel.Container(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); xtraTabPageRecord = new DevExpress.XtraTab.XtraTabPage(); gridControl1 = new DevExpress.XtraGrid.GridControl(); modelValidViewModelBindingSource = new BindingSource(components); gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); colTime = new DevExpress.XtraGrid.Columns.GridColumn(); colValueType = new DevExpress.XtraGrid.Columns.GridColumn(); colModelId = new DevExpress.XtraGrid.Columns.GridColumn(); colScadaId = new DevExpress.XtraGrid.Columns.GridColumn(); colModeValue = new DevExpress.XtraGrid.Columns.GridColumn(); colScadaValue = new DevExpress.XtraGrid.Columns.GridColumn(); colDifferenceValue = new DevExpress.XtraGrid.Columns.GridColumn(); xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); gridControl2 = new DevExpress.XtraGrid.GridControl(); gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView(); barBtnLoad = new DevExpress.XtraEditors.SimpleButton(); dateEditStart = new DevExpress.XtraEditors.DateEdit(); dateEditEnd = new DevExpress.XtraEditors.DateEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); sidePanel1 = new DevExpress.XtraEditors.SidePanel(); treeList1 = new DevExpress.XtraTreeList.TreeList(); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)xtraTabControl1).BeginInit(); xtraTabControl1.SuspendLayout(); xtraTabPageRecord.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit(); ((System.ComponentModel.ISupportInitialize)modelValidViewModelBindingSource).BeginInit(); ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit(); xtraTabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)gridControl2).BeginInit(); ((System.ComponentModel.ISupportInitialize)gridView2).BeginInit(); ((System.ComponentModel.ISupportInitialize)dateEditStart.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)dateEditStart.Properties.CalendarTimeProperties).BeginInit(); ((System.ComponentModel.ISupportInitialize)dateEditEnd.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)dateEditEnd.Properties.CalendarTimeProperties).BeginInit(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); sidePanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)treeList1).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(barBtnLoad); layoutControl1.Controls.Add(dateEditStart); layoutControl1.Controls.Add(dateEditEnd); layoutControl1.Dock = DockStyle.Top; layoutControl1.Location = new Point(0, 0); layoutControl1.Margin = new Padding(4, 3, 4, 3); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(788, 587, 975, 600); layoutControl1.Root = Root; layoutControl1.Size = new Size(1286, 66); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // xtraTabControl1 // xtraTabControl1.Dock = DockStyle.Fill; xtraTabControl1.Location = new Point(267, 66); xtraTabControl1.Margin = new Padding(2, 3, 2, 3); xtraTabControl1.Name = "xtraTabControl1"; xtraTabControl1.SelectedTabPage = xtraTabPageRecord; xtraTabControl1.Size = new Size(1019, 910); xtraTabControl1.TabIndex = 4; xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { xtraTabPageRecord, xtraTabPage2 }); // // xtraTabPageRecord // xtraTabPageRecord.Controls.Add(gridControl1); xtraTabPageRecord.Margin = new Padding(2, 3, 2, 3); xtraTabPageRecord.Name = "xtraTabPageRecord"; xtraTabPageRecord.Size = new Size(1017, 873); xtraTabPageRecord.Text = "水力模型记录"; // // gridControl1 // gridControl1.DataSource = modelValidViewModelBindingSource; gridControl1.Dock = DockStyle.Fill; gridControl1.EmbeddedNavigator.Margin = new Padding(2, 3, 2, 3); gridControl1.Location = new Point(0, 0); gridControl1.MainView = gridView1; gridControl1.Margin = new Padding(2, 3, 2, 3); gridControl1.Name = "gridControl1"; gridControl1.Size = new Size(1017, 873); gridControl1.TabIndex = 4; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); // // modelValidViewModelBindingSource // modelValidViewModelBindingSource.DataSource = typeof(ModelValidViewModel); // // gridView1 // gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colTime, colValueType, colModelId, colScadaId, colModeValue, colScadaValue, colDifferenceValue }); gridView1.GridControl = gridControl1; gridView1.GroupCount = 1; gridView1.Name = "gridView1"; gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(colScadaId, DevExpress.Data.ColumnSortOrder.Ascending) }); // // colTime // colTime.DisplayFormat.FormatString = "G"; colTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; colTime.FieldName = "Time"; colTime.MinWidth = 30; colTime.Name = "colTime"; colTime.Visible = true; colTime.VisibleIndex = 0; colTime.Width = 74; // // colValueType // colValueType.FieldName = "ValueType"; colValueType.MinWidth = 30; colValueType.Name = "colValueType"; colValueType.Visible = true; colValueType.VisibleIndex = 1; colValueType.Width = 74; // // colModelId // colModelId.FieldName = "ModelId"; colModelId.MinWidth = 30; colModelId.Name = "colModelId"; colModelId.Visible = true; colModelId.VisibleIndex = 2; colModelId.Width = 74; // // colScadaId // colScadaId.FieldName = "ScadaId"; colScadaId.MinWidth = 30; colScadaId.Name = "colScadaId"; colScadaId.Visible = true; colScadaId.VisibleIndex = 3; colScadaId.Width = 74; // // colModeValue // colModeValue.FieldName = "ModeValue"; colModeValue.MinWidth = 30; colModeValue.Name = "colModeValue"; colModeValue.Visible = true; colModeValue.VisibleIndex = 3; colModeValue.Width = 74; // // colScadaValue // colScadaValue.FieldName = "ScadaValue"; colScadaValue.MinWidth = 30; colScadaValue.Name = "colScadaValue"; colScadaValue.Visible = true; colScadaValue.VisibleIndex = 4; colScadaValue.Width = 74; // // colDifferenceValue // colDifferenceValue.FieldName = "DifferenceValue"; colDifferenceValue.MinWidth = 30; colDifferenceValue.Name = "colDifferenceValue"; colDifferenceValue.Visible = true; colDifferenceValue.VisibleIndex = 5; colDifferenceValue.Width = 74; // // xtraTabPage2 // xtraTabPage2.Controls.Add(gridControl2); xtraTabPage2.Margin = new Padding(2, 3, 2, 3); xtraTabPage2.Name = "xtraTabPage2"; xtraTabPage2.Size = new Size(1284, 873); xtraTabPage2.Text = "水力模型记录比较"; // // gridControl2 // gridControl2.Dock = DockStyle.Fill; gridControl2.EmbeddedNavigator.Margin = new Padding(2, 3, 2, 3); gridControl2.Location = new Point(0, 0); gridControl2.MainView = gridView2; gridControl2.Margin = new Padding(2, 3, 2, 3); gridControl2.Name = "gridControl2"; gridControl2.Size = new Size(1284, 873); gridControl2.TabIndex = 0; gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView2 }); // // gridView2 // gridView2.GridControl = gridControl2; gridView2.Name = "gridView2"; // // barBtnLoad // barBtnLoad.Location = new Point(574, 14); barBtnLoad.Margin = new Padding(2, 3, 2, 3); barBtnLoad.Name = "barBtnLoad"; barBtnLoad.Size = new Size(98, 38); barBtnLoad.StyleController = layoutControl1; barBtnLoad.TabIndex = 3; barBtnLoad.Text = "加载"; barBtnLoad.Click += barBtnLoad_Click; // // dateEditStart // dateEditStart.EditValue = null; dateEditStart.Location = new Point(117, 14); dateEditStart.Margin = new Padding(2, 3, 2, 3); dateEditStart.Name = "dateEditStart"; dateEditStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); dateEditStart.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); dateEditStart.Size = new Size(173, 38); dateEditStart.StyleController = layoutControl1; dateEditStart.TabIndex = 0; // // dateEditEnd // dateEditEnd.EditValue = null; dateEditEnd.Location = new Point(397, 14); dateEditEnd.Margin = new Padding(2, 3, 2, 3); dateEditEnd.Name = "dateEditEnd"; dateEditEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); dateEditEnd.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); dateEditEnd.Size = new Size(173, 38); dateEditEnd.StyleController = layoutControl1; dateEditEnd.TabIndex = 2; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 }); Root.Name = "Root"; Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); Root.Size = new Size(1286, 66); Root.TextVisible = false; // // layoutControlGroup1 // layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Title; layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { emptySpaceItem1, layoutControlItem4, layoutControlItem2, layoutControlItem3 }); layoutControlGroup1.Location = new Point(0, 0); layoutControlGroup1.Name = "layoutControlGroup1"; layoutControlGroup1.Size = new Size(1286, 66); layoutControlGroup1.Text = "调度验证"; layoutControlGroup1.TextVisible = false; // // emptySpaceItem1 // emptySpaceItem1.AllowHotTrack = false; emptySpaceItem1.Location = new Point(648, 0); emptySpaceItem1.Name = "emptySpaceItem1"; emptySpaceItem1.Size = new Size(588, 42); emptySpaceItem1.TextSize = new Size(0, 0); // // layoutControlItem4 // layoutControlItem4.Control = barBtnLoad; layoutControlItem4.Location = new Point(560, 0); layoutControlItem4.MinSize = new Size(56, 36); layoutControlItem4.Name = "layoutControlItem4"; layoutControlItem4.Size = new Size(102, 42); layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem4.TextSize = new Size(0, 0); layoutControlItem4.TextVisible = false; // // layoutControlItem2 // layoutControlItem2.Control = dateEditStart; layoutControlItem2.Location = new Point(0, 0); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(280, 42); layoutControlItem2.Text = "开始时间:"; layoutControlItem2.TextSize = new Size(91, 25); // // layoutControlItem3 // layoutControlItem3.Control = dateEditEnd; layoutControlItem3.Location = new Point(280, 0); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Size = new Size(280, 42); layoutControlItem3.Text = "结束时间:"; layoutControlItem3.TextSize = new Size(91, 25); // // sidePanel1 // sidePanel1.Controls.Add(treeList1); sidePanel1.Dock = DockStyle.Left; sidePanel1.Location = new Point(0, 66); sidePanel1.Name = "sidePanel1"; sidePanel1.Size = new Size(267, 910); sidePanel1.TabIndex = 5; sidePanel1.Text = "sidePanel1"; // // treeList1 // treeList1.Dock = DockStyle.Fill; treeList1.Location = new Point(0, 0); treeList1.Name = "treeList1"; treeList1.Size = new Size(266, 910); treeList1.TabIndex = 0; // // ModelValidView // AutoScaleDimensions = new SizeF(12F, 25F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(xtraTabControl1); Controls.Add(sidePanel1); Controls.Add(layoutControl1); Margin = new Padding(4, 3, 4, 3); Name = "ModelValidView"; Size = new Size(1286, 976); ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)xtraTabControl1).EndInit(); xtraTabControl1.ResumeLayout(false); xtraTabPageRecord.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)gridControl1).EndInit(); ((System.ComponentModel.ISupportInitialize)modelValidViewModelBindingSource).EndInit(); ((System.ComponentModel.ISupportInitialize)gridView1).EndInit(); xtraTabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)gridControl2).EndInit(); ((System.ComponentModel.ISupportInitialize)gridView2).EndInit(); ((System.ComponentModel.ISupportInitialize)dateEditStart.Properties.CalendarTimeProperties).EndInit(); ((System.ComponentModel.ISupportInitialize)dateEditStart.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)dateEditEnd.Properties.CalendarTimeProperties).EndInit(); ((System.ComponentModel.ISupportInitialize)dateEditEnd.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); sidePanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)treeList1).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraBars.Navigation.NavigationPage navigationPage1; private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraEditors.SimpleButton barBtnLoad; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private BindingSource modelValidViewModelBindingSource; private DevExpress.XtraGrid.Columns.GridColumn colTime; private DevExpress.XtraGrid.Columns.GridColumn colValueType; private DevExpress.XtraGrid.Columns.GridColumn colModelId; private DevExpress.XtraGrid.Columns.GridColumn colScadaId; private DevExpress.XtraGrid.Columns.GridColumn colModeValue; private DevExpress.XtraGrid.Columns.GridColumn colScadaValue; private DevExpress.XtraGrid.Columns.GridColumn colDifferenceValue; private DevExpress.XtraTab.XtraTabControl xtraTabControl1; private DevExpress.XtraTab.XtraTabPage xtraTabPageRecord; private DevExpress.XtraTab.XtraTabPage xtraTabPage2; private DevExpress.XtraGrid.GridControl gridControl2; private DevExpress.XtraGrid.Views.Grid.GridView gridView2; private DevExpress.XtraEditors.DateEdit dateEditStart; private DevExpress.XtraEditors.DateEdit dateEditEnd; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraEditors.SidePanel sidePanel1; private DevExpress.XtraTreeList.TreeList treeList1; } }