source: trunk/Forms/FormLog.pas

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