Changeset 349 for branches/highdpi/Start.lfm
- Timestamp:
- Apr 6, 2021, 8:11:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/Start.lfm
r246 r349 25 25 OnPaint = FormPaint 26 26 OnShow = FormShow 27 LCLVersion = '2.0.2.0' 28 PixelsPerInch = 96 27 LCLVersion = '2.0.12.0' 29 28 Scaled = False 30 29 object StartBtn: TButtonA … … 197 196 ItemHeight = 0 198 197 OnClick = ListClick 198 OnKeyDown = FormKeyDown 199 199 ParentFont = False 200 200 ScrollWidth = 266 … … 205 205 end 206 206 object PopupMenu1: TDpiPopupMenu 207 left = 8208 top = 8207 Left = 8 208 Top = 8 209 209 end 210 210 end
Note:
See TracChangeset
for help on using the changeset viewer.