Changeset 2 for trunk/chronis.lpr
- Timestamp:
- May 30, 2010, 6:09:55 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 1 lib 2 Config.xml 3 chronis
-
- Property svn:ignore
-
trunk/chronis.lpr
r1 r2 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, U SqlDatabase, UMainForm, ULoginForm10 Forms, UMainForm, ULoginForm, UPersistentForm, URegistry, USqlDatabase 11 11 { you can add units after this }; 12 12 … … 15 15 begin 16 16 Application.Initialize; 17 Application.CreateForm(TMainForm, MainForm); 17 18 Application.Run; 18 19 end.
Note:
See TracChangeset
for help on using the changeset viewer.