Ignore:
Timestamp:
Jun 7, 2024, 2:36:34 PM (3 months ago)
Author:
chronos
Message:
  • Fixed: Fullscreen mode was not working on start.
  • Added: Step button in AI form to do single step.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormComputer.lfm

    r86 r88  
    11object FormComputer: TFormComputer
    2   Left = 747
     2  Left = 1040
    33  Height = 360
    4   Top = 561
     4  Top = 540
    55  Width = 480
    66  Caption = 'AI'
     
    2121    OnClick = ButtonStartClick
    2222  end
    23   object ButtonStop: TButton
    24     Left = 208
     23  object ButtonEnd: TButton
     24    Left = 296
    2525    Height = 38
    2626    Top = 24
    2727    Width = 113
    28     Caption = 'Stop'
     28    Caption = 'End'
    2929    Enabled = False
    3030    TabOrder = 1
    31     OnClick = ButtonStopClick
     31    OnClick = ButtonEndClick
    3232  end
    3333  object TrackBar1: TTrackBar
     
    4949    ParentColor = False
    5050  end
     51  object ButtonStep: TButton
     52    Left = 168
     53    Height = 38
     54    Top = 24
     55    Width = 113
     56    Caption = 'Step'
     57    Enabled = False
     58    TabOrder = 3
     59    OnClick = ButtonStepClick
     60  end
    5161end
Note: See TracChangeset for help on using the changeset viewer.