Ignore:
Timestamp:
Mar 11, 2011, 9:18:59 AM (13 years ago)
Author:
george
Message:
  • Modified: All unit and type names renamed to shorted form. Shortcut "CD" instead of "CoolDock".
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Docking/CoolDocking/CoolDocking.pas

    r188 r189  
    88
    99uses
    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;
    1514
    1615implementation
     
    1817procedure Register;
    1918begin
    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);
    2323end;
    2424
Note: See TracChangeset for help on using the changeset viewer.