Changeset 6 for trunk/Dochazka.lpr
- Timestamp:
- Nov 14, 2012, 10:35:10 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Dochazka.lpr
r5 r6 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UFormMain, UCore, UAttendance, CoolWeb, Common, UFormSetting, SysUtils 10 Forms, UFormMain, UCore, UAttendance, UPersistentForm, CoolWeb, Common, 11 CoolTranslator, UFormSetting, SysUtils, UFormList 11 12 { you can add units after this }; 12 13 … … 30 31 Application.CreateForm(TFormMain, FormMain); 31 32 Application.CreateForm(TFormSetting, FormSetting); 33 Application.CreateForm(TFormList, FormList); 32 34 Application.Run; 33 35 end.
Note:
See TracChangeset
for help on using the changeset viewer.