Ignore:
Timestamp:
Oct 12, 2019, 11:01:10 PM (5 years ago)
Author:
chronos
Message:
  • Modified: In computer form allow to stop AI play.
  • Modified: Optimized moves history computation using MoveAll without animation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormComputer.lfm

    r29 r32  
    1313  OnShow = FormShow
    1414  LCLVersion = '2.0.2.0'
    15   object ButtonSolve: TButton
    16     Left = 159
     15  object ButtonStart: TButton
     16    Left = 40
    1717    Height = 38
    18     Top = 281
     18    Top = 24
    1919    Width = 113
    20     Caption = 'Solve'
    21     OnClick = ButtonSolveClick
     20    Caption = 'Start'
     21    OnClick = ButtonStartClick
    2222    TabOrder = 0
    2323  end
     24  object ButtonStop: TButton
     25    Left = 208
     26    Height = 38
     27    Top = 24
     28    Width = 113
     29    Caption = 'Stop'
     30    Enabled = False
     31    OnClick = ButtonStopClick
     32    TabOrder = 1
     33  end
    2434end
Note: See TracChangeset for help on using the changeset viewer.