home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 193
- Top = 109
- BorderIcons = []
- BorderStyle = bsNone
- Caption = ' '
- ClientHeight = 229
- ClientWidth = 350
- Color = clBlack
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- WindowState = wsMaximized
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnKeyPress = FormKeyPress
- OnKeyUp = FormKeyUp
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bild: TPaintBox
- Left = 0
- Top = 0
- Width = 350
- Height = 229
- Cursor = -1
- Align = alClient
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- OnClick = BildClick
- OnMouseDown = BildMouseDown
- OnMouseMove = BildMouseMove
- end
- object Image1: TImage
- Left = 24
- Top = 16
- Width = 305
- Height = 169
- Picture.Data = {<image001.bmp>}
- Visible = False
- end
- object Image2: TImage
- Left = 64
- Top = 40
- Width = 273
- Height = 177
- Picture.Data = {<image002.bmp>}
- Visible = False
- end
- object MediaPlayer1: TMediaPlayer
- Left = 40
- Top = 8
- Width = 85
- Height = 25
- ColoredButtons = []
- VisibleButtons = [btPlay, btStop, btBack]
- Visible = False
- TabOrder = 0
- end
- object Timer1: TTimer
- Interval = 100
- OnTimer = Timer1Timer
- Left = 8
- Top = 8
- end
- end
-