home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / oddech / hry / Funny / Funnyx.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  1999-12-15  |  1KB  |  58 lines

  1. object MainForm: TMainForm
  2.   Left = 224
  3.   Top = 127
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'FUNNY BALL 2000 Christmas'
  7.   ClientHeight = 440
  8.   ClientWidth = 550
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PrintScale = poNone
  17.   Scaled = False
  18.   Visible = True
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnMouseDown = FormMouseDown
  22.   OnMouseMove = FormMouseMove
  23.   OnMouseUp = FormMouseUp
  24.   OnPaint = FormPaint
  25.   PixelsPerInch = 96
  26.   TextHeight = 16
  27.   object Player: TMediaPlayer
  28.     Left = 5
  29.     Top = 70
  30.     Width = 29
  31.     Height = 20
  32.     EnabledButtons = []
  33.     VisibleButtons = []
  34.     AutoEnable = False
  35.     AutoRewind = False
  36.     DeviceType = dtSequencer
  37.     Visible = False
  38.     TabOrder = 0
  39.     TabStop = False
  40.   end
  41.   object Timer1: TcsHiResTimer
  42.     Enabled = False
  43.     Interval = 33
  44.     Resolution = 5
  45.     OnTimer = Timer1Timer
  46.     Left = 6
  47.     Top = 6
  48.   end
  49.   object Timer2: TcsHiResTimer
  50.     Enabled = False
  51.     Interval = 50
  52.     Resolution = 25
  53.     OnTimer = Timer2Timer
  54.     Left = 40
  55.     Top = 6
  56.   end
  57. end
  58.