Changeset 20 for trunk/AcronymDecoder.lpr
- Timestamp:
- May 4, 2016, 6:50:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AcronymDecoder.lpr
r17 r20 10 10 Forms, UAcronym, synapse, Common, SysUtils, TemplateGenerics, UFormImport, 11 11 CoolTranslator, UFormCategorySelect, UFormMain, UFormAcronym, UFormSettings, 12 UFormCategories, UFormAcronyms 12 UFormCategories, UFormAcronyms, UFormImportSource, UFormImportSources 13 13 { you can add units after this }; 14 14 … … 38 38 Application.CreateForm(TFormSettings, FormSettings); 39 39 Application.CreateForm(TFormImport, FormImport); 40 Application.CreateForm(TFormImportSource, FormImportSource); 41 Application.CreateForm(TFormImportSources, FormImportSources); 40 42 Application.Run; 41 43 end.
Note:
See TracChangeset
for help on using the changeset viewer.