namespace IStation.WinFrmUI.Basic
|
{
|
partial class MonitorPointGridMgrCtrl
|
{
|
/// <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 Component 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()
|
{
|
this.components = new System.ComponentModel.Container();
|
this.barRoot = new DevExpress.XtraBars.BarSubItem();
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
this.currentViewModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.colFlagsList = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colImageIndex = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colMonitorPointID = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colSignalID = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colBelongType = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colBelongID = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colGroupID = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colSourceType = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colSourceParas = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colStoreParas = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colTagName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colUseStatus = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colSortCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colSignalTypeID = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colMeasureParas = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colSignalSourceParas = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colDisplayParas = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colVirtually = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colIdentifier = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colUnitType = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colUnitValue = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colFormatType = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colFormatParas = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colBelongName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.barRootBasicInfoMgr = new DevExpress.XtraBars.BarSubItem();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
this.layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// barRoot
|
//
|
this.barRoot.Caption = "barSubItem1";
|
this.barRoot.Id = 17;
|
this.barRoot.Name = "barRoot";
|
//
|
// layoutControl1
|
//
|
this.layoutControl1.Controls.Add(this.gridControl1);
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
this.layoutControl1.Name = "layoutControl1";
|
this.layoutControl1.Root = this.Root;
|
this.layoutControl1.Size = new System.Drawing.Size(1015, 569);
|
this.layoutControl1.TabIndex = 6;
|
this.layoutControl1.Text = "layoutControl1";
|
//
|
// gridControl1
|
//
|
this.gridControl1.DataSource = this.currentViewModelBindingSource;
|
this.gridControl1.Location = new System.Drawing.Point(0, 0);
|
this.gridControl1.MainView = this.gridView1;
|
this.gridControl1.Name = "gridControl1";
|
this.gridControl1.Size = new System.Drawing.Size(1015, 569);
|
this.gridControl1.TabIndex = 4;
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gridView1});
|
//
|
// currentViewModelBindingSource
|
//
|
this.currentViewModelBindingSource.DataSource = typeof(IStation.WinFrmUI.Basic.MonitorPointListMgrCtrl.CurrentViewModel);
|
//
|
// gridView1
|
//
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.colFlagsList,
|
this.colImageIndex,
|
this.colMonitorPointID,
|
this.colSignalID,
|
this.colName,
|
this.colBelongType,
|
this.colBelongID,
|
this.colGroupID,
|
this.colSourceType,
|
this.colSourceParas,
|
this.colStoreParas,
|
this.colTagName,
|
this.colUseStatus,
|
this.colSortCode,
|
this.colDescription,
|
this.colSignalTypeID,
|
this.colMeasureParas,
|
this.colSignalSourceParas,
|
this.colDisplayParas,
|
this.colVirtually,
|
this.colIdentifier,
|
this.colUnitType,
|
this.colUnitValue,
|
this.colFormatType,
|
this.colFormatParas,
|
this.colBelongName});
|
this.gridView1.GridControl = this.gridControl1;
|
this.gridView1.Name = "gridView1";
|
this.gridView1.OptionsDetail.EnableMasterViewMode = false;
|
this.gridView1.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridView1_FocusedRowChanged);
|
//
|
// colFlagsList
|
//
|
this.colFlagsList.Caption = "标签列表";
|
this.colFlagsList.FieldName = "FlagsList";
|
this.colFlagsList.Name = "colFlagsList";
|
this.colFlagsList.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
this.colFlagsList.Visible = true;
|
this.colFlagsList.VisibleIndex = 5;
|
//
|
// colImageIndex
|
//
|
this.colImageIndex.FieldName = "ImageIndex";
|
this.colImageIndex.Name = "colImageIndex";
|
//
|
// colMonitorPointID
|
//
|
this.colMonitorPointID.FieldName = "MonitorPointID";
|
this.colMonitorPointID.Name = "colMonitorPointID";
|
//
|
// colSignalID
|
//
|
this.colSignalID.FieldName = "SignalID";
|
this.colSignalID.Name = "colSignalID";
|
//
|
// colName
|
//
|
this.colName.Caption = "测点";
|
this.colName.FieldName = "Name";
|
this.colName.Name = "colName";
|
this.colName.Visible = true;
|
this.colName.VisibleIndex = 1;
|
//
|
// colBelongType
|
//
|
this.colBelongType.FieldName = "BelongType";
|
this.colBelongType.Name = "colBelongType";
|
//
|
// colBelongID
|
//
|
this.colBelongID.FieldName = "BelongID";
|
this.colBelongID.Name = "colBelongID";
|
//
|
// colGroupID
|
//
|
this.colGroupID.FieldName = "GroupID";
|
this.colGroupID.Name = "colGroupID";
|
//
|
// colSourceType
|
//
|
this.colSourceType.FieldName = "SourceType";
|
this.colSourceType.Name = "colSourceType";
|
//
|
// colSourceParas
|
//
|
this.colSourceParas.FieldName = "SourceParas";
|
this.colSourceParas.Name = "colSourceParas";
|
//
|
// colStoreParas
|
//
|
this.colStoreParas.FieldName = "StoreParas";
|
this.colStoreParas.Name = "colStoreParas";
|
//
|
// colTagName
|
//
|
this.colTagName.FieldName = "TagName";
|
this.colTagName.Name = "colTagName";
|
//
|
// colUseStatus
|
//
|
this.colUseStatus.FieldName = "UseStatus";
|
this.colUseStatus.Name = "colUseStatus";
|
//
|
// colSortCode
|
//
|
this.colSortCode.FieldName = "SortCode";
|
this.colSortCode.Name = "colSortCode";
|
//
|
// colDescription
|
//
|
this.colDescription.FieldName = "Description";
|
this.colDescription.Name = "colDescription";
|
//
|
// colSignalTypeID
|
//
|
this.colSignalTypeID.FieldName = "SignalTypeID";
|
this.colSignalTypeID.Name = "colSignalTypeID";
|
//
|
// colMeasureParas
|
//
|
this.colMeasureParas.FieldName = "MeasureParas";
|
this.colMeasureParas.Name = "colMeasureParas";
|
//
|
// colSignalSourceParas
|
//
|
this.colSignalSourceParas.FieldName = "SignalSourceParas";
|
this.colSignalSourceParas.Name = "colSignalSourceParas";
|
//
|
// colDisplayParas
|
//
|
this.colDisplayParas.FieldName = "DisplayParas";
|
this.colDisplayParas.Name = "colDisplayParas";
|
//
|
// colVirtually
|
//
|
this.colVirtually.FieldName = "Virtually";
|
this.colVirtually.Name = "colVirtually";
|
//
|
// colIdentifier
|
//
|
this.colIdentifier.Caption = "信号类型";
|
this.colIdentifier.FieldName = "Identifier";
|
this.colIdentifier.Name = "colIdentifier";
|
this.colIdentifier.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
this.colIdentifier.Visible = true;
|
this.colIdentifier.VisibleIndex = 2;
|
//
|
// colUnitType
|
//
|
this.colUnitType.Caption = "单位类型";
|
this.colUnitType.FieldName = "UnitType";
|
this.colUnitType.Name = "colUnitType";
|
this.colUnitType.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
//
|
// colUnitValue
|
//
|
this.colUnitValue.Caption = "单位";
|
this.colUnitValue.FieldName = "Unit";
|
this.colUnitValue.Name = "colUnitValue";
|
this.colUnitValue.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
this.colUnitValue.Visible = true;
|
this.colUnitValue.VisibleIndex = 3;
|
//
|
// colFormatType
|
//
|
this.colFormatType.Caption = "数据类型";
|
this.colFormatType.FieldName = "FormatType";
|
this.colFormatType.Name = "colFormatType";
|
this.colFormatType.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
this.colFormatType.Visible = true;
|
this.colFormatType.VisibleIndex = 4;
|
//
|
// colFormatParas
|
//
|
this.colFormatParas.FieldName = "FormatParas";
|
this.colFormatParas.Name = "colFormatParas";
|
//
|
// colBelongName
|
//
|
this.colBelongName.Caption = "监测对象";
|
this.colBelongName.FieldName = "BelongName";
|
this.colBelongName.Name = "colBelongName";
|
this.colBelongName.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True;
|
this.colBelongName.Visible = true;
|
this.colBelongName.VisibleIndex = 0;
|
//
|
// Root
|
//
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.Root.GroupBordersVisible = false;
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.layoutControlItem1});
|
this.Root.Name = "Root";
|
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
this.Root.Size = new System.Drawing.Size(1015, 569);
|
this.Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
this.layoutControlItem1.Control = this.gridControl1;
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
this.layoutControlItem1.Size = new System.Drawing.Size(1015, 569);
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem1.TextVisible = false;
|
//
|
// barRootBasicInfoMgr
|
//
|
this.barRootBasicInfoMgr.Caption = "barSubItem1";
|
this.barRootBasicInfoMgr.Id = 20;
|
this.barRootBasicInfoMgr.Name = "barRootBasicInfoMgr";
|
//
|
// MonitorPointGridMgrCtrl
|
//
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
this.Appearance.Options.UseBackColor = true;
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.layoutControl1);
|
this.Name = "MonitorPointGridMgrCtrl";
|
this.Size = new System.Drawing.Size(1015, 569);
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
this.layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraBars.BarSubItem barRoot;
|
private DevExpress.XtraBars.BarSubItem barRootBasicInfoMgr;
|
private System.Windows.Forms.BindingSource currentViewModelBindingSource;
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraGrid.Columns.GridColumn colFlagsList;
|
private DevExpress.XtraGrid.Columns.GridColumn colImageIndex;
|
private DevExpress.XtraGrid.Columns.GridColumn colMonitorPointID;
|
private DevExpress.XtraGrid.Columns.GridColumn colSignalID;
|
private DevExpress.XtraGrid.Columns.GridColumn colName;
|
private DevExpress.XtraGrid.Columns.GridColumn colBelongType;
|
private DevExpress.XtraGrid.Columns.GridColumn colBelongID;
|
private DevExpress.XtraGrid.Columns.GridColumn colGroupID;
|
private DevExpress.XtraGrid.Columns.GridColumn colSourceType;
|
private DevExpress.XtraGrid.Columns.GridColumn colSourceParas;
|
private DevExpress.XtraGrid.Columns.GridColumn colStoreParas;
|
private DevExpress.XtraGrid.Columns.GridColumn colTagName;
|
private DevExpress.XtraGrid.Columns.GridColumn colUseStatus;
|
private DevExpress.XtraGrid.Columns.GridColumn colSortCode;
|
private DevExpress.XtraGrid.Columns.GridColumn colDescription;
|
private DevExpress.XtraGrid.Columns.GridColumn colSignalTypeID;
|
private DevExpress.XtraGrid.Columns.GridColumn colMeasureParas;
|
private DevExpress.XtraGrid.Columns.GridColumn colSignalSourceParas;
|
private DevExpress.XtraGrid.Columns.GridColumn colDisplayParas;
|
private DevExpress.XtraGrid.Columns.GridColumn colVirtually;
|
private DevExpress.XtraGrid.Columns.GridColumn colIdentifier;
|
private DevExpress.XtraGrid.Columns.GridColumn colUnitType;
|
private DevExpress.XtraGrid.Columns.GridColumn colUnitValue;
|
private DevExpress.XtraGrid.Columns.GridColumn colFormatType;
|
private DevExpress.XtraGrid.Columns.GridColumn colFormatParas;
|
private DevExpress.XtraGrid.Columns.GridColumn colBelongName;
|
}
|
}
|