- Timestamp:
- Nov 27, 2023, 12:14:02 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Help.lfm
r457 r458 1 1 object HelpDlg: THelpDlg 2 2 Left = 394 3 Height = 4794 3 Top = 180 5 Width = 5606 4 BorderIcons = [] 7 5 BorderStyle = bsNone … … 9 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.2.6.0'23 PixelsPerInch = 96 25 24 Scaled = False 26 25 object CloseBtn: TButtonB 27 26 Left = 522 28 Height = 2529 27 Top = 6 30 28 Width = 25 29 Height = 25 31 30 Down = False 32 31 Permanent = False … … 36 35 object BackBtn: TButtonB 37 36 Left = 42 38 Height = 2539 37 Top = 6 40 38 Width = 25 39 Height = 25 41 40 Down = False 42 41 Permanent = False … … 46 45 object TopBtn: TButtonB 47 46 Left = 13 48 Height = 2549 47 Top = 6 50 48 Width = 25 49 Height = 25 51 50 Down = False 52 51 Permanent = False … … 56 55 object SearchBtn: TButtonB 57 56 Left = 493 58 Height = 2559 57 Top = 6 60 58 Width = 25 59 Height = 25 61 60 Down = False 62 61 Permanent = False
Note:
See TracChangeset
for help on using the changeset viewer.