Changeset 19 for trunk/chronis.lpr
- Timestamp:
- Jun 14, 2011, 12:20:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/chronis.lpr
r15 r19 10 10 Forms, UPersistentForm, URegistry, UTreeState, SysUtils, UItemView, UItemEdit, 11 11 ULoginForm, UMainForm, UItemAdd, TemplateGenerics, CoolTranslator, Common, 12 CoolWeb, USystem, UCore, UApplicationInfo, USettingForm, UDataTypes 12 CoolWeb, USystem, UCore, UApplicationInfo, USettingForm, UDataTypes, 13 UImportStructureForm 13 14 { you can add units after this }; 14 15 … … 35 36 Application.CreateForm(TItemAddForm, ItemAddForm); 36 37 Application.CreateForm(TSettingForm, SettingForm); 38 Application.CreateForm(TImportStructureForm, ImportStructureForm); 37 39 Application.Run; 38 40 end.
Note:
See TracChangeset
for help on using the changeset viewer.