Changeset 7 for trunk/UFormMain.lfm


Ignore:
Timestamp:
Sep 26, 2019, 9:36:37 PM (5 years ago)
Author:
chronos
Message:
  • Added: Remember window dimensions after application restart.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UFormMain.lfm

    r5 r7  
    77  DesignTimePPI = 144
    88  Menu = MainMenu1
     9  OnClose = FormClose
    910  OnCreate = FormCreate
    1011  OnDestroy = FormDestroy
     
    3839    end
    3940  end
     41  object PersistentForm1: TPersistentForm
     42    MinVisiblePart = 50
     43    EntireVisible = False
     44    left = 161
     45    top = 258
     46  end
     47  object ApplicationInfo1: TApplicationInfo
     48    Identification = 1
     49    VersionMajor = 1
     50    VersionMinor = 0
     51    VersionBugFix = 0
     52    HomePage = 'https://app.zdechov.net/2048'
     53    AuthorsName = 'Chronos'
     54    EmailContact = 'robie@centrum.cz'
     55    AppName = '2048'
     56    Description = 'Classic 2048 game.'
     57    ReleaseDate = 43733
     58    RegistryKey = '\Software\Chronosoft\2048'
     59    RegistryRoot = rrKeyCurrentUser
     60    License = 'CC0'
     61    left = 320
     62    top = 258
     63  end
    4064end
Note: See TracChangeset for help on using the changeset viewer.