home *** CD-ROM | disk | FTP | other *** search
- inherited SplitFileForm: TSplitFileForm
- Caption = 'Split File'
- ClientHeight = 288
- ClientWidth = 394
- OldCreateOrder = False
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 96
- TextHeight = 13
- inherited ButtonOk: TButton
- Left = 149
- Top = 258
- TabOrder = 5
- end
- inherited ButtonCancel: TButton
- Left = 229
- Top = 258
- TabOrder = 6
- end
- inherited ButtonHelp: THelpButton
- Left = 309
- Top = 258
- TabOrder = 7
- HelpKey = 'cue_splitfile'
- 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 = 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 = 6
- Top = 170
- 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 = 6
- Top = 52
- Width = 382
- Height = 115
- Caption = ' Method of naming split files '
- TabOrder = 3
- object Filename: TEdit
- Left = 114
- Top = 59
- Width = 241
- Height = 21
- MaxLength = 200
- TabOrder = 3
- Text = 'track###'
- end
- object BaseFilenameLabel: TStaticText
- Left = 37
- Top = 61
- Width = 73
- Height = 17
- Alignment = taRightJustify
- Caption = 'Base filename:'
- TabOrder = 2
- end
- object Number: TNumEdit
- Left = 114
- Top = 86
- 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 = 46
- Top = 88
- Width = 64
- Height = 17
- Alignment = taRightJustify
- Caption = 'First number:'
- TabOrder = 4
- end
- object NumberBuddy: TBuddyUpDown
- Left = 160
- Top = 86
- Width = 16
- Height = 21
- Associate = Number
- TabOrder = 6
- end
- object CueNames: TRadioButton
- Left = 8
- Top = 16
- Width = 185
- Height = 17
- Caption = 'Use cue names for filenames'
- TabOrder = 0
- TabStop = True
- OnClick = CueNamesClick
- end
- object CueNumbers: TRadioButton
- Left = 8
- Top = 36
- Width = 185
- Height = 17
- Caption = 'Use base filename and number:'
- Checked = True
- TabOrder = 1
- TabStop = True
- OnClick = CueNumbersClick
- end
- end
- end
-