source:
trunk/ae/AE.pas
| Last change on this file was 454, checked in by , 3 years ago | |
|---|---|
| File size: 376 bytes | |
| Rev | Line | |
|---|---|---|
| [454] | 1 | Program AE; |
| 2 | ||
| 3 | Uses | |
| 4 | Forms, Graphics, MainFormUnit, FindFormUnit, SaveQueryFormUnit, ReplaceFormUnit, | |
| 5 | AEPrintDialogUnit, ProductInformationFormUnit, AutoSaveFormUnit, SystemIconUnit, | |
| 6 | ColorsFormUnit, LargeFileWarningFormUnit; | |
| 7 | ||
| 8 | {$r AE.scu} | |
| 9 | ||
| 10 | Begin | |
| 11 | Application.Create; | |
| 12 | Application.CreateForm (TMainForm, MainForm); | |
| 13 | Application.Run; | |
| 14 | Application.Destroy; | |
| 15 | End. |
Note:
See TracBrowser
for help on using the repository browser.
