Ignore:
Timestamp:
Dec 29, 2024, 1:35:37 PM (6 days ago)
Author:
chronos
Message:
  • Modified: Automatically save running game on application exit and reopen it on next start.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormSettings.lfm

    r325 r354  
    11object FormSettings: TFormSettings
    2   Left = 851
     2  Left = 545
    33  Height = 613
    4   Top = 413
     4  Top = 203
    55  Width = 857
    66  ActiveControl = ButtonOk
     
    1414  OnShow = FormShow
    1515  Position = poMainFormCenter
    16   LCLVersion = '3.4.0.0'
     16  LCLVersion = '3.6.0.0'
    1717  object ButtonOk: TButton
    1818    Left = 735
     
    5151    object TabSheetGeneral: TTabSheet
    5252      Caption = 'General'
    53       ClientHeight = 512
    54       ClientWidth = 831
     53      ClientHeight = 506
     54      ClientWidth = 835
    5555      ParentFont = False
    5656      object Panel1: TPanel
    5757        Left = 0
    58         Height = 512
     58        Height = 506
    5959        Top = 0
    60         Width = 831
     60        Width = 835
    6161        Align = alClient
    6262        BevelOuter = bvNone
    63         ClientHeight = 512
    64         ClientWidth = 831
     63        ClientHeight = 506
     64        ClientWidth = 835
    6565        ParentFont = False
    6666        TabOrder = 0
    6767        object Label1: TLabel
    6868          Left = 20
    69           Height = 26
     69          Height = 28
    7070          Top = 32
    71           Width = 88
     71          Width = 96
    7272          Caption = 'Language:'
    7373          ParentColor = False
     
    7676        object ComboBoxLanguage: TComboBox
    7777          Left = 178
    78           Height = 42
     78          Height = 40
    7979          Top = 24
    8080          Width = 196
     
    8686        object ComboBoxTheme: TComboBox
    8787          Left = 176
    88           Height = 42
     88          Height = 40
    8989          Top = 72
    9090          Width = 196
     
    9696        object Label6: TLabel
    9797          Left = 20
    98           Height = 26
     98          Height = 28
    9999          Top = 80
    100           Width = 63
     100          Width = 69
    101101          Caption = 'Theme:'
    102102          ParentColor = False
     
    105105        object SpinEditAnimSpeed: TSpinEdit
    106106          Left = 232
    107           Height = 43
     107          Height = 38
    108108          Top = 120
    109109          Width = 122
     
    113113        object Label3: TLabel
    114114          Left = 368
    115           Height = 26
     115          Height = 28
    116116          Top = 124
    117           Width = 15
     117          Width = 17
    118118          Caption = '%'
    119119          ParentColor = False
     
    122122        object Label2: TLabel
    123123          Left = 20
    124           Height = 26
     124          Height = 28
    125125          Top = 120
    126           Width = 149
     126          Width = 162
    127127          Caption = 'Animation speed:'
    128128          ParentColor = False
    129129          ParentFont = False
    130         end
    131         object CheckBoxAutoSaveTurn: TCheckBox
    132           Left = 20
    133           Height = 30
    134           Top = 154
    135           Width = 269
    136           Caption = 'Autosave game on each turn'
    137           ParentFont = False
    138           TabOrder = 3
    139         end
    140         object CheckBoxReopenLastFile: TCheckBox
    141           Left = 20
    142           Height = 30
    143           Top = 194
    144           Width = 248
    145           Caption = 'Reopen last game on start'
    146           ParentFont = False
    147           TabOrder = 4
    148130        end
    149131      end
     
    151133    object TabSheetDebug: TTabSheet
    152134      Caption = 'Debug'
    153       ClientHeight = 512
    154       ClientWidth = 831
     135      ClientHeight = 506
     136      ClientWidth = 835
    155137      ParentFont = False
    156138      object Panel2: TPanel
    157139        Left = 0
    158         Height = 512
     140        Height = 506
    159141        Top = 0
    160         Width = 831
     142        Width = 835
    161143        Align = alClient
    162144        BevelOuter = bvNone
    163         ClientHeight = 512
    164         ClientWidth = 831
     145        ClientHeight = 506
     146        ClientWidth = 835
    165147        ParentFont = False
    166148        TabOrder = 0
     
    169151          Height = 24
    170152          Top = 32
    171           Width = 799
     153          Width = 803
    172154          Anchors = [akTop, akLeft, akRight]
    173155          AutoSize = False
     
    179161        object Label4: TLabel
    180162          Left = 14
    181           Height = 26
     163          Height = 28
    182164          Top = 67
    183           Width = 35
     165          Width = 39
    184166          Caption = 'DPI:'
    185167          ParentColor = False
     
    188170        object SpinEditX: TSpinEdit
    189171          Left = 104
    190           Height = 43
     172          Height = 38
    191173          Top = 64
    192174          Width = 96
     
    199181        object Label5: TLabel
    200182          Left = 208
    201           Height = 26
     183          Height = 28
    202184          Top = 67
    203           Width = 10
     185          Width = 11
    204186          Caption = 'x'
    205187          ParentColor = False
     
    208190        object SpinEditY: TSpinEdit
    209191          Left = 232
    210           Height = 43
     192          Height = 38
    211193          Top = 64
    212194          Width = 90
     
    221203          Height = 26
    222204          Top = 136
    223           Width = 803
     205          Width = 807
    224206          Anchors = [akTop, akLeft, akRight]
    225207          AutoSize = False
Note: See TracChangeset for help on using the changeset viewer.