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

  1. object Textreader: TTextreader
  2.   Left = 84
  3.   Top = 93
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'SECK 4.00 Textreader'
  7.   ClientHeight = 274
  8.   ClientWidth = 513
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefaultSizeOnly
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 1
  18.     Top = 0
  19.     Width = 74
  20.     Height = 22
  21.     Caption = 'Zur∩┐╜ck'
  22.     TabOrder = 0
  23.     OnClick = Button1Click
  24.   end
  25.   object Memo1: TMemo
  26.     Left = 1
  27.     Top = 20
  28.     Width = 512
  29.     Height = 255
  30.     Font.Color = clBlack
  31.     Font.Height = -13
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     Lines.Strings = (
  35.       '')
  36.     ParentFont = False
  37.     ReadOnly = True
  38.     ScrollBars = ssBoth
  39.     TabOrder = 1
  40.   end
  41.   object Button2: TButton
  42.     Left = 80
  43.     Top = -1
  44.     Width = 75
  45.     Height = 19
  46.     Caption = 'Button2'
  47.     Enabled = False
  48.     TabOrder = 2
  49.     Visible = False
  50.     OnClick = Button2Click
  51.   end
  52. end
  53.