Ignore:
Timestamp:
Jan 13, 2026, 4:12:03 PM (18 hours ago)
Author:
chronos
Message:
Location:
DpiControls/Demo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • DpiControls/Demo

    • Property svn:ignore
      •  

        old new  
        33DpiComponentsDemo.res
        44lib
         5heaptrclog.trc
  • DpiControls/Demo/UDpiFormMain.lfm

    r537 r585  
    11object DpiFormMain: TDpiFormMain
     2  ClientHeight = 1
     3  ClientWidth = 1
    24  Top = 504
    35  Left = 865
    46  Width = 1
    57  Height = 1
    6   Visible = True
    78  Enabled = True
    89  ShowHint = False
     
    1112  Align = alNone
    1213  Color = clDefault
     14  HorzScrollBar.Visible = False
     15  VertScrollBar.Visible = False
    1316  DesignTimePPI = 96
     17  FormStyle = fsNormal
    1418  BorderStyle = Controls
    1519  BorderIcons = [biSystemMenu, biMinimize, biMaximize]
    1620  OnCreate = DpiFormMainCreate
    1721  OnDestroy = DpiFormMainDestroy
    18   object DpiPaintBox1: TDpiPaintBox
    19     Top = 248
    20     Left = 88
    21     Width = 100
    22     Height = 100
    23     Visible = True
    24     Enabled = True
    25     ShowHint = False
    26     Font.Color = clDefault
    27     Font.Name = 'jjjdefault'
    28     Font.PixelsPerInch = 144
    29     Align = alNone
    30     Color = clDefault
    31   end
    3222end
Note: See TracChangeset for help on using the changeset viewer.