Changeset 4 for trunk/AcronymDecoder.lpr
- Timestamp:
- Apr 20, 2016, 11:11:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AcronymDecoder.lpr
r3 r4 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UFormMain, UAcronym, synapse, UFormImport, Common, TemplateGenerics 10 Forms, UFormMain, UAcronym, synapse, UFormImport, Common, TemplateGenerics, 11 UFormAcronym 11 12 { you can add units after this }; 12 13 … … 19 20 Application.CreateForm(TFormMain, FormMain); 20 21 Application.CreateForm(TFormImport, FormImport); 22 Application.CreateForm(TFormAcronym, FormAcronym); 21 23 Application.Run; 22 24 end.
Note:
See TracChangeset
for help on using the changeset viewer.