Changeset 14 for trunk/AcronymDecoder.lpr
- Timestamp:
- Apr 28, 2016, 10:56:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AcronymDecoder.lpr
r13 r14 9 9 Interfaces, // this includes the LCL widgetset 10 10 Forms, UFormMain, UAcronym, synapse, UFormImport, Common, SysUtils, TemplateGenerics, 11 UFormAcronym, CoolTranslator, UFormSettings, UFormCategorySelect 11 UFormAcronym, CoolTranslator, UFormSettings, UFormCategorySelect, 12 UFormCategories 12 13 { you can add units after this }; 13 14 … … 35 36 Application.CreateForm(TFormSettings, FormSettings); 36 37 Application.CreateForm(TFormCategorySelect, FormCategorySelect); 38 Application.CreateForm(TFormCategories, FormCategories); 37 39 Application.Run; 38 40 end.
Note:
See TracChangeset
for help on using the changeset viewer.