namespace HStation.WinFrmUI
|
{
|
partial class XhsSchemePumpChangeListCtrl
|
{
|
/// <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()
|
{
|
components = new Container();
|
gridControl1 = new DevExpress.XtraGrid.GridControl();
|
xhsSchemePumpChangeViewModelBindingSource = new BindingSource(components);
|
layoutView1 = new DevExpress.XtraGrid.Views.Layout.LayoutView();
|
colSvgImage = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
|
repPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
|
colName = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
|
colViewImage = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
|
repPictureEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
|
repImgCmbStatus = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
|
toolTipController1 = new DevExpress.Utils.ToolTipController(components);
|
svgImg32 = new DevExpress.Utils.SvgImageCollection(components);
|
colRunStatus = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
|
colCurrentHz = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
|
colRatedQ = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
|
colRatedH = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
|
colRatedP = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
|
colRatedN = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
|
colCurve = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
|
layoutViewCard1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewCard();
|
layoutViewField_layoutViewColumn1_1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
|
layoutViewField_colName = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
|
layoutViewField_colViewImage = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
|
layoutViewField_colRunStatus = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
|
layoutViewField_colRatedQ = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
|
layoutViewField_colRatedP = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
|
layoutViewField_colCurve = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
|
layoutViewField_colCurrentHz = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
|
layoutViewField_colRatedH = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
|
layoutViewField_colRatedN = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
|
((ISupportInitialize)gridControl1).BeginInit();
|
((ISupportInitialize)xhsSchemePumpChangeViewModelBindingSource).BeginInit();
|
((ISupportInitialize)layoutView1).BeginInit();
|
((ISupportInitialize)repPictureEdit1).BeginInit();
|
((ISupportInitialize)repPictureEdit2).BeginInit();
|
((ISupportInitialize)repImgCmbStatus).BeginInit();
|
((ISupportInitialize)svgImg32).BeginInit();
|
((ISupportInitialize)layoutViewCard1).BeginInit();
|
((ISupportInitialize)layoutViewField_layoutViewColumn1_1).BeginInit();
|
((ISupportInitialize)layoutViewField_colName).BeginInit();
|
((ISupportInitialize)layoutViewField_colViewImage).BeginInit();
|
((ISupportInitialize)layoutViewField_colRunStatus).BeginInit();
|
((ISupportInitialize)layoutViewField_colRatedQ).BeginInit();
|
((ISupportInitialize)layoutViewField_colRatedP).BeginInit();
|
((ISupportInitialize)layoutViewField_colCurve).BeginInit();
|
((ISupportInitialize)layoutViewField_colCurrentHz).BeginInit();
|
((ISupportInitialize)layoutViewField_colRatedH).BeginInit();
|
((ISupportInitialize)layoutViewField_colRatedN).BeginInit();
|
SuspendLayout();
|
//
|
// gridControl1
|
//
|
gridControl1.DataSource = xhsSchemePumpChangeViewModelBindingSource;
|
gridControl1.Dock = DockStyle.Fill;
|
gridControl1.EmbeddedNavigator.Margin = new Padding(1);
|
gridControl1.Location = new Point(0, 0);
|
gridControl1.MainView = layoutView1;
|
gridControl1.Margin = new Padding(2);
|
gridControl1.Name = "gridControl1";
|
gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repImgCmbStatus, repPictureEdit1, repPictureEdit2 });
|
gridControl1.Size = new Size(337, 695);
|
gridControl1.TabIndex = 5;
|
gridControl1.ToolTipController = toolTipController1;
|
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { layoutView1 });
|
//
|
// xhsSchemePumpChangeViewModelBindingSource
|
//
|
xhsSchemePumpChangeViewModelBindingSource.DataSource = typeof(XhsSchemePumpChangeViewModel);
|
//
|
// layoutView1
|
//
|
layoutView1.ActiveFilterEnabled = false;
|
layoutView1.Appearance.FieldCaption.Options.UseTextOptions = true;
|
layoutView1.Appearance.FieldCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
layoutView1.Appearance.FieldCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutView1.Appearance.FieldEditingValue.Options.UseTextOptions = true;
|
layoutView1.Appearance.FieldEditingValue.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
layoutView1.Appearance.FieldValue.Options.UseTextOptions = true;
|
layoutView1.Appearance.FieldValue.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
layoutView1.BorderStyle = BorderStyles.NoBorder;
|
layoutView1.CardHorzInterval = 0;
|
layoutView1.CardMinSize = new Size(208, 134);
|
layoutView1.CardVertInterval = 8;
|
layoutView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.LayoutViewColumn[] { colSvgImage, colName, colRunStatus, colCurrentHz, colRatedQ, colRatedH, colRatedP, colRatedN, colCurve, colViewImage });
|
layoutView1.DetailHeight = 223;
|
layoutView1.GridControl = gridControl1;
|
layoutView1.Name = "layoutView1";
|
layoutView1.OptionsCustomization.AllowFilter = false;
|
layoutView1.OptionsCustomization.AllowSort = false;
|
layoutView1.OptionsFilter.AllowFilterEditor = false;
|
layoutView1.OptionsFilter.AllowMRUFilterList = false;
|
layoutView1.OptionsItemText.AlignMode = DevExpress.XtraGrid.Views.Layout.FieldTextAlignMode.AlignGlobal;
|
layoutView1.OptionsItemText.TextToControlDistance = 2;
|
layoutView1.OptionsView.ShowCardCaption = false;
|
layoutView1.OptionsView.ShowCardExpandButton = false;
|
layoutView1.OptionsView.ShowCardLines = false;
|
layoutView1.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
|
layoutView1.OptionsView.ShowHeaderPanel = false;
|
layoutView1.OptionsView.ViewMode = DevExpress.XtraGrid.Views.Layout.LayoutViewMode.Column;
|
layoutView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(colName, DevExpress.Data.ColumnSortOrder.Ascending) });
|
layoutView1.TemplateCard = layoutViewCard1;
|
layoutView1.CardClick += layoutView1_CardClick;
|
layoutView1.FieldValueClick += layoutView1_FieldValueClick;
|
layoutView1.FocusedColumnChanged += layoutView1_FocusedColumnChanged;
|
layoutView1.CellValueChanged += layoutView1_CellValueChanged;
|
//
|
// colSvgImage
|
//
|
colSvgImage.Caption = "图标";
|
colSvgImage.ColumnEdit = repPictureEdit1;
|
colSvgImage.FieldName = "SvgImage";
|
colSvgImage.LayoutViewField = layoutViewField_layoutViewColumn1_1;
|
colSvgImage.MinWidth = 21;
|
colSvgImage.Name = "colSvgImage";
|
colSvgImage.OptionsColumn.AllowEdit = false;
|
colSvgImage.OptionsColumn.ReadOnly = true;
|
colSvgImage.Width = 78;
|
//
|
// repPictureEdit1
|
//
|
repPictureEdit1.Name = "repPictureEdit1";
|
repPictureEdit1.ReadOnly = true;
|
repPictureEdit1.SizeMode = PictureSizeMode.Squeeze;
|
//
|
// colName
|
//
|
colName.AppearanceCell.Font = new Font("Tahoma", 10F, FontStyle.Bold, GraphicsUnit.Point);
|
colName.AppearanceCell.ForeColor = Color.DarkBlue;
|
colName.AppearanceCell.Options.UseFont = true;
|
colName.AppearanceCell.Options.UseForeColor = true;
|
colName.AppearanceCell.Options.UseTextOptions = true;
|
colName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
colName.Caption = "名称";
|
colName.CustomizationCaption = "Name";
|
colName.FieldName = "Name";
|
colName.LayoutViewField = layoutViewField_colName;
|
colName.MinWidth = 21;
|
colName.Name = "colName";
|
colName.OptionsColumn.AllowEdit = false;
|
colName.OptionsColumn.ReadOnly = true;
|
colName.Width = 78;
|
//
|
// colViewImage
|
//
|
colViewImage.Caption = "查看";
|
colViewImage.ColumnEdit = repPictureEdit2;
|
colViewImage.FieldName = "ViewImage";
|
colViewImage.LayoutViewField = layoutViewField_colViewImage;
|
colViewImage.Name = "colViewImage";
|
colViewImage.OptionsColumn.AllowEdit = false;
|
colViewImage.OptionsColumn.ReadOnly = true;
|
//
|
// repPictureEdit2
|
//
|
repPictureEdit2.Name = "repPictureEdit2";
|
repPictureEdit2.SizeMode = PictureSizeMode.Squeeze;
|
//
|
// repImgCmbStatus
|
//
|
repImgCmbStatus.AutoHeight = false;
|
repImgCmbStatus.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
|
repImgCmbStatus.Name = "repImgCmbStatus";
|
//
|
// toolTipController1
|
//
|
toolTipController1.GetActiveObjectInfo += toolTipController1_GetActiveObjectInfo;
|
//
|
// svgImg32
|
//
|
svgImg32.ImageSize = new Size(32, 32);
|
svgImg32.Add("selectpivottable", "image://svgimages/spreadsheet/selectpivottable.svg");
|
//
|
// colRunStatus
|
//
|
colRunStatus.ColumnEdit = repImgCmbStatus;
|
colRunStatus.FieldName = "RunStatus";
|
colRunStatus.LayoutViewField = layoutViewField_colRunStatus;
|
colRunStatus.Name = "colRunStatus";
|
//
|
// colCurrentHz
|
//
|
colCurrentHz.FieldName = "CurrentHz";
|
colCurrentHz.LayoutViewField = layoutViewField_colCurrentHz;
|
colCurrentHz.Name = "colCurrentHz";
|
//
|
// colRatedQ
|
//
|
colRatedQ.FieldName = "RatedQ";
|
colRatedQ.LayoutViewField = layoutViewField_colRatedQ;
|
colRatedQ.Name = "colRatedQ";
|
//
|
// colRatedH
|
//
|
colRatedH.FieldName = "RatedH";
|
colRatedH.LayoutViewField = layoutViewField_colRatedH;
|
colRatedH.Name = "colRatedH";
|
//
|
// colRatedP
|
//
|
colRatedP.FieldName = "RatedP";
|
colRatedP.LayoutViewField = layoutViewField_colRatedP;
|
colRatedP.Name = "colRatedP";
|
//
|
// colRatedN
|
//
|
colRatedN.FieldName = "RatedN";
|
colRatedN.LayoutViewField = layoutViewField_colRatedN;
|
colRatedN.Name = "colRatedN";
|
//
|
// colCurve
|
//
|
colCurve.FieldName = "Curve";
|
colCurve.LayoutViewField = layoutViewField_colCurve;
|
colCurve.Name = "colCurve";
|
//
|
// layoutViewCard1
|
//
|
layoutViewCard1.AppearanceItemCaption.Options.UseTextOptions = true;
|
layoutViewCard1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
layoutViewCard1.CustomizationFormText = "TemplateCard";
|
layoutViewCard1.GroupBordersVisible = false;
|
layoutViewCard1.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText;
|
layoutViewCard1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutViewField_layoutViewColumn1_1, layoutViewField_colName, layoutViewField_colViewImage, layoutViewField_colRunStatus, layoutViewField_colRatedQ, layoutViewField_colRatedP, layoutViewField_colCurve, layoutViewField_colCurrentHz, layoutViewField_colRatedH, layoutViewField_colRatedN });
|
layoutViewCard1.Name = "layoutViewCard1";
|
layoutViewCard1.OptionsItemText.TextToControlDistance = 2;
|
layoutViewCard1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
|
layoutViewCard1.Text = "TemplateCard";
|
layoutViewCard1.TextLocation = DevExpress.Utils.Locations.Default;
|
//
|
// layoutViewField_layoutViewColumn1_1
|
//
|
layoutViewField_layoutViewColumn1_1.EditorPreferredWidth = 24;
|
layoutViewField_layoutViewColumn1_1.Location = new Point(0, 0);
|
layoutViewField_layoutViewColumn1_1.MaxSize = new Size(32, 32);
|
layoutViewField_layoutViewColumn1_1.MinSize = new Size(32, 32);
|
layoutViewField_layoutViewColumn1_1.Name = "layoutViewField_layoutViewColumn1_1";
|
layoutViewField_layoutViewColumn1_1.OptionsToolTip.ToolTip = "从产品配置中重新选择";
|
layoutViewField_layoutViewColumn1_1.Size = new Size(32, 32);
|
layoutViewField_layoutViewColumn1_1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutViewField_layoutViewColumn1_1.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
|
layoutViewField_layoutViewColumn1_1.TextSize = new Size(0, 0);
|
layoutViewField_layoutViewColumn1_1.TextVisible = false;
|
//
|
// layoutViewField_colName
|
//
|
layoutViewField_colName.AppearanceItemCaption.Options.UseTextOptions = true;
|
layoutViewField_colName.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
layoutViewField_colName.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
layoutViewField_colName.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutViewField_colName.EditorPreferredWidth = 132;
|
layoutViewField_colName.Location = new Point(32, 0);
|
layoutViewField_colName.Name = "layoutViewField_colName";
|
layoutViewField_colName.OptionsToolTip.ToolTip = "名称";
|
layoutViewField_colName.Size = new Size(140, 32);
|
layoutViewField_colName.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
|
layoutViewField_colName.TextSize = new Size(0, 0);
|
layoutViewField_colName.TextVisible = false;
|
//
|
// layoutViewField_colViewImage
|
//
|
layoutViewField_colViewImage.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
layoutViewField_colViewImage.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutViewField_colViewImage.EditorPreferredWidth = 18;
|
layoutViewField_colViewImage.Location = new Point(172, 0);
|
layoutViewField_colViewImage.MaxSize = new Size(32, 32);
|
layoutViewField_colViewImage.MinSize = new Size(32, 32);
|
layoutViewField_colViewImage.Name = "layoutViewField_colViewImage";
|
layoutViewField_colViewImage.OptionsToolTip.ToolTip = "定位";
|
layoutViewField_colViewImage.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
|
layoutViewField_colViewImage.Size = new Size(32, 32);
|
layoutViewField_colViewImage.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutViewField_colViewImage.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
|
layoutViewField_colViewImage.StartNewLine = true;
|
layoutViewField_colViewImage.TextSize = new Size(0, 0);
|
layoutViewField_colViewImage.TextVisible = false;
|
//
|
// layoutViewField_colRunStatus
|
//
|
layoutViewField_colRunStatus.EditorPreferredWidth = 44;
|
layoutViewField_colRunStatus.Location = new Point(0, 32);
|
layoutViewField_colRunStatus.Name = "layoutViewField_colRunStatus";
|
layoutViewField_colRunStatus.Size = new Size(102, 24);
|
layoutViewField_colRunStatus.TextSize = new Size(52, 14);
|
//
|
// layoutViewField_colRatedQ
|
//
|
layoutViewField_colRatedQ.EditorPreferredWidth = 44;
|
layoutViewField_colRatedQ.Location = new Point(0, 56);
|
layoutViewField_colRatedQ.Name = "layoutViewField_colRatedQ";
|
layoutViewField_colRatedQ.Size = new Size(102, 24);
|
layoutViewField_colRatedQ.TextSize = new Size(52, 14);
|
//
|
// layoutViewField_colRatedP
|
//
|
layoutViewField_colRatedP.EditorPreferredWidth = 44;
|
layoutViewField_colRatedP.Location = new Point(0, 80);
|
layoutViewField_colRatedP.Name = "layoutViewField_colRatedP";
|
layoutViewField_colRatedP.Size = new Size(102, 24);
|
layoutViewField_colRatedP.TextSize = new Size(52, 14);
|
//
|
// layoutViewField_colCurve
|
//
|
layoutViewField_colCurve.EditorPreferredWidth = 146;
|
layoutViewField_colCurve.Location = new Point(0, 104);
|
layoutViewField_colCurve.Name = "layoutViewField_colCurve";
|
layoutViewField_colCurve.Size = new Size(204, 26);
|
layoutViewField_colCurve.TextSize = new Size(52, 14);
|
//
|
// layoutViewField_colCurrentHz
|
//
|
layoutViewField_colCurrentHz.EditorPreferredWidth = 44;
|
layoutViewField_colCurrentHz.Location = new Point(102, 32);
|
layoutViewField_colCurrentHz.Name = "layoutViewField_colCurrentHz";
|
layoutViewField_colCurrentHz.Size = new Size(102, 24);
|
layoutViewField_colCurrentHz.TextSize = new Size(52, 14);
|
//
|
// layoutViewField_colRatedH
|
//
|
layoutViewField_colRatedH.EditorPreferredWidth = 44;
|
layoutViewField_colRatedH.Location = new Point(102, 56);
|
layoutViewField_colRatedH.Name = "layoutViewField_colRatedH";
|
layoutViewField_colRatedH.Size = new Size(102, 24);
|
layoutViewField_colRatedH.TextSize = new Size(52, 14);
|
//
|
// layoutViewField_colRatedN
|
//
|
layoutViewField_colRatedN.EditorPreferredWidth = 44;
|
layoutViewField_colRatedN.Location = new Point(102, 80);
|
layoutViewField_colRatedN.Name = "layoutViewField_colRatedN";
|
layoutViewField_colRatedN.Size = new Size(102, 24);
|
layoutViewField_colRatedN.TextSize = new Size(52, 14);
|
//
|
// XhsSchemePumpChangeListCtrl
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(gridControl1);
|
Name = "XhsSchemePumpChangeListCtrl";
|
Size = new Size(337, 695);
|
((ISupportInitialize)gridControl1).EndInit();
|
((ISupportInitialize)xhsSchemePumpChangeViewModelBindingSource).EndInit();
|
((ISupportInitialize)layoutView1).EndInit();
|
((ISupportInitialize)repPictureEdit1).EndInit();
|
((ISupportInitialize)repPictureEdit2).EndInit();
|
((ISupportInitialize)repImgCmbStatus).EndInit();
|
((ISupportInitialize)svgImg32).EndInit();
|
((ISupportInitialize)layoutViewCard1).EndInit();
|
((ISupportInitialize)layoutViewField_layoutViewColumn1_1).EndInit();
|
((ISupportInitialize)layoutViewField_colName).EndInit();
|
((ISupportInitialize)layoutViewField_colViewImage).EndInit();
|
((ISupportInitialize)layoutViewField_colRunStatus).EndInit();
|
((ISupportInitialize)layoutViewField_colRatedQ).EndInit();
|
((ISupportInitialize)layoutViewField_colRatedP).EndInit();
|
((ISupportInitialize)layoutViewField_colCurve).EndInit();
|
((ISupportInitialize)layoutViewField_colCurrentHz).EndInit();
|
((ISupportInitialize)layoutViewField_colRatedH).EndInit();
|
((ISupportInitialize)layoutViewField_colRatedN).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Layout.LayoutView layoutView1;
|
private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repImgCmbStatus;
|
private DevExpress.XtraGrid.Columns.LayoutViewColumn colName;
|
private DevExpress.XtraGrid.Columns.LayoutViewColumn colSvgImage;
|
private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repPictureEdit1;
|
private DevExpress.Utils.SvgImageCollection svgImg32;
|
private DevExpress.XtraGrid.Columns.LayoutViewColumn colViewImage;
|
private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repPictureEdit2;
|
private BindingSource xhsSchemePumpChangeViewModelBindingSource;
|
private DevExpress.Utils.ToolTipController toolTipController1;
|
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_layoutViewColumn1_1;
|
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colName;
|
private DevExpress.XtraGrid.Columns.LayoutViewColumn colRunStatus;
|
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colRunStatus;
|
private DevExpress.XtraGrid.Columns.LayoutViewColumn colCurrentHz;
|
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colCurrentHz;
|
private DevExpress.XtraGrid.Columns.LayoutViewColumn colRatedQ;
|
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colRatedQ;
|
private DevExpress.XtraGrid.Columns.LayoutViewColumn colRatedH;
|
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colRatedH;
|
private DevExpress.XtraGrid.Columns.LayoutViewColumn colRatedP;
|
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colRatedP;
|
private DevExpress.XtraGrid.Columns.LayoutViewColumn colRatedN;
|
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colRatedN;
|
private DevExpress.XtraGrid.Columns.LayoutViewColumn colCurve;
|
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colCurve;
|
private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colViewImage;
|
private DevExpress.XtraGrid.Views.Layout.LayoutViewCard layoutViewCard1;
|
}
|
}
|