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