home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / sharewar / Power / _SETUP.1 / PS.exe / 0 / RCDATA / TFORM7 / TFORM7.txt
Text File  |  1999-05-20  |  770b  |  39 lines

  1. object Form7: TForm7
  2.   Left = 233
  3.   Top = 185
  4.   BorderStyle = bsNone
  5.   Caption = 'Form7'
  6.   ClientHeight = 453
  7.   ClientWidth = 688
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   KeyPreview = True
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnMouseUp = FormMouseUp
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Timer1: TTimer
  24.     Enabled = False
  25.     Interval = 20000
  26.     OnTimer = Timer1Timer
  27.     Left = 8
  28.     Top = 8
  29.   end
  30.   object TimerEx1: TTimerEx
  31.     Enabled = False
  32.     Interval = 50
  33.     ThreadSafe = False
  34.     OnTimer = TimerEx1Timer
  35.     Left = 48
  36.     Top = 72
  37.   end
  38. end
  39.