home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 June / Pcwk6b98.iso / Mpeg3 / Mp3playr / mp3playr.exe / 0 / RCDATA / TOPTIONFORM / TOPTIONFORM.txt
Text File  |  1998-03-30  |  963b  |  50 lines

  1. object OptionForm: TOptionForm
  2.   Left = 605
  3.   Top = 107
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'MP3Player options'
  6.   ClientHeight = 102
  7.   ClientWidth = 200
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object RepeatTrack: TCheckBox
  17.     Left = 5
  18.     Top = 6
  19.     Width = 188
  20.     Height = 17
  21.     Caption = 'Repeat track / PlayList'
  22.     TabOrder = 0
  23.   end
  24.   object TitleBar: TCheckBox
  25.     Left = 5
  26.     Top = 30
  27.     Width = 188
  28.     Height = 17
  29.     Caption = 'Remove TitleBar'
  30.     Enabled = False
  31.     TabOrder = 1
  32.   end
  33.   object StartList: TCheckBox
  34.     Left = 5
  35.     Top = 54
  36.     Width = 180
  37.     Height = 17
  38.     Caption = 'Start last PlayList on run'
  39.     TabOrder = 2
  40.   end
  41.   object ShowPlayer: TCheckBox
  42.     Left = 5
  43.     Top = 78
  44.     Width = 180
  45.     Height = 17
  46.     Caption = 'Show Player on run'
  47.     TabOrder = 3
  48.   end
  49. end
  50.