| | |
| | | dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components); |
| | | dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel(); |
| | | dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); |
| | | typeTreeListCtrl2 = new SysTypeTreeListCtrl(); |
| | | typeTreeListCtrl2 = new SysTypeListBoxCtrl(); |
| | | treeList1 = new DevExpress.XtraTreeList.TreeList(); |
| | | colName = new DevExpress.XtraTreeList.Columns.TreeListColumn(); |
| | | colCode = new DevExpress.XtraTreeList.Columns.TreeListColumn(); |
| | |
| | | private DevExpress.XtraTreeList.Columns.TreeListColumn colSortCode; |
| | | private DevExpress.XtraTreeList.Columns.TreeListColumn colDescription; |
| | | private BindingSource catlogViewModelBindingSource; |
| | | private SysTypeTreeListCtrl typeTreeListCtrl2; |
| | | private SysTypeListBoxCtrl typeTreeListCtrl2; |
| | | private DevExpress.XtraBars.BarButtonItem BtnAddChild; |
| | | private DevExpress.XtraBars.BarButtonItem BtnPropEdit; |
| | | private DevExpress.Utils.SvgImageCollection svgImage32; |