|
Last change
on this file was 149, checked in by chronos, 21 months ago |
- Modified: Update Common package.
- Added: Project group.
- Modified: Assign ModuleUser to modules which use it in later time.
|
|
File size:
223 bytes
|
| Line | |
|---|
| 1 | unit FormTest;
|
|---|
| 2 |
|
|---|
| 3 | interface
|
|---|
| 4 |
|
|---|
| 5 | uses
|
|---|
| 6 | Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, FormEx;
|
|---|
| 7 |
|
|---|
| 8 | type
|
|---|
| 9 |
|
|---|
| 10 | { TFormTest }
|
|---|
| 11 |
|
|---|
| 12 | TFormTest = class(TFormEx)
|
|---|
| 13 | MemoLog: 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.