home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / UBELT.ZIP / UBshar.EXE / Viewer.exe / 0 / RCDATA / THELPFUL / THELPFUL.txt < prev   
Text File  |  1998-03-17  |  2KB  |  91 lines

  1. object Helpful: THelpful
  2.   Left = 83
  3.   Top = 86
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Help Reader'
  7.   ClientHeight = 423
  8.   ClientWidth = 634
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ScrollBox1: TScrollBox
  18.     Left = 4
  19.     Top = 4
  20.     Width = 629
  21.     Height = 417
  22.     VertScrollBar.Tracking = True
  23.     Color = clWhite
  24.     ParentColor = False
  25.     TabOrder = 0
  26.     object Image1: TImage
  27.       Left = 16
  28.       Top = 44
  29.       Width = 593
  30.       Height = 105
  31.       AutoSize = True
  32.       Center = True
  33.     end
  34.     object Image2: TImage
  35.       Left = 16
  36.       Top = 248
  37.       Width = 593
  38.       Height = 69
  39.       AutoSize = True
  40.     end
  41.     object Memo1: TMemo
  42.       Left = 0
  43.       Top = 0
  44.       Width = 609
  45.       Height = 45
  46.       BorderStyle = bsNone
  47.       Font.Color = clBlack
  48.       Font.Height = -16
  49.       Font.Name = 'Times New Roman'
  50.       Font.Style = [fsBold, fsUnderline]
  51.       Lines.Strings = (
  52.         'Memo1')
  53.       ParentFont = False
  54.       ReadOnly = True
  55.       TabOrder = 0
  56.     end
  57.     object Memo2: TMemo
  58.       Left = 0
  59.       Top = 148
  60.       Width = 609
  61.       Height = 101
  62.       BorderStyle = bsNone
  63.       Font.Color = clBlack
  64.       Font.Height = -16
  65.       Font.Name = 'Times New Roman'
  66.       Font.Style = []
  67.       Lines.Strings = (
  68.         'Memo2')
  69.       ParentFont = False
  70.       ReadOnly = True
  71.       TabOrder = 1
  72.     end
  73.     object Memo3: TMemo
  74.       Left = 0
  75.       Top = 316
  76.       Width = 609
  77.       Height = 93
  78.       BorderStyle = bsNone
  79.       Font.Color = clBlack
  80.       Font.Height = -16
  81.       Font.Name = 'Times New Roman'
  82.       Font.Style = []
  83.       Lines.Strings = (
  84.         'Memo3')
  85.       ParentFont = False
  86.       ReadOnly = True
  87.       TabOrder = 2
  88.     end
  89.   end
  90. end
  91.