home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / intergal / prgs / idv21 / data.z / Iavadraw.exe / 0 / RCDATA / TVISUAL / TVISUAL.txt < prev   
Text File  |  1996-12-20  |  743b  |  36 lines

  1. object Visual: TVisual
  2.   Left = 323
  3.   Top = 231
  4.   BorderStyle = bsSingle
  5.   Caption = 'Visual'
  6.   ClientHeight = 267
  7.   ClientWidth = 431
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   KeyPreview = True
  14.   Position = poDefault
  15.   Scaled = False
  16.   Visible = True
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnDeactivate = FormDeactivate
  22.   OnHide = FormHide
  23.   OnKeyDown = FormKeyDown
  24.   OnMouseDown = FormMouseDown
  25.   OnMouseMove = FormMouseMove
  26.   OnShow = FormShow
  27.   PixelsPerInch = 96
  28.   TextHeight = 16
  29.   object Timer1: TTimer
  30.     Interval = 500
  31.     OnTimer = Timer1Timer
  32.     Left = 20
  33.     Top = 228
  34.   end
  35. end
  36.