namespace Yw.WinFrmUI
|
{
|
partial class HydroPumpListExtendGridCtrl
|
{
|
/// <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();
|
hydroPumpListItemExtendViewModelBindingSource = new BindingSource(components);
|
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
colCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
colName = new DevExpress.XtraGrid.Columns.GridColumn();
|
colColor = new DevExpress.XtraGrid.Columns.GridColumn();
|
colHz = new DevExpress.XtraGrid.Columns.GridColumn();
|
colExtend = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRunStatus = new DevExpress.XtraGrid.Columns.GridColumn();
|
repColor = new DevExpress.XtraEditors.Repository.RepositoryItemColorEdit();
|
((ISupportInitialize)gridControl1).BeginInit();
|
((ISupportInitialize)hydroPumpListItemExtendViewModelBindingSource).BeginInit();
|
((ISupportInitialize)gridView1).BeginInit();
|
((ISupportInitialize)repColor).BeginInit();
|
SuspendLayout();
|
//
|
// gridControl1
|
//
|
gridControl1.DataSource = hydroPumpListItemExtendViewModelBindingSource;
|
gridControl1.Dock = DockStyle.Fill;
|
gridControl1.EmbeddedNavigator.Margin = new Padding(1);
|
gridControl1.Location = new Point(0, 0);
|
gridControl1.MainView = gridView1;
|
gridControl1.Margin = new Padding(2);
|
gridControl1.Name = "gridControl1";
|
gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repColor });
|
gridControl1.Size = new Size(756, 456);
|
gridControl1.TabIndex = 7;
|
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
|
//
|
// hydroPumpListItemExtendViewModelBindingSource
|
//
|
hydroPumpListItemExtendViewModelBindingSource.DataSource = typeof(HydroPumpListItemExtendViewModel);
|
//
|
// gridView1
|
//
|
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colCode, colName, colColor, colHz, colExtend, colRunStatus });
|
gridView1.DetailHeight = 223;
|
gridView1.GridControl = gridControl1;
|
gridView1.Name = "gridView1";
|
gridView1.OptionsEditForm.PopupEditFormWidth = 560;
|
gridView1.CellValueChanged += gridView1_CellValueChanged;
|
//
|
// colCode
|
//
|
colCode.FieldName = "Code";
|
colCode.Name = "colCode";
|
//
|
// colName
|
//
|
colName.FieldName = "Name";
|
colName.MinWidth = 50;
|
colName.Name = "colName";
|
colName.OptionsColumn.AllowEdit = false;
|
colName.Visible = true;
|
colName.VisibleIndex = 0;
|
colName.Width = 100;
|
//
|
// colColor
|
//
|
colColor.FieldName = "Color";
|
colColor.MinWidth = 50;
|
colColor.Name = "colColor";
|
colColor.Visible = true;
|
colColor.VisibleIndex = 1;
|
colColor.Width = 100;
|
//
|
// colHz
|
//
|
colHz.FieldName = "Hz";
|
colHz.MinWidth = 50;
|
colHz.Name = "colHz";
|
colHz.Visible = true;
|
colHz.VisibleIndex = 2;
|
colHz.Width = 100;
|
//
|
// colExtend
|
//
|
colExtend.FieldName = "Extend";
|
colExtend.MinWidth = 50;
|
colExtend.Name = "colExtend";
|
colExtend.Visible = true;
|
colExtend.VisibleIndex = 3;
|
colExtend.Width = 100;
|
//
|
// colRunStatus
|
//
|
colRunStatus.FieldName = "RunStatus";
|
colRunStatus.MinWidth = 50;
|
colRunStatus.Name = "colRunStatus";
|
colRunStatus.Visible = true;
|
colRunStatus.VisibleIndex = 4;
|
colRunStatus.Width = 100;
|
//
|
// repColor
|
//
|
repColor.AutoHeight = false;
|
repColor.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
repColor.Name = "repColor";
|
repColor.NullColor = Color.Empty;
|
//
|
// HydroPumpListExtendGridCtrl
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(gridControl1);
|
Name = "HydroPumpListExtendGridCtrl";
|
Size = new Size(756, 456);
|
((ISupportInitialize)gridControl1).EndInit();
|
((ISupportInitialize)hydroPumpListItemExtendViewModelBindingSource).EndInit();
|
((ISupportInitialize)gridView1).EndInit();
|
((ISupportInitialize)repColor).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraEditors.Repository.RepositoryItemColorEdit repColor;
|
private BindingSource hydroPumpListItemExtendViewModelBindingSource;
|
private DevExpress.XtraGrid.Columns.GridColumn colCode;
|
private DevExpress.XtraGrid.Columns.GridColumn colName;
|
private DevExpress.XtraGrid.Columns.GridColumn colColor;
|
private DevExpress.XtraGrid.Columns.GridColumn colHz;
|
private DevExpress.XtraGrid.Columns.GridColumn colExtend;
|
private DevExpress.XtraGrid.Columns.GridColumn colRunStatus;
|
}
|
}
|