Ignore:
Timestamp:
Nov 30, 2023, 10:16:14 PM (6 months ago)
Author:
chronos
Message:
  • Modified: Updated high dpi branch from trunk.
  • Modified: Use generics.collections instead of fgl.
  • Modified: Compile with Delphi syntax.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/highdpi/Settings.lfm

    r412 r465  
    55  Width = 483
    66  BorderStyle = bsNone
    7   Caption = 'LocaleDlg'
     7  Caption = 'Settings'
    88  ClientHeight = 448
    99  ClientWidth = 483
     10  Color = clBtnFace
    1011  DesignTimePPI = 144
    1112  FormStyle = fsStayOnTop
     
    1617  OnShow = FormShow
    1718  Position = poScreenCenter
    18   LCLVersion = '2.0.12.0'
     19  LCLVersion = '2.2.0.4'
    1920  Scaled = False
    2021  object ListLanguages: TDpiListBox
    2122    Tag = 15360
    2223    Left = 16
    23     Height = 267
     24    Height = 320
    2425    Top = 32
    2526    Width = 144
     
    6970  object Up2Btn: TButtonC
    7071    Tag = 6912
    71     Left = 432
     72    Left = 452
    7273    Height = 12
    73     Top = 328
     74    Top = 360
    7475    Width = 12
    7576    Down = False
     
    8081  object Down2Btn: TButtonC
    8182    Tag = 6912
    82     Left = 432
     83    Left = 452
    8384    Height = 12
    84     Top = 340
     85    Top = 372
    8586    Width = 12
    8687    Down = False
     
    9293    Tag = 15360
    9394    Left = 176
    94     Height = 192
     95    Height = 264
    9596    Top = 32
    9697    Width = 288
     
    113114  object EditShortCutPrimary: TDpiEdit
    114115    Left = 176
    115     Height = 19
    116         BorderStyle = bsNone
    117     Top = 256
     116    Height = 27
     117    Top = 325
    118118    Width = 136
     119    BorderStyle = bsNone
    119120    Color = clBlack
    120121    Enabled = False
    121     Font.Charset = DEFAULT_CHARSET
    122122    Font.Color = 4176863
    123123    Font.Height = -15
     
    130130  object EditShortCutSecondary: TDpiEdit
    131131    Left = 328
    132     Height = 19
    133         BorderStyle = bsNone
    134     Top = 257
     132    Height = 27
     133    Top = 325
    135134    Width = 136
     135    BorderStyle = bsNone
    136136    Color = clBlack
    137137    Enabled = False
    138     Font.Charset = DEFAULT_CHARSET
    139138    Font.Color = 4176863
    140139    Font.Height = -15
Note: See TracChangeset for help on using the changeset viewer.