Ignore:
Timestamp:
Nov 27, 2023, 12:10:57 AM (5 months ago)
Author:
chronos
Message:
  • Modified: Use enumeration type in Help unit for better readability.
  • Fixed: Corruption external help image referenced with incorrect file name case.
  • Fixed: Chinese translation converted to UTF-8.
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Help.lfm

    r232 r457  
    11object HelpDlg: THelpDlg
    22  Left = 394
     3  Height = 479
    34  Top = 180
     5  Width = 560
    46  BorderIcons = []
    57  BorderStyle = bsNone
     
    79  ClientWidth = 560
    810  Color = clBtnFace
    9   Font.Charset = DEFAULT_CHARSET
     11  DesignTimePPI = 144
    1012  Font.Color = clWindowText
    11   Font.Height = -13
     13  Font.Height = -20
    1214  Font.Name = 'MS Sans Serif'
    13   Font.Style = []
    1415  FormStyle = fsStayOnTop
    1516  OnClose = FormClose
     
    1718  OnDestroy = FormDestroy
    1819  OnKeyDown = FormKeyDown
    19   OnMouseWheel = FormMouseWheel
    2020  OnMouseDown = PaintBox1MouseDown
    2121  OnMouseMove = PaintBox1MouseMove
     22  OnMouseWheel = FormMouseWheel
    2223  OnPaint = FormPaint
    23   PixelsPerInch = 96
     24  LCLVersion = '2.2.6.0'
    2425  Scaled = False
    2526  object CloseBtn: TButtonB
    2627    Left = 522
     28    Height = 25
    2729    Top = 6
    2830    Width = 25
    29     Height = 25
    3031    Down = False
    3132    Permanent = False
     
    3536  object BackBtn: TButtonB
    3637    Left = 42
     38    Height = 25
    3739    Top = 6
    3840    Width = 25
    39     Height = 25
    4041    Down = False
    4142    Permanent = False
     
    4546  object TopBtn: TButtonB
    4647    Left = 13
     48    Height = 25
    4749    Top = 6
    4850    Width = 25
    49     Height = 25
    5051    Down = False
    5152    Permanent = False
     
    5556  object SearchBtn: TButtonB
    5657    Left = 493
     58    Height = 25
    5759    Top = 6
    5860    Width = 25
    59     Height = 25
    6061    Down = False
    6162    Permanent = False
Note: See TracChangeset for help on using the changeset viewer.