home *** CD-ROM | disk | FTP | other *** search
- inherited SplitFileForm: TSplitFileForm
- Caption = 'Split File'
- ClientHeight = 162
- ClientWidth = 394
- OldCreateOrder = False
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 96
- TextHeight = 13
- inherited ButtonOk: TButton
- Left = 149
- Top = 132
- TabOrder = 9
- end
- inherited ButtonCancel: TButton
- Left = 229
- Top = 132
- TabOrder = 10
- end
- inherited ButtonHelp: THelpButton
- Left = 309
- Top = 132
- TabOrder = 11
- 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 = 21
- Top = 35
- Width = 73
- Height = 17
- Alignment = taRightJustify
- Caption = 'Base filename:'
- TabOrder = 2
- end
- object Overwrite: TCheckBox
- Left = 117
- Top = 86
- Width = 156
- Height = 17
- Anchors = [akLeft, akBottom]
- Caption = '&Overwrite existing files'
- TabOrder = 7
- end
- object Compatible: TCheckBox
- Left = 117
- Top = 106
- Width = 250
- Height = 17
- Anchors = [akLeft, akBottom]
- Caption = 'Use &CD compatible wave format and alignment'
- TabOrder = 8
- 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 = 30
- 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 = 5
- Top = 9
- Width = 89
- Height = 17
- Alignment = taRightJustify
- Caption = 'Destination folder:'
- TabOrder = 0
- end
- end
-