home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 200
- Top = 108
- BorderStyle = bsNone
- Caption = 'Form2'
- ClientHeight = 273
- ClientWidth = 427
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- WindowState = wsMaximized
- OnActivate = FormActivate
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 248
- Top = 136
- Width = 160
- Height = 121
- BevelOuter = bvNone
- Color = clBlack
- TabOrder = 0
- end
- object MediaPlayer1: TMediaPlayer
- Left = 200
- Top = 368
- Width = 253
- Height = 30
- Display = Panel1
- FileName = 'count.avi'
- Visible = False
- TabOrder = 1
- OnNotify = MediaPlayer1Notify
- end
- object Panel2: TPanel
- Left = 200
- Top = 72
- Width = 240
- Height = 320
- BevelOuter = bvNone
- Color = clBlack
- TabOrder = 2
- Visible = False
- end
- end
-