Changeset 193 for branches/highdpi/LocalPlayer/Help.lfm
- Timestamp:
- May 7, 2020, 7:05:57 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/LocalPlayer/Help.lfm
r69 r193 1 1 object HelpDlg: THelpDlg 2 2 Left = 394 3 Height = 718 3 4 Top = 180 5 Width = 840 4 6 BorderIcons = [] 5 7 BorderStyle = bsNone 6 ClientHeight = 4797 ClientWidth = 5608 ClientHeight = 718 9 ClientWidth = 840 8 10 Color = clBtnFace 9 Font.Charset = DEFAULT_CHARSET11 DesignTimePPI = 144 10 12 Font.Color = clWindowText 11 Font.Height = - 1313 Font.Height = -20 12 14 Font.Name = 'MS Sans Serif' 13 Font.Style = []14 15 FormStyle = fsStayOnTop 15 16 OnClose = FormClose … … 17 18 OnDestroy = FormDestroy 18 19 OnKeyDown = FormKeyDown 19 OnMouseWheel = FormMouseWheel20 20 OnMouseDown = PaintBox1MouseDown 21 21 OnMouseMove = PaintBox1MouseMove 22 OnMouseWheel = FormMouseWheel 22 23 OnPaint = FormPaint 23 PixelsPerInch = 9624 LCLVersion = '2.0.8.0' 24 25 object CloseBtn: TButtonB 25 Left = 52226 Top = 627 Width = 2528 Height = 2526 Left = 783 27 Height = 38 28 Top = 9 29 Width = 38 29 30 Down = False 30 31 Permanent = False … … 33 34 end 34 35 object BackBtn: TButtonB 35 Left = 4236 Top = 637 Width = 2538 Height = 2536 Left = 63 37 Height = 38 38 Top = 9 39 Width = 38 39 40 Down = False 40 41 Permanent = False … … 43 44 end 44 45 object TopBtn: TButtonB 45 Left = 1346 Top = 647 Width = 2548 Height = 2546 Left = 20 47 Height = 38 48 Top = 9 49 Width = 38 49 50 Down = False 50 51 Permanent = False … … 53 54 end 54 55 object SearchBtn: TButtonB 55 Left = 49356 Top = 657 Width = 2558 Height = 2556 Left = 740 57 Height = 38 58 Top = 9 59 Width = 38 59 60 Down = False 60 61 Permanent = False
Note:
See TracChangeset
for help on using the changeset viewer.