home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TFILEPATTERNFORM / TFILEPATTERNFORM.txt
Encoding:
Text File  |  2006-11-14  |  1.6 KB  |  93 lines

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