Last change
on this file was 232, checked in by chronos, 5 years ago |
- Fixed: Set all as non-scaled to avoid Lazarus IDE to resize buttons with fixed size.
|
File size:
1.3 KB
|
Line | |
---|
1 | object 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 | Scaled = False
|
---|
25 | object CloseBtn: TButtonB
|
---|
26 | Left = 522
|
---|
27 | Top = 6
|
---|
28 | Width = 25
|
---|
29 | Height = 25
|
---|
30 | Down = False
|
---|
31 | Permanent = False
|
---|
32 | OnClick = CloseBtnClick
|
---|
33 | ButtonIndex = 0
|
---|
34 | end
|
---|
35 | object BackBtn: TButtonB
|
---|
36 | Left = 42
|
---|
37 | Top = 6
|
---|
38 | Width = 25
|
---|
39 | Height = 25
|
---|
40 | Down = False
|
---|
41 | Permanent = False
|
---|
42 | OnClick = BackBtnClick
|
---|
43 | ButtonIndex = 6
|
---|
44 | end
|
---|
45 | object TopBtn: TButtonB
|
---|
46 | Left = 13
|
---|
47 | Top = 6
|
---|
48 | Width = 25
|
---|
49 | Height = 25
|
---|
50 | Down = False
|
---|
51 | Permanent = False
|
---|
52 | OnClick = TopBtnClick
|
---|
53 | ButtonIndex = 7
|
---|
54 | end
|
---|
55 | object SearchBtn: TButtonB
|
---|
56 | Left = 493
|
---|
57 | Top = 6
|
---|
58 | Width = 25
|
---|
59 | Height = 25
|
---|
60 | Down = False
|
---|
61 | Permanent = False
|
---|
62 | OnClick = SearchBtnClick
|
---|
63 | ButtonIndex = 18
|
---|
64 | end
|
---|
65 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.