Changeset 4 for trunk/Studio/LibreDevelopStudio.lpr
- Timestamp:
- Aug 1, 2012, 11:10:12 PM (12 years ago)
- Location:
- trunk/Studio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Studio
- Property svn:ignore
-
old new 2 2 LibreDevelopStudio.exe 3 3 LibreDevelopStudio.lps 4 LibreDevelopStudio
-
- Property svn:ignore
-
trunk/Studio/LibreDevelopStudio.lpr
r1 r4 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UCore, U FormMain;10 Forms, UCore, UDataModule; 11 11 12 12 {$R *.res} … … 16 16 Application.Initialize; 17 17 Application.CreateForm(TCore, Core); 18 Application.CreateForm(T FormMain, FormMain);18 Application.CreateForm(TDataModule1, DataModule1); 19 19 Application.Run; 20 20 end.
Note:
See TracChangeset
for help on using the changeset viewer.