home *** CD-ROM | disk | FTP | other *** search
- object frmTimer: TfrmTimer
- Left = 917
- Top = 319
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'frmTimer'
- ClientHeight = 53
- ClientWidth = 164
- Color = clBlack
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poDefaultPosOnly
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnKeyDown = FormKeyDown
- PixelsPerInch = 96
- TextHeight = 13
- object imgTimer: TImage
- Left = 0
- Top = 0
- Width = 164
- Height = 53
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- OnMouseDown = imgTimerMouseDown
- OnMouseMove = imgTimerMouseMove
- OnMouseUp = imgTimerMouseUp
- end
- object Timer: TTimer
- OnTimer = TimerTimer
- Left = 64
- Top = 8
- end
- end
-