source: trunk/Forms/UFormComputer.lfm

Last change on this file was 38, checked in by chronos, 5 years ago
  • Added: In computer AI form allow to set delay of steps computation. Set to zero means fastest processing.
File size: 967 bytes
Line 
1object FormComputer: TFormComputer
2 Left = 747
3 Height = 360
4 Top = 561
5 Width = 480
6 Caption = 'AI'
7 ClientHeight = 360
8 ClientWidth = 480
9 DesignTimePPI = 144
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnDestroy = FormDestroy
13 OnShow = FormShow
14 LCLVersion = '2.0.2.0'
15 object ButtonStart: TButton
16 Left = 40
17 Height = 38
18 Top = 24
19 Width = 113
20 Caption = 'Start'
21 OnClick = ButtonStartClick
22 TabOrder = 0
23 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
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
52end
Note: See TracBrowser for help on using the repository browser.