home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 204
- Top = 122
- AutoSize = True
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Extractor 2.01'
- ClientHeight = 372
- ClientWidth = 250
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- Visible = True
- OnActivate = FormActivate
- OnClose = FormClose
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 13
- object FrontImage: TImage
- Left = 0
- Top = 0
- Width = 250
- Height = 372
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- OnClick = FrontImageClick
- OnMouseMove = FrontImageMouseMove
- end
- object MediaPlayer: TMediaPlayer
- Left = 2
- Top = 82
- Width = 57
- Height = 30
- VisibleButtons = [btPlay, btStop]
- Visible = False
- TabOrder = 0
- OnNotify = MediaPlayerNotify
- end
- end
-