home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TEFFECTWRAPPER / TEFFECTWRAPPER.txt
Text File  |  2003-10-10  |  779b  |  37 lines

  1. inherited EffectWrapper: TEffectWrapper
  2.   Caption = 'EffectWrapper'
  3.   OnResize = FormResize
  4.   PixelsPerInch = 96
  5.   TextHeight = 13
  6.   inherited ButtonOk: TButton
  7.     ModalResult = 0
  8.     OnClick = ButtonOkClick
  9.   end
  10.   inherited ButtonCancel: TButton
  11.     OnClick = ButtonCancelClick
  12.   end
  13.   inherited ButtonHelp: THelpButton
  14.     TabOrder = 6
  15.     OnClick = ButtonHelpClick
  16.   end
  17.   object ButtonApply: TButton [6]
  18.     Left = 165
  19.     Top = 57
  20.     Width = 75
  21.     Height = 25
  22.     Action = ApplyAction
  23.     Anchors = [akRight, akBottom]
  24.     TabOrder = 5
  25.   end
  26.   object ActionList: TActionList
  27.     Left = 2
  28.     Top = 54
  29.     object ApplyAction: TAction
  30.       Caption = '&Apply'
  31.       Enabled = False
  32.       OnExecute = ApplyActionExecute
  33.       OnUpdate = ApplyActionUpdate
  34.     end
  35.   end
  36. end
  37.