using DevExpress.Utils;
using DevExpress.XtraGrid.Views.Grid;
using System;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
namespace IStation.WinFrmUI.Monitor
{
partial class DataSourcesMapperCtrl
{
///
/// 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();
this.currentViewModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colGroupID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGroupName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSysId = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSignId = new DevExpress.XtraGrid.Columns.GridColumn();
this.colFormulaType = new DevExpress.XtraGrid.Columns.GridColumn();
this.colStationID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colStationName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colFormulaParas = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMinTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMaxTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRecordCount = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemImgCmbFormula = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemImgCmbFormula)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
this.SuspendLayout();
//
// currentViewModelBindingSource
//
this.currentViewModelBindingSource.DataSource = typeof(IStation.WinFrmUI.Monitor.DataSourcesMapperCtrl.CurrentViewModel);
//
// gridControl1
//
this.gridControl1.DataSource = this.currentViewModelBindingSource;
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl1.Location = new System.Drawing.Point(0, 0);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemImgCmbFormula,
this.repositoryItemImageComboBox1});
this.gridControl1.Size = new System.Drawing.Size(1169, 1070);
this.gridControl1.TabIndex = 5;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colGroupID,
this.colGroupName,
this.colName,
this.colSysId,
this.colSignId,
this.colFormulaType,
this.colStationID,
this.colStationName,
this.colFormulaParas,
this.colMinTime,
this.colMaxTime,
this.colRecordCount});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.GroupCount = 2;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsDetail.EnableMasterViewMode = false;
this.gridView1.OptionsSelection.CheckBoxSelectorColumnWidth = 30;
this.gridView1.OptionsSelection.CheckBoxSelectorField = "CurveName";
this.gridView1.OptionsSelection.ShowCheckBoxSelectorInColumnHeader = DevExpress.Utils.DefaultBoolean.False;
this.gridView1.OptionsSelection.ShowCheckBoxSelectorInGroupRow = DevExpress.Utils.DefaultBoolean.False;
this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colStationID, DevExpress.Data.ColumnSortOrder.Ascending),
new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colGroupID, DevExpress.Data.ColumnSortOrder.Ascending)});
this.gridView1.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView1_RowCellClick);
this.gridView1.CustomDrawGroupRow += new DevExpress.XtraGrid.Views.Base.RowObjectCustomDrawEventHandler(this.gridView1_CustomDrawGroupRow);
this.gridView1.CustomRowCellEdit += new DevExpress.XtraGrid.Views.Grid.CustomRowCellEditEventHandler(this.gridView1_CustomRowCellEdit);
//
// colGroupID
//
this.colGroupID.FieldName = "GroupID";
this.colGroupID.MinWidth = 30;
this.colGroupID.Name = "colGroupID";
this.colGroupID.Width = 112;
//
// colGroupName
//
this.colGroupName.FieldName = "GroupName";
this.colGroupName.MinWidth = 30;
this.colGroupName.Name = "colGroupName";
this.colGroupName.Width = 112;
//
// colName
//
this.colName.Caption = "名称";
this.colName.FieldName = "Name";
this.colName.MinWidth = 30;
this.colName.Name = "colName";
this.colName.OptionsColumn.AllowEdit = false;
this.colName.OptionsColumn.ReadOnly = true;
this.colName.Visible = true;
this.colName.VisibleIndex = 0;
this.colName.Width = 112;
//
// colSysId
//
this.colSysId.Caption = "系统标识";
this.colSysId.FieldName = "SysId";
this.colSysId.MinWidth = 30;
this.colSysId.Name = "colSysId";
this.colSysId.Width = 112;
//
// colSignId
//
this.colSignId.Caption = "外部标识";
this.colSignId.FieldName = "SignId";
this.colSignId.MinWidth = 30;
this.colSignId.Name = "colSignId";
this.colSignId.Visible = true;
this.colSignId.VisibleIndex = 1;
this.colSignId.Width = 112;
//
// colFormulaType
//
this.colFormulaType.Caption = "公式";
this.colFormulaType.FieldName = "FormulaType";
this.colFormulaType.MinWidth = 30;
this.colFormulaType.Name = "colFormulaType";
this.colFormulaType.Visible = true;
this.colFormulaType.VisibleIndex = 2;
this.colFormulaType.Width = 112;
//
// colStationID
//
this.colStationID.FieldName = "StationID";
this.colStationID.MinWidth = 30;
this.colStationID.Name = "colStationID";
this.colStationID.Width = 112;
//
// colStationName
//
this.colStationName.FieldName = "StationName";
this.colStationName.MinWidth = 30;
this.colStationName.Name = "colStationName";
this.colStationName.Width = 112;
//
// colFormulaParas
//
this.colFormulaParas.Caption = "公式参数";
this.colFormulaParas.FieldName = "FormulaParas";
this.colFormulaParas.MinWidth = 30;
this.colFormulaParas.Name = "colFormulaParas";
this.colFormulaParas.OptionsColumn.AllowEdit = false;
this.colFormulaParas.OptionsColumn.ReadOnly = true;
this.colFormulaParas.Visible = true;
this.colFormulaParas.VisibleIndex = 3;
this.colFormulaParas.Width = 112;
//
// colMinTime
//
this.colMinTime.Caption = "开始时间";
this.colMinTime.DisplayFormat.FormatString = "G";
this.colMinTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.colMinTime.FieldName = "MinTime";
this.colMinTime.MinWidth = 30;
this.colMinTime.Name = "colMinTime";
this.colMinTime.OptionsColumn.AllowEdit = false;
this.colMinTime.OptionsColumn.ReadOnly = true;
this.colMinTime.Visible = true;
this.colMinTime.VisibleIndex = 4;
this.colMinTime.Width = 112;
//
// colMaxTime
//
this.colMaxTime.Caption = "结束时间";
this.colMaxTime.DisplayFormat.FormatString = "G";
this.colMaxTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.colMaxTime.FieldName = "MaxTime";
this.colMaxTime.FilterMode = DevExpress.XtraGrid.ColumnFilterMode.DisplayText;
this.colMaxTime.MinWidth = 30;
this.colMaxTime.Name = "colMaxTime";
this.colMaxTime.OptionsColumn.AllowEdit = false;
this.colMaxTime.OptionsColumn.ReadOnly = true;
this.colMaxTime.Visible = true;
this.colMaxTime.VisibleIndex = 5;
this.colMaxTime.Width = 112;
//
// colRecordCount
//
this.colRecordCount.Caption = "数据量";
this.colRecordCount.FieldName = "RecordCount";
this.colRecordCount.MinWidth = 30;
this.colRecordCount.Name = "colRecordCount";
this.colRecordCount.OptionsColumn.AllowEdit = false;
this.colRecordCount.OptionsColumn.ReadOnly = true;
this.colRecordCount.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "RecordCount", "总数据量={0:N0}")});
this.colRecordCount.Visible = true;
this.colRecordCount.VisibleIndex = 6;
this.colRecordCount.Width = 112;
//
// repositoryItemImgCmbFormula
//
this.repositoryItemImgCmbFormula.AutoHeight = false;
this.repositoryItemImgCmbFormula.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemImgCmbFormula.Name = "repositoryItemImgCmbFormula";
//
// repositoryItemImageComboBox1
//
this.repositoryItemImageComboBox1.AutoHeight = false;
this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1";
//
// DataSourcesMapperCtrl
//
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.gridControl1);
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "DataSourcesMapperCtrl";
this.Size = new System.Drawing.Size(1169, 1070);
((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemImgCmbFormula)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private BindingSource currentViewModelBindingSource;
private DevExpress.XtraGrid.GridControl gridControl1;
private GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn colGroupID;
private DevExpress.XtraGrid.Columns.GridColumn colGroupName;
private DevExpress.XtraGrid.Columns.GridColumn colName;
private DevExpress.XtraGrid.Columns.GridColumn colSysId;
private DevExpress.XtraGrid.Columns.GridColumn colSignId;
private DevExpress.XtraGrid.Columns.GridColumn colFormulaType;
private DevExpress.XtraGrid.Columns.GridColumn colFormulaParas;
private DevExpress.XtraGrid.Columns.GridColumn colStationID;
private DevExpress.XtraGrid.Columns.GridColumn colStationName;
private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repositoryItemImgCmbFormula;
private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repositoryItemImageComboBox1;
private DevExpress.XtraGrid.Columns.GridColumn colMinTime;
private DevExpress.XtraGrid.Columns.GridColumn colMaxTime;
private DevExpress.XtraGrid.Columns.GridColumn colRecordCount;
}
}