Last change
on this file since 470 was 141, checked in by RBRi, 18 years ago |
unused stuff removed
|
-
Property svn:eol-style
set to
native
|
File size:
260 bytes
|
Rev | Line | |
---|
[15] | 1 | Program Components;
|
---|
| 2 |
|
---|
| 3 | Uses
|
---|
[141] | 4 | Forms,
|
---|
| 5 | Graphics,
|
---|
| 6 | ComponentsTestForm;
|
---|
| 7 | // NonSizableDialogUnit;
|
---|
[15] | 8 |
|
---|
| 9 | {$r Components.scu}
|
---|
| 10 |
|
---|
| 11 | Begin
|
---|
| 12 | Application.Create;
|
---|
| 13 | Application.CreateForm (TComponentsTestForm, ComponentsTestForm);
|
---|
| 14 | Application.Run;
|
---|
| 15 | Application.Destroy;
|
---|
| 16 | End.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.