source: Common/Demo/ScaleDPI/UFormMain.lfm

Last change on this file was 563, checked in by chronos, 18 months ago
  • Modified: Removed U prefix from all Common package units.
File size: 536 bytes
Line 
1object Form1: TForm1
2 Left = 348
3 Height = 410
4 Top = 527
5 Width = 1168
6 Caption = 'Form1'
7 ClientHeight = 410
8 ClientWidth = 1168
9 DesignTimePPI = 144
10 OnCreate = FormCreate
11 OnDestroy = FormDestroy
12 OnShow = FormShow
13 LCLVersion = '2.2.6.0'
14 object TrackBar1: TTrackBar
15 Left = 30
16 Height = 87
17 Top = 32
18 Width = 1098
19 Max = 200
20 Min = 48
21 OnChange = TrackBar1Change
22 Position = 96
23 TabOrder = 0
24 end
25 object ScaleDPI1: TScaleDPI
26 AutoDetect = False
27 Left = 324
28 Top = 276
29 end
30end
Note: See TracBrowser for help on using the repository browser.