close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

Ignore:
Timestamp:
Nov 12, 2017, 1:47:20 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Do not create settings form on application start but just if form is opened.
  • Fixed: Removed various compilation warnings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormSettings.lfm

    r107 r145  
    1313  OnShow = FormShow
    1414  Position = poMainFormCenter
    15   LCLVersion = '1.4.4.0'
     15  LCLVersion = '1.8.0.4'
    1616  object ButtonOk: TButton
    1717    Left = 444
     
    4747    object TabSheetGeneral: TTabSheet
    4848      Caption = 'General'
    49       ClientHeight = 226
    50       ClientWidth = 538
     49      ClientHeight = 220
     50      ClientWidth = 540
    5151      object Label2: TLabel
    5252        Left = 27
    53         Height = 25
     53        Height = 26
    5454        Top = 78
    55         Width = 139
     55        Width = 150
    5656        Caption = 'Animation speed:'
    5757        ParentColor = False
     
    5959      object SpinEditAnimSpeed: TSpinEdit
    6060        Left = 232
    61         Height = 33
     61        Height = 36
    6262        Top = 72
    6363        Width = 122
     
    6666      object Label3: TLabel
    6767        Left = 368
    68         Height = 25
     68        Height = 26
    6969        Top = 82
    7070        Width = 15
     
    7272        ParentColor = False
    7373      end
    74       object CheckBox1: TCheckBox
     74      object CheckBoxAutoSaveTurn: TCheckBox
    7575        Left = 8
    7676        Height = 27
    7777        Top = 112
    78         Width = 584
     78        Width = 586
    7979        Anchors = [akTop, akLeft, akRight]
    8080        AutoSize = False
     
    8484      object Label1: TLabel
    8585        Left = 20
    86         Height = 25
     86        Height = 26
    8787        Top = 26
    88         Width = 81
     88        Width = 88
    8989        Caption = 'Language:'
    9090        ParentColor = False
     
    9292      object ComboBoxLanguage: TComboBox
    9393        Left = 178
    94         Height = 33
     94        Height = 40
    9595        Top = 24
    9696        Width = 196
    97         ItemHeight = 25
     97        ItemHeight = 0
    9898        Style = csDropDownList
    9999        TabOrder = 2
     
    102102    object TabSheetDebug: TTabSheet
    103103      Caption = 'Debug'
    104       ClientHeight = 226
    105       ClientWidth = 538
     104      ClientHeight = 220
     105      ClientWidth = 540
    106106      object CheckBoxDevelMode: TCheckBox
    107107        Left = 16
Note: See TracChangeset for help on using the changeset viewer.