source:
cprs/branches/ScanSourceForConstants/WorkingSplashU.pas@
1698
Last change on this file since 1698 was 461, checked in by , 16 years ago | |
---|---|
File size: 368 bytes |
Rev | Line | |
---|---|---|
[461] | 1 | unit WorkingSplashU; |
2 | ||
3 | interface | |
4 | ||
5 | uses | |
6 | Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, | |
7 | Dialogs, StdCtrls; | |
8 | ||
9 | type | |
10 | TWorkingForm = class(TForm) | |
11 | Label1: TLabel; | |
12 | private | |
13 | { Private declarations } | |
14 | public | |
15 | { Public declarations } | |
16 | end; | |
17 | ||
18 | var | |
19 | WorkingForm: TWorkingForm; | |
20 | ||
21 | implementation | |
22 | ||
23 | {$R *.dfm} | |
24 | ||
25 | end. |
Note:
See TracBrowser
for help on using the repository browser.