source:
trunk/Components/Components.pas@
15
Last change on this file since 15 was 15, checked in by , 19 years ago | |
---|---|
|
|
File size: 252 bytes |
Rev | Line | |
---|---|---|
[15] | 1 | Program Components; |
2 | ||
3 | Uses | |
4 | Forms, Graphics, ComponentsTestForm, NonSizableDialogUnit; | |
5 | ||
6 | {$r Components.scu} | |
7 | ||
8 | Begin | |
9 | Application.Create; | |
10 | Application.CreateForm (TComponentsTestForm, ComponentsTestForm); | |
11 | Application.Run; | |
12 | Application.Destroy; | |
13 | End. |
Note:
See TracBrowser
for help on using the repository browser.