home *** CD-ROM | disk | FTP | other *** search
- inherited EffectWrapper: TEffectWrapper
- Caption = 'EffectWrapper'
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 13
- inherited ButtonOk: TButton
- ModalResult = 0
- OnClick = ButtonOkClick
- end
- inherited ButtonCancel: TButton
- OnClick = ButtonCancelClick
- end
- inherited ButtonHelp: THelpButton
- TabOrder = 6
- OnClick = ButtonHelpClick
- end
- object ButtonApply: TButton [6]
- Left = 165
- Top = 57
- Width = 75
- Height = 25
- Action = ApplyAction
- Anchors = [akRight, akBottom]
- TabOrder = 5
- end
- object ActionList: TActionList
- Left = 2
- Top = 54
- object ApplyAction: TAction
- Caption = '&Apply'
- Enabled = False
- OnExecute = ApplyActionExecute
- OnUpdate = ApplyActionUpdate
- end
- end
- end
-