Changeset 25 for trunk/MyData.lpr


Ignore:
Timestamp:
Sep 10, 2022, 6:54:43 PM (20 months ago)
Author:
chronos
Message:
  • Modified: CoolTranslator replaced by Common package.
  • Modified: Update common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MyData.lpr

    r23 r25  
    88  {$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UFormTables, UCore, Common, CoolTranslator,
     10  Forms, UFormTables, UCore, Common,
    1111  UFormTable, UFormRecords, UFormRecord, UFormFields, UFormField,
    1212  TemplateGenerics, UFormMain, SysUtils,
     
    2828
    2929  RequireDerivedFormResource := True;
     30  Application.Scaled:=True;
    3031  Application.Initialize;
    3132  Application.CreateForm(TCore, Core);
Note: See TracChangeset for help on using the changeset viewer.