source: branches/generator/Packages/Common/Demo/ScaleDPI/UFormMain.lfm

Last change on this file was 114, checked in by chronos, 7 years ago
  • Added: Common and TemplateGenerics packages.
  • Added: Remember main and rules form dimensions.
File size: 484 bytes
Line 
1object Form1: TForm1
2 Left = 348
3 Height = 273
4 Top = 527
5 Width = 779
6 Caption = 'Form1'
7 ClientHeight = 273
8 ClientWidth = 779
9 OnCreate = FormCreate
10 OnDestroy = FormDestroy
11 OnShow = FormShow
12 LCLVersion = '1.3'
13 object TrackBar1: TTrackBar
14 Left = 20
15 Height = 46
16 Top = 21
17 Width = 732
18 Max = 200
19 Min = 48
20 OnChange = TrackBar1Change
21 Position = 96
22 TabOrder = 0
23 end
24 object ScaleDPI1: TScaleDPI
25 left = 216
26 top = 184
27 end
28end
Note: See TracBrowser for help on using the repository browser.