Changeset 535 for DpiControls/Demo/UDpiFormMain.lfm
- Timestamp:
- May 27, 2019, 12:06:17 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DpiControls/Demo/UDpiFormMain.lfm
r534 r535 5 5 Height = 0 6 6 Visible = True 7 Enabled = True 8 ShowHint = False 9 BorderStyle = Controls 7 10 OnCreate = DpiFormMainCreate 8 object Dpi Button1: TDpiButton9 Top = 1 2810 Left = 811 Width = 1 5012 Height = 4011 object DpiPaintBox1: TDpiPaintBox 12 Top = 161 13 Left = 124 14 Width = 100 15 Height = 100 13 16 Visible = True 14 Caption = 'Test' 15 OnClick = DpiButton1Click 17 Enabled = True 18 ShowHint = False 19 OnPaint = DpiPaintBox1Paint 20 left = 88 21 top = 248 16 22 end 17 23 end
Note:
See TracChangeset
for help on using the changeset viewer.