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