Changeset 25 for trunk/MyData.lpr
- Timestamp:
- Sep 10, 2022, 6:54:43 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MyData.lpr
r23 r25 8 8 {$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UFormTables, UCore, Common, CoolTranslator,10 Forms, UFormTables, UCore, Common, 11 11 UFormTable, UFormRecords, UFormRecord, UFormFields, UFormField, 12 12 TemplateGenerics, UFormMain, SysUtils, … … 28 28 29 29 RequireDerivedFormResource := True; 30 Application.Scaled:=True; 30 31 Application.Initialize; 31 32 Application.CreateForm(TCore, Core);
Note:
See TracChangeset
for help on using the changeset viewer.