Changeset 3 for trunk/chronis.lpr
- Timestamp:
- Jun 3, 2010, 3:16:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/chronis.lpr
r2 r3 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UMainForm, ULoginForm, UPersistentForm, URegistry, USqlDatabase 10 Forms, UPersistentForm, URegistry, USqlDatabase, 11 UItemView, UItemEdit, ULoginForm, UMainForm 11 12 { you can add units after this }; 12 13 … … 15 16 begin 16 17 Application.Initialize; 17 Application.CreateForm(TMainForm, MainForm); 18 Application.CreateForm(TItemViewForm, ItemViewForm); 19 Application.CreateForm(TItemEditForm, ItemEditForm); 18 20 Application.Run; 19 21 end.
Note:
See TracChangeset
for help on using the changeset viewer.