Ignore:
Timestamp:
Jan 1, 2018, 8:57:03 PM (7 years ago)
Author:
chronos
Message:
  • Added: Remember players configuration in XML config file between application runs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UMainForm.lfm

    r34 r36  
    55  Width = 514
    66  Caption = 'Tunneler'
    7   ClientHeight = 383
     7  ClientHeight = 378
    88  ClientWidth = 514
    99  Menu = MainMenu1
     
    1515  OnKeyUp = FormKeyUp
    1616  OnShow = FormShow
    17   LCLVersion = '1.5'
     17  LCLVersion = '1.8.0.4'
    1818  object StatusBar1: TStatusBar
    1919    Left = 0
    20     Height = 29
    21     Top = 354
     20    Height = 30
     21    Top = 348
    2222    Width = 514
    2323    Panels = <   
     
    4747  object Image1: TImage
    4848    Left = 0
    49     Height = 354
     49    Height = 348
    5050    Top = 0
    5151    Width = 514
     
    135135    VersionMinor = 0
    136136    VersionBugFix = 0
     137    VersionSuffix = 'alfa'
    137138    CompanyName = 'Chronosoft'
    138139    HomePage = 'http://svn.zdechov.net/trac/Tunneler/'
     
    140141    EmailContact = 'robie@centrum.cz'
    141142    AppName = 'Tunneler'
    142     ReleaseDate = 41160
     143    ReleaseDate = 43064
    143144    RegistryKey = '\Software\Chronosoft\Tunneler'
    144145    RegistryRoot = rrKeyCurrentUser
     146    License = 'CC0'
    145147    left = 99
    146148    top = 176
    147149  end
     150  object XMLConfig1: TXMLConfig
     151    StartEmpty = False
     152    RootName = 'CONFIG'
     153    ReadOnly = False
     154    left = 99
     155    top = 240
     156  end
    148157end
Note: See TracChangeset for help on using the changeset viewer.