home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Reklamy / Tts / _SETUP.1 / TTSOPISY.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1998-03-12  |  947b  |  50 lines

  1. object Form2: TForm2
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsNone
  5.   Caption = 'Form2'
  6.   ClientHeight = 273
  7.   ClientWidth = 427
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   WindowState = wsMaximized
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 248
  21.     Top = 136
  22.     Width = 160
  23.     Height = 121
  24.     BevelOuter = bvNone
  25.     Color = clBlack
  26.     TabOrder = 0
  27.   end
  28.   object MediaPlayer1: TMediaPlayer
  29.     Left = 200
  30.     Top = 368
  31.     Width = 253
  32.     Height = 30
  33.     Display = Panel1
  34.     FileName = 'count.avi'
  35.     Visible = False
  36.     TabOrder = 1
  37.     OnNotify = MediaPlayer1Notify
  38.   end
  39.   object Panel2: TPanel
  40.     Left = 200
  41.     Top = 72
  42.     Width = 240
  43.     Height = 320
  44.     BevelOuter = bvNone
  45.     Color = clBlack
  46.     TabOrder = 2
  47.     Visible = False
  48.   end
  49. end
  50.