inherited CDSaveTracksForm: TCDSaveTracksForm Caption = 'Save CD Tracks' ClientHeight = 209 ClientWidth = 443 OnCloseQuery = FormCloseQuery PixelsPerInch = 96 TextHeight = 13 inherited ButtonOk: TButton Left = 200 Top = 179 TabOrder = 6 end inherited ButtonCancel: TButton Left = 280 Top = 179 TabOrder = 7 end inherited ButtonHelp: THelpButton Left = 360 Top = 179 TabOrder = 8 HelpKey = 'cd_savetracks' end inline Folder: TFolderFrame Left = 97 Top = 4 Width = 343 TabOrder = 1 inherited Folder: TEdit Width = 314 end inherited Browse: TBitton Left = 320 end end object DestinationLabel: TStaticText Left = 5 Top = 9 Width = 89 Height = 17 Alignment = taRightJustify Caption = 'Destination folder:' TabOrder = 0 end object Overwrite: TCheckBox Left = 156 Top = 155 Width = 130 Height = 17 Caption = '&Overwrite existing files' TabOrder = 5 end object FormatBox: TGroupBox Left = 7 Top = 64 Width = 430 Height = 87 Caption = ' Please specify what file type and attributes to use ' TabOrder = 4 inline Format: TFormatSelectFrame Left = 14 Top = 19 Width = 403 inherited SaveType: TComboBox Width = 328 end inherited Attributes: TComboBox Width = 328 end end end object ReplacementCharacterLabel: TStaticText Left = 6 Top = 38 Width = 307 Height = 17 Alignment = taRightJustify Caption = 'Replacement character for titles with invalid filename character' + 's:' TabOrder = 2 end object ReplacementCharacter: TComboBox Left = 317 Top = 36 Width = 95 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 3 Items.Strings = ( '- (dash)' '_ (underscore)' ' (space)' '~ (tilde)') end end