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