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