Changeset 537 for DpiControls/Demo/UDpiFormMain.lfm
- Timestamp:
- Jun 23, 2019, 12:36:19 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DpiControls/Demo/UDpiFormMain.lfm
r535 r537 2 2 Top = 504 3 3 Left = 865 4 Width = 05 Height = 04 Width = 1 5 Height = 1 6 6 Visible = True 7 7 Enabled = True 8 8 ShowHint = False 9 Font.Color = clDefault 10 Font.PixelsPerInch = 144 11 Align = alNone 12 Color = clDefault 13 DesignTimePPI = 96 9 14 BorderStyle = Controls 15 BorderIcons = [biSystemMenu, biMinimize, biMaximize] 10 16 OnCreate = DpiFormMainCreate 17 OnDestroy = DpiFormMainDestroy 11 18 object DpiPaintBox1: TDpiPaintBox 12 Top = 16113 Left = 12419 Top = 248 20 Left = 88 14 21 Width = 100 15 22 Height = 100 … … 17 24 Enabled = True 18 25 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 22 31 end 23 32 end
Note:
See TracChangeset
for help on using the changeset viewer.