Changeset 458 for trunk


Ignore:
Timestamp:
Nov 27, 2023, 12:14:02 AM (5 months ago)
Author:
chronos
Message:
  • Fixed: Reverted accidental lfm file change.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Help.lfm

    r457 r458  
    11object HelpDlg: THelpDlg
    22  Left = 394
    3   Height = 479
    43  Top = 180
    5   Width = 560
    64  BorderIcons = []
    75  BorderStyle = bsNone
     
    97  ClientWidth = 560
    108  Color = clBtnFace
    11   DesignTimePPI = 144
     9  Font.Charset = DEFAULT_CHARSET
    1210  Font.Color = clWindowText
    13   Font.Height = -20
     11  Font.Height = -13
    1412  Font.Name = 'MS Sans Serif'
     13  Font.Style = []
    1514  FormStyle = fsStayOnTop
    1615  OnClose = FormClose
     
    1817  OnDestroy = FormDestroy
    1918  OnKeyDown = FormKeyDown
     19  OnMouseWheel = FormMouseWheel
    2020  OnMouseDown = PaintBox1MouseDown
    2121  OnMouseMove = PaintBox1MouseMove
    22   OnMouseWheel = FormMouseWheel
    2322  OnPaint = FormPaint
    24   LCLVersion = '2.2.6.0'
     23  PixelsPerInch = 96
    2524  Scaled = False
    2625  object CloseBtn: TButtonB
    2726    Left = 522
    28     Height = 25
    2927    Top = 6
    3028    Width = 25
     29    Height = 25
    3130    Down = False
    3231    Permanent = False
     
    3635  object BackBtn: TButtonB
    3736    Left = 42
    38     Height = 25
    3937    Top = 6
    4038    Width = 25
     39    Height = 25
    4140    Down = False
    4241    Permanent = False
     
    4645  object TopBtn: TButtonB
    4746    Left = 13
    48     Height = 25
    4947    Top = 6
    5048    Width = 25
     49    Height = 25
    5150    Down = False
    5251    Permanent = False
     
    5655  object SearchBtn: TButtonB
    5756    Left = 493
    58     Height = 25
    5957    Top = 6
    6058    Width = 25
     59    Height = 25
    6160    Down = False
    6261    Permanent = False
Note: See TracChangeset for help on using the changeset viewer.