Ignore:
Timestamp:
Oct 5, 2014, 7:13:38 PM (10 years ago)
Author:
chronos
Message:
  • Added: Auto save game to file option in settings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormSettings.lfm

    r68 r77  
    2929  object Label1: TLabel
    3030    Left = 20
    31     Height = 22
     31    Height = 25
    3232    Top = 26
    33     Width = 80
     33    Width = 95
    3434    Caption = 'Language:'
    3535    ParentColor = False
     
    3737  object ComboBoxLanguage: TComboBox
    3838    Left = 178
    39     Height = 34
     39    Height = 37
    4040    Top = 24
    4141    Width = 196
     
    4646  object CheckBoxDevelMode: TCheckBox
    4747    Left = 16
    48     Height = 24
     48    Height = 27
    4949    Top = 80
    50     Width = 157
     50    Width = 176
    5151    Caption = 'Developer mode'
    5252    TabOrder = 3
     
    5454  object SpinEditAnimSpeed: TSpinEdit
    5555    Left = 184
    56     Height = 32
     56    Height = 35
    5757    Top = 120
    5858    Width = 122
     
    6161  object Label2: TLabel
    6262    Left = 19
    63     Height = 22
     63    Height = 25
    6464    Top = 126
    65     Width = 140
     65    Width = 162
    6666    Caption = 'Animation speed:'
    6767    ParentColor = False
     
    6969  object Label3: TLabel
    7070    Left = 311
    71     Height = 22
     71    Height = 25
    7272    Top = 128
    73     Width = 15
     73    Width = 17
    7474    Caption = '%'
    7575    ParentColor = False
    7676  end
     77  object CheckBox1: TCheckBox
     78    Left = 16
     79    Height = 27
     80    Top = 160
     81    Width = 287
     82    Caption = 'Autosave game on each turn'
     83    TabOrder = 5
     84  end
    7785end
Note: See TracChangeset for help on using the changeset viewer.