object Form3: TForm3 Left = 194 Top = 231 BorderIcons = [] BorderStyle = bsDialog Caption = 'Configuration' ClientHeight = 321 ClientWidth = 489 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 105 Height = 13 Caption = 'Default Lyric directory:' end object Label2: TLabel Left = 168 Top = 8 Width = 105 Height = 13 Caption = 'Default MP3 directory:' end object Label3: TLabel Left = 328 Top = 8 Width = 99 Height = 13 Caption = 'Default author name:' end object Label4: TLabel Left = 328 Top = 150 Width = 66 Height = 13 Caption = '.LRC Filetype:' end object Label5: TLabel Left = 328 Top = 56 Width = 78 Height = 13 Caption = 'Synchronization:' end object Label6: TLabel Left = 456 Top = 72 Width = 29 Height = 13 Caption = '0 sec.' end object Label7: TLabel Left = 328 Top = 100 Width = 149 Height = 13 Caption = 'Priority Class of the MP3 Player:' end object Label8: TLabel Left = 328 Top = 200 Width = 66 Height = 13 Caption = 'Default mode:' end object ButtonOK: TButton Left = 328 Top = 288 Width = 76 Height = 25 Caption = 'OK' TabOrder = 0 OnClick = ButtonOKClick end object ButtonRegister: TButton Left = 328 Top = 168 Width = 76 Height = 25 Caption = 'Register' TabOrder = 1 OnClick = ButtonRegisterClick end object ButtonUnregister: TButton Left = 404 Top = 168 Width = 75 Height = 25 Caption = 'Unregister' TabOrder = 2 OnClick = ButtonUnregisterClick end object ButtonCancel: TButton Left = 404 Top = 288 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 3 OnClick = ButtonCancelClick end object DirectoryListBoxLRC: TDirectoryListBox Left = 8 Top = 24 Width = 150 Height = 257 ItemHeight = 16 TabOrder = 4 end object DirectoryListBoxMP3: TDirectoryListBox Left = 168 Top = 24 Width = 150 Height = 257 ItemHeight = 16 TabOrder = 5 end object DriveComboBoxLRC: TDriveComboBox Left = 8 Top = 288 Width = 150 Height = 19 DirList = DirectoryListBoxLRC TabOrder = 6 end object DriveComboBoxMP3: TDriveComboBox Left = 168 Top = 288 Width = 150 Height = 19 DirList = DirectoryListBoxMP3 TabOrder = 7 end object EditAuthor: TEdit Left = 328 Top = 24 Width = 150 Height = 21 TabOrder = 8 Text = 'You !' end object ScrollBarSync: TScrollBar Left = 328 Top = 72 Width = 113 Height = 16 Max = 10 Position = 5 TabOrder = 9 OnChange = ScrollBarSyncChange end object ComboBoxPriority: TComboBox Left = 328 Top = 116 Width = 97 Height = 21 Style = csDropDownList DropDownCount = 7 ItemHeight = 13 Items.Strings = ( 'Idle' 'Lowest' 'Below Normal' 'Normal' 'Above Normal' 'Highest' 'Time Critical') TabOrder = 10 end object Panel1: TPanel Left = 328 Top = 216 Width = 153 Height = 41 TabOrder = 11 object RadioButtonNotePad: TRadioButton Left = 8 Top = 3 Width = 113 Height = 17 Caption = 'NotePad' TabOrder = 0 end object RadioButtonTimeTag: TRadioButton Left = 8 Top = 22 Width = 113 Height = 17 Caption = 'Time-Tag' TabOrder = 1 end end object CheckBoxEmptyLines: TCheckBox Left = 336 Top = 264 Width = 97 Height = 17 Caption = 'Skip empty lines' TabOrder = 12 end end