source: trunk/Forms/FormHistory.lfm

Last change on this file was 86, checked in by chronos, 3 months ago
  • Modified: Remove U prefix from unit names.
  • Modified: Used TFormEx for all forms for code simplification.
  • Fixed: Fullscreen mode switching error.
File size: 933 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 OnCreate = FormCreate
11 OnDestroy = FormDestroy
12 OnShow = FormShow
13 LCLVersion = '3.4.0.0'
14 object PaintBox1: TPaintBox
15 Left = 0
16 Height = 285
17 Top = 75
18 Width = 480
19 Align = alClient
20 OnPaint = PaintBox1Paint
21 end
22 object Panel1: TPanel
23 Left = 0
24 Height = 75
25 Top = 0
26 Width = 480
27 Align = alTop
28 BevelOuter = bvNone
29 ClientHeight = 75
30 ClientWidth = 480
31 TabOrder = 0
32 object TrackBar1: TTrackBar
33 Left = 16
34 Height = 58
35 Top = 8
36 Width = 448
37 OnChange = TrackBar1Change
38 Position = 0
39 Anchors = [akTop, akLeft, akRight]
40 TabOrder = 0
41 end
42 end
43 object Timer1: TTimer
44 Interval = 50
45 OnTimer = Timer1Timer
46 Left = 108
47 Top = 123
48 end
49end
Note: See TracBrowser for help on using the repository browser.