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