Changeset 349 for branches/highdpi/Settings.lfm
- Timestamp:
- Apr 6, 2021, 8:11:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/Settings.lfm
r303 r349 14 14 OnPaint = FormPaint 15 15 OnShow = FormShow 16 LCLVersion = '2.0.2.0'17 16 Position = poScreenCenter 18 PixelsPerInch = 9617 LCLVersion = '2.0.12.0' 19 18 Scaled = False 20 19 object List: TDpiListBox 21 20 Tag = 15360 22 21 Left = 24 23 Height = 3 3622 Height = 304 24 23 Top = 16 25 24 Width = 424 … … 68 67 ButtonIndex = 0 69 68 end 69 object Up2Btn: TButtonC 70 Tag = 6912 71 Left = 432 72 Height = 12 73 Top = 328 74 Width = 12 75 Down = False 76 Permanent = False 77 OnClick = Up2BtnClick 78 ButtonIndex = 1 79 end 80 object Down2Btn: TButtonC 81 Tag = 6912 82 Left = 432 83 Height = 12 84 Top = 340 85 Width = 12 86 Down = False 87 Permanent = False 88 OnClick = Down2BtnClick 89 ButtonIndex = 0 90 end 70 91 end
Note:
See TracChangeset
for help on using the changeset viewer.