home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April B / Pcwk4b98.iso / Internet / Copernic / COPERNIC.EXE / _SETUP.1 / CopernicSvr.exe / 0 / RCDATA / TARAMISFORM / TARAMISFORM.txt
Encoding:
Text File  |  1997-09-13  |  638 b   |  34 lines

  1. object AramisForm: TAramisForm
  2.   Left = 239
  3.   Top = 163
  4.   BorderStyle = bsNone
  5.   ClientHeight = 247
  6.   ClientWidth = 400
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsStayOnTop
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnCloseQuery = FormCloseQuery
  15.   OnHide = FormHide
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 400
  23.     Height = 247
  24.     Align = alClient
  25.     OnClick = Image1Click
  26.   end
  27.   object Timer: TTimer
  28.     Interval = 5000
  29.     OnTimer = TimerTimer
  30.     Left = 10
  31.     Top = 10
  32.   end
  33. end
  34.