Changeset 36 for trunk/NewView/NewView.pas
- Timestamp:
- Sep 18, 2006, 6:26:15 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NewView/NewView.pas
r33 r36 10 10 Uses 11 11 Forms, 12 MainForm; 12 Graphics, 13 MainForm, 14 15 // don't remove this, this stuff is needed internally to 16 // initialize the forms 17 ProductInformationFormUnit, 18 OptionsForm, 19 InformationFormUnit, 20 FileDialogForm, 21 GlobalSearchForm, 22 NoteForm, 23 BookmarksFormUnit, 24 PrintDialogUnit, 25 SearchDirectoriesFormUnit; 13 26 14 27 {$r NewView.scu} … … 16 29 Begin 17 30 Application.Create; 18 Application.CreateForm 31 Application.CreateForm(TMainForm, MainForm); 19 32 Application.Run; 20 33 Application.Destroy; 21 34 End. 22
Note:
See TracChangeset
for help on using the changeset viewer.