source: trunk/Forms/FormHistory.lfm

Last change on this file was 101, checked in by chronos, 7 months ago
  • Added: Close button in moves history and help forms.
  • Modified: Always show moves history menu action.
File size: 1.1 KB
Line 
1object FormHistory: TFormHistory
2 Left = 670
3 Height = 367
4 Top = 572
5 Width = 526
6 Caption = 'Moves history'
7 ClientHeight = 367
8 ClientWidth = 526
9 DesignTimePPI = 144
10 OnCreate = FormCreate
11 OnDestroy = FormDestroy
12 OnShow = FormShow
13 LCLVersion = '3.6.0.0'
14 object PaintBox1: TPaintBox
15 Left = 8
16 Height = 244
17 Top = 75
18 Width = 511
19 Align = alCustom
20 Anchors = [akTop, akLeft, akRight, akBottom]
21 OnPaint = PaintBox1Paint
22 end
23 object Panel1: TPanel
24 Left = 0
25 Height = 75
26 Top = 0
27 Width = 526
28 Align = alTop
29 BevelOuter = bvNone
30 ClientHeight = 75
31 ClientWidth = 526
32 TabOrder = 0
33 object TrackBar1: TTrackBar
34 Left = 16
35 Height = 58
36 Top = 8
37 Width = 494
38 OnChange = TrackBar1Change
39 Position = 0
40 Anchors = [akTop, akLeft, akRight]
41 TabOrder = 0
42 end
43 end
44 object ButtonClose: TButton
45 Left = 406
46 Height = 38
47 Top = 327
48 Width = 113
49 Anchors = [akRight, akBottom]
50 Caption = 'Close'
51 ModalResult = 11
52 TabOrder = 1
53 end
54 object Timer1: TTimer
55 Interval = 50
56 OnTimer = Timer1Timer
57 Left = 108
58 Top = 123
59 end
60end
Note: See TracBrowser for help on using the repository browser.