Changeset 22 for trunk/UCore.pas


Ignore:
Timestamp:
Mar 24, 2018, 12:33:48 AM (6 years ago)
Author:
chronos
Message:
  • Modified: Tables creation/deletion using SQL syntax for XML backend.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.pas

    r21 r22  
    66
    77uses
    8   Classes, SysUtils, FileUtil, Controls, ActnList, UDatabase,
    9   UCoolTranslator, UApplicationInfo, UPersistentForm, Forms, URegistry;
     8  Classes, SysUtils, FileUtil, Controls, ActnList, UDatabase, UCoolTranslator,
     9  UApplicationInfo, UPersistentForm, Forms, URegistry, UScaleDPI;
    1010
    1111type
     
    2323    ImageList1: TImageList;
    2424    PersistentForm1: TPersistentForm;
     25    ScaleDPI1: TScaleDPI;
    2526    procedure AAboutExecute(Sender: TObject);
    2627    procedure ADatabaseConnectExecute(Sender: TObject);
Note: See TracChangeset for help on using the changeset viewer.