Changeset 5 for trunk/chronis.lpr
- Timestamp:
- Jun 3, 2010, 6:00:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/chronis.lpr
r4 r5 9 9 Interfaces, // this includes the LCL widgetset 10 10 Forms, UPersistentForm, URegistry, USqlDatabase, UTreeState, 11 UItemView, UItemEdit, ULoginForm, UMainForm 11 UItemView, UItemEdit, ULoginForm, UMainForm, UItemAdd 12 12 { you can add units after this }; 13 13 … … 19 19 Application.CreateForm(TItemViewForm, ItemViewForm); 20 20 Application.CreateForm(TItemEditForm, ItemEditForm); 21 Application.CreateForm(TItemAddForm, ItemAddForm); 21 22 Application.Run; 22 23 end.
Note:
See TracChangeset
for help on using the changeset viewer.