Changeset 87 for trunk/AcronymDecoder.lpr
- Timestamp:
- Aug 8, 2016, 1:51:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AcronymDecoder.lpr
r86 r87 32 32 RequireDerivedFormResource := True; 33 33 Application.Initialize; 34 Application.CreateForm(TCore, Core); 34 35 Application.CreateForm(TFormMain, FormMain); 35 36 Application.CreateForm(TFormCategorySelect, FormCategorySelect); … … 45 46 Application.CreateForm(TFormImportFormats, FormImportFormats); 46 47 Application.CreateForm(TFormImportPattern, FormImportPattern); 47 Application.CreateForm(TCore, Core);48 48 Application.Run; 49 49 end.
Note:
See TracChangeset
for help on using the changeset viewer.