home *** CD-ROM | disk | FTP | other *** search
- object OptionForm: TOptionForm
- Left = 605
- Top = 107
- BorderStyle = bsToolWindow
- Caption = 'MP3Player options'
- ClientHeight = 102
- ClientWidth = 200
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 120
- TextHeight = 16
- object RepeatTrack: TCheckBox
- Left = 5
- Top = 6
- Width = 188
- Height = 17
- Caption = 'Repeat track / PlayList'
- TabOrder = 0
- end
- object TitleBar: TCheckBox
- Left = 5
- Top = 30
- Width = 188
- Height = 17
- Caption = 'Remove TitleBar'
- Enabled = False
- TabOrder = 1
- end
- object StartList: TCheckBox
- Left = 5
- Top = 54
- Width = 180
- Height = 17
- Caption = 'Start last PlayList on run'
- TabOrder = 2
- end
- object ShowPlayer: TCheckBox
- Left = 5
- Top = 78
- Width = 180
- Height = 17
- Caption = 'Show Player on run'
- TabOrder = 3
- end
- end
-