Changeset 130 for branches/generator/generator.lpr
- Timestamp:
- Dec 24, 2017, 11:13:05 AM (7 years ago)
- Location:
- branches/generator
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator
- Property svn:ignore
-
old new 1 generator 1 2 generator.exe 2 3 generator.lps 3 4 lib 4 5 heaptrclog.trc 6 Generated
-
- Property svn:ignore
-
branches/generator/generator.lpr
r129 r130 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UCore, Common, TemplateGenerics, UFormMain, SysUtils, UBuilder 10 Forms, UCore, Common, TemplateGenerics, UFormMain, SysUtils, UBuilder, 11 UFormRules 11 12 { you can add units after this }; 12 13 … … 30 31 Application.CreateForm(TCore, Core); 31 32 Application.CreateForm(TFormMain, FormMain); 33 Application.CreateForm(TFormRules, FormRules); 32 34 Application.Run; 33 35 end.
Note:
See TracChangeset
for help on using the changeset viewer.