Changeset 563 for Common/Demo/ScaleDPI/UFormMain.lfm
- Timestamp:
- May 29, 2023, 8:23:09 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/Demo/ScaleDPI/UFormMain.lfm
r469 r563 1 1 object Form1: TForm1 2 2 Left = 348 3 Height = 2733 Height = 410 4 4 Top = 527 5 Width = 7795 Width = 1168 6 6 Caption = 'Form1' 7 ClientHeight = 273 8 ClientWidth = 779 7 ClientHeight = 410 8 ClientWidth = 1168 9 DesignTimePPI = 144 9 10 OnCreate = FormCreate 10 11 OnDestroy = FormDestroy 11 12 OnShow = FormShow 12 LCLVersion = ' 1.3'13 LCLVersion = '2.2.6.0' 13 14 object TrackBar1: TTrackBar 14 Left = 2015 Height = 4616 Top = 2117 Width = 73215 Left = 30 16 Height = 87 17 Top = 32 18 Width = 1098 18 19 Max = 200 19 20 Min = 48 … … 23 24 end 24 25 object ScaleDPI1: TScaleDPI 25 left = 216 26 top = 184 26 AutoDetect = False 27 Left = 324 28 Top = 276 27 29 end 28 30 end
Note:
See TracChangeset
for help on using the changeset viewer.