文件名从 WinFrmUI/HStation.WinFrmUI.Xhs.Project/06-PropManage/PropManageCtrl.Designer.cs 修改 |
| | |
| | | 锘縩amespace HStation.WinFrmUI.Xhs |
| | | 锘縩amespace HStation.WinFrmUI.Basic |
| | | { |
| | | partial class PropManageCtrl |
| | | partial class SysPropManageMainPanel |
| | | { |
| | | /// <summary> |
| | | /// Required designer variable. |
| | |
| | | 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(); |
| | |
| | | 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(); |
| | |
| | | // |
| | | // propViewModelBindingSource |
| | | // |
| | | propViewModelBindingSource.DataSource = typeof(PropViewModel); |
| | | propViewModelBindingSource.DataSource = typeof(SysPropViewModel); |
| | | // |
| | | // gridView1 |
| | | // |
| | |
| | | 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; |
| | | } |