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/UFormMain.lfm

    r537 r585  
    88  ClientWidth = 472
    99  DesignTimePPI = 144
     10  OnActivate = FormActivate
    1011  OnDestroy = FormDestroy
    1112  OnShow = FormShow
    12   LCLVersion = '2.0.2.0'
     13  LCLVersion = '3.2.0.0'
    1314  object TrackBar1: TTrackBar
    1415    Left = 13
     
    3132  end
    3233  object ButtonNewDpiForm: TButton
     34    ClientHeight = 38
     35    ClientWidth = 193
     36    Top = 117
    3337    Left = 19
     38    Width = 193
    3439    Height = 38
    35     Top = 117
    36     Width = 193
    3740    Caption = 'New DpiForm'
     41    Enabled = True
     42    ShowHint = False
     43    Font.Color = clDefault
     44    Font.PixelsPerInch = 96
     45    Font.Height = -16
     46    Align = alNone
     47    Color = clDefault
    3848    OnClick = ButtonNewDpiFormClick
    39     TabOrder = 1
     49    TabStop = True
     50    Visible = True
    4051  end
    4152  object Timer1: TTimer
    4253    Interval = 100
    4354    OnTimer = Timer1Timer
    44     left = 256
    45     top = 40
     55    Left = 256
     56    Top = 40
    4657  end
    4758end
Note: See TracChangeset for help on using the changeset viewer.