home *** CD-ROM | disk | FTP | other *** search
- inherited SplitFileForm: TSplitFileForm
- Caption = 'Split File'
- ClientHeight = 328
- ClientWidth = 398
- OldCreateOrder = False
- OnCloseQuery = FormCloseQuery
- ExplicitWidth = 404
- ExplicitHeight = 360
- PixelsPerInch = 96
- TextHeight = 13
- inherited ButtonOk: TButton
- Left = 153
- Top = 298
- TabOrder = 5
- ExplicitLeft = 153
- ExplicitTop = 298
- end
- inherited ButtonCancel: TButton
- Left = 233
- Top = 298
- TabOrder = 6
- ExplicitLeft = 233
- ExplicitTop = 298
- end
- inherited ButtonHelp: THelpButton
- Left = 313
- Top = 298
- TabOrder = 7
- HelpKey = 'cue_splitfile'
- ExplicitLeft = 313
- ExplicitTop = 298
- end
- object Overwrite: TCheckBox
- Left = 97
- Top = 30
- Width = 156
- Height = 17
- Caption = '&Overwrite existing files'
- TabOrder = 2
- end
- inline Folder: TFolderFrame
- Left = 96
- Top = 4
- Width = 294
- Height = 25
- TabOrder = 1
- TabStop = True
- ExplicitLeft = 96
- ExplicitTop = 4
- ExplicitWidth = 294
- inherited Folder: TEdit
- Width = 265
- ExplicitWidth = 265
- end
- inherited Browse: TBitton
- Left = 271
- ExplicitLeft = 271
- 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 = 8
- Top = 213
- Width = 382
- 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 = 4
- end
- object NamingBox: TGroupBox
- Left = 8
- Top = 53
- Width = 382
- Height = 154
- Caption = ' Method of naming split files '
- TabOrder = 3
- object Filename: TEdit
- Left = 112
- Top = 79
- Width = 241
- Height = 21
- MaxLength = 200
- TabOrder = 4
- Text = 'track###'
- end
- object BaseFilenameLabel: TStaticText
- Left = 35
- Top = 81
- Width = 73
- Height = 17
- Alignment = taRightJustify
- Caption = 'Base filename:'
- TabOrder = 3
- end
- object Number: TNumEdit
- Left = 112
- Top = 106
- Width = 46
- Height = 21
- Value = 1.000000000000000000
- Max = 1000000.000000000000000000
- PageChange = 10.000000000000000000
- LineChange = 1.000000000000000000
- Label = 'First number'
- Buddy = NumberBuddy
- Caption = '1'
- TabOrder = 6
- MaxLength = 8
- end
- object BaseNumberLabel: TStaticText
- Left = 44
- Top = 108
- Width = 64
- Height = 17
- Alignment = taRightJustify
- Caption = 'First number:'
- TabOrder = 5
- end
- object NumberBuddy: TBuddyUpDown
- Left = 158
- Top = 106
- Width = 16
- Height = 21
- Associate = Number
- TabOrder = 7
- end
- object CueNames: TRadioButton
- Left = 8
- Top = 16
- Width = 185
- Height = 17
- Caption = 'Use cue name for filename'
- TabOrder = 0
- TabStop = True
- OnClick = CueNumbersClick
- end
- object CueNumbers: TRadioButton
- Left = 8
- Top = 34
- Width = 293
- Height = 17
- Caption = 'Use base filename and number'
- Checked = True
- TabOrder = 1
- TabStop = True
- OnClick = CueNumbersClick
- end
- object CueNamesAndNumbers: TRadioButton
- Left = 8
- Top = 52
- Width = 293
- Height = 17
- Caption = 'Use cue name prefixed with base filename and number'
- TabOrder = 2
- OnClick = CueNumbersClick
- end
- object PrefixOriginalName: TCheckBox
- Left = 8
- Top = 133
- Width = 150
- Height = 17
- Caption = 'Prefix original filename'
- TabOrder = 8
- end
- end
- end
-