home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Start.Exe / 0 / RCDATA / TMAIN / TMAIN.txt
Text File  |  2005-03-18  |  805b  |  41 lines

  1. object Main: TMain
  2.   Left = -200
  3.   Top = -200
  4.   BorderStyle = bsNone
  5.   Caption = 'CD'
  6.   ClientHeight = 93
  7.   ClientWidth = 134
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object MediaPlayer1: TMediaPlayer
  23.     Left = 24
  24.     Top = 40
  25.     Width = 253
  26.     Height = 30
  27.     Visible = False
  28.     TabOrder = 0
  29.     OnNotify = MediaPlayer1Notify
  30.   end
  31.   object MediaPlayer2: TMediaPlayer
  32.     Left = 24
  33.     Top = 8
  34.     Width = 253
  35.     Height = 30
  36.     Visible = False
  37.     TabOrder = 1
  38.     OnNotify = MediaPlayer2Notify
  39.   end
  40. end
  41.