Changeset 21 for trunk/chronis.lpr
- Timestamp:
- Jun 16, 2011, 10:32:01 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/chronis.lpr
r19 r21 11 11 ULoginForm, UMainForm, UItemAdd, TemplateGenerics, CoolTranslator, Common, 12 12 CoolWeb, USystem, UCore, UApplicationInfo, USettingForm, UDataTypes, 13 UImportStructureForm 13 UImportStructureForm, UItemSelect 14 14 { you can add units after this }; 15 15 … … 37 37 Application.CreateForm(TSettingForm, SettingForm); 38 38 Application.CreateForm(TImportStructureForm, ImportStructureForm); 39 Application.CreateForm(TItemSelectForm, ItemSelectForm); 39 40 Application.Run; 40 41 end.
Note:
See TracChangeset
for help on using the changeset viewer.