home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / goldwave / gwave509.exe / GoldWave.exe / 0 / RCDATA / TFILEPATTERNFORM / TFILEPATTERNFORM.txt
Text File  |  2005-01-25  |  1KB  |  80 lines

  1. inherited FilePatternForm: TFilePatternForm
  2.   Caption = 'Add Folder'
  3.   ClientHeight = 90
  4.   ClientWidth = 374
  5.   OnCloseQuery = FormCloseQuery
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited ButtonOk: TButton
  9.     Left = 129
  10.     Top = 60
  11.     TabOrder = 4
  12.   end
  13.   inherited ButtonCancel: TButton
  14.     Left = 209
  15.     Top = 60
  16.     TabOrder = 5
  17.   end
  18.   inherited ButtonHelp: THelpButton
  19.     Left = 289
  20.     Top = 60
  21.     TabOrder = 6
  22.     HelpKey = 'batch_addfolder'
  23.   end
  24.   inline Folder: TFolderFrame
  25.     Left = 63
  26.     Top = 3
  27.     TabOrder = 1
  28.   end
  29.   object FolderLabel: TStaticText
  30.     Left = 24
  31.     Top = 7
  32.     Width = 36
  33.     Height = 17
  34.     Alignment = taRightJustify
  35.     Caption = 'Folder:'
  36.     TabOrder = 0
  37.   end
  38.   object Filter: TComboBox
  39.     Left = 64
  40.     Top = 33
  41.     Width = 57
  42.     Height = 21
  43.     ItemHeight = 13
  44.     MaxLength = 10
  45.     TabOrder = 3
  46.     Items.Strings = (
  47.       '*.*'
  48.       '*.wav'
  49.       '*.mp3'
  50.       '*.ogg'
  51.       '*.wma'
  52.       '*.vox'
  53.       '*.afc'
  54.       '*.aif'
  55.       '*.txt'
  56.       '*.avi'
  57.       '*.mpg'
  58.       '*.mp2'
  59.       '*.mov'
  60.       '*.wmv')
  61.   end
  62.   object FilterLabel: TStaticText
  63.     Left = 7
  64.     Top = 34
  65.     Width = 53
  66.     Height = 17
  67.     Alignment = taRightJustify
  68.     Caption = 'Type filter:'
  69.     TabOrder = 2
  70.   end
  71.   object SubFolder: TCheckBox
  72.     Left = 212
  73.     Top = 34
  74.     Width = 128
  75.     Height = 17
  76.     Caption = 'Include all subfolders'
  77.     TabOrder = 7
  78.   end
  79. end
  80.