home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &… the Search for Life CD 3 / CD-ROM.iso / install / guide / guide.exe / 0 / RCDATA / THELPBOX / THELPBOX.txt
Encoding:
Text File  |  2003-03-12  |  843 b   |  42 lines

  1. object HelpBox: THelpBox
  2.   Left = 440
  3.   Top = 371
  4.   Width = 432
  5.   Height = 313
  6.   Caption = 'Using this program'
  7.   Color = clWhite
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object rtfHelp: TRichEdit
  18.     Left = 8
  19.     Top = 8
  20.     Width = 409
  21.     Height = 237
  22.     BorderStyle = bsNone
  23.     Color = clWhite
  24.     Lines.Strings = (
  25.       'Copyright '#169' 2002 The Open University and its licensors.'
  26.       'All rights reserved.')
  27.     ReadOnly = True
  28.     ScrollBars = ssVertical
  29.     TabOrder = 0
  30.   end
  31.   object btnOk: TButton
  32.     Left = 184
  33.     Top = 256
  34.     Width = 75
  35.     Height = 25
  36.     Caption = 'OK'
  37.     Default = True
  38.     ModalResult = 1
  39.     TabOrder = 1
  40.   end
  41. end
  42.