source: trunk/Forms/FormFavorites.pas

Last change on this file was 23, checked in by chronos, 2 weeks ago
  • Modified: All unit renamed to names without U prefix.
  • Modified: Removed global form variables.
  • Modified: Code cleanup.
File size: 185 bytes
Line 
1unit FormFavorites;
2
3interface
4
5uses
6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs;
7
8type
9 TFormFavorites = class(TForm)
10 end;
11
12
13implementation
14
15{$R *.lfm}
16
17end.
18
Note: See TracBrowser for help on using the repository browser.