home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / ctenari / Rozanek / setup.exe / 0 / RCDATA / TVIEWLOGO / TVIEWLOGO.txt
Text File  |  1999-03-22  |  734b  |  35 lines

  1. object ViewLogo: TViewLogo
  2.   Left = 200
  3.   Top = 119
  4.   BorderStyle = bsNone
  5.   Caption = 'ViewLogo'
  6.   ClientHeight = 179
  7.   ClientWidth = 255
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnPaint = FormPaint
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button1: TButton
  20.     Left = 160
  21.     Top = 120
  22.     Width = 75
  23.     Height = 25
  24.     Caption = '>>'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     OnClick = Button1Click
  33.   end
  34. end
  35.