Changeset 189 for Docking/CoolDocking/CoolDocking.pas
- Timestamp:
- Mar 11, 2011, 9:18:59 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Docking/CoolDocking/CoolDocking.pas
r188 r189 8 8 9 9 uses 10 UCoolDockClient, UCoolDockCustomize, UCoolDockWindowList, 11 UCoolDockStyleTabs, UCoolDockStyleRegions, UCoolDockStylePopupTabs, 12 UCoolDockStylePopupRegions, UCoolDockStyle, UCoolDockClientPanel, 13 UCoolDockPopupMenu, UCoolDockLayout, URectangle, UCoolDockCommon, 14 UCoolDockManager, UCoolDockConjoinForm, UCoolDockMaster, LazarusPackageIntf; 10 UCDClient, UCDCustomize, UCDWindowList, UCDStyleTabs, UCDStyleRegions, 11 UCDStylePopupTabs, UCDStylePopupRegions, UCDStyle, UCDClientPanel, 12 UCDPopupMenu, UCDLayout, URectangle, UCDCommon, UCDManager, UCDConjoinForm, 13 UCDMaster, LazarusPackageIntf; 15 14 16 15 implementation … … 18 17 procedure Register; 19 18 begin 20 RegisterUnit('UCoolDockClient', @UCoolDockClient.Register); 21 RegisterUnit('UCoolDockWindowList', @UCoolDockWindowList.Register); 22 RegisterUnit('UCoolDockLayout', @UCoolDockLayout.Register); 19 RegisterUnit('UCDClient', @UCDClient.Register); 20 RegisterUnit('UCDWindowList', @UCDWindowList.Register); 21 RegisterUnit('UCDLayout', @UCDLayout.Register); 22 RegisterUnit('UCDMaster', @UCDMaster.Register); 23 23 end; 24 24
Note:
See TracChangeset
for help on using the changeset viewer.