namespace Yw.WinFrmUI
{
partial class HydroSinglePumpListExtendGridCtrl
{
///
/// Required designer variable.
///
private System.ComponentModel.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()
{
components = new Container();
gridControl1 = new DevExpress.XtraGrid.GridControl();
hydroSinglePumpListItemExtendViewModelBindingSource = new BindingSource(components);
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
colName = new DevExpress.XtraGrid.Columns.GridColumn();
colHz = new DevExpress.XtraGrid.Columns.GridColumn();
colN = new DevExpress.XtraGrid.Columns.GridColumn();
colExtend = new DevExpress.XtraGrid.Columns.GridColumn();
repColor = new DevExpress.XtraEditors.Repository.RepositoryItemColorEdit();
((ISupportInitialize)gridControl1).BeginInit();
((ISupportInitialize)hydroSinglePumpListItemExtendViewModelBindingSource).BeginInit();
((ISupportInitialize)gridView1).BeginInit();
((ISupportInitialize)repColor).BeginInit();
SuspendLayout();
//
// gridControl1
//
gridControl1.DataSource = hydroSinglePumpListItemExtendViewModelBindingSource;
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(607, 362);
gridControl1.TabIndex = 7;
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
//
// hydroSinglePumpListItemExtendViewModelBindingSource
//
hydroSinglePumpListItemExtendViewModelBindingSource.DataSource = typeof(HydroSinglePumpListItemExtendViewModel);
//
// gridView1
//
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colHz, colN, colExtend });
gridView1.DetailHeight = 223;
gridView1.GridControl = gridControl1;
gridView1.Name = "gridView1";
gridView1.OptionsEditForm.PopupEditFormWidth = 560;
gridView1.ShowingEditor += gridView1_ShowingEditor;
gridView1.CellValueChanged += gridView1_CellValueChanged;
//
// colName
//
colName.FieldName = "Name";
colName.MinWidth = 50;
colName.Name = "colName";
colName.OptionsColumn.AllowEdit = false;
colName.Visible = true;
colName.VisibleIndex = 0;
colName.Width = 100;
//
// colHz
//
colHz.FieldName = "Hz";
colHz.MinWidth = 50;
colHz.Name = "colHz";
colHz.Visible = true;
colHz.VisibleIndex = 1;
colHz.Width = 100;
//
// colN
//
colN.FieldName = "N";
colN.Name = "colN";
colN.Visible = true;
colN.VisibleIndex = 2;
//
// colExtend
//
colExtend.FieldName = "Extend";
colExtend.MinWidth = 50;
colExtend.Name = "colExtend";
colExtend.Visible = true;
colExtend.VisibleIndex = 3;
colExtend.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;
//
// HydroSinglePumpListExtendGridCtrl
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(gridControl1);
Name = "HydroSinglePumpListExtendGridCtrl";
Size = new Size(607, 362);
((ISupportInitialize)gridControl1).EndInit();
((ISupportInitialize)hydroSinglePumpListItemExtendViewModelBindingSource).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 DevExpress.XtraGrid.Columns.GridColumn colName;
private DevExpress.XtraGrid.Columns.GridColumn colHz;
private DevExpress.XtraGrid.Columns.GridColumn colExtend;
private BindingSource hydroSinglePumpListItemExtendViewModelBindingSource;
private DevExpress.XtraGrid.Columns.GridColumn colN;
}
}