Ignore:
Timestamp:
Jan 17, 2025, 9:05:54 PM (4 days ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
  • Modified: Remove U prefix from unit names.
  • Modified: Use Gneeric.Collections instead of fgl.
  • Modified: Do not use global form variables.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormSettings.lfm

    r218 r219  
    11object FormSettings: TFormSettings
    22  Left = 798
    3   Height = 371
     3  Height = 394
    44  Top = 367
    55  Width = 590
    66  Caption = 'Settings'
    7   ClientHeight = 371
     7  ClientHeight = 394
    88  ClientWidth = 590
    9   Constraints.MinHeight = 328
    10   Constraints.MinWidth = 389
    11   DesignTimePPI = 120
    12   OnClose = FormClose
     9  Constraints.MinHeight = 394
     10  Constraints.MinWidth = 467
     11  DesignTimePPI = 144
    1312  OnCreate = FormCreate
    14   OnShow = FormShow
    1513  Position = poScreenCenter
    16   LCLVersion = '1.8.2.0'
     14  LCLVersion = '3.6.0.0'
    1715  object ComboBoxLanguage: TComboBox
    18     Left = 152
    19     Height = 28
    20     Top = 24
    21     Width = 208
    22     ItemHeight = 20
     16    Left = 182
     17    Height = 42
     18    Top = 29
     19    Width = 250
     20    ItemHeight = 0
    2321    Style = csDropDownList
    2422    TabOrder = 0
    2523  end
    2624  object Label1: TLabel
    27     Left = 16
    28     Height = 20
    29     Top = 24
    30     Width = 68
     25    Left = 19
     26    Height = 26
     27    Top = 29
     28    Width = 88
    3129    Caption = 'Language:'
    3230    ParentColor = False
    3331  end
    3432  object ButtonOk: TButton
    35     Left = 506
    36     Height = 25
    37     Top = 326
    38     Width = 75
     33    Left = 489
     34    Height = 30
     35    Top = 340
     36    Width = 90
    3937    Anchors = [akRight, akBottom]
    4038    Caption = 'Ok'
    4139    ModalResult = 1
    42     OnClick = ButtonOkClick
    4340    TabOrder = 3
    4441  end
    4542  object ButtonCancel: TButton
    46     Left = 410
    47     Height = 25
    48     Top = 326
    49     Width = 75
     43    Left = 374
     44    Height = 30
     45    Top = 340
     46    Width = 90
    5047    Anchors = [akRight, akBottom]
    5148    Caption = 'Cancel'
     
    5451  end
    5552  object CheckBoxAlwaysOnTop: TCheckBox
    56     Left = 16
    57     Height = 24
    58     Top = 64
    59     Width = 118
     53    Left = 19
     54    Height = 30
     55    Top = 77
     56    Width = 145
    6057    Caption = 'Always on top'
    6158    TabOrder = 1
    6259  end
    6360  object CheckBoxStartOnLogon: TCheckBox
    64     Left = 16
    65     Height = 24
    66     Top = 96
    67     Width = 150
     61    Left = 19
     62    Height = 30
     63    Top = 115
     64    Width = 188
    6865    Caption = 'Start on user logon'
    6966    Color = clDefault
    70     OnChange = CheckBoxStartOnLogonChange
    7167    ParentColor = False
    7268    ParentFont = False
    7369    TabOrder = 4
     70    OnChange = CheckBoxStartOnLogonChange
    7471  end
    7572  object CheckBoxStartMinimizedToTray: TCheckBox
    76     Left = 48
    77     Height = 24
    78     Top = 128
    79     Width = 176
     73    Left = 58
     74    Height = 30
     75    Top = 154
     76    Width = 218
    8077    Caption = 'Start minimized to tray'
    8178    TabOrder = 5
    8279  end
    8380  object CheckBoxAutomaticDPI: TCheckBox
    84     Left = 16
    85     Height = 24
    86     Top = 192
    87     Width = 120
     81    Left = 19
     82    Height = 30
     83    Top = 230
     84    Width = 148
    8885    Caption = 'Automatic DPI'
    89     OnChange = CheckBoxAutomaticDPIChange
    9086    TabOrder = 6
    9187    Visible = False
     88    OnChange = CheckBoxAutomaticDPIChange
    9289  end
    9390  object SpinEditDPI: TSpinEdit
    94     Left = 94
    95     Height = 28
    96     Top = 222
    97     Width = 97
     91    Left = 113
     92    Height = 43
     93    Top = 266
     94    Width = 116
    9895    MaxValue = 300
    9996    MinValue = 96
     
    103100  end
    104101  object Label2: TLabel
    105     Left = 46
    106     Height = 20
    107     Top = 222
    108     Width = 26
     102    Left = 55
     103    Height = 26
     104    Top = 266
     105    Width = 35
    109106    Caption = 'DPI:'
    110107    ParentColor = False
     
    112109  end
    113110  object CheckBoxReopenLastFileOnStart: TCheckBox
    114     Left = 16
    115     Height = 24
    116     Top = 160
    117     Width = 181
     111    Left = 19
     112    Height = 30
     113    Top = 192
     114    Width = 226
    118115    Caption = 'Reopen last file on start'
    119116    TabOrder = 8
    120117  end
    121118  object Bevel1: TBevel
    122     Left = 8
     119    Left = 10
    123120    Height = 2
    124     Top = 309
    125     Width = 570
     121    Top = 320
     122    Width = 566
    126123    Anchors = [akLeft, akRight, akBottom]
    127124  end
    128125  object Label3: TLabel
    129     Left = 16
    130     Height = 20
    131     Top = 264
    132     Width = 48
     126    Left = 19
     127    Height = 26
     128    Top = 317
     129    Width = 63
    133130    Caption = 'Theme:'
    134131    ParentColor = False
    135132  end
    136133  object ComboBoxTheme: TComboBox
    137     Left = 152
    138     Height = 28
    139     Top = 264
    140     Width = 208
    141     ItemHeight = 20
     134    Left = 182
     135    Height = 42
     136    Top = 317
     137    Width = 250
     138    ItemHeight = 0
    142139    Style = csDropDownList
    143140    TabOrder = 9
Note: See TracChangeset for help on using the changeset viewer.