home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TADDEFFECTFORM / TADDEFFECTFORM.txt
Text File  |  2003-10-10  |  1KB  |  64 lines

  1. inherited AddEffectForm: TAddEffectForm
  2.   Caption = 'Add Effect'
  3.   ClientHeight = 298
  4.   ClientWidth = 254
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited ButtonOk: TButton
  8.     Left = 9
  9.     Top = 268
  10.     Default = False
  11.     Enabled = False
  12.     TabOrder = 5
  13.     Visible = False
  14.   end
  15.   inherited ButtonCancel: TButton
  16.     Left = 89
  17.     Top = 268
  18.     Caption = 'Close'
  19.     TabOrder = 3
  20.   end
  21.   inherited ButtonHelp: THelpButton
  22.     Left = 169
  23.     Top = 268
  24.     TabOrder = 4
  25.     HelpKey = 'batch_addeffect'
  26.   end
  27.   inline Frame: TEffectSelectFrame
  28.     Left = 6
  29.     Top = 24
  30.     Width = 241
  31.     TabOrder = 1
  32.     inherited EffectList: TTreeView
  33.       Width = 241
  34.     end
  35.   end
  36.   object Add: TButton
  37.     Left = 9
  38.     Top = 268
  39.     Width = 75
  40.     Height = 25
  41.     Action = AddAction
  42.     Anchors = [akRight, akBottom]
  43.     Default = True
  44.     TabOrder = 2
  45.   end
  46.   object SelectLabel: TStaticText
  47.     Left = 6
  48.     Top = 6
  49.     Width = 231
  50.     Height = 17
  51.     Caption = 'Select an effect preset, then use the Add button'
  52.     TabOrder = 0
  53.   end
  54.   object ActionList: TActionList
  55.     Left = 46
  56.     Top = 30
  57.     object AddAction: TAction
  58.       Caption = 'Add'
  59.       OnExecute = AddExecute
  60.       OnUpdate = AddEnable
  61.     end
  62.   end
  63. end
  64.