duheng
2025-01-17 89b928115c2309c6548b096b4d71c0dedbcaa2db
WinFrmUI/HStation.WinFrmUI.Assets.Core/21-compressor/02-main/ViewAssetsCompressorMainDlg.cs
@@ -9,7 +9,6 @@
            this.layoutControl1.SetupLayoutControl();
        }
        private HStation.Vmo.AssetsCompressorMainVmo _vmo = null;
        /// <summary>
@@ -25,13 +24,11 @@
            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;
        }
    }
}