home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / mp3 / GMP3 / GMP3.exe / 0 / RCDATA / TFILEASSOCIATIONSFORM / TFILEASSOCIATIONSFORM.txt
Encoding:
Text File  |  1998-05-24  |  3.5 KB  |  146 lines

  1. object FileAssociationsForm: TFileAssociationsForm
  2.   Left = 383
  3.   Top = 238
  4.   BorderStyle = bsDialog
  5.   Caption = 'File Associations'
  6.   ClientHeight = 220
  7.   ClientWidth = 217
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object RxLabel1: TRxLabel
  19.     Left = 7
  20.     Top = 4
  21.     Width = 207
  22.     Height = 39
  23.     Caption = 
  24.       'GMP3 is able to open file types by double'#13#10'clicking,  You can us' +
  25.       'e this dialog to enable '#13#10'that feature.'
  26.   end
  27.   object Button1: TButton
  28.     Left = 133
  29.     Top = 168
  30.     Width = 75
  31.     Height = 25
  32.     Caption = '&Register'
  33.     TabOrder = 2
  34.     OnClick = Button1Click
  35.   end
  36.   object GroupBox1: TGroupBox
  37.     Left = 5
  38.     Top = 48
  39.     Width = 204
  40.     Height = 41
  41.     Caption = 'Song Files'
  42.     TabOrder = 0
  43.     object CheckBox1: TCheckBox
  44.       Left = 8
  45.       Top = 16
  46.       Width = 161
  47.       Height = 17
  48.       Caption = 'Use GMP3 for .&MP3 Files'
  49.       TabOrder = 0
  50.     end
  51.   end
  52.   object GroupBox2: TGroupBox
  53.     Left = 5
  54.     Top = 96
  55.     Width = 204
  56.     Height = 65
  57.     Caption = 'Play List Files'
  58.     TabOrder = 1
  59.     object CheckBox2: TCheckBox
  60.       Left = 8
  61.       Top = 16
  62.       Width = 169
  63.       Height = 17
  64.       Caption = 'Use GMP3 for .&PLS Files'
  65.       TabOrder = 0
  66.     end
  67.     object CheckBox3: TCheckBox
  68.       Left = 8
  69.       Top = 40
  70.       Width = 169
  71.       Height = 17
  72.       Caption = 'Use GMP3 for .M3&U Files'
  73.       TabOrder = 1
  74.     end
  75.   end
  76.   object CheckBox4: TCheckBox
  77.     Left = 5
  78.     Top = 200
  79.     Width = 185
  80.     Height = 17
  81.     Caption = '&Do not display this message again.'
  82.     TabOrder = 4
  83.   end
  84.   object Button2: TButton
  85.     Left = 8
  86.     Top = 168
  87.     Width = 75
  88.     Height = 25
  89.     Caption = '&Ok'
  90.     TabOrder = 3
  91.     OnClick = Button2Click
  92.   end
  93.   object ATShell1: TATShell
  94.     IconPath = 'C:\DESKTOP\PROJECTS\MP3 PLAYER\GMP3.EXE,1'
  95.     ShowInNew = False
  96.     TypeName = 'GMP3 file (audio mpeg layer 3)'
  97.     PathToApp = 'C:\DESKTOP\PROJECTS\MP3 PLAYER\GMP3.EXE'
  98.     Extension = '.mp3'
  99.     KeyName = 'Winamp file'
  100.     QuickView = False
  101.     ShellCommands = 
  102.       'Play|"C:\PROGRAM FILES\WINAMP\WINAMP.EXE" " ,Enqueue|"C:\PROGRAM' +
  103.       ' FILES\WINAMP\WINAMP.EXE" /ADD " ,'
  104.     ParamPos = ppBefore
  105.     Left = 72
  106.   end
  107.   object ATShell3: TATShell
  108.     IconPath = 'C:\DESKTOP\PROJECTS\MP3 PLAYER\GMP3.EXE,1'
  109.     ShowInNew = False
  110.     TypeName = 'GMP3 Playlist file (audio mpeg layer 3)'
  111.     PathToApp = 'C:\DESKTOP\PROJECTS\MP3 PLAYER\GMP3.EXE'
  112.     Extension = '.m3u'
  113.     KeyName = 'Winamp.PlayList'
  114.     QuickView = False
  115.     ShellCommands = 
  116.       'Play|"C:\PROGRAM FILES\WINAMP\WINAMP.EXE" ",Enqueue|"C:\PROGRAM ' +
  117.       'FILES\WINAMP\WINAMP.EXE" /ADD ",'
  118.     ParamPos = ppBefore
  119.     Left = 144
  120.     Top = 16
  121.   end
  122.   object ATShell2: TATShell
  123.     IconPath = 'C:\DESKTOP\PROJECTS\MP3 PLAYER\GMP3.EXE,1'
  124.     ShowInNew = False
  125.     TypeName = 'GMP3 Playlist file (audio mpeg layer 3)'
  126.     PathToApp = 'C:\DESKTOP\PROJECTS\MP3 PLAYER\GMP3.EXE'
  127.     Extension = '.pls'
  128.     KeyName = 'Winamp.PlayList'
  129.     QuickView = False
  130.     ShellCommands = 
  131.       'Play|"C:\PROGRAM FILES\WINAMP\WINAMP.EXE" ",Enqueue|"C:\PROGRAM ' +
  132.       'FILES\WINAMP\WINAMP.EXE" /ADD ",'
  133.     ParamPos = ppBefore
  134.     Left = 152
  135.   end
  136.   object FormStorage1: TFormStorage
  137.     IniFileName = 'GMP3.ini'
  138.     IniSection = 'File Associations'
  139.     Options = []
  140.     StoredProps.Strings = (
  141.       'CheckBox4.Checked')
  142.     Left = 96
  143.     Top = 168
  144.   end
  145. end
  146.