duheng
2024-12-07 1e387f457092df846ec04e2c6792b83244aae04e
WinFrmUI/Yw.WinFrmUI.Hydro.Core/06-visual/15-translation/HydroTranslationListCtrl.cs
@@ -298,15 +298,17 @@
            this.colModelType.Visible = true;
            this.colMaterial.Visible = true;
            this.colDiameter.Visible = true;
            this.colLength.Visible = false;
            this.colLength.Visible = true;
            this.colRoughness.Visible = false;
            this.colMinorLoss.Visible = false;
            this.colCalcuFlow.Visible = false;
            this.colCalcuVelocity.Visible = false;
            this.colCalcuHeadLoss.Visible = false;
            this.colHasDb.Visible = false;
            this.colFlags.Visible = true;
            this.colDescription.Visible = true;
            this.colCalcuFrictionLoss.Visible = false;
            this.colCalcuMinorLoss.Visible = false;
            this.colCalcuHeadLoss.Visible = false;
            this.colCalcuVelocity.Visible = false;
            this.colCalcuFlow.Visible = false;
            this.colSet.Visible = false;
        }