Changeset 97 for Docking/CoolDocking/UCoolDockStylePopupRegions.pas
- Timestamp:
- Dec 9, 2010, 2:15:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Docking/CoolDocking/UCoolDockStylePopupRegions.pas
r89 r97 1 unit UCoolDockStylePopupRegions; 1 unit UCoolDockStylePopupRegions; 2 2 3 {$mode objfpc}{$H+}3 {$mode Delphi}{$H+} 4 4 5 5 interface 6 6 7 7 uses 8 Classes, SysUtils; 8 Classes, SysUtils, UCoolDockStyleRegions, UCoolDockStyle; 9 10 type 11 TCoolDockStylePopupRegions = class(TCoolDockStyleRegions) 12 13 end; 14 9 15 10 16 implementation 11 17 18 uses 19 UCoolDocking; 20 12 21 end. 13 22
Note:
See TracChangeset
for help on using the changeset viewer.