Changeset 301 for trunk/UCore.lfm


Ignore:
Timestamp:
Jul 10, 2019, 11:35:10 PM (5 years ago)
Author:
chronos
Message:
  • Fixed: Corrected dimensions in About dialog.
  • Removed: Old Player and Players forms replaced by general item list.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r295 r301  
    33  OnDestroy = DataModuleDestroy
    44  OldCreateOrder = False
    5   Height = 676
    6   HorizontalOffset = 348
    7   VerticalOffset = 348
    8   Width = 1048
    9   PPI = 120
     5  Height = 811
     6  HorizontalOffset = 418
     7  VerticalOffset = 418
     8  Width = 1258
     9  PPI = 144
    1010  object ActionListMain: TActionList
    1111    Images = ImageListSmall
    12     left = 114
    13     top = 50
     12    left = 137
     13    top = 60
    1414    object AExit: TAction
    1515      Caption = 'Exit'
     
    114114  end
    115115  object ImageListSmall: TImageList
    116     left = 653
    117     top = 350
     116    left = 784
     117    top = 420
    118118    Bitmap = {
    119119      4C691300000010000000100000000000000000000000E3AA4BD6E5B35EFFE3B1
     
    731731    POFilesFolder = 'Languages'
    732732    OnTranslate = CoolTranslator1Translate
    733     left = 114
    734     top = 363
     733    left = 137
     734    top = 436
    735735  end
    736736  object ImageListLarge: TImageList
    737737    Height = 32
    738738    Width = 32
    739     left = 655
    740     top = 238
     739    left = 786
     740    top = 286
    741741    Bitmap = {
    742742      4C69100000002000000020000000000000000000000000000000E2AA4B36E2A9
     
    27952795    RootName = 'CONFIG'
    27962796    ReadOnly = False
    2797     left = 114
    2798     top = 463
     2797    left = 137
     2798    top = 556
    27992799  end
    28002800  object OpenDialog1: TOpenDialog
    28012801    DefaultExt = '.xtmap'
    2802     left = 938
    2803     top = 243
     2802    left = 1126
     2803    top = 292
    28042804  end
    28052805  object SaveDialog1: TSaveDialog
    28062806    DefaultExt = '.xtmap'
    2807     left = 938
    2808     top = 138
     2807    left = 1126
     2808    top = 166
    28092809  end
    28102810  object ApplicationInfo: TApplicationInfo
     
    28182818    HomePage = 'https://app.zdechov.net/xtactics'
    28192819    AuthorsName = 'Chronos'
     2820    EmailContact = 'robie@centrum.cz'
    28202821    AppName = 'xTactics'
    2821     ReleaseDate = 43365
     2822    Description = 'Turn-based strategy game inspired by classic Risk board game. The game is highly configurable to allow to adjust battle field and game rules.'
     2823    ReleaseDate = 43656
    28222824    RegistryKey = '\Software\xTactics'
    28232825    RegistryRoot = rrKeyCurrentUser
    28242826    License = 'CC0'
    2825     left = 114
    2826     top = 150
     2827    left = 137
     2828    top = 180
    28272829  end
    28282830  object PersistentForm: TPersistentForm
    28292831    MinVisiblePart = 50
    28302832    EntireVisible = False
    2831     left = 650
    2832     top = 500
     2833    left = 780
     2834    top = 600
    28332835  end
    28342836  object ScaleDPI1: TScaleDPI
    28352837    AutoDetect = False
    2836     left = 113
    2837     top = 563
     2838    left = 136
     2839    top = 676
    28382840  end
    28392841  object LastOpenedList1: TLastOpenedList
    28402842    MaxCount = 10
    28412843    OnChange = LastOpenedList1Change
    2842     left = 114
    2843     top = 250
     2844    left = 137
     2845    top = 300
    28442846  end
    28452847  object ThemeManager1: TThemeManager
    2846     left = 337
    2847     top = 270
     2848    left = 404
     2849    top = 324
    28482850  end
    28492851end
Note: See TracChangeset for help on using the changeset viewer.