inherited SplitFileForm: TSplitFileForm Caption = 'Split File' ClientHeight = 203 ClientWidth = 394 OldCreateOrder = False OnCloseQuery = FormCloseQuery PixelsPerInch = 96 TextHeight = 13 inherited ButtonOk: TButton Left = 149 Top = 173 TabOrder = 8 end inherited ButtonCancel: TButton Left = 229 Top = 173 TabOrder = 9 end inherited ButtonHelp: THelpButton Left = 309 Top = 173 TabOrder = 10 HelpKey = 'cue_splitfile' end object Filename: TEdit Left = 97 Top = 33 Width = 291 Height = 21 MaxLength = 200 TabOrder = 3 Text = 'track###' end object BaseFilenameLabel: TStaticText Left = 20 Top = 35 Width = 73 Height = 17 Alignment = taRightJustify Caption = 'Base filename:' TabOrder = 2 end object Overwrite: TCheckBox Left = 193 Top = 63 Width = 156 Height = 17 Caption = '&Overwrite existing files' TabOrder = 7 end object Number: TNumEdit Left = 97 Top = 60 Width = 46 Height = 21 TabStop = True Value = 1 Max = 1000000 PageChange = 10 LineChange = 1 Label = 'First number' Buddy = NumberBuddy Caption = '1' TabOrder = 5 MaxLength = 8 end object BaseNumberLabel: TStaticText Left = 29 Top = 62 Width = 64 Height = 17 Alignment = taRightJustify Caption = 'First number:' TabOrder = 4 end object NumberBuddy: TBuddyUpDown Left = 143 Top = 60 Width = 15 Height = 21 Associate = Number TabOrder = 6 end inline Folder: TFolderFrame Left = 96 Top = 4 Width = 293 TabOrder = 1 inherited Folder: TEdit Width = 264 end inherited Browse: TBitton Left = 270 end end object DestinationLabel: TStaticText Left = 4 Top = 9 Width = 89 Height = 17 Alignment = taRightJustify Caption = 'Destination folder:' TabOrder = 0 end object Format: TRadioGroup Left = 97 Top = 86 Width = 291 Height = 79 Caption = ' File format ' Items.Strings = ( 'Use &CD compatible wave format and alignment' 'Use &default save format and attributes' 'Use &file'#39's current format and attributes') TabOrder = 11 end end