Changeset 210 for branches/highdpi/LocalPlayer/Help.lfm
- Timestamp:
- May 9, 2020, 4:02:07 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/LocalPlayer/Help.lfm
r193 r210 1 1 object HelpDlg: THelpDlg 2 2 Left = 394 3 Height = 7184 3 Top = 180 5 Width = 8406 4 BorderIcons = [] 7 5 BorderStyle = bsNone 8 ClientHeight = 7189 ClientWidth = 8406 ClientHeight = 479 7 ClientWidth = 560 10 8 Color = clBtnFace 11 DesignTimePPI = 1449 Font.Charset = DEFAULT_CHARSET 12 10 Font.Color = clWindowText 13 Font.Height = - 2011 Font.Height = -13 14 12 Font.Name = 'MS Sans Serif' 13 Font.Style = [] 15 14 FormStyle = fsStayOnTop 16 15 OnClose = FormClose … … 18 17 OnDestroy = FormDestroy 19 18 OnKeyDown = FormKeyDown 19 OnMouseWheel = FormMouseWheel 20 20 OnMouseDown = PaintBox1MouseDown 21 21 OnMouseMove = PaintBox1MouseMove 22 OnMouseWheel = FormMouseWheel23 22 OnPaint = FormPaint 24 LCLVersion = '2.0.8.0'23 PixelsPerInch = 96 25 24 object CloseBtn: TButtonB 26 Left = 78327 Height = 3828 Top = 929 Width = 3825 Left = 522 26 Top = 6 27 Width = 25 28 Height = 25 30 29 Down = False 31 30 Permanent = False … … 34 33 end 35 34 object BackBtn: TButtonB 36 Left = 6337 Height = 3838 Top = 939 Width = 3835 Left = 42 36 Top = 6 37 Width = 25 38 Height = 25 40 39 Down = False 41 40 Permanent = False … … 44 43 end 45 44 object TopBtn: TButtonB 46 Left = 2047 Height = 3848 Top = 949 Width = 3845 Left = 13 46 Top = 6 47 Width = 25 48 Height = 25 50 49 Down = False 51 50 Permanent = False … … 54 53 end 55 54 object SearchBtn: TButtonB 56 Left = 74057 Height = 3858 Top = 959 Width = 3855 Left = 493 56 Top = 6 57 Width = 25 58 Height = 25 60 59 Down = False 61 60 Permanent = False
Note:
See TracChangeset
for help on using the changeset viewer.