Ignore:
Timestamp:
May 9, 2020, 4:02:07 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Improved HighDPI branch. Imported new changes from trunk branch.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/highdpi/Locale.lfm

    r193 r210  
    11object LocaleDlg: TLocaleDlg
    2   ClientHeight = 456
     2  Left = 766
     3  Height = 448
     4  Top = 240
     5  Width = 483
     6  BorderStyle = bsNone
     7  Caption = 'LocaleDlg'
     8  ClientHeight = 448
    39  ClientWidth = 483
    4   Top = 240
    5   Left = 754
    6   Width = 483
    7   Height = 456
    8   Caption = 'LocaleDlg'
    9   Enabled = True
    10   ShowHint = False
    11   Font.Color = clDefault
    12   Font.PixelsPerInch = 144
    13   Align = alNone
    14   Color = clDefault
    15   OnPaint = FormPaint
    16   HorzScrollBar.Visible = False
    17   VertScrollBar.Visible = False
    1810  DesignTimePPI = 144
    1911  FormStyle = fsStayOnTop
    20   BorderStyle = bsNone
    21   BorderIcons = []
    22   LCLVersion = '2.0.2.0'
    23   OnShow = FormShow
    2412  OnCreate = FormCreate
    2513  OnDestroy = FormDestroy
     14  OnPaint = FormPaint
     15  OnShow = FormShow
     16  LCLVersion = '2.0.2.0'
    2617  object List: TDpiListBox
    2718    Tag = 15360
    28     ClientHeight = 360
    29     ClientWidth = 424
     19    Left = 24
     20    Height = 336
    3021    Top = 16
    31     Left = 24
    3222    Width = 424
    33     Height = 360
    34     Visible = True
    35     Enabled = True
    36     ShowHint = False
     23    Anchors = [akTop, akLeft, akRight, akBottom]
     24    BorderStyle = bsNone
     25    Color = clBlack
     26    ExtendedSelect = False
    3727    Font.Color = 4176863
     28    Font.Height = -15
    3829    Font.Name = 'Times New Roman'
    3930    Font.Style = [fsBold]
    40     Font.PixelsPerInch = 144
    41     Font.Height = -15
    42     Align = alNone
    43     Color = clBlack
     31    IntegralHeight = True
     32    ItemHeight = 0
     33    ParentFont = False
     34    ScrollWidth = 424
     35    TabOrder = 0
     36    TabStop = False
     37    TopIndex = -1
    4438  end
    4539  object OKBtn: TButtonA
    46     ClientHeight = 25
    47     ClientWidth = 100
     40    Left = 272
     41    Height = 25
    4842    Top = 400
    49     Left = 272
    5043    Width = 100
    51     Height = 25
    52     Visible = True
    53     Enabled = True
    54     ShowHint = False
    55     Font.Color = clDefault
    56     Font.PixelsPerInch = 144
    57     Align = alNone
    58     Color = clDefault
    59     OnClick = OKBtnClick
    6044    Down = False
    6145    Permanent = False
     46    OnClick = OKBtnClick
    6247  end
    6348  object CancelBtn: TButtonA
    64     ClientHeight = 25
    65     ClientWidth = 100
     49    Left = 96
     50    Height = 25
    6651    Top = 400
    67     Left = 96
    6852    Width = 100
    69     Height = 25
    70     Visible = True
    71     Enabled = True
    72     ShowHint = False
    73     Font.Color = clDefault
    74     Font.PixelsPerInch = 144
    75     Align = alNone
    76     Color = clDefault
    77     OnClick = CancelBtnClick
    7853    Down = False
    7954    Permanent = False
     55    OnClick = CancelBtnClick
     56  end
     57  object ButtonFullscreen: TButtonC
     58    Left = 24
     59    Height = 18
     60    Top = 368
     61    Width = 18
     62    Down = False
     63    Permanent = False
     64    OnClick = ButtonFullscreenClick
     65    ButtonIndex = 0
    8066  end
    8167end
Note: See TracChangeset for help on using the changeset viewer.