Changeset 116 for branches/generator/generator.lpr
- Timestamp:
- Nov 27, 2017, 10:04:52 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/generator.lpr
r114 r116 9 9 Interfaces, // this includes the LCL widgetset 10 10 Forms, UCore, URules, Common, TemplateGenerics, UFormRule, UFormMain, 11 UFormRules, UFormRuleItem 11 UFormRules, UFormRuleItem, UFormRuleItems 12 12 { you can add units after this }; 13 13 … … 22 22 Application.CreateForm(TFormRules, FormRules); 23 23 Application.CreateForm(TFormRuleItem, FormRuleItem); 24 Application.CreateForm(TFormRuleItems, FormRuleItems); 24 25 Application.Run; 25 26 end.
Note:
See TracChangeset
for help on using the changeset viewer.