source: trunk/Forms/FormDebug.pas

Last change on this file was 73, checked in by chronos, 8 months ago
  • Modified: Removed U prefix from unit names.
File size: 177 bytes
Line 
1unit FormDebug;
2
3interface
4
5uses
6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs;
7
8type
9 TFormDebug = class(TForm)
10 end;
11
12
13implementation
14
15{$R *.lfm}
16
17end.
18
Note: See TracBrowser for help on using the repository browser.