1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
object HelpDlg: THelpDlg
Left = 394
Top = 180
BorderIcons = []
BorderStyle = bsNone
ClientHeight = 479
ClientWidth = 560
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnMouseWheel = FormMouseWheel
OnMouseDown = PaintBox1MouseDown
OnMouseMove = PaintBox1MouseMove
OnPaint = FormPaint
PixelsPerInch = 96
Scaled = False
object CloseBtn: TButtonB
Left = 522
Top = 6
Width = 25
Height = 25
Down = False
Permanent = False
OnClick = CloseBtnClick
ButtonIndex = 0
end
object BackBtn: TButtonB
Left = 42
Top = 6
Width = 25
Height = 25
Down = False
Permanent = False
OnClick = BackBtnClick
ButtonIndex = 6
end
object TopBtn: TButtonB
Left = 13
Top = 6
Width = 25
Height = 25
Down = False
Permanent = False
OnClick = TopBtnClick
ButtonIndex = 7
end
object SearchBtn: TButtonB
Left = 493
Top = 6
Width = 25
Height = 25
Down = False
Permanent = False
OnClick = SearchBtnClick
ButtonIndex = 18
end
end
|