home *** CD-ROM | disk | FTP | other *** search
- object Id3Form: TId3Form
- Left = 372
- Top = 108
- ActiveControl = NewName
- BorderStyle = bsDialog
- Caption = 'Rename file / Id3 Info'
- ClientHeight = 318
- ClientWidth = 269
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 5
- Top = 3
- Width = 68
- Height = 16
- Caption = 'Song:'
- end
- object Label2: TLabel
- Left = 5
- Top = 50
- Width = 60
- Height = 16
- Caption = 'Artist:'
- end
- object Label3: TLabel
- Left = 5
- Top = 98
- Width = 52
- Height = 16
- Caption = 'Album:'
- end
- object Label4: TLabel
- Left = 5
- Top = 146
- Width = 52
- Height = 16
- Caption = 'Year:'
- end
- object Label5: TLabel
- Left = 5
- Top = 194
- Width = 76
- Height = 16
- Caption = 'Comment:'
- end
- object Label6: TLabel
- Left = 89
- Top = 146
- Width = 68
- Height = 16
- Caption = 'Genre:'
- end
- object Label7: TLabel
- Left = 5
- Top = 241
- Width = 70
- Height = 16
- Caption = 'New Name:'
- end
- object Song: TEdit
- Left = 5
- Top = 22
- Width = 260
- Height = 24
- TabOrder = 0
- OnChange = SongChange
- end
- object Artist: TEdit
- Left = 5
- Top = 69
- Width = 260
- Height = 24
- TabOrder = 1
- OnChange = ArtistChange
- end
- object Album: TEdit
- Left = 5
- Top = 117
- Width = 260
- Height = 24
- TabOrder = 2
- OnChange = AlbumChange
- end
- object Year: TEdit
- Left = 5
- Top = 165
- Width = 76
- Height = 24
- TabOrder = 3
- OnChange = YearChange
- end
- object Comment: TEdit
- Left = 5
- Top = 213
- Width = 260
- Height = 24
- TabOrder = 4
- OnChange = CommentChange
- end
- object Genre: TComboBox
- Left = 88
- Top = 165
- Width = 179
- Height = 24
- ItemHeight = 16
- Items.Strings = (
- 'Blues'
- 'Classic Rock'
- 'Country'
- 'Dance'
- 'Disco'
- 'Funk'
- 'Grunge'
- 'Hip-Hop'
- 'Jazz'
- 'Metal'
- 'New Age'
- 'Oldies'
- 'Other'
- 'Pop'
- 'R&B'
- 'Rap'
- 'Reggae'
- 'Rock'
- 'Techno'
- 'Industrial'
- 'Alternative'
- 'Ska'
- 'Death Metal'
- 'Pranks'
- 'Soundtrack'
- 'Euro-Techno'
- 'Ambient'
- 'Trip-Hop'
- 'Vocal'
- 'Jazz+Funk'
- 'Fusion'
- 'Trance'
- 'Classical'
- 'Instrumental'
- 'Acid'
- 'House'
- 'Game'
- 'Sound Clip'
- 'Gospel'
- 'Noise'
- 'Alt. Rock'
- 'Bass'
- 'Soul'
- 'Punk'
- 'Space'
- 'Meditative'
- 'Instrumental Pop'
- 'Instrumental Rock'
- 'Ethnic'
- 'Gothic'
- 'Darkwave'
- 'Techno-Industrial'
- 'Electronic'
- 'Pop-Folk'
- 'Eurodance'
- 'Dream'
- 'Southern Rock'
- 'Comedy'
- 'Cult'
- 'Gangsta'
- 'Top 40'
- 'Christian Rap'
- 'Pop/Funk'
- 'Jungle'
- 'Native American'
- 'Cabaret'
- 'New Wave'
- 'Psychadelic'
- 'Rave'
- 'Showtunes'
- 'Trailer'
- 'Lo-Fi'
- 'Tribal'
- 'Acid Punk'
- 'Acid Jazz'
- 'Polka'
- 'Retro'
- 'Musical'
- 'Rock & Roll'
- 'Hard Rock'
- 'Folk'
- 'Folk/Rock'
- 'National Folk'
- 'Swing'
- 'Fusion'
- 'Bebob'
- 'Latin'
- 'Revival'
- 'Celtic'
- 'Bluegrass'
- 'Avantgarde'
- 'Gothic Rock'
- 'Progressive Rock'
- 'Psychedelic Rock'
- 'Symphonic Rock'
- 'Slow Rock'
- 'Big Band'
- 'Chorus'
- 'Easy Listening'
- 'Acoustic'
- 'Humour'
- 'Speech'
- 'Chanson'
- 'Opera'
- 'Chamber Music'
- 'Sonata'
- 'Symphony'
- 'Booty Bass'
- 'Primus'
- 'Porn Groove'
- 'Satire'
- 'Slow Jam'
- 'Club'
- 'Tango'
- 'Samba'
- 'Folklore')
- TabOrder = 5
- OnChange = GenreChange
- end
- object NewName: TEdit
- Left = 5
- Top = 261
- Width = 260
- Height = 24
- TabOrder = 6
- OnChange = NewNameChange
- OnKeyPress = NewNameKeyPress
- end
- object OkButton: TBitBtn
- Left = 5
- Top = 290
- Width = 125
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 7
- OnClick = OkButtonClick
- end
- object CancelButton: TBitBtn
- Left = 140
- Top = 290
- Width = 125
- Height = 25
- Caption = 'Cancel'
- ModalResult = 1
- TabOrder = 8
- OnClick = CancelButtonClick
- end
- end
-