Ignore:
Timestamp:
Jan 17, 2025, 10:06:21 PM (4 days ago)
Author:
chronos
Message:
  • Fixed: Use scrollbox in resizable forms.
  • Fixed: Translate all forms.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormSettings.lfm

    r219 r221  
    11object FormSettings: TFormSettings
    22  Left = 798
    3   Height = 394
     3  Height = 487
    44  Top = 367
    5   Width = 590
     5  Width = 654
    66  Caption = 'Settings'
    7   ClientHeight = 394
    8   ClientWidth = 590
    9   Constraints.MinHeight = 394
    10   Constraints.MinWidth = 467
     7  ClientHeight = 487
     8  ClientWidth = 654
     9  Constraints.MinHeight = 200
     10  Constraints.MinWidth = 300
    1111  DesignTimePPI = 144
    1212  OnCreate = FormCreate
    1313  Position = poScreenCenter
    1414  LCLVersion = '3.6.0.0'
    15   object ComboBoxLanguage: TComboBox
    16     Left = 182
    17     Height = 42
    18     Top = 29
    19     Width = 250
    20     ItemHeight = 0
    21     Style = csDropDownList
    22     TabOrder = 0
    23   end
    24   object Label1: TLabel
    25     Left = 19
    26     Height = 26
    27     Top = 29
    28     Width = 88
    29     Caption = 'Language:'
    30     ParentColor = False
    31   end
    3215  object ButtonOk: TButton
    33     Left = 489
    34     Height = 30
    35     Top = 340
    36     Width = 90
     16    Left = 400
     17    Height = 38
     18    Top = 440
     19    Width = 106
    3720    Anchors = [akRight, akBottom]
    3821    Caption = 'Ok'
    3922    ModalResult = 1
    40     TabOrder = 3
     23    TabOrder = 1
    4124  end
    4225  object ButtonCancel: TButton
    43     Left = 374
    44     Height = 30
    45     Top = 340
    46     Width = 90
     26    Left = 527
     27    Height = 38
     28    Top = 440
     29    Width = 114
    4730    Anchors = [akRight, akBottom]
    4831    Caption = 'Cancel'
    4932    ModalResult = 2
     33    TabOrder = 0
     34  end
     35  object ScrollBox1: TScrollBox
     36    Left = 8
     37    Height = 418
     38    Top = 8
     39    Width = 631
     40    HorzScrollBar.Page = 432
     41    VertScrollBar.Page = 359
     42    Anchors = [akTop, akLeft, akRight, akBottom]
     43    ClientHeight = 416
     44    ClientWidth = 629
    5045    TabOrder = 2
    51   end
    52   object CheckBoxAlwaysOnTop: TCheckBox
    53     Left = 19
    54     Height = 30
    55     Top = 77
    56     Width = 145
    57     Caption = 'Always on top'
    58     TabOrder = 1
    59   end
    60   object CheckBoxStartOnLogon: TCheckBox
    61     Left = 19
    62     Height = 30
    63     Top = 115
    64     Width = 188
    65     Caption = 'Start on user logon'
    66     Color = clDefault
    67     ParentColor = False
    68     ParentFont = False
    69     TabOrder = 4
    70     OnChange = CheckBoxStartOnLogonChange
    71   end
    72   object CheckBoxStartMinimizedToTray: TCheckBox
    73     Left = 58
    74     Height = 30
    75     Top = 154
    76     Width = 218
    77     Caption = 'Start minimized to tray'
    78     TabOrder = 5
    79   end
    80   object CheckBoxAutomaticDPI: TCheckBox
    81     Left = 19
    82     Height = 30
    83     Top = 230
    84     Width = 148
    85     Caption = 'Automatic DPI'
    86     TabOrder = 6
    87     Visible = False
    88     OnChange = CheckBoxAutomaticDPIChange
    89   end
    90   object SpinEditDPI: TSpinEdit
    91     Left = 113
    92     Height = 43
    93     Top = 266
    94     Width = 116
    95     MaxValue = 300
    96     MinValue = 96
    97     TabOrder = 7
    98     Value = 96
    99     Visible = False
    100   end
    101   object Label2: TLabel
    102     Left = 55
    103     Height = 26
    104     Top = 266
    105     Width = 35
    106     Caption = 'DPI:'
    107     ParentColor = False
    108     Visible = False
    109   end
    110   object CheckBoxReopenLastFileOnStart: TCheckBox
    111     Left = 19
    112     Height = 30
    113     Top = 192
    114     Width = 226
    115     Caption = 'Reopen last file on start'
    116     TabOrder = 8
    117   end
    118   object Bevel1: TBevel
    119     Left = 10
    120     Height = 2
    121     Top = 320
    122     Width = 566
    123     Anchors = [akLeft, akRight, akBottom]
    124   end
    125   object Label3: TLabel
    126     Left = 19
    127     Height = 26
    128     Top = 317
    129     Width = 63
    130     Caption = 'Theme:'
    131     ParentColor = False
    132   end
    133   object ComboBoxTheme: TComboBox
    134     Left = 182
    135     Height = 42
    136     Top = 317
    137     Width = 250
    138     ItemHeight = 0
    139     Style = csDropDownList
    140     TabOrder = 9
     46    object ComboBoxLanguage: TComboBox
     47      Left = 182
     48      Height = 42
     49      Top = 29
     50      Width = 250
     51      ItemHeight = 0
     52      Style = csDropDownList
     53      TabOrder = 0
     54    end
     55    object Label1: TLabel
     56      Left = 19
     57      Height = 26
     58      Top = 29
     59      Width = 88
     60      Caption = 'Language:'
     61      ParentColor = False
     62    end
     63    object CheckBoxAlwaysOnTop: TCheckBox
     64      Left = 19
     65      Height = 30
     66      Top = 77
     67      Width = 145
     68      Caption = 'Always on top'
     69      TabOrder = 1
     70    end
     71    object CheckBoxStartOnLogon: TCheckBox
     72      Left = 19
     73      Height = 30
     74      Top = 115
     75      Width = 188
     76      Caption = 'Start on user logon'
     77      Color = clDefault
     78      ParentColor = False
     79      ParentFont = False
     80      TabOrder = 2
     81      OnChange = CheckBoxStartOnLogonChange
     82    end
     83    object CheckBoxStartMinimizedToTray: TCheckBox
     84      Left = 58
     85      Height = 30
     86      Top = 154
     87      Width = 218
     88      Caption = 'Start minimized to tray'
     89      TabOrder = 3
     90    end
     91    object CheckBoxAutomaticDPI: TCheckBox
     92      Left = 19
     93      Height = 30
     94      Top = 230
     95      Width = 148
     96      Caption = 'Automatic DPI'
     97      TabOrder = 4
     98      Visible = False
     99      OnChange = CheckBoxAutomaticDPIChange
     100    end
     101    object SpinEditDPI: TSpinEdit
     102      Left = 113
     103      Height = 43
     104      Top = 266
     105      Width = 116
     106      MaxValue = 300
     107      MinValue = 96
     108      TabOrder = 5
     109      Value = 96
     110      Visible = False
     111    end
     112    object Label2: TLabel
     113      Left = 55
     114      Height = 26
     115      Top = 266
     116      Width = 35
     117      Caption = 'DPI:'
     118      ParentColor = False
     119      Visible = False
     120    end
     121    object CheckBoxReopenLastFileOnStart: TCheckBox
     122      Left = 19
     123      Height = 30
     124      Top = 192
     125      Width = 226
     126      Caption = 'Reopen last file on start'
     127      TabOrder = 6
     128    end
     129    object Label3: TLabel
     130      Left = 19
     131      Height = 26
     132      Top = 317
     133      Width = 63
     134      Caption = 'Theme:'
     135      ParentColor = False
     136    end
     137    object ComboBoxTheme: TComboBox
     138      Left = 182
     139      Height = 42
     140      Top = 317
     141      Width = 250
     142      ItemHeight = 0
     143      Style = csDropDownList
     144      TabOrder = 7
     145    end
    141146  end
    142147end
Note: See TracChangeset for help on using the changeset viewer.