source: trunk/LocalPlayer/Help.lfm@ 174

Last change on this file since 174 was 69, checked in by chronos, 8 years ago
  • Fixed: Implemented platform independent scrollbars usage. Tested on Linux.
File size: 1.3 KB
Line 
1object HelpDlg: THelpDlg
2 Left = 394
3 Top = 180
4 BorderIcons = []
5 BorderStyle = bsNone
6 ClientHeight = 479
7 ClientWidth = 560
8 Color = clBtnFace
9 Font.Charset = DEFAULT_CHARSET
10 Font.Color = clWindowText
11 Font.Height = -13
12 Font.Name = 'MS Sans Serif'
13 Font.Style = []
14 FormStyle = fsStayOnTop
15 OnClose = FormClose
16 OnCreate = FormCreate
17 OnDestroy = FormDestroy
18 OnKeyDown = FormKeyDown
19 OnMouseWheel = FormMouseWheel
20 OnMouseDown = PaintBox1MouseDown
21 OnMouseMove = PaintBox1MouseMove
22 OnPaint = FormPaint
23 PixelsPerInch = 96
24 object CloseBtn: TButtonB
25 Left = 522
26 Top = 6
27 Width = 25
28 Height = 25
29 Down = False
30 Permanent = False
31 OnClick = CloseBtnClick
32 ButtonIndex = 0
33 end
34 object BackBtn: TButtonB
35 Left = 42
36 Top = 6
37 Width = 25
38 Height = 25
39 Down = False
40 Permanent = False
41 OnClick = BackBtnClick
42 ButtonIndex = 6
43 end
44 object TopBtn: TButtonB
45 Left = 13
46 Top = 6
47 Width = 25
48 Height = 25
49 Down = False
50 Permanent = False
51 OnClick = TopBtnClick
52 ButtonIndex = 7
53 end
54 object SearchBtn: TButtonB
55 Left = 493
56 Top = 6
57 Width = 25
58 Height = 25
59 Down = False
60 Permanent = False
61 OnClick = SearchBtnClick
62 ButtonIndex = 18
63 end
64end
Note: See TracBrowser for help on using the repository browser.