source: trunk/Forms/UFormHistory.lfm

Last change on this file was 36, checked in by chronos, 5 years ago
  • Fixed: Missing UFormHistory files.
  • Added: Allow to disable moves history recording.
File size: 955 bytes
Line 
1object FormHistory: TFormHistory
2 Left = 659
3 Height = 360
4 Top = 560
5 Width = 480
6 Caption = 'Moves history'
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 PaintBox1: TPaintBox
16 Left = 0
17 Height = 285
18 Top = 75
19 Width = 480
20 Align = alClient
21 OnPaint = PaintBox1Paint
22 end
23 object Panel1: TPanel
24 Left = 0
25 Height = 75
26 Top = 0
27 Width = 480
28 Align = alTop
29 BevelOuter = bvNone
30 ClientHeight = 75
31 ClientWidth = 480
32 TabOrder = 0
33 object TrackBar1: TTrackBar
34 Left = 16
35 Height = 58
36 Top = 8
37 Width = 448
38 OnChange = TrackBar1Change
39 Position = 0
40 Anchors = [akTop, akLeft, akRight]
41 TabOrder = 0
42 end
43 end
44 object Timer1: TTimer
45 Interval = 50
46 OnTimer = Timer1Timer
47 left = 108
48 top = 123
49 end
50end
Note: See TracBrowser for help on using the repository browser.