Changeset 19 for trunk/UCore.pas


Ignore:
Timestamp:
Mar 22, 2018, 10:41:00 PM (6 years ago)
Author:
chronos
Message:
  • Added: Remember main form and preferences form dimensions.
  • Added: Windows installer script.
  • Added: 32-bit mysql library binary.
  • Removed: Dependency on synapse package which can't be compiled under 64-bit CPU.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        66*.lrj
        77heaptrclog.trc
         8MyData.exe
  • trunk/UCore.pas

    r17 r19  
    77uses
    88  Classes, SysUtils, XMLConf, FileUtil, Controls, ActnList, UDatabase,
    9   UCoolTranslator, UApplicationInfo, Forms;
     9  UCoolTranslator, UApplicationInfo, UPersistentForm, Forms;
    1010
    1111type
     
    2222    CoolTranslator1: TCoolTranslator;
    2323    ImageList1: TImageList;
     24    PersistentForm1: TPersistentForm;
    2425    XMLConfig1: TXMLConfig;
    2526    procedure AAboutExecute(Sender: TObject);
Note: See TracChangeset for help on using the changeset viewer.