home *** CD-ROM | disk | FTP | other *** search
- object HelpBox: THelpBox
- Left = 440
- Top = 371
- Width = 432
- Height = 313
- Caption = 'Using this program'
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object rtfHelp: TRichEdit
- Left = 8
- Top = 8
- Width = 409
- Height = 237
- BorderStyle = bsNone
- Color = clWhite
- Lines.Strings = (
- 'Copyright '#169' 2002 The Open University and its licensors.'
- 'All rights reserved.')
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object btnOk: TButton
- Left = 184
- Top = 256
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- end
-