Ignore:
Timestamp:
Dec 9, 2024, 10:31:28 AM (13 days ago)
Author:
chronos
Message:
  • Added: Close button in moves history and help forms.
  • Modified: Always show moves history menu action.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormHelp.lfm

    r86 r101  
    11object FormHelp: TFormHelp
    22  Left = 751
    3   Height = 360
     3  Height = 405
    44  Top = 406
    5   Width = 480
     5  Width = 527
    66  Caption = 'Help'
    7   ClientHeight = 360
    8   ClientWidth = 480
     7  ClientHeight = 405
     8  ClientWidth = 527
    99  DesignTimePPI = 144
    1010  OnShow = FormShow
    11   LCLVersion = '3.4.0.0'
     11  LCLVersion = '3.6.0.0'
    1212  object Memo1: TMemo
    1313    Left = 8
    1414    Height = 344
    1515    Top = 8
    16     Width = 464
    17     Align = alClient
     16    Width = 510
     17    Align = alCustom
     18    Anchors = [akTop, akLeft, akRight, akBottom]
    1819    BorderSpacing.Around = 8
    1920    TabOrder = 0
    2021  end
     22  object ButtonOk: TButton
     23    Left = 406
     24    Height = 38
     25    Top = 360
     26    Width = 113
     27    Anchors = [akRight, akBottom]
     28    Caption = 'Close'
     29    ModalResult = 11
     30    TabOrder = 1
     31  end
    2132end
Note: See TracChangeset for help on using the changeset viewer.