Ignore:
Timestamp:
Oct 13, 2019, 5:14:50 PM (5 years ago)
Author:
chronos
Message:
  • Fixed: Missing UFormHistory files.
  • Added: Allow to disable moves history recording.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormNew.lfm

    r31 r36  
    11object FormNew: TFormNew
    22  Left = 703
    3   Height = 212
    4   Top = 748
    5   Width = 487
     3  Height = 266
     4  Top = 694
     5  Width = 501
    66  Caption = 'New game'
    7   ClientHeight = 212
    8   ClientWidth = 487
     7  ClientHeight = 266
     8  ClientWidth = 501
    99  DesignTimePPI = 144
    1010  OnClose = FormClose
     
    4545    Left = 120
    4646    Height = 38
    47     Top = 158
     47    Top = 212
    4848    Width = 113
    4949    Anchors = [akLeft, akBottom]
     
    5555    Left = 280
    5656    Height = 38
    57     Top = 158
     57    Top = 212
    5858    Width = 113
    5959    Anchors = [akLeft, akBottom]
     
    7070    TabOrder = 3
    7171  end
     72  object CheckBoxRecordHistory: TCheckBox
     73    Left = 16
     74    Height = 30
     75    Top = 88
     76    Width = 210
     77    Caption = 'Record moves history'
     78    TabOrder = 4
     79  end
    7280end
Note: See TracChangeset for help on using the changeset viewer.