source: trunk/Packages/CoolDocking/CoolDocking.pas

Last change on this file was 73, checked in by chronos, 12 years ago
  • Modified: Packages are now stored as uncomporessed and are linked with relative path to project.
File size: 773 bytes
Line 
1{ This file was automatically created by Lazarus. Do not edit!
2 This source is only used to compile and install the package.
3 }
4
5unit CoolDocking;
6
7interface
8
9uses
10 UCDClient, UCDCustomize, UCDWindowList, UCDManagerTabs, UCDManagerRegions,
11 UCDManagerTabsPopup, UCDManagerRegionsPopup, URectangle, UCDPopupMenu,
12 UCDLayout, UCDCommon, UCDManager, UCDConjoinForm, UCDMaster, UCDResource,
13 LazarusPackageIntf;
14
15implementation
16
17procedure Register;
18begin
19 RegisterUnit('UCDClient', @UCDClient.Register);
20 RegisterUnit('UCDWindowList', @UCDWindowList.Register);
21 RegisterUnit('UCDLayout', @UCDLayout.Register);
22 RegisterUnit('UCDMaster', @UCDMaster.Register);
23end;
24
25initialization
26 RegisterPackage('CoolDocking', @Register);
27end.
Note: See TracBrowser for help on using the repository browser.