namespace Yw.WinFrmUI
|
{
|
partial class HydroTankListCtrl
|
{
|
/// <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();
|
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
|
ComponentResourceManager resources = new ComponentResourceManager(typeof(HydroTankListCtrl));
|
hydroTankViewModelBindingSource = new BindingSource(components);
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
generalSearchAndSetCtrl1 = new GeneralSearchAndSetCtrl();
|
gridControl1 = new DevExpress.XtraGrid.GridControl();
|
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
colSet = new DevExpress.XtraGrid.Columns.GridColumn();
|
repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
|
colDbLocked = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
colName = new DevExpress.XtraGrid.Columns.GridColumn();
|
colModelType = new DevExpress.XtraGrid.Columns.GridColumn();
|
colHasDb = new DevExpress.XtraGrid.Columns.GridColumn();
|
colPoolElev = new DevExpress.XtraGrid.Columns.GridColumn();
|
colInitLevel = new DevExpress.XtraGrid.Columns.GridColumn();
|
colMinLevel = new DevExpress.XtraGrid.Columns.GridColumn();
|
colMaxLevel = new DevExpress.XtraGrid.Columns.GridColumn();
|
colDN = new DevExpress.XtraGrid.Columns.GridColumn();
|
colMinVol = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCurve = new DevExpress.XtraGrid.Columns.GridColumn();
|
colOverFlow = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCalcuPress = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCalcuHead = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCalcuDemand = new DevExpress.XtraGrid.Columns.GridColumn();
|
colFlags = new DevExpress.XtraGrid.Columns.GridColumn();
|
colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
|
txtName = new DevExpress.XtraEditors.TextEdit();
|
txtModelType = new DevExpress.XtraEditors.TextEdit();
|
txtCode = new DevExpress.XtraEditors.TextEdit();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
groupForHead = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
((ISupportInitialize)hydroTankViewModelBindingSource).BeginInit();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)gridControl1).BeginInit();
|
((ISupportInitialize)gridView1).BeginInit();
|
((ISupportInitialize)repositoryItemButtonEdit1).BeginInit();
|
((ISupportInitialize)txtName.Properties).BeginInit();
|
((ISupportInitialize)txtModelType.Properties).BeginInit();
|
((ISupportInitialize)txtCode.Properties).BeginInit();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)groupForHead).BeginInit();
|
((ISupportInitialize)layoutControlItem4).BeginInit();
|
((ISupportInitialize)layoutControlItem2).BeginInit();
|
((ISupportInitialize)layoutControlItem3).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem8).BeginInit();
|
SuspendLayout();
|
//
|
// hydroTankViewModelBindingSource
|
//
|
hydroTankViewModelBindingSource.DataSource = typeof(HydroElbowViewModel);
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(generalSearchAndSetCtrl1);
|
layoutControl1.Controls.Add(gridControl1);
|
layoutControl1.Controls.Add(txtName);
|
layoutControl1.Controls.Add(txtModelType);
|
layoutControl1.Controls.Add(txtCode);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1227, 184, 650, 400);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(1179, 609);
|
layoutControl1.TabIndex = 3;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// generalSearchAndSetCtrl1
|
//
|
generalSearchAndSetCtrl1.Location = new Point(614, 14);
|
generalSearchAndSetCtrl1.Margin = new Padding(2, 2, 2, 2);
|
generalSearchAndSetCtrl1.Name = "generalSearchAndSetCtrl1";
|
generalSearchAndSetCtrl1.Size = new Size(551, 24);
|
generalSearchAndSetCtrl1.TabIndex = 4;
|
//
|
// gridControl1
|
//
|
gridControl1.DataSource = hydroTankViewModelBindingSource;
|
gridControl1.Location = new Point(2, 52);
|
gridControl1.MainView = gridView1;
|
gridControl1.Name = "gridControl1";
|
gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemButtonEdit1 });
|
gridControl1.Size = new Size(1175, 555);
|
gridControl1.TabIndex = 0;
|
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
|
//
|
// gridView1
|
//
|
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colDbLocked, colName, colCode, colModelType, colPoolElev, colInitLevel, colMinLevel, colMaxLevel, colDN, colMinVol, colCurve, colOverFlow, colHasDb, colDescription, colFlags, colCalcuPress, colCalcuHead, colCalcuDemand, colSet });
|
gridView1.GridControl = gridControl1;
|
gridView1.Name = "gridView1";
|
gridView1.RowCellClick += gridView1_RowCellClick;
|
//
|
// colSet
|
//
|
colSet.Caption = "设置";
|
colSet.ColumnEdit = repositoryItemButtonEdit1;
|
colSet.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right;
|
colSet.MaxWidth = 60;
|
colSet.MinWidth = 60;
|
colSet.Name = "colSet";
|
colSet.Visible = true;
|
colSet.VisibleIndex = 18;
|
colSet.Width = 60;
|
//
|
// repositoryItemButtonEdit1
|
//
|
repositoryItemButtonEdit1.AutoHeight = false;
|
editorButtonImageOptions1.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("editorButtonImageOptions1.SvgImage");
|
editorButtonImageOptions1.SvgImageSize = new Size(20, 20);
|
repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "设置", "set", null, DevExpress.Utils.ToolTipAnchor.Default) });
|
repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
|
repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
|
//
|
// colDbLocked
|
//
|
colDbLocked.FieldName = "DbLocked";
|
colDbLocked.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left;
|
colDbLocked.MaxWidth = 40;
|
colDbLocked.MinWidth = 40;
|
colDbLocked.Name = "colDbLocked";
|
colDbLocked.Visible = true;
|
colDbLocked.VisibleIndex = 0;
|
colDbLocked.Width = 40;
|
//
|
// colCode
|
//
|
colCode.FieldName = "Code";
|
colCode.MaxWidth = 150;
|
colCode.MinWidth = 100;
|
colCode.Name = "colCode";
|
colCode.Visible = true;
|
colCode.VisibleIndex = 2;
|
colCode.Width = 100;
|
//
|
// colName
|
//
|
colName.FieldName = "Name";
|
colName.MaxWidth = 150;
|
colName.MinWidth = 100;
|
colName.Name = "colName";
|
colName.Visible = true;
|
colName.VisibleIndex = 1;
|
colName.Width = 100;
|
//
|
// colModelType
|
//
|
colModelType.FieldName = "ModelType";
|
colModelType.MaxWidth = 150;
|
colModelType.MinWidth = 100;
|
colModelType.Name = "colModelType";
|
colModelType.Visible = true;
|
colModelType.VisibleIndex = 3;
|
colModelType.Width = 100;
|
//
|
// colHasDb
|
//
|
colHasDb.FieldName = "HasDb";
|
colHasDb.MaxWidth = 40;
|
colHasDb.MinWidth = 40;
|
colHasDb.Name = "colHasDb";
|
colHasDb.Visible = true;
|
colHasDb.VisibleIndex = 12;
|
colHasDb.Width = 40;
|
//
|
// colPoolElev
|
//
|
colPoolElev.FieldName = "PoolElev";
|
colPoolElev.MaxWidth = 100;
|
colPoolElev.MinWidth = 100;
|
colPoolElev.Name = "colPoolElev";
|
colPoolElev.Visible = true;
|
colPoolElev.VisibleIndex = 4;
|
colPoolElev.Width = 100;
|
//
|
// colInitLevel
|
//
|
colInitLevel.FieldName = "InitLevel";
|
colInitLevel.MaxWidth = 100;
|
colInitLevel.MinWidth = 100;
|
colInitLevel.Name = "colInitLevel";
|
colInitLevel.Visible = true;
|
colInitLevel.VisibleIndex = 5;
|
colInitLevel.Width = 100;
|
//
|
// colMinLevel
|
//
|
colMinLevel.FieldName = "MinLevel";
|
colMinLevel.MaxWidth = 100;
|
colMinLevel.MinWidth = 100;
|
colMinLevel.Name = "colMinLevel";
|
colMinLevel.Visible = true;
|
colMinLevel.VisibleIndex = 6;
|
colMinLevel.Width = 100;
|
//
|
// colMaxLevel
|
//
|
colMaxLevel.FieldName = "MaxLevel";
|
colMaxLevel.MaxWidth = 100;
|
colMaxLevel.MinWidth = 100;
|
colMaxLevel.Name = "colMaxLevel";
|
colMaxLevel.Visible = true;
|
colMaxLevel.VisibleIndex = 7;
|
colMaxLevel.Width = 100;
|
//
|
// colDN
|
//
|
colDN.FieldName = "DN";
|
colDN.MaxWidth = 100;
|
colDN.MinWidth = 100;
|
colDN.Name = "colDN";
|
colDN.Visible = true;
|
colDN.VisibleIndex = 8;
|
colDN.Width = 100;
|
//
|
// colMinVol
|
//
|
colMinVol.FieldName = "MinVol";
|
colMinVol.MaxWidth = 100;
|
colMinVol.MinWidth = 100;
|
colMinVol.Name = "colMinVol";
|
colMinVol.Visible = true;
|
colMinVol.VisibleIndex = 9;
|
colMinVol.Width = 100;
|
//
|
// colCurve
|
//
|
colCurve.FieldName = "Curve";
|
colCurve.MaxWidth = 100;
|
colCurve.MinWidth = 100;
|
colCurve.Name = "colCurve";
|
colCurve.Visible = true;
|
colCurve.VisibleIndex = 10;
|
colCurve.Width = 100;
|
//
|
// colOverFlow
|
//
|
colOverFlow.FieldName = "OverFlow";
|
colOverFlow.MaxWidth = 60;
|
colOverFlow.MinWidth = 60;
|
colOverFlow.Name = "colOverFlow";
|
colOverFlow.Visible = true;
|
colOverFlow.VisibleIndex = 11;
|
colOverFlow.Width = 60;
|
//
|
// colCalcuPress
|
//
|
colCalcuPress.FieldName = "CalcuPress";
|
colCalcuPress.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right;
|
colCalcuPress.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("colCalcuPress.ImageOptions.SvgImage");
|
colCalcuPress.ImageOptions.SvgImageSize = new Size(16, 16);
|
colCalcuPress.MaxWidth = 100;
|
colCalcuPress.MinWidth = 100;
|
colCalcuPress.Name = "colCalcuPress";
|
colCalcuPress.Visible = true;
|
colCalcuPress.VisibleIndex = 15;
|
colCalcuPress.Width = 100;
|
//
|
// colCalcuHead
|
//
|
colCalcuHead.FieldName = "CalcuHead";
|
colCalcuHead.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right;
|
colCalcuHead.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("colCalcuHead.ImageOptions.SvgImage");
|
colCalcuHead.ImageOptions.SvgImageSize = new Size(16, 16);
|
colCalcuHead.MaxWidth = 100;
|
colCalcuHead.MinWidth = 100;
|
colCalcuHead.Name = "colCalcuHead";
|
colCalcuHead.Visible = true;
|
colCalcuHead.VisibleIndex = 16;
|
colCalcuHead.Width = 100;
|
//
|
// colCalcuDemand
|
//
|
colCalcuDemand.FieldName = "CalcuDemand";
|
colCalcuDemand.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right;
|
colCalcuDemand.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("colCalcuDemand.ImageOptions.SvgImage");
|
colCalcuDemand.ImageOptions.SvgImageSize = new Size(16, 16);
|
colCalcuDemand.MaxWidth = 110;
|
colCalcuDemand.MinWidth = 110;
|
colCalcuDemand.Name = "colCalcuDemand";
|
colCalcuDemand.Visible = true;
|
colCalcuDemand.VisibleIndex = 17;
|
colCalcuDemand.Width = 110;
|
//
|
// colFlags
|
//
|
colFlags.FieldName = "Flags";
|
colFlags.MaxWidth = 200;
|
colFlags.MinWidth = 100;
|
colFlags.Name = "colFlags";
|
colFlags.Visible = true;
|
colFlags.VisibleIndex = 13;
|
colFlags.Width = 100;
|
//
|
// colDescription
|
//
|
colDescription.FieldName = "Description";
|
colDescription.MinWidth = 100;
|
colDescription.Name = "colDescription";
|
colDescription.Visible = true;
|
colDescription.VisibleIndex = 14;
|
colDescription.Width = 100;
|
//
|
// txtName
|
//
|
txtName.Location = new Point(54, 16);
|
txtName.Name = "txtName";
|
txtName.Size = new Size(156, 20);
|
txtName.StyleController = layoutControl1;
|
txtName.TabIndex = 0;
|
//
|
// txtModelType
|
//
|
txtModelType.Location = new Point(454, 16);
|
txtModelType.Name = "txtModelType";
|
txtModelType.Size = new Size(156, 20);
|
txtModelType.StyleController = layoutControl1;
|
txtModelType.TabIndex = 3;
|
//
|
// txtCode
|
//
|
txtCode.Location = new Point(254, 16);
|
txtCode.Name = "txtCode";
|
txtCode.Size = new Size(156, 20);
|
txtCode.StyleController = layoutControl1;
|
txtCode.TabIndex = 2;
|
//
|
// Root
|
//
|
Root.AppearanceItemCaption.Options.UseTextOptions = true;
|
Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { groupForHead, layoutControlItem8 });
|
Root.Name = "Root";
|
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
Root.Size = new Size(1179, 609);
|
Root.TextVisible = false;
|
//
|
// groupForHead
|
//
|
groupForHead.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem4, layoutControlItem2, layoutControlItem3, layoutControlItem1 });
|
groupForHead.Location = new Point(0, 0);
|
groupForHead.Name = "groupForHead";
|
groupForHead.Size = new Size(1179, 52);
|
groupForHead.Text = "查询条件";
|
groupForHead.TextVisible = false;
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem4.Control = txtName;
|
layoutControlItem4.Location = new Point(0, 0);
|
layoutControlItem4.MaxSize = new Size(200, 0);
|
layoutControlItem4.MinSize = new Size(200, 24);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(200, 28);
|
layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem4.Text = "名称:";
|
layoutControlItem4.TextSize = new Size(28, 14);
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem2.Control = txtCode;
|
layoutControlItem2.Location = new Point(200, 0);
|
layoutControlItem2.MaxSize = new Size(200, 0);
|
layoutControlItem2.MinSize = new Size(200, 24);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(200, 28);
|
layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem2.Text = "编码:";
|
layoutControlItem2.TextSize = new Size(28, 14);
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem3.Control = txtModelType;
|
layoutControlItem3.Location = new Point(400, 0);
|
layoutControlItem3.MaxSize = new Size(200, 0);
|
layoutControlItem3.MinSize = new Size(200, 24);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(200, 28);
|
layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem3.Text = "型号:";
|
layoutControlItem3.TextSize = new Size(28, 14);
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem1.Control = generalSearchAndSetCtrl1;
|
layoutControlItem1.Location = new Point(600, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(555, 28);
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// layoutControlItem8
|
//
|
layoutControlItem8.Control = gridControl1;
|
layoutControlItem8.Location = new Point(0, 52);
|
layoutControlItem8.Name = "layoutControlItem8";
|
layoutControlItem8.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 0, 2);
|
layoutControlItem8.Size = new Size(1179, 557);
|
layoutControlItem8.TextSize = new Size(0, 0);
|
layoutControlItem8.TextVisible = false;
|
//
|
// HydroTankListCtrl
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Name = "HydroTankListCtrl";
|
Size = new Size(1179, 609);
|
((ISupportInitialize)hydroTankViewModelBindingSource).EndInit();
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)gridControl1).EndInit();
|
((ISupportInitialize)gridView1).EndInit();
|
((ISupportInitialize)repositoryItemButtonEdit1).EndInit();
|
((ISupportInitialize)txtName.Properties).EndInit();
|
((ISupportInitialize)txtModelType.Properties).EndInit();
|
((ISupportInitialize)txtCode.Properties).EndInit();
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)groupForHead).EndInit();
|
((ISupportInitialize)layoutControlItem4).EndInit();
|
((ISupportInitialize)layoutControlItem2).EndInit();
|
((ISupportInitialize)layoutControlItem3).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)layoutControlItem8).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
private BindingSource hydroTankViewModelBindingSource;
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraGrid.Columns.GridColumn colSet;
|
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
|
private DevExpress.XtraGrid.Columns.GridColumn colDbLocked;
|
private DevExpress.XtraGrid.Columns.GridColumn colCode;
|
private DevExpress.XtraGrid.Columns.GridColumn colName;
|
private DevExpress.XtraGrid.Columns.GridColumn colModelType;
|
private DevExpress.XtraGrid.Columns.GridColumn colHasDb;
|
private DevExpress.XtraGrid.Columns.GridColumn colPoolElev;
|
private DevExpress.XtraGrid.Columns.GridColumn colInitLevel;
|
private DevExpress.XtraGrid.Columns.GridColumn colMinLevel;
|
private DevExpress.XtraGrid.Columns.GridColumn colMaxLevel;
|
private DevExpress.XtraGrid.Columns.GridColumn colDN;
|
private DevExpress.XtraGrid.Columns.GridColumn colMinVol;
|
private DevExpress.XtraGrid.Columns.GridColumn colCurve;
|
private DevExpress.XtraGrid.Columns.GridColumn colOverFlow;
|
private DevExpress.XtraGrid.Columns.GridColumn colCalcuPress;
|
private DevExpress.XtraGrid.Columns.GridColumn colCalcuHead;
|
private DevExpress.XtraGrid.Columns.GridColumn colCalcuDemand;
|
private DevExpress.XtraGrid.Columns.GridColumn colFlags;
|
private DevExpress.XtraGrid.Columns.GridColumn colDescription;
|
private DevExpress.XtraEditors.TextEdit txtName;
|
private DevExpress.XtraEditors.TextEdit txtModelType;
|
private DevExpress.XtraEditors.TextEdit txtCode;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlGroup groupForHead;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
private GeneralSearchAndSetCtrl generalSearchAndSetCtrl1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
}
|
}
|