duheng
2024-07-10 2a41fffc9f962999ba163c3b471873b6b96f05bc
WinFrmUI/HStation.WinFrmUI.Basic/02-SysPropManage/SysPropManageMainPanel.Designer.cs
文件名从 WinFrmUI/HStation.WinFrmUI.Xhs.Project/06-PropManage/PropManageCtrl.Designer.cs 修改
@@ -1,6 +1,6 @@
锘縩amespace HStation.WinFrmUI.Xhs
锘縩amespace HStation.WinFrmUI.Basic
{
    partial class PropManageCtrl
    partial class SysPropManageMainPanel
    {
        /// <summary> 
        /// Required designer variable.
@@ -29,7 +29,7 @@
        private void InitializeComponent()
        {
            components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PropManageCtrl));
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SysPropManageMainPanel));
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
@@ -44,7 +44,7 @@
            dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components);
            dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
            dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            propGroupTreeListCtrl1 = new PropGroupTreeListCtrl();
            propGroupTreeListCtrl1 = new SysPropGroupTreeListCtrl();
            gridControl1 = new DevExpress.XtraGrid.GridControl();
            propViewModelBindingSource = new BindingSource(components);
            gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
@@ -181,7 +181,7 @@
            // 
            // propViewModelBindingSource
            // 
            propViewModelBindingSource.DataSource = typeof(PropViewModel);
            propViewModelBindingSource.DataSource = typeof(SysPropViewModel);
            // 
            // gridView1
            // 
@@ -378,7 +378,7 @@
        private DevExpress.XtraGrid.Columns.GridColumn colFormat;
        private DevExpress.XtraGrid.Columns.GridColumn colIsNull;
        private DevExpress.XtraGrid.Columns.GridColumn colUnitName;
        private PropGroupTreeListCtrl propGroupTreeListCtrl1;
        private SysPropGroupTreeListCtrl propGroupTreeListCtrl1;
        private DevExpress.XtraGrid.Columns.GridColumn ColPropEdit;
        private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
    }