source:
trunk/Forms/FormLog.pas
Last change on this file was 149, checked in by , 13 months ago | |
---|---|
File size: 230 bytes |
Line | |
---|---|
1 | unit FormLog; |
2 | |
3 | interface |
4 | |
5 | uses |
6 | Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, |
7 | FormEx; |
8 | |
9 | type |
10 | |
11 | { TFormLog } |
12 | |
13 | TFormLog = class(TFormEx) |
14 | Memo1: TMemo; |
15 | end; |
16 | |
17 | |
18 | implementation |
19 | |
20 | {$R *.lfm} |
21 | |
22 | end. |
23 |
Note:
See TracBrowser
for help on using the repository browser.