source: DpiControls/Demo/UFormMain.lfm

Last change on this file was 585, checked in by chronos, 2 months ago
File size: 1.1 KB
Line 
1object FormMain: TFormMain
2 Left = 127
3 Height = 168
4 Top = 66
5 Width = 472
6 Caption = 'DpiControls demo'
7 ClientHeight = 168
8 ClientWidth = 472
9 DesignTimePPI = 144
10 OnActivate = FormActivate
11 OnDestroy = FormDestroy
12 OnShow = FormShow
13 LCLVersion = '3.2.0.0'
14 object TrackBar1: TTrackBar
15 Left = 13
16 Height = 58
17 Top = 40
18 Width = 440
19 Max = 1000
20 Min = 96
21 OnChange = TrackBar1Change
22 Position = 96
23 TabOrder = 0
24 end
25 object Label1: TLabel
26 Left = 13
27 Height = 26
28 Top = 8
29 Width = 35
30 Caption = 'DPI:'
31 ParentColor = False
32 end
33 object ButtonNewDpiForm: TButton
34 ClientHeight = 38
35 ClientWidth = 193
36 Top = 117
37 Left = 19
38 Width = 193
39 Height = 38
40 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
48 OnClick = ButtonNewDpiFormClick
49 TabStop = True
50 Visible = True
51 end
52 object Timer1: TTimer
53 Interval = 100
54 OnTimer = Timer1Timer
55 Left = 256
56 Top = 40
57 end
58end
Note: See TracBrowser for help on using the repository browser.