home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1998 November (Bonus) / GAMESTAR11B.ISO / Diverses / SECK / _SETUP.1 / Seck.exe / 0 / RCDATA / TTUTOR / TTUTOR.txt < prev   
Text File  |  1998-03-15  |  2KB  |  74 lines

  1. object Tutor: TTutor
  2.   Left = 117
  3.   Top = 155
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'SECK 4.00  "Quick - Tutor"'
  7.   ClientHeight = 239
  8.   ClientWidth = 441
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poDefaultSizeOnly
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 52
  20.     Top = 10
  21.     Width = 338
  22.     Height = 163
  23.     AutoSize = True
  24.     Picture.Data = {<image000.bmp>}
  25.   end
  26.   object Memo1: TMemo
  27.     Left = 0
  28.     Top = 0
  29.     Width = 441
  30.     Height = 202
  31.     Align = alTop
  32.     Color = clYellow
  33.     Font.Color = clBlack
  34.     Font.Height = -13
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     Lines.Strings = (
  38.       '                                                               '
  39.       '                                                               '
  40.       '                                                               '
  41.       '                                                               '
  42.       '                                                               '
  43.       '                                                               '
  44.       '                                                               '
  45.       '                                                               '
  46.       '                                                               '
  47.       '                                                               '
  48.       '                                                               '
  49.       '                                                               ')
  50.     ParentFont = False
  51.     ReadOnly = True
  52.     TabOrder = 0
  53.     OnEnter = Memo1Enter
  54.   end
  55.   object Button1: TButton
  56.     Left = 11
  57.     Top = 207
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'Weiter'
  61.     TabOrder = 1
  62.     OnClick = Button1Click
  63.   end
  64.   object Beenden: TButton
  65.     Left = 95
  66.     Top = 207
  67.     Width = 78
  68.     Height = 25
  69.     Caption = 'Beenden'
  70.     TabOrder = 2
  71.     OnClick = BeendenClick
  72.   end
  73. end
  74.