home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 January / GSSH0104TT.iso / Programme / Seck / _SETUP.1 / Seck.exe / 0 / RCDATA / TLITTLETUTOR / TLITTLETUTOR.txt
Text File  |  1998-03-15  |  946b  |  57 lines

  1. object LittleTutor: TLittleTutor
  2.   Left = 179
  3.   Top = 20
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'LittleTutor '
  7.   ClientHeight = 173
  8.   ClientWidth = 283
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poDefaultSizeOnly
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Info: TMemo
  18.     Left = 0
  19.     Top = 0
  20.     Width = 283
  21.     Height = 138
  22.     Align = alTop
  23.     Color = clLime
  24.     Lines.Strings = (
  25.       ''
  26.       ''
  27.       ''
  28.       ''
  29.       ''
  30.       ''
  31.       ''
  32.       ''
  33.       ''
  34.       '')
  35.     ReadOnly = True
  36.     TabOrder = 0
  37.     OnEnter = InfoEnter
  38.   end
  39.   object Button1: TButton
  40.     Left = 3
  41.     Top = 145
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'Beenden'
  45.     TabOrder = 1
  46.     OnClick = Button1Click
  47.   end
  48.   object weiter: TButton
  49.     Left = 88
  50.     Top = 145
  51.     Width = 24
  52.     Height = 25
  53.     TabOrder = 2
  54.     Visible = False
  55.   end
  56. end
  57.