Ignore:
Timestamp:
Jan 1, 2025, 1:04:50 AM (5 days ago)
Author:
chronos
Message:
  • Modified: Added more action icons to main toolbar and main menu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormSettings.lfm

    r354 r364  
    88  ClientHeight = 613
    99  ClientWidth = 857
    10   Constraints.MinHeight = 300
    11   Constraints.MinWidth = 454
     10  Constraints.MinHeight = 200
     11  Constraints.MinWidth = 300
    1212  DesignTimePPI = 144
    1313  OnCreate = FormCreate
     
    5151    object TabSheetGeneral: TTabSheet
    5252      Caption = 'General'
    53       ClientHeight = 506
    54       ClientWidth = 835
     53      ClientHeight = 512
     54      ClientWidth = 831
    5555      ParentFont = False
    5656      object Panel1: TPanel
    5757        Left = 0
    58         Height = 506
     58        Height = 512
    5959        Top = 0
    60         Width = 835
     60        Width = 831
    6161        Align = alClient
    6262        BevelOuter = bvNone
    63         ClientHeight = 506
    64         ClientWidth = 835
     63        ClientHeight = 512
     64        ClientWidth = 831
    6565        ParentFont = False
    6666        TabOrder = 0
    6767        object Label1: TLabel
    6868          Left = 20
    69           Height = 28
     69          Height = 26
    7070          Top = 32
    71           Width = 96
     71          Width = 88
    7272          Caption = 'Language:'
    7373          ParentColor = False
     
    7676        object ComboBoxLanguage: TComboBox
    7777          Left = 178
    78           Height = 40
     78          Height = 42
    7979          Top = 24
    8080          Width = 196
     
    8686        object ComboBoxTheme: TComboBox
    8787          Left = 176
    88           Height = 40
     88          Height = 42
    8989          Top = 72
    9090          Width = 196
     
    9696        object Label6: TLabel
    9797          Left = 20
    98           Height = 28
     98          Height = 26
    9999          Top = 80
    100           Width = 69
     100          Width = 63
    101101          Caption = 'Theme:'
    102102          ParentColor = False
     
    105105        object SpinEditAnimSpeed: TSpinEdit
    106106          Left = 232
    107           Height = 38
     107          Height = 43
    108108          Top = 120
    109109          Width = 122
     
    113113        object Label3: TLabel
    114114          Left = 368
    115           Height = 28
    116           Top = 124
    117           Width = 17
     115          Height = 26
     116          Top = 128
     117          Width = 15
    118118          Caption = '%'
    119119          ParentColor = False
     
    122122        object Label2: TLabel
    123123          Left = 20
    124           Height = 28
    125           Top = 120
    126           Width = 162
     124          Height = 26
     125          Top = 128
     126          Width = 149
    127127          Caption = 'Animation speed:'
    128128          ParentColor = False
     
    133133    object TabSheetDebug: TTabSheet
    134134      Caption = 'Debug'
    135       ClientHeight = 506
    136       ClientWidth = 835
     135      ClientHeight = 512
     136      ClientWidth = 831
    137137      ParentFont = False
    138138      object Panel2: TPanel
    139139        Left = 0
    140         Height = 506
     140        Height = 512
    141141        Top = 0
    142         Width = 835
     142        Width = 831
    143143        Align = alClient
    144144        BevelOuter = bvNone
    145         ClientHeight = 506
    146         ClientWidth = 835
     145        ClientHeight = 512
     146        ClientWidth = 831
    147147        ParentFont = False
    148148        TabOrder = 0
     
    151151          Height = 24
    152152          Top = 32
    153           Width = 803
     153          Width = 799
    154154          Anchors = [akTop, akLeft, akRight]
    155155          AutoSize = False
     
    161161        object Label4: TLabel
    162162          Left = 14
    163           Height = 28
     163          Height = 26
    164164          Top = 67
    165           Width = 39
     165          Width = 35
    166166          Caption = 'DPI:'
    167167          ParentColor = False
     
    170170        object SpinEditX: TSpinEdit
    171171          Left = 104
    172           Height = 38
     172          Height = 43
    173173          Top = 64
    174174          Width = 96
     
    181181        object Label5: TLabel
    182182          Left = 208
    183           Height = 28
     183          Height = 26
    184184          Top = 67
    185           Width = 11
     185          Width = 10
    186186          Caption = 'x'
    187187          ParentColor = False
     
    190190        object SpinEditY: TSpinEdit
    191191          Left = 232
    192           Height = 38
     192          Height = 43
    193193          Top = 64
    194194          Width = 90
     
    203203          Height = 26
    204204          Top = 136
    205           Width = 807
     205          Width = 803
    206206          Anchors = [akTop, akLeft, akRight]
    207207          AutoSize = False
Note: See TracChangeset for help on using the changeset viewer.