文件名从 WinFrmUI/HStation.WinFrmUI.Xhs.Project/04-TypeManage/TypeManageCtrl.Designer.cs 修改 |
| | |
| | | 锘縩amespace HStation.WinFrmUI.Xhs |
| | | 锘縩amespace HStation.WinFrmUI.Basic |
| | | { |
| | | partial class TypeManageCtrl |
| | | partial class SysTypeManageMainPanel |
| | | { |
| | | /// <summary> |
| | | /// Required designer variable. |
| | |
| | | private void InitializeComponent() |
| | | { |
| | | components = new System.ComponentModel.Container(); |
| | | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TypeManageCtrl)); |
| | | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SysTypeManageMainPanel)); |
| | | ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl(); |
| | | barBtnEditPumpCurve = new DevExpress.XtraBars.BarButtonItem(); |
| | | BtnAdd = new DevExpress.XtraBars.BarButtonItem(); |
| | |
| | | dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components); |
| | | dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel(); |
| | | dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); |
| | | moduleTreeListCtrl1 = new ModuleTreeListCtrl(); |
| | | moduleTreeListCtrl1 = new SysModuleTreeListCtrl(); |
| | | gridControl1 = new DevExpress.XtraGrid.GridControl(); |
| | | typeViewModelBindingSource = new BindingSource(components); |
| | | gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
| | |
| | | // |
| | | // typeViewModelBindingSource |
| | | // |
| | | typeViewModelBindingSource.DataSource = typeof(TypeViewModel); |
| | | typeViewModelBindingSource.DataSource = typeof(SysTypeViewModel); |
| | | // |
| | | // gridView1 |
| | | // |
| | |
| | | private DevExpress.XtraGrid.Columns.GridColumn colCode; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colSortCode; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colDescription; |
| | | private ModuleTreeListCtrl moduleTreeListCtrl1; |
| | | private SysModuleTreeListCtrl moduleTreeListCtrl1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colExtendTypeDisPlayName; |
| | | } |
| | | } |