Last change
on this file since 33 was 33, checked in by RBRi, 19 years ago |
more uses cleanup
|
-
Property svn:eol-style
set to
native
|
File size:
403 bytes
|
Rev | Line | |
---|
[18] | 1 | Program NewView;
|
---|
| 2 |
|
---|
| 3 | // NewView - a new OS/2 Help Viewer
|
---|
| 4 | // Copyright 2003 Aaron Lawrence (aaronl at consultant dot com)
|
---|
| 5 | // This software is released under the Gnu Public License - see readme.txt
|
---|
| 6 |
|
---|
| 7 | // Main program
|
---|
| 8 | // Becomes NewView.exe
|
---|
| 9 |
|
---|
| 10 | Uses
|
---|
[33] | 11 | Forms,
|
---|
| 12 | MainForm;
|
---|
[18] | 13 |
|
---|
| 14 | {$r NewView.scu}
|
---|
| 15 |
|
---|
| 16 | Begin
|
---|
| 17 | Application.Create;
|
---|
| 18 | Application.CreateForm (TMainForm, MainForm);
|
---|
| 19 | Application.Run;
|
---|
| 20 | Application.Destroy;
|
---|
| 21 | End.
|
---|
| 22 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.