namespace HStation.WinFrmUI
|
{
|
partial class SetSchemeValveListCtrl
|
{
|
/// <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();
|
EditorButtonImageOptions editorButtonImageOptions1 = new EditorButtonImageOptions();
|
ComponentResourceManager resources = new ComponentResourceManager(typeof(SetSchemeValveListCtrl));
|
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();
|
gridControl1 = new DevExpress.XtraGrid.GridControl();
|
hydroValveViewModelBindingSource = new BindingSource(components);
|
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
colDbLocked = new DevExpress.XtraGrid.Columns.GridColumn();
|
colName = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
colModelType = new DevExpress.XtraGrid.Columns.GridColumn();
|
colLinkStatus = new DevExpress.XtraGrid.Columns.GridColumn();
|
colMaterial = new DevExpress.XtraGrid.Columns.GridColumn();
|
colDiameter = new DevExpress.XtraGrid.Columns.GridColumn();
|
colMinorLoss = new DevExpress.XtraGrid.Columns.GridColumn();
|
colValveType = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCalcuFlow = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCalcuVelocity = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCalcuHeadLoss = new DevExpress.XtraGrid.Columns.GridColumn();
|
colHasDb = new DevExpress.XtraGrid.Columns.GridColumn();
|
colFlags = new DevExpress.XtraGrid.Columns.GridColumn();
|
colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
|
colSelect = new DevExpress.XtraGrid.Columns.GridColumn();
|
repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
generalSearchAndSelectCtrl1 = new GeneralSearchAndSelectCtrl();
|
imgCmbLinkStatus = new ImageComboBoxEdit();
|
txtName = new TextEdit();
|
txtModelType = new TextEdit();
|
txtCode = new 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();
|
layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
|
((ISupportInitialize)gridControl1).BeginInit();
|
((ISupportInitialize)hydroValveViewModelBindingSource).BeginInit();
|
((ISupportInitialize)gridView1).BeginInit();
|
((ISupportInitialize)repositoryItemButtonEdit1).BeginInit();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)imgCmbLinkStatus.Properties).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)layoutControlItem8).BeginInit();
|
((ISupportInitialize)layoutControlItem6).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem9).BeginInit();
|
((ISupportInitialize)layoutControlItem10).BeginInit();
|
((ISupportInitialize)layoutControlItem11).BeginInit();
|
((ISupportInitialize)layoutControlItem12).BeginInit();
|
((ISupportInitialize)layoutControlItem13).BeginInit();
|
((ISupportInitialize)layoutControlItem14).BeginInit();
|
SuspendLayout();
|
//
|
// gridControl1
|
//
|
gridControl1.DataSource = hydroValveViewModelBindingSource;
|
gridControl1.EmbeddedNavigator.Margin = new Padding(6, 8, 6, 8);
|
gridControl1.Location = new Point(0, 55);
|
gridControl1.MainView = gridView1;
|
gridControl1.Margin = new Padding(4, 5, 4, 5);
|
gridControl1.Name = "gridControl1";
|
gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemButtonEdit1 });
|
gridControl1.Size = new Size(1200, 345);
|
gridControl1.TabIndex = 7;
|
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
|
//
|
// hydroValveViewModelBindingSource
|
//
|
hydroValveViewModelBindingSource.DataSource = typeof(HydroValveViewModel);
|
//
|
// gridView1
|
//
|
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colDbLocked, colName, colCode, colModelType, colLinkStatus, colMaterial, colDiameter, colMinorLoss, colValveType, colCalcuFlow, colCalcuVelocity, colCalcuHeadLoss, colHasDb, colFlags, colDescription, colSelect });
|
gridView1.DetailHeight = 550;
|
gridView1.GridControl = gridControl1;
|
gridView1.Name = "gridView1";
|
gridView1.OptionsEditForm.PopupEditFormWidth = 1143;
|
gridView1.OptionsFind.AlwaysVisible = true;
|
gridView1.RowCellClick += gridView1_RowCellClick;
|
//
|
// colDbLocked
|
//
|
colDbLocked.FieldName = "DbLocked";
|
colDbLocked.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left;
|
colDbLocked.MaxWidth = 57;
|
colDbLocked.MinWidth = 57;
|
colDbLocked.Name = "colDbLocked";
|
colDbLocked.Width = 57;
|
//
|
// colName
|
//
|
colName.FieldName = "Name";
|
colName.MinWidth = 10;
|
colName.Name = "colName";
|
colName.Visible = true;
|
colName.VisibleIndex = 0;
|
colName.Width = 143;
|
//
|
// colCode
|
//
|
colCode.FieldName = "Code";
|
colCode.MaxWidth = 214;
|
colCode.MinWidth = 143;
|
colCode.Name = "colCode";
|
colCode.Width = 143;
|
//
|
// colModelType
|
//
|
colModelType.FieldName = "ModelType";
|
colModelType.MinWidth = 10;
|
colModelType.Name = "colModelType";
|
colModelType.Visible = true;
|
colModelType.VisibleIndex = 1;
|
colModelType.Width = 143;
|
//
|
// colLinkStatus
|
//
|
colLinkStatus.FieldName = "LinkStatus";
|
colLinkStatus.MaxWidth = 143;
|
colLinkStatus.MinWidth = 143;
|
colLinkStatus.Name = "colLinkStatus";
|
colLinkStatus.Width = 143;
|
//
|
// colMaterial
|
//
|
colMaterial.FieldName = "Material";
|
colMaterial.MaxWidth = 143;
|
colMaterial.MinWidth = 143;
|
colMaterial.Name = "colMaterial";
|
colMaterial.Visible = true;
|
colMaterial.VisibleIndex = 3;
|
colMaterial.Width = 143;
|
//
|
// colDiameter
|
//
|
colDiameter.FieldName = "Diameter";
|
colDiameter.MaxWidth = 143;
|
colDiameter.MinWidth = 143;
|
colDiameter.Name = "colDiameter";
|
colDiameter.Visible = true;
|
colDiameter.VisibleIndex = 4;
|
colDiameter.Width = 143;
|
//
|
// colMinorLoss
|
//
|
colMinorLoss.FieldName = "MinorLoss";
|
colMinorLoss.MaxWidth = 143;
|
colMinorLoss.MinWidth = 143;
|
colMinorLoss.Name = "colMinorLoss";
|
colMinorLoss.Visible = true;
|
colMinorLoss.VisibleIndex = 5;
|
colMinorLoss.Width = 143;
|
//
|
// colValveType
|
//
|
colValveType.FieldName = "ValveType";
|
colValveType.MaxWidth = 143;
|
colValveType.MinWidth = 143;
|
colValveType.Name = "colValveType";
|
colValveType.Visible = true;
|
colValveType.VisibleIndex = 2;
|
colValveType.Width = 143;
|
//
|
// colCalcuFlow
|
//
|
colCalcuFlow.FieldName = "CalcuFlow";
|
colCalcuFlow.MaxWidth = 143;
|
colCalcuFlow.MinWidth = 143;
|
colCalcuFlow.Name = "colCalcuFlow";
|
colCalcuFlow.Width = 143;
|
//
|
// colCalcuVelocity
|
//
|
colCalcuVelocity.FieldName = "CalcuVelocity";
|
colCalcuVelocity.MaxWidth = 143;
|
colCalcuVelocity.MinWidth = 143;
|
colCalcuVelocity.Name = "colCalcuVelocity";
|
colCalcuVelocity.Width = 143;
|
//
|
// colCalcuHeadLoss
|
//
|
colCalcuHeadLoss.FieldName = "CalcuHeadLoss";
|
colCalcuHeadLoss.MaxWidth = 143;
|
colCalcuHeadLoss.MinWidth = 143;
|
colCalcuHeadLoss.Name = "colCalcuHeadLoss";
|
colCalcuHeadLoss.Width = 143;
|
//
|
// colHasDb
|
//
|
colHasDb.FieldName = "HasDb";
|
colHasDb.MaxWidth = 57;
|
colHasDb.MinWidth = 57;
|
colHasDb.Name = "colHasDb";
|
colHasDb.Width = 57;
|
//
|
// colFlags
|
//
|
colFlags.FieldName = "Flags";
|
colFlags.MaxWidth = 286;
|
colFlags.MinWidth = 143;
|
colFlags.Name = "colFlags";
|
colFlags.Width = 143;
|
//
|
// colDescription
|
//
|
colDescription.FieldName = "Description";
|
colDescription.MinWidth = 143;
|
colDescription.Name = "colDescription";
|
colDescription.Width = 143;
|
//
|
// colSelect
|
//
|
colSelect.Caption = "选择";
|
colSelect.ColumnEdit = repositoryItemButtonEdit1;
|
colSelect.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right;
|
colSelect.MaxWidth = 86;
|
colSelect.MinWidth = 86;
|
colSelect.Name = "colSelect";
|
colSelect.Visible = true;
|
colSelect.VisibleIndex = 6;
|
colSelect.Width = 86;
|
//
|
// repositoryItemButtonEdit1
|
//
|
repositoryItemButtonEdit1.AutoHeight = false;
|
editorButtonImageOptions1.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("editorButtonImageOptions1.SvgImage");
|
editorButtonImageOptions1.SvgImageSize = new Size(20, 20);
|
repositoryItemButtonEdit1.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
|
repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
|
repositoryItemButtonEdit1.TextEditStyle = TextEditStyles.HideTextEditor;
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(generalSearchAndSelectCtrl1);
|
layoutControl1.Controls.Add(gridControl1);
|
layoutControl1.Controls.Add(imgCmbLinkStatus);
|
layoutControl1.Controls.Add(txtName);
|
layoutControl1.Controls.Add(txtModelType);
|
layoutControl1.Controls.Add(txtCode);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Margin = new Padding(4, 5, 4, 5);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1227, 184, 828, 782);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(1200, 400);
|
layoutControl1.TabIndex = 3;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// generalSearchAndSelectCtrl1
|
//
|
generalSearchAndSelectCtrl1.Location = new Point(803, 9);
|
generalSearchAndSelectCtrl1.Name = "generalSearchAndSelectCtrl1";
|
generalSearchAndSelectCtrl1.Size = new Size(394, 37);
|
generalSearchAndSelectCtrl1.TabIndex = 9;
|
//
|
// imgCmbLinkStatus
|
//
|
imgCmbLinkStatus.Location = new Point(657, 13);
|
imgCmbLinkStatus.Name = "imgCmbLinkStatus";
|
imgCmbLinkStatus.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
|
imgCmbLinkStatus.Size = new Size(142, 28);
|
imgCmbLinkStatus.StyleController = layoutControl1;
|
imgCmbLinkStatus.TabIndex = 4;
|
//
|
// txtName
|
//
|
txtName.Location = new Point(57, 13);
|
txtName.Name = "txtName";
|
txtName.Size = new Size(142, 28);
|
txtName.StyleController = layoutControl1;
|
txtName.TabIndex = 0;
|
//
|
// txtModelType
|
//
|
txtModelType.Location = new Point(457, 13);
|
txtModelType.Name = "txtModelType";
|
txtModelType.Size = new Size(142, 28);
|
txtModelType.StyleController = layoutControl1;
|
txtModelType.TabIndex = 3;
|
//
|
// txtCode
|
//
|
txtCode.Location = new Point(257, 13);
|
txtCode.Name = "txtCode";
|
txtCode.Size = new Size(142, 28);
|
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, layoutControlItem1 });
|
Root.Name = "Root";
|
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
Root.Size = new Size(1200, 400);
|
Root.TextVisible = false;
|
//
|
// groupForHead
|
//
|
groupForHead.GroupStyle = DevExpress.Utils.GroupStyle.Title;
|
groupForHead.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem4, layoutControlItem2, layoutControlItem3, layoutControlItem8, layoutControlItem6 });
|
groupForHead.Location = new Point(0, 0);
|
groupForHead.Name = "groupForHead";
|
groupForHead.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 6, 6);
|
groupForHead.Size = new Size(1200, 55);
|
groupForHead.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
groupForHead.StartNewLine = true;
|
groupForHead.Text = "查询条件";
|
groupForHead.TextVisible = false;
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
layoutControlItem4.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem4.Control = txtName;
|
layoutControlItem4.Location = new Point(0, 0);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(200, 41);
|
layoutControlItem4.Text = "名称:";
|
layoutControlItem4.TextSize = new Size(42, 22);
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
layoutControlItem2.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem2.Control = txtCode;
|
layoutControlItem2.Location = new Point(200, 0);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(200, 41);
|
layoutControlItem2.Text = "编码:";
|
layoutControlItem2.TextSize = new Size(42, 22);
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
layoutControlItem3.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem3.Control = txtModelType;
|
layoutControlItem3.Location = new Point(400, 0);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(200, 41);
|
layoutControlItem3.Text = "型号:";
|
layoutControlItem3.TextSize = new Size(42, 22);
|
//
|
// layoutControlItem8
|
//
|
layoutControlItem8.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
layoutControlItem8.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem8.Control = imgCmbLinkStatus;
|
layoutControlItem8.Location = new Point(600, 0);
|
layoutControlItem8.Name = "layoutControlItem8";
|
layoutControlItem8.Size = new Size(200, 41);
|
layoutControlItem8.Text = "状态:";
|
layoutControlItem8.TextSize = new Size(42, 22);
|
//
|
// layoutControlItem6
|
//
|
layoutControlItem6.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
layoutControlItem6.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem6.Control = generalSearchAndSelectCtrl1;
|
layoutControlItem6.Location = new Point(800, 0);
|
layoutControlItem6.Name = "layoutControlItem6";
|
layoutControlItem6.Size = new Size(398, 41);
|
layoutControlItem6.TextSize = new Size(0, 0);
|
layoutControlItem6.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = gridControl1;
|
layoutControlItem1.Location = new Point(0, 55);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlItem1.Size = new Size(1200, 345);
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// layoutControlItem9
|
//
|
layoutControlItem9.Location = new Point(600, 0);
|
layoutControlItem9.MaxSize = new Size(174, 37);
|
layoutControlItem9.MinSize = new Size(174, 37);
|
layoutControlItem9.Name = "layoutControlItem5";
|
layoutControlItem9.Size = new Size(174, 37);
|
layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem9.TextSize = new Size(0, 0);
|
layoutControlItem9.TextVisible = false;
|
//
|
// layoutControlItem10
|
//
|
layoutControlItem10.Location = new Point(880, 0);
|
layoutControlItem10.MaxSize = new Size(106, 37);
|
layoutControlItem10.MinSize = new Size(106, 37);
|
layoutControlItem10.Name = "layoutControlItem6";
|
layoutControlItem10.Size = new Size(106, 37);
|
layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem10.TextSize = new Size(0, 0);
|
layoutControlItem10.TextVisible = false;
|
//
|
// layoutControlItem11
|
//
|
layoutControlItem11.Location = new Point(600, 0);
|
layoutControlItem11.MaxSize = new Size(174, 37);
|
layoutControlItem11.MinSize = new Size(174, 37);
|
layoutControlItem11.Name = "layoutControlItem5";
|
layoutControlItem11.Size = new Size(174, 37);
|
layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem11.TextSize = new Size(0, 0);
|
layoutControlItem11.TextVisible = false;
|
//
|
// layoutControlItem12
|
//
|
layoutControlItem12.Location = new Point(880, 0);
|
layoutControlItem12.MaxSize = new Size(106, 37);
|
layoutControlItem12.MinSize = new Size(106, 37);
|
layoutControlItem12.Name = "layoutControlItem6";
|
layoutControlItem12.Size = new Size(106, 37);
|
layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem12.TextSize = new Size(0, 0);
|
layoutControlItem12.TextVisible = false;
|
//
|
// layoutControlItem13
|
//
|
layoutControlItem13.Location = new Point(600, 0);
|
layoutControlItem13.MaxSize = new Size(174, 37);
|
layoutControlItem13.MinSize = new Size(174, 37);
|
layoutControlItem13.Name = "layoutControlItem5";
|
layoutControlItem13.Size = new Size(174, 37);
|
layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem13.TextSize = new Size(0, 0);
|
layoutControlItem13.TextVisible = false;
|
//
|
// layoutControlItem14
|
//
|
layoutControlItem14.Location = new Point(880, 0);
|
layoutControlItem14.MaxSize = new Size(106, 37);
|
layoutControlItem14.MinSize = new Size(106, 37);
|
layoutControlItem14.Name = "layoutControlItem6";
|
layoutControlItem14.Size = new Size(106, 37);
|
layoutControlItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem14.TextSize = new Size(0, 0);
|
layoutControlItem14.TextVisible = false;
|
//
|
// SetSchemeValveListCtrl
|
//
|
AutoScaleDimensions = new SizeF(10F, 22F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Margin = new Padding(4, 5, 4, 5);
|
Name = "SetSchemeValveListCtrl";
|
Size = new Size(1200, 400);
|
((ISupportInitialize)gridControl1).EndInit();
|
((ISupportInitialize)hydroValveViewModelBindingSource).EndInit();
|
((ISupportInitialize)gridView1).EndInit();
|
((ISupportInitialize)repositoryItemButtonEdit1).EndInit();
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)imgCmbLinkStatus.Properties).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)layoutControlItem8).EndInit();
|
((ISupportInitialize)layoutControlItem6).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)layoutControlItem9).EndInit();
|
((ISupportInitialize)layoutControlItem10).EndInit();
|
((ISupportInitialize)layoutControlItem11).EndInit();
|
((ISupportInitialize)layoutControlItem12).EndInit();
|
((ISupportInitialize)layoutControlItem13).EndInit();
|
((ISupportInitialize)layoutControlItem14).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraGrid.Columns.GridColumn colCode;
|
private DevExpress.XtraGrid.Columns.GridColumn colName;
|
private DevExpress.XtraGrid.Columns.GridColumn colDescription;
|
private DevExpress.XtraGrid.Columns.GridColumn colLinkStatus;
|
private DevExpress.XtraGrid.Columns.GridColumn colDiameter;
|
private DevExpress.XtraGrid.Columns.GridColumn colMinorLoss;
|
private BindingSource hydroValveViewModelBindingSource;
|
private DevExpress.XtraGrid.Columns.GridColumn colValveType;
|
private DevExpress.XtraGrid.Columns.GridColumn colDbLocked;
|
private DevExpress.XtraGrid.Columns.GridColumn colModelType;
|
private DevExpress.XtraGrid.Columns.GridColumn colCalcuFlow;
|
private DevExpress.XtraGrid.Columns.GridColumn colCalcuVelocity;
|
private DevExpress.XtraGrid.Columns.GridColumn colCalcuHeadLoss;
|
private DevExpress.XtraGrid.Columns.GridColumn colHasDb;
|
private DevExpress.XtraGrid.Columns.GridColumn colMaterial;
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraEditors.ImageComboBoxEdit imgCmbLinkStatus;
|
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 DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraGrid.Columns.GridColumn colFlags;
|
private DevExpress.XtraGrid.Columns.GridColumn colSelect;
|
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
|
private GeneralSearchAndSelectCtrl generalSearchAndSelectCtrl1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
}
|
}
|