home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / gry / CyberMind / CyberMind.exe / 0 / RCDATA / TFRMTIMER / TFRMTIMER.txt < prev   
Encoding:
Text File  |  1997-08-24  |  781 b   |  38 lines

  1. object frmTimer: TfrmTimer
  2.   Left = 917
  3.   Top = 319
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'frmTimer'
  7.   ClientHeight = 53
  8.   ClientWidth = 164
  9.   Color = clBlack
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poDefaultPosOnly
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object imgTimer: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 164
  25.     Height = 53
  26.     AutoSize = True
  27.     Picture.Data = {<image000.bmp>}
  28.     OnMouseDown = imgTimerMouseDown
  29.     OnMouseMove = imgTimerMouseMove
  30.     OnMouseUp = imgTimerMouseUp
  31.   end
  32.   object Timer: TTimer
  33.     OnTimer = TimerTimer
  34.     Left = 64
  35.     Top = 8
  36.   end
  37. end
  38.