home *** CD-ROM | disk | FTP | other *** search
- object FileAssociationsForm: TFileAssociationsForm
- Left = 383
- Top = 238
- BorderStyle = bsDialog
- Caption = 'File Associations'
- ClientHeight = 220
- ClientWidth = 217
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object RxLabel1: TRxLabel
- Left = 7
- Top = 4
- Width = 207
- Height = 39
- Caption =
- 'GMP3 is able to open file types by double'#13#10'clicking, You can us' +
- 'e this dialog to enable '#13#10'that feature.'
- end
- object Button1: TButton
- Left = 133
- Top = 168
- Width = 75
- Height = 25
- Caption = '&Register'
- TabOrder = 2
- OnClick = Button1Click
- end
- object GroupBox1: TGroupBox
- Left = 5
- Top = 48
- Width = 204
- Height = 41
- Caption = 'Song Files'
- TabOrder = 0
- object CheckBox1: TCheckBox
- Left = 8
- Top = 16
- Width = 161
- Height = 17
- Caption = 'Use GMP3 for .&MP3 Files'
- TabOrder = 0
- end
- end
- object GroupBox2: TGroupBox
- Left = 5
- Top = 96
- Width = 204
- Height = 65
- Caption = 'Play List Files'
- TabOrder = 1
- object CheckBox2: TCheckBox
- Left = 8
- Top = 16
- Width = 169
- Height = 17
- Caption = 'Use GMP3 for .&PLS Files'
- TabOrder = 0
- end
- object CheckBox3: TCheckBox
- Left = 8
- Top = 40
- Width = 169
- Height = 17
- Caption = 'Use GMP3 for .M3&U Files'
- TabOrder = 1
- end
- end
- object CheckBox4: TCheckBox
- Left = 5
- Top = 200
- Width = 185
- Height = 17
- Caption = '&Do not display this message again.'
- TabOrder = 4
- end
- object Button2: TButton
- Left = 8
- Top = 168
- Width = 75
- Height = 25
- Caption = '&Ok'
- TabOrder = 3
- OnClick = Button2Click
- end
- object ATShell1: TATShell
- IconPath = 'C:\DESKTOP\PROJECTS\MP3 PLAYER\GMP3.EXE,1'
- ShowInNew = False
- TypeName = 'GMP3 file (audio mpeg layer 3)'
- PathToApp = 'C:\DESKTOP\PROJECTS\MP3 PLAYER\GMP3.EXE'
- Extension = '.mp3'
- KeyName = 'Winamp file'
- QuickView = False
- ShellCommands =
- 'Play|"C:\PROGRAM FILES\WINAMP\WINAMP.EXE" " ,Enqueue|"C:\PROGRAM' +
- ' FILES\WINAMP\WINAMP.EXE" /ADD " ,'
- ParamPos = ppBefore
- Left = 72
- end
- object ATShell3: TATShell
- IconPath = 'C:\DESKTOP\PROJECTS\MP3 PLAYER\GMP3.EXE,1'
- ShowInNew = False
- TypeName = 'GMP3 Playlist file (audio mpeg layer 3)'
- PathToApp = 'C:\DESKTOP\PROJECTS\MP3 PLAYER\GMP3.EXE'
- Extension = '.m3u'
- KeyName = 'Winamp.PlayList'
- QuickView = False
- ShellCommands =
- 'Play|"C:\PROGRAM FILES\WINAMP\WINAMP.EXE" ",Enqueue|"C:\PROGRAM ' +
- 'FILES\WINAMP\WINAMP.EXE" /ADD ",'
- ParamPos = ppBefore
- Left = 144
- Top = 16
- end
- object ATShell2: TATShell
- IconPath = 'C:\DESKTOP\PROJECTS\MP3 PLAYER\GMP3.EXE,1'
- ShowInNew = False
- TypeName = 'GMP3 Playlist file (audio mpeg layer 3)'
- PathToApp = 'C:\DESKTOP\PROJECTS\MP3 PLAYER\GMP3.EXE'
- Extension = '.pls'
- KeyName = 'Winamp.PlayList'
- QuickView = False
- ShellCommands =
- 'Play|"C:\PROGRAM FILES\WINAMP\WINAMP.EXE" ",Enqueue|"C:\PROGRAM ' +
- 'FILES\WINAMP\WINAMP.EXE" /ADD ",'
- ParamPos = ppBefore
- Left = 152
- end
- object FormStorage1: TFormStorage
- IniFileName = 'GMP3.ini'
- IniSection = 'File Associations'
- Options = []
- StoredProps.Strings = (
- 'CheckBox4.Checked')
- Left = 96
- Top = 168
- end
- end
-