From 5dd7ab9852c9a5659cc916e9ed986b5099efeaf8 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期三, 23 十月 2024 13:04:33 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/SetSysPropForCatalogDlg.Designer.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/SetSysPropForCatalogDlg.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/SetSysPropForCatalogDlg.Designer.cs index 544cc88..e424d0f 100644 --- a/WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/SetSysPropForCatalogDlg.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/SetSysPropForCatalogDlg.Designer.cs @@ -95,6 +95,7 @@ treeList1.Margin = new Padding(3, 2, 3, 2); treeList1.Name = "treeList1"; treeList1.OptionsBehavior.AllowRecursiveNodeChecking = true; + treeList1.OptionsBehavior.PopulateServiceColumns = true; treeList1.OptionsScrollAnnotations.ShowSelectedRows = DevExpress.Utils.DefaultBoolean.True; treeList1.OptionsSelection.MultiSelect = true; treeList1.OptionsView.CheckBoxStyle = DevExpress.XtraTreeList.DefaultNodeCheckBoxStyle.Check; @@ -115,6 +116,7 @@ colName.OptionsColumn.AllowSort = true; colName.Visible = true; colName.VisibleIndex = 0; + colName.Width = 169; // // colUnitName // @@ -124,6 +126,7 @@ colUnitName.OptionsColumn.AllowSort = true; colUnitName.Visible = true; colUnitName.VisibleIndex = 1; + colUnitName.Width = 169; // // colIsNull // @@ -133,6 +136,7 @@ colIsNull.OptionsColumn.AllowSort = true; colIsNull.Visible = true; colIsNull.VisibleIndex = 3; + colIsNull.Width = 59; // // colDefaultValue // @@ -142,6 +146,7 @@ colDefaultValue.OptionsColumn.AllowSort = true; colDefaultValue.Visible = true; colDefaultValue.VisibleIndex = 2; + colDefaultValue.Width = 143; // // colPropChoice // @@ -152,6 +157,7 @@ colPropChoice.OptionsColumn.AllowSort = true; colPropChoice.Visible = true; colPropChoice.VisibleIndex = 4; + colPropChoice.Width = 305; // // repositoryItemCheckedComboBoxEdit1 // -- Gitblit v1.9.3