Changeset 36 for trunk/chronis.lpr
- Timestamp:
- Mar 8, 2012, 7:51:16 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 5 5 chronis.exe 6 6 DebugLog.txt 7 chronis.lps
-
- Property svn:ignore
-
trunk/chronis.lpr
r33 r36 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UPersistentForm, U Registry, UTreeState, SysUtils, UItemView, UItemEdit,10 Forms, UPersistentForm, UTreeState, SysUtils, UItemView, UItemEdit, 11 11 ULoginForm, UMainForm, UItemAdd, TemplateGenerics, CoolTranslator, Common, 12 12 CoolWeb, USystem, UCore, UApplicationInfo, USettingForm, UDataTypes, … … 25 25 26 26 begin 27 Application.Title := 'ChronIS'; 27 28 {$IFDEF DEBUG} 28 29 // Heap trace … … 37 38 Application.CreateForm(TImportStructureForm, ImportStructureForm); 38 39 Application.CreateForm(TLoginProfileForm, LoginProfileForm); 39 Application.CreateForm(TSettingForm, SettingForm);40 40 Application.Run; 41 41 end.
Note:
See TracChangeset
for help on using the changeset viewer.