object JvID3v2EditForm: TJvID3v2EditForm Left = 345 Top = 248 BorderStyle = bsDialog Caption = 'JvID3v2EditForm' ClientHeight = 348 ClientWidth = 488 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object PageControl1: TPageControl Left = 121 Top = 40 Width = 367 Height = 308 ActivePage = tshPictures Align = alClient TabOrder = 0 TabStop = False object tshWinampTags: TTabSheet Caption = 'tshWinampTags' TabVisible = False object lblTitle: TLabel Left = 8 Top = 8 Width = 23 Height = 13 Caption = '&Title:' FocusControl = edtTitle end object lblArtist: TLabel Left = 8 Top = 32 Width = 26 Height = 13 Caption = '&Artist:' FocusControl = edtArtist end object lblAlbum: TLabel Left = 8 Top = 56 Width = 32 Height = 13 Caption = 'Al&bum:' FocusControl = edtAlbum end object lblYear: TLabel Left = 8 Top = 80 Width = 25 Height = 13 Caption = '&Year:' FocusControl = edtYear end object lblComposer: TLabel Left = 8 Top = 176 Width = 50 Height = 13 Caption = 'Co&mposer:' FocusControl = edtComposer end object lblOrigArtist: TLabel Left = 8 Top = 200 Width = 51 Height = 13 Caption = '&Orig. Artist:' FocusControl = edtOrigArtist end object lblCopyright: TLabel Left = 8 Top = 224 Width = 47 Height = 13 Caption = 'Co&pyright:' FocusControl = edtCopyright end object lblURL: TLabel Left = 8 Top = 248 Width = 25 Height = 13 Caption = '&URL:' FocusControl = edtURL end object lblEncodedBy: TLabel Left = 8 Top = 272 Width = 60 Height = 13 Caption = '&Encoded by:' FocusControl = edtEncodedBy end object lblGenre: TLabel Left = 136 Top = 80 Width = 32 Height = 13 Caption = '&Genre:' FocusControl = cmbGenre end object lblComment: TLabel Left = 8 Top = 104 Width = 47 Height = 13 Caption = '&Comment:' FocusControl = memComment end object edtTitle: TEdit Left = 80 Top = 8 Width = 271 Height = 21 TabOrder = 0 end object edtArtist: TEdit Left = 80 Top = 32 Width = 271 Height = 21 TabOrder = 1 end object edtAlbum: TEdit Left = 80 Top = 56 Width = 271 Height = 21 TabOrder = 2 end object edtYear: TEdit Left = 80 Top = 80 Width = 49 Height = 21 TabOrder = 3 end object edtComposer: TEdit Left = 80 Top = 176 Width = 271 Height = 21 TabOrder = 6 end object edtOrigArtist: TEdit Left = 80 Top = 200 Width = 271 Height = 21 TabOrder = 7 end object edtCopyright: TEdit Left = 80 Top = 224 Width = 271 Height = 21 TabOrder = 8 end object edtURL: TEdit Left = 80 Top = 248 Width = 271 Height = 21 TabOrder = 9 end object edtEncodedBy: TEdit Left = 80 Top = 272 Width = 271 Height = 21 TabOrder = 10 end object cmbGenre: TComboBox Left = 192 Top = 80 Width = 161 Height = 21 ItemHeight = 0 TabOrder = 4 end object memComment: TMemo Left = 80 Top = 104 Width = 271 Height = 69 Lines.Strings = ( '') TabOrder = 5 end end object tshLyrics: TTabSheet Caption = 'tshLyrics' ImageIndex = 1 TabVisible = False object lblLanguage: TLabel Left = 8 Top = 8 Width = 51 Height = 13 Caption = 'Language:' end object lblDescription: TLabel Left = 8 Top = 248 Width = 56 Height = 13 Caption = 'Description:' end object lblWriter: TLabel Left = 8 Top = 272 Width = 31 Height = 13 Caption = 'Writer:' end object cmbLanguage: TComboBox Left = 64 Top = 8 Width = 145 Height = 21 ItemHeight = 0 Sorted = True TabOrder = 0 end object memLyrics: TMemo Left = 8 Top = 40 Width = 345 Height = 201 TabOrder = 1 end object edtDescription: TEdit Left = 64 Top = 248 Width = 289 Height = 21 TabOrder = 2 end object edtWriter: TEdit Left = 64 Top = 272 Width = 289 Height = 21 TabOrder = 3 end end object tshPictures: TTabSheet Caption = 'tshPictures' ImageIndex = 2 TabVisible = False object imgPicture: TImage Left = 8 Top = 176 Width = 105 Height = 105 Stretch = True end object lblPictureName: TLabel Left = 120 Top = 248 Width = 31 Height = 13 Caption = 'Name:' end object lblPictureType: TLabel Left = 120 Top = 272 Width = 27 Height = 13 Caption = 'Type:' end object lsvPictures: TListView Left = 8 Top = 8 Width = 345 Height = 158 Columns = < item Caption = 'Name' Width = 150 end item Caption = 'Type' Width = 70 end item Caption = 'Format' Width = 70 end item Caption = 'Size' end> HideSelection = False ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnClick = lsvPicturesClick end object edtPictureName: TEdit Left = 168 Top = 248 Width = 185 Height = 21 TabOrder = 5 end object cmbPictureType: TComboBox Left = 168 Top = 272 Width = 185 Height = 21 ItemHeight = 13 Sorted = True TabOrder = 6 end object btnChange: TButton Left = 120 Top = 208 Width = 75 Height = 25 Action = actChangePicture TabOrder = 4 end object Button1: TButton Left = 120 Top = 176 Width = 75 Height = 25 Action = actAddPicture TabOrder = 1 end object Button2: TButton Left = 200 Top = 176 Width = 75 Height = 25 Action = actDeletePicture TabOrder = 2 end object Button3: TButton Left = 280 Top = 176 Width = 75 Height = 25 Action = actSavePicture TabOrder = 3 end end object tshAllFrames: TTabSheet Caption = 'tshAllFrames' ImageIndex = 3 TabVisible = False object lsvAllFrames: TListView Left = 8 Top = 8 Width = 345 Height = 281 Anchors = [akLeft, akTop, akRight, akBottom] Columns = < item Caption = 'Name' end item Caption = 'Supported' Width = 65 end item Caption = 'Description' Width = 226 end> ReadOnly = True RowSelect = True ParentShowHint = False ShowHint = True TabOrder = 0 ViewStyle = vsReport OnInfoTip = lsvAllFramesInfoTip end end end object lsbNavigator: TListBox Left = 0 Top = 40 Width = 121 Height = 308 Align = alLeft ItemHeight = 13 Items.Strings = ( 'Winamp tags' 'Lyrics' 'Pictures' 'All Frames') TabOrder = 1 OnClick = lsbNavigatorClick end object ToolBar1: TToolBar Left = 0 Top = 0 Width = 488 Height = 40 ButtonHeight = 36 ButtonWidth = 72 Caption = 'ToolBar1' Images = iml16 ShowCaptions = True TabOrder = 2 object ToolButton1: TToolButton Left = 0 Top = 2 Action = actOK end object ToolButton2: TToolButton Left = 72 Top = 2 Action = actCancel end object ToolButton3: TToolButton Left = 144 Top = 2 Action = actRemove end object ToolButton5: TToolButton Left = 216 Top = 2 Action = actCopyFromv1 end object ToolButton4: TToolButton Left = 288 Top = 2 Action = actCopyTov1 end end object acl16: TActionList Images = iml16 Left = 40 Top = 96 object actOK: TAction Caption = 'OK' ImageIndex = 1 OnExecute = actOKExecute end object actCancel: TAction Caption = 'Cancel' ImageIndex = 0 OnExecute = actCancelExecute end object actRemove: TAction Caption = 'Remove' ImageIndex = 2 OnExecute = actRemoveExecute end object actAddPicture: TAction Caption = 'Add' OnExecute = actAddPictureExecute end object actDeletePicture: TAction Caption = 'Delete' OnExecute = actDeletePictureExecute OnUpdate = ItemSelected end object actSavePicture: TAction Caption = 'Save' OnExecute = actSavePictureExecute OnUpdate = ItemSelected end object actChangePicture: TAction Caption = 'Change' OnExecute = actChangePictureExecute OnUpdate = ItemSelected end object actCopyTov1: TAction Caption = 'Copy to v1' ImageIndex = 4 OnExecute = actCopyTov1Execute end object actCopyFromv1: TAction Caption = 'Copy From v1' ImageIndex = 3 OnExecute = actCopyFromv1Execute end end object iml16: TImageList Left = 40 Top = 136 Bitmap = { 494C010105000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 0000000000003600000028000000400000003000000001002000000000000030 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000003C696E00447F83005191 92004A8687004373770000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00009C8C6F000000000000000000000000004773830066BFCF007AE4EC0084F2 F7007CEBED006BCAD3003C696E00000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000009C8C6F009C8C6F000000000058D2 E800000000009C8C6F00000000004D7D990050ACD60074E3FC0091EBFF000000 000080EEEC007AF0F90066CCED00437377000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000000000000000FF FF0058D2E800000000009C8C6F00407FAC004AB7F00065D7FF0087DAFF000000 000078E0EA0068E2F70056C7F900437377000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000FFFF0000FFFF0000FFFF0000FF FF0000FFFF0058D2E800000000003477B1003BA9ED0055C3FF0075C6FF000000 000064CCE60055CDF40042B4F500437377000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000D6FFFF00D6FFFF00D6FFFF0000FF FF0000FFFF0000FFFF00000000002860A200318EDC003C9EEA00579FEA000000 000049B1DD003AB1E9002D98E700000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000000000000000FF FF0000FFFF000000000000000000335493003775C7003985D000000000000000 0000489BC5003C9BD3003281D000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000000000000000FF FF000000000000000000000000003C696E003F5EA6006DA0DE0082A0D9000000 00007AAFD1006EA8D8004F7ABD00000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000003C696E008591BB00C5CDEB00D9DF F600C6D5EF00929FC70000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00009C8C6F009C8C6F009C8C6F009C8C6F009C8C6F009C8C6F009C8C6F009C8C 6F009C8C6F009C8C6F0000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000009C8C 6F009C8C6F009C8C6F00000000000000000000000000000000009C8C6F009C8C 6F00000000000000000000000000000000000000000000000000000000000000 00009C8C6F009C8C6F009C8C6F00000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000009C8C6F009C8C6F00000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000009C8C6F000000 0000000000009C8C6F009C8C6F0000000000000000009C8C6F00000000000000 00009C8C6F000000000000000000000000000000000000000000000000009C8C 6F0000000000000000009C8C6F009C8C6F000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000BFBFBF00FFFFFF00BFBFBF00BFBFBF00C0928F00C0928F00666666006666 6600000000009C8C6F009C8C6F00000000000000000000000000336666004E7E A600669999004E7EA60033666600000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000009999 FF0000009900000000009C8C6F009C8C6F009C8C6F0000000000000099000000 9900000000009C8C6F0000000000000000000000000000000000000000000000 00000C4D24000C4D2400000000009C8C6F009C8C6F0000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000BFBFBF00FFFFFF00F9EED900BFBFBF00BFBFBF00C0928F00C0928F006666 6600000000009C8C6F009C8C6F0000000000000000004E7EA6006BD2B80058D2 E8009EF0FF009EF0FF006BD2B800336666000000000000000000000000000000 0000000000009C8C6F0000000000000000000000000000000000000000009999 FF000000FF0000009900000000009C8C6F00000000002600C4000000FF000000 9900000000009C8C6F00000000000000000000000000000000009C8C6F000000 000019A64D0019A64D000C4D2400000000009C8C6F009C8C6F00000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000BFBFBF00FFFFFF00BFBFBF00F9EED900C0928F00BFBFBF0066666600D1A7 8F00000000009C8C6F009C8C6F00000000004E7EA6006D9FC70058D2E8009EF0 FF00000000009EF0FF009EF0FF0058D2E800336666009C8C6F009C8C6F000000 000058D2E800000000009C8C6F00000000000000000000000000000000000000 00009999FF000000FF0000009900000000002600C4000000FF002600C4000000 00009C8C6F0000000000000000000000000000000000000000000000000019A6 4D0019A64D0000C0920019A64D000C4D2400000000009C8C6F009C8C6F000000 0000000000000000000000000000000000000000000000000000000000000000 0000BFBFBF00FFFFFF00BFBFBF00F9EED900C0928F00BFBFBF0066666600D1A7 8F00000000009C8C6F009C8C6F00000000004E7EA60057B3F70058D2E80099CC FF000000000058D2E80058D2E80057B3F7003366660000000000000000000000 000000FFFF0058D2E800000000009C8C6F000000000000000000000000000000 0000000000009999FF000000FF002600C4000000FF002600C400000000009C8C 6F0000000000000000000000000000000000000000009C8C6F000000000019A6 4D0000C092000000000000C0920019A64D000C4D2400000000009C8C6F009C8C 6F00000000000000000000000000000000000000000000000000000000000000 0000BFBFBF00FFFFFF00BFBFBF00F9EED900C0928F00BFBFBF0066666600D1A7 8F00000000009C8C6F009C8C6F00000000004E7EA60057B3F70057B3F70057B3 F7000000000058D2E80058D2E80057B3F7003366660000FFFF0000FFFF0000FF FF0000FFFF0000FFFF0058D2E800000000000000000000000000000000000000 000000000000000000000000FF000000FF000000FF00000000009C8C6F009C8C 6F0000000000000000000000000000000000000000000000000019A64D0000C0 920000000000000000000000000000C0920019A64D000C4D2400000000009C8C 6F009C8C6F000000000000000000000000000000000000000000000000000000 0000BFBFBF00FFFFFF00BFBFBF00F9EED900C0928F00BFBFBF0066666600D1A7 8F00000000009C8C6F009C8C6F00000000004E7EA60057B3F70057B3F70057B3 F7000000000057B3F70057B3F7000099FF0000000000D6FFFF00D6FFFF00D6FF FF0000FFFF0000FFFF0000FFFF00000000000000000000000000000000000000 0000000000002600C4000000FF009999FF000000FF0000009900000000009C8C 6F009C8C6F00000000000000000000000000000000000000000019A64D0019A6 4D000000000000000000000000000000000000C0920019A64D000C4D24000000 00009C8C6F009C8C6F0000000000000000000000000000000000000000000000 0000BFBFBF00FFFFFF00BFBFBF00F9EED900C0928F00BFBFBF0066666600D1A7 8F00000000009C8C6F009C8C6F0000000000204A6E004E7EA6004E7EA6000000 0000000000006D9FC70057B3F7004E7EA6000000000000000000000000000000 000000FFFF0000FFFF0000000000000000000000000000000000000000000000 00002600C4000000FF002600C400000000009999FF000000FF00000099000000 00009C8C6F009C8C6F0000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000C0920019A64D000C4D 2400000000009C8C6F009C8C6F00000000000000000000000000000000000000 0000BFBFBF00FFFFFF00C0928F00F9EED9009C8C6F00C0928F00404040009C8C 6F00000000009C8C6F009C8C6F0000000000336666004E7EA6006D9FC7006D9F C700000000006D9FC7006D9FC7004E7EA6000000000000000000000000000000 000000FFFF000000000000000000000000000000000000000000000000009999 FF000000FF002600C4000000000000000000000000009999FF000000FF000000 9900000000009C8C6F0000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000C0920019A6 4D000C4D2400000000009C8C6F00000000000000000000000000000000000000 00009C8C6F009C8C6F009C8C6F009C8C6F009C8C6F009C8C6F009C8C6F009C8C 6F00000000009C8C6F009C8C6F000000000000000000336666006D9FC700CCCC FF00E6E6E600CCCCFF00A6A6A600000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000009999 FF009999FF0000000000000000000000000000000000000000009999FF009999 FF00000000009C8C6F0000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000000000000000C0 920019A64D000C4D240000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000009C8C6F00000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00009C8C6F000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000C0920019A64D000000000000000000000000000000000000000000BFBF BF00FFFFFF00FFFFFF00BFBFBF00BFBFBF00C0928F00C0928F009C8C6F009C8C 6F009C8C6F00000000009C8C6F00000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000BFBFBF00FFFFFF00BFBFBF00BFBFBF00000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000424D3E000000000000003E000000 2800000040000000300000000100010000000000800100000000000000000000 000000000000000000000000FFFFFF0000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000FFFF000000000000FFFF000000000000 FFFF000000000000FF83000000000000C7010000000000000200000000000000 0000000000000000000000000000000000000000000000000200000000000000 C600000000000000CF01000000000000FF83000000000000FFFF000000000000 FFFF000000000000FFFF000000000000FFFFFFFFFFFFFFFFFFFFFFFFF003FFFF E3CFF1FFE001FFFFC187E0FFE001C1FFC003E07FE00180E3C003C03FE0010001 E007C01FE0010000F00F800FE0010000F80F8007E0010000F0078603E0010001 E003CF01E0010063C103FF81E00180E7C383FFC1C001C1FFE7C7FFE1C001FFFF FFFFFFF3C003FFFFFFFFFFFFF81FFFFF00000000000000000000000000000000 000000000000} end object JvID3v21: TJvID3v2 Active = False Left = 40 Top = 176 end end