Ignore:
Timestamp:
Jun 23, 2019, 12:36:19 AM (5 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DpiControls/Demo/UDpiFormMain.lfm

    r535 r537  
    22  Top = 504
    33  Left = 865
    4   Width = 0
    5   Height = 0
     4  Width = 1
     5  Height = 1
    66  Visible = True
    77  Enabled = True
    88  ShowHint = False
     9  Font.Color = clDefault
     10  Font.PixelsPerInch = 144
     11  Align = alNone
     12  Color = clDefault
     13  DesignTimePPI = 96
    914  BorderStyle = Controls
     15  BorderIcons = [biSystemMenu, biMinimize, biMaximize]
    1016  OnCreate = DpiFormMainCreate
     17  OnDestroy = DpiFormMainDestroy
    1118  object DpiPaintBox1: TDpiPaintBox
    12     Top = 161
    13     Left = 124
     19    Top = 248
     20    Left = 88
    1421    Width = 100
    1522    Height = 100
     
    1724    Enabled = True
    1825    ShowHint = False
    19     OnPaint = DpiPaintBox1Paint
    20     left = 88
    21     top = 248
     26    Font.Color = clDefault
     27    Font.Name = 'jjjdefault'
     28    Font.PixelsPerInch = 144
     29    Align = alNone
     30    Color = clDefault
    2231  end
    2332end
Note: See TracChangeset for help on using the changeset viewer.