ningshuxia
2025-03-31 36f1be9860b303afac93f93a15f0c62cba57c3c5
WinFrmUI/PBS.WinFrmUI.Hydro/05-system-curve/01-facility/FacilityPropertyCtrl.cs
@@ -15,6 +15,7 @@
            this.propertyGridControl1.OptionsView.AllowReadOnlyRowAppearance = DevExpress.Utils.DefaultBoolean.True;
            this.propertyGridControl1.OptionsView.ShowFocusedFrame = false;
            this.propertyGridControl1.OptionsView.ShowRootLevelIndent = false;
            this.propertyGridControl1.RecordWidth = 120;
            this.propertyGridControl1.RowHeaderWidth = 100;
        }
@@ -169,7 +170,6 @@
            var descriptor = this.propertyGridControl1.GetPropertyDescriptor(e.Row);
            var rowTypeFullName = e.Row.Properties.RowType.FullName;
             
            #region bool
            if (rowTypeFullName == typeof(bool).FullName)
@@ -220,7 +220,6 @@
        }
 
        //刷新
        private void barBtnRefresh_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {