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