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/FormHistory.lfm

    r86 r101  
    11object FormHistory: TFormHistory
    2   Left = 659
    3   Height = 360
    4   Top = 560
    5   Width = 480
     2  Left = 670
     3  Height = 367
     4  Top = 572
     5  Width = 526
    66  Caption = 'Moves history'
    7   ClientHeight = 360
    8   ClientWidth = 480
     7  ClientHeight = 367
     8  ClientWidth = 526
    99  DesignTimePPI = 144
    1010  OnCreate = FormCreate
    1111  OnDestroy = FormDestroy
    1212  OnShow = FormShow
    13   LCLVersion = '3.4.0.0'
     13  LCLVersion = '3.6.0.0'
    1414  object PaintBox1: TPaintBox
    15     Left = 0
    16     Height = 285
     15    Left = 8
     16    Height = 244
    1717    Top = 75
    18     Width = 480
    19     Align = alClient
     18    Width = 511
     19    Align = alCustom
     20    Anchors = [akTop, akLeft, akRight, akBottom]
    2021    OnPaint = PaintBox1Paint
    2122  end
     
    2425    Height = 75
    2526    Top = 0
    26     Width = 480
     27    Width = 526
    2728    Align = alTop
    2829    BevelOuter = bvNone
    2930    ClientHeight = 75
    30     ClientWidth = 480
     31    ClientWidth = 526
    3132    TabOrder = 0
    3233    object TrackBar1: TTrackBar
     
    3435      Height = 58
    3536      Top = 8
    36       Width = 448
     37      Width = 494
    3738      OnChange = TrackBar1Change
    3839      Position = 0
     
    4041      TabOrder = 0
    4142    end
     43  end
     44  object ButtonClose: TButton
     45    Left = 406
     46    Height = 38
     47    Top = 327
     48    Width = 113
     49    Anchors = [akRight, akBottom]
     50    Caption = 'Close'
     51    ModalResult = 11
     52    TabOrder = 1
    4253  end
    4354  object Timer1: TTimer
Note: See TracChangeset for help on using the changeset viewer.