object EditData: TEditData Left = 167 Top = 285 ActiveControl = Artist BorderIcons = [] BorderStyle = bsSingle Caption = 'Track + ID3 tag editor' ClientHeight = 357 ClientWidth = 514 Color = clBtnFace DefaultMonitor = dmMainForm Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ID3v2: TGroupBox Left = 0 Top = 24 Width = 305 Height = 329 Caption = ' ID3v2 + ID3v1 + Database ' TabOrder = 1 object Label1: TLabel Left = 8 Top = 35 Width = 67 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Artist' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False end object Label2: TLabel Left = 8 Top = 59 Width = 67 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Title' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False end object Label6: TLabel Left = 8 Top = 83 Width = 67 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Album' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False end object Label3: TLabel Left = 8 Top = 179 Width = 67 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Comment' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False end object Label4: TLabel Left = 8 Top = 131 Width = 67 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Genre 1' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False end object Label7: TLabel Left = 8 Top = 107 Width = 67 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Year' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False end object Label9: TLabel Left = 8 Top = 251 Width = 67 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Copyright' end object Label10: TLabel Left = 8 Top = 227 Width = 67 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Original Artist' end object Label11: TLabel Left = 8 Top = 203 Width = 67 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Composer' end object Label13: TLabel Left = 8 Top = 275 Width = 67 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Encoded by' end object Label14: TLabel Left = 8 Top = 155 Width = 67 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Genre 2' end object Label15: TLabel Left = 224 Top = 131 Width = 67 Height = 13 Caption = '(ID3v1 Genre)' end object Label16: TLabel Left = 224 Top = 155 Width = 67 Height = 13 Caption = '(ID3v2 Genre)' end object Label20: TLabel Left = 8 Top = 16 Width = 289 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '(Underlined fields are valid in ID3v1)' end object Label25: TLabel Left = 184 Top = 107 Width = 67 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Tracknr.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False end object Label23: TLabel Left = 32 Top = 302 Width = 43 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Intro:' end object Label24: TLabel Left = 120 Top = 302 Width = 43 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Outro:' end object Artist: TEdit Left = 80 Top = 32 Width = 217 Height = 21 MaxLength = 60 TabOrder = 0 OnKeyDown = AllKeyDown OnKeyPress = AllKeyPress end object Title: TEdit Left = 80 Top = 56 Width = 217 Height = 21 MaxLength = 60 TabOrder = 1 OnKeyDown = AllKeyDown OnKeyPress = AllKeyPress end object Album: TEdit Left = 80 Top = 80 Width = 217 Height = 21 MaxLength = 60 TabOrder = 2 OnKeyDown = AllKeyDown OnKeyPress = AllKeyPress end object v1Genre: TComboBox Left = 80 Top = 128 Width = 137 Height = 21 Style = csDropDownList ItemHeight = 13 Sorted = True TabOrder = 5 OnKeyDown = AllKeyDown OnKeyPress = AllKeyPress end object Year: TEdit Tag = 1 Left = 80 Top = 104 Width = 41 Height = 21 MaxLength = 4 TabOrder = 3 OnKeyDown = AllKeyDown OnKeyPress = NumKeyPress end object Copyright: TEdit Left = 80 Top = 248 Width = 217 Height = 21 MaxLength = 60 TabOrder = 10 OnKeyDown = AllKeyDown OnKeyPress = AllKeyPress end object OrgArtist: TEdit Left = 80 Top = 224 Width = 217 Height = 21 MaxLength = 60 TabOrder = 9 OnKeyDown = AllKeyDown OnKeyPress = AllKeyPress end object Composer: TEdit Left = 80 Top = 200 Width = 217 Height = 21 MaxLength = 60 TabOrder = 8 OnKeyDown = AllKeyDown OnKeyPress = AllKeyPress end object EncodedBy: TEdit Left = 80 Top = 272 Width = 217 Height = 21 MaxLength = 60 TabOrder = 11 OnKeyDown = AllKeyDown OnKeyPress = AllKeyPress end object v2Genre: TComboBox Left = 80 Top = 152 Width = 137 Height = 21 ItemHeight = 13 Sorted = True TabOrder = 6 OnKeyDown = AllKeyDown OnKeyPress = AllKeyPress end object Comment: TEdit Left = 80 Top = 176 Width = 217 Height = 21 MaxLength = 30 TabOrder = 7 OnKeyDown = AllKeyDown OnKeyPress = AllKeyPress end object Tracknr: TComboBox Left = 253 Top = 104 Width = 44 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 4 OnKeyDown = AllKeyDown OnKeyPress = AllKeyPress end object Intro: TEdit Left = 80 Top = 300 Width = 33 Height = 21 MaxLength = 4 TabOrder = 12 Text = '0:00' OnEnter = IntroEnter OnKeyDown = AllKeyDown OnKeyPress = NumKeyPress OnKeyUp = IntroKeyUp OnMouseUp = IntroMouseUp end object Outro: TEdit Left = 168 Top = 300 Width = 33 Height = 21 MaxLength = 4 TabOrder = 13 Text = '0:00' OnEnter = IntroEnter OnKeyDown = AllKeyDown OnKeyPress = NumKeyPress OnKeyUp = IntroKeyUp OnMouseUp = IntroMouseUp end end object CloseBtn: TButton Left = 448 Top = 328 Width = 65 Height = 25 Cursor = crHandPoint Cancel = True Caption = 'Close' TabOrder = 4 OnClick = CloseBtnClick end object FileName: TEdit Left = 0 Top = 0 Width = 513 Height = 21 Color = clBtnFace ReadOnly = True TabOrder = 0 Text = 'FileName' end object SelBack: TEMButton Left = 312 Top = 328 Width = 25 Height = 25 ButtonLightColor = clWhite ButtonShadowColor = clBlack GlyphOff.Data = { 8A010000424D8A01000000000000760000002800000017000000170000000100 0400000000001401000000000000000000001000000010000000000000008484 8400CED6D600FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00222222222222 2222222222202222222222222222222222202222222222222222222222202222 2222222223322222222022222222222232322222222022222222222322322222 2220222222222232223222222220222222222322223222222220222222223222 2232222222202222222322222232222222202222223222222232222222202222 2122222222322222222022222212222222322222222022222221222222322222 2220222222221222223222222220222222222122223222222220222222222212 2232222222202222222222212232222222202222222222221232222222202222 2222222221322222222022222222222222222222222022222222222222222222 2220222222222222222222222220} GlyphOn.Data = { 8A010000424D8A01000000000000760000002800000017000000170000000100 0400000000001401000000000000000000001000000010000000000000008484 8400CED6D600FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00222222222222 2222222222202222222222222222222222202222222222222222222222202222 2222222223322222222022222222222230322222222022222222222300322222 2220222222222230003222222220222222222300003222222220222222223000 0032222222202222222300000032222222202222223000000032222222202222 2100000000322222222022222210000000322222222022222221000000322222 2220222222221000003222222220222222222100003222222220222222222210 0032222222202222222222210032222222202222222222221032222222202222 2222222221322222222022222222222222222222222022222222222222222222 2220222222222222222222222220} TabOrder = 5 OnClick = SelBackClick Data = {03} end object SelForw: TEMButton Left = 340 Top = 328 Width = 25 Height = 25 ButtonLightColor = clWhite ButtonShadowColor = clBlack GlyphOff.Data = { 8A010000424D8A01000000000000760000002800000017000000170000000100 0400000000001401000000000000000000001000000010000000000000008484 8400CED6D600FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00222222222222 2222222222202222222222222222222222202222222222222222222222202222 2222332222222222222022222222123222222222222022222222122322222222 2220222222221222322222222220222222221222232222222220222222221222 2232222222202222222212222223222222202222222212222222322222202222 2222122222222322222022222222122222223222222022222222122222232222 2220222222221222223222222220222222221222232222222220222222221222 3222222222202222222212232222222222202222222212322222222222202222 2222132222222222222022222222222222222222222022222222222222222222 2220222222222222222222222220} GlyphOn.Data = { 8A010000424D8A01000000000000760000002800000017000000170000000100 0400000000001401000000000000000000001000000010000000000000008484 8400CED6D600FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00222222222222 2222222222202222222222222222222222202222222222222222222222202222 2222332222222222222022222222103222222222222022222222100322222222 2220222222221000322222222220222222221000032222222220222222221000 0032222222202222222210000003222222202222222210000000322222202222 2222100000000322222022222222100000003222222022222222100000032222 2220222222221000003222222220222222221000032222222220222222221000 3222222222202222222210032222222222202222222210322222222222202222 2222132222222222222022222222222222222222222022222222222222222222 2220222222222222222222222220} TabOrder = 6 OnClick = SelForwClick Data = {03} end object SaveBtn: TButton Left = 376 Top = 328 Width = 65 Height = 25 Cursor = crHandPoint Caption = 'Save' Default = True TabOrder = 3 OnClick = SaveBtnClick end object TrackInfo: TGroupBox Left = 312 Top = 24 Width = 201 Height = 185 Caption = ' Track info ' TabOrder = 2 object Label5: TLabel Left = 4 Top = 46 Width = 64 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Time:' end object Time: TLabel Left = 72 Top = 46 Width = 23 Height = 13 Caption = 'Time' end object Label21: TLabel Left = 4 Top = 60 Width = 64 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Layer:' end object MPEGLayer: TLabel Left = 72 Top = 60 Width = 57 Height = 13 Caption = 'MPEGLayer' end object Label12: TLabel Left = 4 Top = 106 Width = 64 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Played:' end object PlayedTimes: TLabel Left = 72 Top = 106 Width = 60 Height = 13 Caption = 'PlayedTimes' end object Label22: TLabel Left = 4 Top = 20 Width = 64 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'ID:' end object Label26: TLabel Left = 4 Top = 74 Width = 64 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Frequency:' end object SampleRate: TLabel Left = 72 Top = 74 Width = 58 Height = 13 Caption = 'SampleRate' end object Label27: TLabel Left = 4 Top = 88 Width = 64 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Version:' end object MPEGVersion: TLabel Left = 72 Top = 88 Width = 66 Height = 13 Caption = 'MPEGVersion' end object Label8: TLabel Left = 28 Top = 128 Width = 40 Height = 13 Alignment = taRightJustify Caption = 'Automix:' end object Label19: TLabel Left = 120 Top = 128 Width = 65 Height = 13 Caption = '1000 = 1 sec.' end object ID: TEdit Left = 72 Top = 16 Width = 121 Height = 21 TabOrder = 0 end object Button1: TButton Left = 8 Top = 152 Width = 75 Height = 25 Caption = 'Get real Time' TabOrder = 1 OnClick = Button1Click end object Automix: TEdit Tag = 1 Left = 72 Top = 124 Width = 41 Height = 21 MaxLength = 5 TabOrder = 2 OnKeyDown = AllKeyDown OnKeyPress = NumKeyPress end end object Thanx: TGroupBox Left = 312 Top = 216 Width = 201 Height = 81 Caption = ' Thanx to: ' TabOrder = 7 object Image1: TImage Tag = 1 Left = 139 Top = 14 Width = 39 Height = 38 Cursor = crHandPoint Picture.Data = {} Transparent = True OnClick = GotoURL end object Label17: TLabel Tag = 1 Left = 16 Top = 16 Width = 98 Height = 13 Cursor = crHandPoint Caption = 'The people behind...' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = GotoURL end object Label18: TLabel Tag = 2 Left = 16 Top = 56 Width = 144 Height = 13 Cursor = crHandPoint Caption = 'AudioXL for there ID3v2 library' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = GotoURL end end object ConvertFilename: TButton Left = 312 Top = 300 Width = 201 Height = 25 Caption = 'Convert filename to: Artist - Title' TabOrder = 8 OnClick = ConvertFilenameClick end object MP3FastInfo: TEMMP3Info Left = 8 Top = 96 end object ID3: TEMID3Tag Left = 8 Top = 64 end end