Line | |
---|
1 | object 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 | OnDestroy = FormDestroy
|
---|
11 | OnShow = FormShow
|
---|
12 | LCLVersion = '2.0.2.0'
|
---|
13 | object TrackBar1: TTrackBar
|
---|
14 | Left = 13
|
---|
15 | Height = 58
|
---|
16 | Top = 40
|
---|
17 | Width = 440
|
---|
18 | Max = 1000
|
---|
19 | Min = 96
|
---|
20 | OnChange = TrackBar1Change
|
---|
21 | Position = 96
|
---|
22 | TabOrder = 0
|
---|
23 | end
|
---|
24 | object Label1: TLabel
|
---|
25 | Left = 13
|
---|
26 | Height = 26
|
---|
27 | Top = 8
|
---|
28 | Width = 35
|
---|
29 | Caption = 'DPI:'
|
---|
30 | ParentColor = False
|
---|
31 | end
|
---|
32 | object ButtonNewDpiForm: TButton
|
---|
33 | Left = 19
|
---|
34 | Height = 38
|
---|
35 | Top = 117
|
---|
36 | Width = 193
|
---|
37 | Caption = 'New DpiForm'
|
---|
38 | OnClick = ButtonNewDpiFormClick
|
---|
39 | TabOrder = 1
|
---|
40 | end
|
---|
41 | object Timer1: TTimer
|
---|
42 | Interval = 100
|
---|
43 | OnTimer = Timer1Timer
|
---|
44 | left = 256
|
---|
45 | top = 40
|
---|
46 | end
|
---|
47 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.