Changeset 137 for branches/generator/generator.lpr
- Timestamp:
- Dec 27, 2017, 6:05:11 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/generator.lpr
r130 r137 9 9 Interfaces, // this includes the LCL widgetset 10 10 Forms, UCore, Common, TemplateGenerics, UFormMain, SysUtils, UBuilder, 11 UFormRules 11 UFormRules, UFormLookupTables, UFormLookupTable 12 12 { you can add units after this }; 13 13 … … 32 32 Application.CreateForm(TFormMain, FormMain); 33 33 Application.CreateForm(TFormRules, FormRules); 34 Application.CreateForm(TFormLookupTable, FormLookupTable); 34 35 Application.Run; 35 36 end.
Note:
See TracChangeset
for help on using the changeset viewer.