lixiaojun
2024-12-06 046df0f7526575cfb8b4b8c045d864c498b5a46c
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;
        }