using DevExpress.XtraGrid.Views.Grid; using System.ComponentModel; using System.Windows.Forms; namespace IStation.WinFrmUI.Monitor { partial class ModelCorrectionCombinePage1 { /// /// Required designer variable. /// private 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ModelCorrectionCombinePage1)); this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl(); this.barBtnRefresh = new DevExpress.XtraBars.BarButtonItem(); this.barCekLoad = new DevExpress.XtraBars.BarCheckItem(); this.barEditDateStart = new DevExpress.XtraBars.BarEditItem(); this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit(); this.barEditDateEnd = new DevExpress.XtraBars.BarEditItem(); this.repositoryItemDateEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit(); this.barBtnExportAnalysisFactor = new DevExpress.XtraBars.BarButtonItem(); this.barCekUseAnalysisFactor = new DevExpress.XtraBars.BarCheckItem(); this.ribbonPageProduct = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.ribbonPageGroupProduct = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components); this.panelContainer1 = new DevExpress.XtraBars.Docking.DockPanel(); this.dockPanel2 = new DevExpress.XtraBars.Docking.DockPanel(); this.dockPanel2_Container = new DevExpress.XtraBars.Docking.ControlContainer(); this.stationListCtrl1 = new IStation.WinFrmUI.Monitor.StationListCtrl(); this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel(); this.controlContainer1 = new DevExpress.XtraBars.Docking.ControlContainer(); this.monitorDataSourcesTreeList1 = new IStation.WinFrmUI.Monitor.MonitorDataSourcesTreeList(); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.modelDiffViewModelBindingSource = new System.Windows.Forms.BindingSource(this.components); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.gridControl2 = new DevExpress.XtraGrid.GridControl(); this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colFlag1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colHz1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSTDP = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSTDPHead = new DevExpress.XtraGrid.Columns.GridColumn(); this.colNote = new DevExpress.XtraGrid.Columns.GridColumn(); this.colRunFlags = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMinFlow = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMaxFlow = new DevExpress.XtraGrid.Columns.GridColumn(); this.colModelDeviation = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCount = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit(); this.panelContainer1.SuspendLayout(); this.dockPanel2.SuspendLayout(); this.dockPanel2_Container.SuspendLayout(); this.dockPanel1.SuspendLayout(); this.controlContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.modelDiffViewModelBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); this.xtraTabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit(); this.SuspendLayout(); // // ribbonControl1 // this.ribbonControl1.DrawGroupsBorderMode = DevExpress.Utils.DefaultBoolean.False; this.ribbonControl1.EmptyAreaImageOptions.ImagePadding = new System.Windows.Forms.Padding(43, 47, 43, 47); this.ribbonControl1.ExpandCollapseItem.Id = 0; this.ribbonControl1.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic; this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.ribbonControl1.ExpandCollapseItem, this.barBtnRefresh, this.barCekLoad, this.barEditDateStart, this.barEditDateEnd, this.barBtnExportAnalysisFactor, this.barCekUseAnalysisFactor}); this.ribbonControl1.Location = new System.Drawing.Point(0, 0); this.ribbonControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.ribbonControl1.MaxItemId = 47; this.ribbonControl1.Name = "ribbonControl1"; this.ribbonControl1.OptionsMenuMinWidth = 471; this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { this.ribbonPageProduct}); this.ribbonControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemDateEdit1, this.repositoryItemDateEdit2}); this.ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False; this.ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False; this.ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide; this.ribbonControl1.Size = new System.Drawing.Size(1169, 113); this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden; // // barBtnRefresh // this.barBtnRefresh.Caption = "刷新"; this.barBtnRefresh.Id = 18; this.barBtnRefresh.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnRefresh.ImageOptions.SvgImage"))); this.barBtnRefresh.Name = "barBtnRefresh"; this.barBtnRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnRefresh_ItemClick); // // barCekLoad // this.barCekLoad.BindableChecked = true; this.barCekLoad.Caption = "加载"; this.barCekLoad.Checked = true; this.barCekLoad.Id = 38; this.barCekLoad.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCekLoad.ImageOptions.SvgImage"))); this.barCekLoad.Name = "barCekLoad"; this.barCekLoad.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCekLoad_CheckedChanged); // // barEditDateStart // this.barEditDateStart.Caption = "开始时间:"; this.barEditDateStart.CaptionToEditorIndent = 0; this.barEditDateStart.Edit = this.repositoryItemDateEdit1; this.barEditDateStart.EditWidth = 100; this.barEditDateStart.Id = 43; this.barEditDateStart.Name = "barEditDateStart"; // // repositoryItemDateEdit1 // this.repositoryItemDateEdit1.AutoHeight = false; this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemDateEdit1.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1"; // // barEditDateEnd // this.barEditDateEnd.Caption = "结束时间:"; this.barEditDateEnd.CaptionToEditorIndent = 0; this.barEditDateEnd.Edit = this.repositoryItemDateEdit2; this.barEditDateEnd.EditWidth = 100; this.barEditDateEnd.Id = 44; this.barEditDateEnd.Name = "barEditDateEnd"; // // repositoryItemDateEdit2 // this.repositoryItemDateEdit2.AutoHeight = false; this.repositoryItemDateEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemDateEdit2.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemDateEdit2.Name = "repositoryItemDateEdit2"; // // barBtnExportAnalysisFactor // this.barBtnExportAnalysisFactor.Caption = "导出分析系数数据"; this.barBtnExportAnalysisFactor.Id = 45; this.barBtnExportAnalysisFactor.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnExportAnalysisFactor.ImageOptions.SvgImage"))); this.barBtnExportAnalysisFactor.Name = "barBtnExportAnalysisFactor"; this.barBtnExportAnalysisFactor.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnExportAnalysisFactor_ItemClick); // // barCekUseAnalysisFactor // this.barCekUseAnalysisFactor.Caption = "使用分析系数"; this.barCekUseAnalysisFactor.Id = 46; this.barCekUseAnalysisFactor.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCekUseAnalysisFactor.ImageOptions.SvgImage"))); this.barCekUseAnalysisFactor.Name = "barCekUseAnalysisFactor"; // // ribbonPageProduct // this.ribbonPageProduct.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.ribbonPageGroupProduct}); this.ribbonPageProduct.Name = "ribbonPageProduct"; this.ribbonPageProduct.Text = "默认"; // // ribbonPageGroupProduct // this.ribbonPageGroupProduct.ItemLinks.Add(this.barEditDateStart, true); this.ribbonPageGroupProduct.ItemLinks.Add(this.barEditDateEnd); this.ribbonPageGroupProduct.ItemLinks.Add(this.barCekLoad); this.ribbonPageGroupProduct.ItemLinks.Add(this.barCekUseAnalysisFactor); this.ribbonPageGroupProduct.ItemLinks.Add(this.barBtnRefresh, true); this.ribbonPageGroupProduct.ItemLinks.Add(this.barBtnExportAnalysisFactor, true); this.ribbonPageGroupProduct.Name = "ribbonPageGroupProduct"; this.ribbonPageGroupProduct.Text = "基础"; // // dockManager1 // this.dockManager1.Form = this; this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { this.panelContainer1}); this.dockManager1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light; this.dockManager1.TopZIndexControls.AddRange(new string[] { "DevExpress.XtraBars.BarDockControl", "DevExpress.XtraBars.StandaloneBarDockControl", "System.Windows.Forms.MenuStrip", "System.Windows.Forms.StatusStrip", "System.Windows.Forms.StatusBar", "DevExpress.XtraBars.Ribbon.RibbonStatusBar", "DevExpress.XtraBars.Ribbon.RibbonControl", "DevExpress.XtraBars.Navigation.OfficeNavigationBar", "DevExpress.XtraBars.Navigation.TileNavPane", "DevExpress.XtraBars.TabFormControl", "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl", "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"}); // // panelContainer1 // this.panelContainer1.Controls.Add(this.dockPanel2); this.panelContainer1.Controls.Add(this.dockPanel1); this.panelContainer1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left; this.panelContainer1.ID = new System.Guid("d7020cde-ce15-47d8-833f-b09675cdf446"); this.panelContainer1.Location = new System.Drawing.Point(0, 113); this.panelContainer1.Name = "panelContainer1"; this.panelContainer1.OriginalSize = new System.Drawing.Size(261, 200); this.panelContainer1.Size = new System.Drawing.Size(261, 957); this.panelContainer1.Text = "panelContainer1"; // // dockPanel2 // this.dockPanel2.Controls.Add(this.dockPanel2_Container); this.dockPanel2.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill; this.dockPanel2.ID = new System.Guid("2599d212-cefe-4228-9ecb-26ddf470f2df"); this.dockPanel2.Location = new System.Drawing.Point(0, 0); this.dockPanel2.Name = "dockPanel2"; this.dockPanel2.Options.AllowDockAsTabbedDocument = false; this.dockPanel2.Options.AllowDockBottom = false; this.dockPanel2.Options.AllowDockLeft = false; this.dockPanel2.Options.AllowDockRight = false; this.dockPanel2.Options.AllowDockTop = false; this.dockPanel2.Options.AllowFloating = false; this.dockPanel2.Options.ShowAutoHideButton = false; this.dockPanel2.Options.ShowCloseButton = false; this.dockPanel2.Options.ShowMaximizeButton = false; this.dockPanel2.Options.ShowMinimizeButton = false; this.dockPanel2.OriginalSize = new System.Drawing.Size(261, 458); this.dockPanel2.Size = new System.Drawing.Size(261, 479); this.dockPanel2.Text = "泵站"; // // dockPanel2_Container // this.dockPanel2_Container.Controls.Add(this.stationListCtrl1); this.dockPanel2_Container.Location = new System.Drawing.Point(0, 34); this.dockPanel2_Container.Name = "dockPanel2_Container"; this.dockPanel2_Container.Size = new System.Drawing.Size(260, 445); this.dockPanel2_Container.TabIndex = 0; // // stationListCtrl1 // this.stationListCtrl1.Appearance.BackColor = System.Drawing.SystemColors.Control; this.stationListCtrl1.Appearance.Options.UseBackColor = true; this.stationListCtrl1.Dock = System.Windows.Forms.DockStyle.Fill; this.stationListCtrl1.Location = new System.Drawing.Point(0, 0); this.stationListCtrl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.stationListCtrl1.Name = "stationListCtrl1"; this.stationListCtrl1.Size = new System.Drawing.Size(260, 445); this.stationListCtrl1.TabIndex = 0; // // dockPanel1 // this.dockPanel1.Controls.Add(this.controlContainer1); this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill; this.dockPanel1.ID = new System.Guid("68bd2b78-0777-4ec7-991f-8289b41621a2"); this.dockPanel1.Location = new System.Drawing.Point(0, 479); this.dockPanel1.Name = "dockPanel1"; this.dockPanel1.Options.AllowDockAsTabbedDocument = false; this.dockPanel1.Options.AllowDockBottom = false; this.dockPanel1.Options.AllowDockLeft = false; this.dockPanel1.Options.AllowDockRight = false; this.dockPanel1.Options.AllowDockTop = false; this.dockPanel1.Options.AllowFloating = false; this.dockPanel1.Options.FloatOnDblClick = false; this.dockPanel1.Options.ShowAutoHideButton = false; this.dockPanel1.Options.ShowCloseButton = false; this.dockPanel1.Options.ShowMaximizeButton = false; this.dockPanel1.Options.ShowMinimizeButton = false; this.dockPanel1.OriginalSize = new System.Drawing.Size(261, 458); this.dockPanel1.Size = new System.Drawing.Size(261, 478); this.dockPanel1.Text = "数据来源"; // // controlContainer1 // this.controlContainer1.Controls.Add(this.monitorDataSourcesTreeList1); this.controlContainer1.Location = new System.Drawing.Point(0, 35); this.controlContainer1.Name = "controlContainer1"; this.controlContainer1.Size = new System.Drawing.Size(260, 443); this.controlContainer1.TabIndex = 0; // // monitorDataSourcesTreeList1 // this.monitorDataSourcesTreeList1.Appearance.BackColor = System.Drawing.SystemColors.Control; this.monitorDataSourcesTreeList1.Appearance.Options.UseBackColor = true; this.monitorDataSourcesTreeList1.Dock = System.Windows.Forms.DockStyle.Fill; this.monitorDataSourcesTreeList1.Location = new System.Drawing.Point(0, 0); this.monitorDataSourcesTreeList1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.monitorDataSourcesTreeList1.Name = "monitorDataSourcesTreeList1"; this.monitorDataSourcesTreeList1.Size = new System.Drawing.Size(260, 443); this.monitorDataSourcesTreeList1.TabIndex = 0; // // xtraTabControl1 // this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.xtraTabControl1.Location = new System.Drawing.Point(261, 113); this.xtraTabControl1.Name = "xtraTabControl1"; this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; this.xtraTabControl1.Size = new System.Drawing.Size(908, 957); this.xtraTabControl1.TabIndex = 5; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1, this.xtraTabPage2}); // // xtraTabPage1 // this.xtraTabPage1.Controls.Add(this.gridControl1); this.xtraTabPage1.Name = "xtraTabPage1"; this.xtraTabPage1.Size = new System.Drawing.Size(906, 919); this.xtraTabPage1.Text = "偏差列表"; // // gridControl1 // this.gridControl1.DataSource = this.modelDiffViewModelBindingSource; this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.Location = new System.Drawing.Point(0, 0); this.gridControl1.MainView = this.gridView1; this.gridControl1.MenuManager = this.ribbonControl1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(906, 919); this.gridControl1.TabIndex = 0; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // modelDiffViewModelBindingSource // this.modelDiffViewModelBindingSource.DataSource = typeof(IStation.WinFrmUI.Monitor.ModelCorrectionCombinePage1.ModelCombineDiffViewModel); // // gridView1 // this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colRunFlags, this.colMinFlow, this.colMaxFlow, this.colModelDeviation, this.colCount}); this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; // // xtraTabPage2 // this.xtraTabPage2.Controls.Add(this.gridControl2); this.xtraTabPage2.Name = "xtraTabPage2"; this.xtraTabPage2.Size = new System.Drawing.Size(906, 919); this.xtraTabPage2.Text = "泵修正系数"; // // gridControl2 // this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl2.Location = new System.Drawing.Point(0, 0); this.gridControl2.MainView = this.gridView2; this.gridControl2.MenuManager = this.ribbonControl1; this.gridControl2.Name = "gridControl2"; this.gridControl2.Size = new System.Drawing.Size(906, 919); this.gridControl2.TabIndex = 0; this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView2}); // // gridView2 // this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colFlag1, this.colHz1, this.colSTDP, this.colSTDPHead, this.colNote}); this.gridView2.GridControl = this.gridControl2; this.gridView2.Name = "gridView2"; // // colFlag1 // this.colFlag1.FieldName = "Flag"; this.colFlag1.MinWidth = 30; this.colFlag1.Name = "colFlag1"; this.colFlag1.Visible = true; this.colFlag1.VisibleIndex = 0; this.colFlag1.Width = 112; // // colHz1 // this.colHz1.FieldName = "Hz"; this.colHz1.MinWidth = 30; this.colHz1.Name = "colHz1"; this.colHz1.Visible = true; this.colHz1.VisibleIndex = 1; this.colHz1.Width = 112; // // colSTDP // this.colSTDP.FieldName = "STDP"; this.colSTDP.MinWidth = 30; this.colSTDP.Name = "colSTDP"; this.colSTDP.Visible = true; this.colSTDP.VisibleIndex = 2; this.colSTDP.Width = 112; // // colSTDPHead // this.colSTDPHead.FieldName = "STDPHead"; this.colSTDPHead.MinWidth = 30; this.colSTDPHead.Name = "colSTDPHead"; this.colSTDPHead.Visible = true; this.colSTDPHead.VisibleIndex = 3; this.colSTDPHead.Width = 112; // // colNote // this.colNote.FieldName = "Note"; this.colNote.MinWidth = 30; this.colNote.Name = "colNote"; this.colNote.Visible = true; this.colNote.VisibleIndex = 4; this.colNote.Width = 112; // // colRunFlags // this.colRunFlags.FieldName = "RunFlags"; this.colRunFlags.MinWidth = 30; this.colRunFlags.Name = "colRunFlags"; this.colRunFlags.Visible = true; this.colRunFlags.VisibleIndex = 0; this.colRunFlags.Width = 112; // // colMinFlow // this.colMinFlow.FieldName = "MinFlow"; this.colMinFlow.MinWidth = 30; this.colMinFlow.Name = "colMinFlow"; this.colMinFlow.Visible = true; this.colMinFlow.VisibleIndex = 1; this.colMinFlow.Width = 112; // // colMaxFlow // this.colMaxFlow.FieldName = "MaxFlow"; this.colMaxFlow.MinWidth = 30; this.colMaxFlow.Name = "colMaxFlow"; this.colMaxFlow.Visible = true; this.colMaxFlow.VisibleIndex = 2; this.colMaxFlow.Width = 112; // // colModelDeviation // this.colModelDeviation.FieldName = "ModelDeviation"; this.colModelDeviation.MinWidth = 30; this.colModelDeviation.Name = "colModelDeviation"; this.colModelDeviation.Visible = true; this.colModelDeviation.VisibleIndex = 3; this.colModelDeviation.Width = 112; // // colCount // this.colCount.FieldName = "Count"; this.colCount.MinWidth = 30; this.colCount.Name = "colCount"; this.colCount.Visible = true; this.colCount.VisibleIndex = 4; this.colCount.Width = 112; // // ModelCorrectionCombinePage // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.xtraTabControl1); this.Controls.Add(this.panelContainer1); this.Controls.Add(this.ribbonControl1); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "ModelCorrectionCombinePage"; this.Size = new System.Drawing.Size(1169, 1070); ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit(); this.panelContainer1.ResumeLayout(false); this.dockPanel2.ResumeLayout(false); this.dockPanel2_Container.ResumeLayout(false); this.dockPanel1.ResumeLayout(false); this.controlContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); this.xtraTabControl1.ResumeLayout(false); this.xtraTabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.modelDiffViewModelBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.xtraTabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1; private DevExpress.XtraBars.BarButtonItem barBtnRefresh; private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPageProduct; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroupProduct; private DevExpress.XtraBars.Docking.DockManager dockManager1; private DevExpress.XtraBars.Docking.DockPanel dockPanel1; private DevExpress.XtraBars.Docking.ControlContainer controlContainer1; private MonitorDataSourcesTreeList monitorDataSourcesTreeList1; private DevExpress.XtraBars.Docking.DockPanel panelContainer1; private DevExpress.XtraBars.Docking.DockPanel dockPanel2; private DevExpress.XtraBars.Docking.ControlContainer dockPanel2_Container; private StationListCtrl stationListCtrl1; private DevExpress.XtraBars.BarCheckItem barCekLoad; private DevExpress.XtraTab.XtraTabControl xtraTabControl1; private DevExpress.XtraTab.XtraTabPage xtraTabPage2; private DevExpress.XtraBars.BarEditItem barEditDateStart; private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repositoryItemDateEdit1; private DevExpress.XtraBars.BarEditItem barEditDateEnd; private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repositoryItemDateEdit2; private DevExpress.XtraBars.BarButtonItem barBtnExportAnalysisFactor; private DevExpress.XtraTab.XtraTabPage xtraTabPage1; private DevExpress.XtraGrid.GridControl gridControl1; private GridView gridView1; private DevExpress.XtraBars.BarCheckItem barCekUseAnalysisFactor; private DevExpress.XtraGrid.GridControl gridControl2; private GridView gridView2; 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 BindingSource modelDiffViewModelBindingSource; private DevExpress.XtraGrid.Columns.GridColumn colRunFlags; private DevExpress.XtraGrid.Columns.GridColumn colMinFlow; private DevExpress.XtraGrid.Columns.GridColumn colMaxFlow; private DevExpress.XtraGrid.Columns.GridColumn colModelDeviation; private DevExpress.XtraGrid.Columns.GridColumn colCount; } }