| | |
| | | this.layoutControl1.SetupLayoutControl(); |
| | | } |
| | | |
| | | |
| | | private HStation.Vmo.AssetsCompressorMainVmo _vmo = null; |
| | | |
| | | /// <summary> |
| | |
| | | this.txtName.EditValue = vmo.Name; |
| | | this.txtMaterial.EditValue = vmo.Material; |
| | | this.txtDiameter.EditValue = vmo.Diameter; |
| | | this.txtCoefficient.EditValue = vmo.MinorLoss; |
| | | this.txtMinorLoss.EditValue = vmo.MinorLoss; |
| | | this.txtKeyWord.EditValue = HStation.Service.Assets.KeyWordHelper.ToString(vmo.KeyWords); |
| | | this.txtFlags.EditValue = Yw.Untity.FlagsHelper.ToString(vmo.Flags); |
| | | this.txtTagName.EditValue = vmo.TagName; |
| | | this.txtDescription.EditValue = vmo.Description; |
| | | } |
| | | |
| | | |
| | | } |
| | | } |