home *** CD-ROM | disk | FTP | other *** search
- inherited FilePatternForm: TFilePatternForm
- Caption = 'Add Folder'
- ClientHeight = 90
- ClientWidth = 374
- OnCloseQuery = FormCloseQuery
- ExplicitWidth = 380
- ExplicitHeight = 122
- PixelsPerInch = 96
- TextHeight = 13
- inherited ButtonOk: TButton
- Left = 129
- Top = 60
- TabOrder = 5
- ExplicitLeft = 129
- ExplicitTop = 60
- end
- inherited ButtonCancel: TButton
- Left = 209
- Top = 60
- TabOrder = 6
- ExplicitLeft = 209
- ExplicitTop = 60
- end
- inherited ButtonHelp: THelpButton
- Left = 289
- Top = 60
- TabOrder = 7
- HelpKey = 'batch_addfolder'
- ExplicitLeft = 289
- ExplicitTop = 60
- end
- inline Folder: TFolderFrame
- Left = 63
- Top = 3
- Width = 308
- Height = 25
- TabOrder = 1
- TabStop = True
- ExplicitLeft = 63
- ExplicitTop = 3
- end
- object FolderLabel: TStaticText
- Left = 24
- Top = 7
- Width = 36
- Height = 17
- Alignment = taRightJustify
- Caption = 'Folder:'
- TabOrder = 0
- end
- object Filter: TComboBox
- Left = 64
- Top = 33
- Width = 57
- Height = 21
- ItemHeight = 13
- MaxLength = 10
- TabOrder = 3
- Items.Strings = (
- '*.*'
- '*.wav'
- '*.mp3'
- '*.ogg'
- '*.wma'
- '*.vox'
- '*.afc'
- '*.aif'
- '*.txt'
- '*.avi'
- '*.mpg'
- '*.mp2'
- '*.mov'
- '*.wmv')
- end
- object FilterLabel: TStaticText
- Left = 7
- Top = 34
- Width = 53
- Height = 17
- Alignment = taRightJustify
- Caption = 'Type filter:'
- TabOrder = 2
- end
- object SubFolder: TCheckBox
- Left = 212
- Top = 34
- Width = 128
- Height = 17
- Caption = 'Include all subfolders'
- TabOrder = 4
- end
- end
-