home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 June / Pcwk6b98.iso / Mpeg3 / Mp3playr / mp3playr.exe / 0 / RCDATA / TID3FORM / TID3FORM.txt
Text File  |  1998-03-30  |  4KB  |  263 lines

  1. object Id3Form: TId3Form
  2.   Left = 372
  3.   Top = 108
  4.   ActiveControl = NewName
  5.   BorderStyle = bsDialog
  6.   Caption = 'Rename file / Id3 Info'
  7.   ClientHeight = 318
  8.   ClientWidth = 269
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 5
  20.     Top = 3
  21.     Width = 68
  22.     Height = 16
  23.     Caption = 'Song:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 5
  27.     Top = 50
  28.     Width = 60
  29.     Height = 16
  30.     Caption = 'Artist:'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 5
  34.     Top = 98
  35.     Width = 52
  36.     Height = 16
  37.     Caption = 'Album:'
  38.   end
  39.   object Label4: TLabel
  40.     Left = 5
  41.     Top = 146
  42.     Width = 52
  43.     Height = 16
  44.     Caption = 'Year:'
  45.   end
  46.   object Label5: TLabel
  47.     Left = 5
  48.     Top = 194
  49.     Width = 76
  50.     Height = 16
  51.     Caption = 'Comment:'
  52.   end
  53.   object Label6: TLabel
  54.     Left = 89
  55.     Top = 146
  56.     Width = 68
  57.     Height = 16
  58.     Caption = 'Genre:'
  59.   end
  60.   object Label7: TLabel
  61.     Left = 5
  62.     Top = 241
  63.     Width = 70
  64.     Height = 16
  65.     Caption = 'New Name:'
  66.   end
  67.   object Song: TEdit
  68.     Left = 5
  69.     Top = 22
  70.     Width = 260
  71.     Height = 24
  72.     TabOrder = 0
  73.     OnChange = SongChange
  74.   end
  75.   object Artist: TEdit
  76.     Left = 5
  77.     Top = 69
  78.     Width = 260
  79.     Height = 24
  80.     TabOrder = 1
  81.     OnChange = ArtistChange
  82.   end
  83.   object Album: TEdit
  84.     Left = 5
  85.     Top = 117
  86.     Width = 260
  87.     Height = 24
  88.     TabOrder = 2
  89.     OnChange = AlbumChange
  90.   end
  91.   object Year: TEdit
  92.     Left = 5
  93.     Top = 165
  94.     Width = 76
  95.     Height = 24
  96.     TabOrder = 3
  97.     OnChange = YearChange
  98.   end
  99.   object Comment: TEdit
  100.     Left = 5
  101.     Top = 213
  102.     Width = 260
  103.     Height = 24
  104.     TabOrder = 4
  105.     OnChange = CommentChange
  106.   end
  107.   object Genre: TComboBox
  108.     Left = 88
  109.     Top = 165
  110.     Width = 179
  111.     Height = 24
  112.     ItemHeight = 16
  113.     Items.Strings = (
  114.       'Blues'
  115.       'Classic Rock'
  116.       'Country'
  117.       'Dance'
  118.       'Disco'
  119.       'Funk'
  120.       'Grunge'
  121.       'Hip-Hop'
  122.       'Jazz'
  123.       'Metal'
  124.       'New Age'
  125.       'Oldies'
  126.       'Other'
  127.       'Pop'
  128.       'R&B'
  129.       'Rap'
  130.       'Reggae'
  131.       'Rock'
  132.       'Techno'
  133.       'Industrial'
  134.       'Alternative'
  135.       'Ska'
  136.       'Death Metal'
  137.       'Pranks'
  138.       'Soundtrack'
  139.       'Euro-Techno'
  140.       'Ambient'
  141.       'Trip-Hop'
  142.       'Vocal'
  143.       'Jazz+Funk'
  144.       'Fusion'
  145.       'Trance'
  146.       'Classical'
  147.       'Instrumental'
  148.       'Acid'
  149.       'House'
  150.       'Game'
  151.       'Sound Clip'
  152.       'Gospel'
  153.       'Noise'
  154.       'Alt. Rock'
  155.       'Bass'
  156.       'Soul'
  157.       'Punk'
  158.       'Space'
  159.       'Meditative'
  160.       'Instrumental Pop'
  161.       'Instrumental Rock'
  162.       'Ethnic'
  163.       'Gothic'
  164.       'Darkwave'
  165.       'Techno-Industrial'
  166.       'Electronic'
  167.       'Pop-Folk'
  168.       'Eurodance'
  169.       'Dream'
  170.       'Southern Rock'
  171.       'Comedy'
  172.       'Cult'
  173.       'Gangsta'
  174.       'Top 40'
  175.       'Christian Rap'
  176.       'Pop/Funk'
  177.       'Jungle'
  178.       'Native American'
  179.       'Cabaret'
  180.       'New Wave'
  181.       'Psychadelic'
  182.       'Rave'
  183.       'Showtunes'
  184.       'Trailer'
  185.       'Lo-Fi'
  186.       'Tribal'
  187.       'Acid Punk'
  188.       'Acid Jazz'
  189.       'Polka'
  190.       'Retro'
  191.       'Musical'
  192.       'Rock & Roll'
  193.       'Hard Rock'
  194.       'Folk'
  195.       'Folk/Rock'
  196.       'National Folk'
  197.       'Swing'
  198.       'Fusion'
  199.       'Bebob'
  200.       'Latin'
  201.       'Revival'
  202.       'Celtic'
  203.       'Bluegrass'
  204.       'Avantgarde'
  205.       'Gothic Rock'
  206.       'Progressive Rock'
  207.       'Psychedelic Rock'
  208.       'Symphonic Rock'
  209.       'Slow Rock'
  210.       'Big Band'
  211.       'Chorus'
  212.       'Easy Listening'
  213.       'Acoustic'
  214.       'Humour'
  215.       'Speech'
  216.       'Chanson'
  217.       'Opera'
  218.       'Chamber Music'
  219.       'Sonata'
  220.       'Symphony'
  221.       'Booty Bass'
  222.       'Primus'
  223.       'Porn Groove'
  224.       'Satire'
  225.       'Slow Jam'
  226.       'Club'
  227.       'Tango'
  228.       'Samba'
  229.       'Folklore')
  230.     TabOrder = 5
  231.     OnChange = GenreChange
  232.   end
  233.   object NewName: TEdit
  234.     Left = 5
  235.     Top = 261
  236.     Width = 260
  237.     Height = 24
  238.     TabOrder = 6
  239.     OnChange = NewNameChange
  240.     OnKeyPress = NewNameKeyPress
  241.   end
  242.   object OkButton: TBitBtn
  243.     Left = 5
  244.     Top = 290
  245.     Width = 125
  246.     Height = 25
  247.     Caption = 'OK'
  248.     ModalResult = 1
  249.     TabOrder = 7
  250.     OnClick = OkButtonClick
  251.   end
  252.   object CancelButton: TBitBtn
  253.     Left = 140
  254.     Top = 290
  255.     Width = 125
  256.     Height = 25
  257.     Caption = 'Cancel'
  258.     ModalResult = 1
  259.     TabOrder = 8
  260.     OnClick = CancelButtonClick
  261.   end
  262. end
  263.