Changeset 59 for trunk/Demo/ChronisDemo.lpr
- Timestamp:
- Nov 16, 2012, 9:59:56 AM (12 years ago)
- Location:
- trunk/Demo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Demo
- Property svn:ignore
-
old new 1 1 heaptrclog.trc 2 2 lib 3 ChronisDemo.exe 4 *.dbg
-
- Property svn:ignore
-
trunk/Demo/ChronisDemo.lpr
r58 r59 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, SysUtils, UDataModuleDemo, URegistredModules, UModuleTest;10 Forms, SysUtils, UDataModuleDemo, Common, UModuleTest; 11 11 12 12 {$R *.res} … … 26 26 RequireDerivedFormResource := True; 27 27 Application.Initialize; 28 Application.CreateForm(TDataModule Test, DataModuleTest);28 Application.CreateForm(TDataModuleDemo, DataModuleDemo); 29 29 Application.Run; 30 30 end.
Note:
See TracChangeset
for help on using the changeset viewer.