Ignore:
Timestamp:
Oct 13, 2019, 5:34:57 PM (5 years ago)
Author:
chronos
Message:
  • Added: In computer AI form allow to set delay of steps computation. Set to zero means fastest processing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormComputer.lfm

    r32 r38  
    3232    TabOrder = 1
    3333  end
     34  object TrackBar1: TTrackBar
     35    Left = 24
     36    Height = 58
     37    Top = 104
     38    Width = 430
     39    Max = 1000
     40    Position = 0
     41    Anchors = [akTop, akLeft, akRight]
     42    TabOrder = 2
     43  end
     44  object Label1: TLabel
     45    Left = 21
     46    Height = 26
     47    Top = 76
     48    Width = 127
     49    Caption = 'Delay per step:'
     50    ParentColor = False
     51  end
    3452end
Note: See TracChangeset for help on using the changeset viewer.