Changeset 110 for branches/generator/generator.lpr
- Timestamp:
- Aug 8, 2017, 11:15:41 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/generator.lpr
r109 r110 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, U FormMain, UFormRules, UCore, URules, UFormRule10 Forms, UCore, URules, UFormRule, UFormMain, UFormRules, UFormRuleItem 11 11 { you can add units after this }; 12 12 … … 14 14 15 15 begin 16 RequireDerivedFormResource :=True;16 RequireDerivedFormResource := True; 17 17 Application.Initialize; 18 Application.CreateForm(TCore, Core); 18 19 Application.CreateForm(TFormMain, FormMain); 20 Application.CreateForm(TFormRule, FormRule); 19 21 Application.CreateForm(TFormRules, FormRules); 20 Application.CreateForm(TCore, Core); 21 Application.CreateForm(TFormRule, FormRule); 22 Application.CreateForm(TFormRuleItem, FormRuleItem); 22 23 Application.Run; 23 24 end.
Note:
See TracChangeset
for help on using the changeset viewer.