Changeset 25 for trunk/chronis.lpr
- Timestamp:
- Nov 9, 2011, 1:58:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/chronis.lpr
r21 r25 11 11 ULoginForm, UMainForm, UItemAdd, TemplateGenerics, CoolTranslator, Common, 12 12 CoolWeb, USystem, UCore, UApplicationInfo, USettingForm, UDataTypes, 13 UImportStructureForm, UItemSelect 13 UImportStructureForm, UItemSelect, ULoginProfileForm, UAboutForm 14 14 { you can add units after this }; 15 15 … … 38 38 Application.CreateForm(TImportStructureForm, ImportStructureForm); 39 39 Application.CreateForm(TItemSelectForm, ItemSelectForm); 40 Application.CreateForm(TLoginProfileForm, LoginProfileForm); 41 Application.CreateForm(TAboutForm, AboutForm); 40 42 Application.Run; 41 43 end.
Note:
See TracChangeset
for help on using the changeset viewer.