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
Wrap
Text File
|
2003-10-10
|
1KB
|
64 lines
inherited AddEffectForm: TAddEffectForm
Caption = 'Add Effect'
ClientHeight = 298
ClientWidth = 254
PixelsPerInch = 96
TextHeight = 13
inherited ButtonOk: TButton
Left = 9
Top = 268
Default = False
Enabled = False
TabOrder = 5
Visible = False
end
inherited ButtonCancel: TButton
Left = 89
Top = 268
Caption = 'Close'
TabOrder = 3
end
inherited ButtonHelp: THelpButton
Left = 169
Top = 268
TabOrder = 4
HelpKey = 'batch_addeffect'
end
inline Frame: TEffectSelectFrame
Left = 6
Top = 24
Width = 241
TabOrder = 1
inherited EffectList: TTreeView
Width = 241
end
end
object Add: TButton
Left = 9
Top = 268
Width = 75
Height = 25
Action = AddAction
Anchors = [akRight, akBottom]
Default = True
TabOrder = 2
end
object SelectLabel: TStaticText
Left = 6
Top = 6
Width = 231
Height = 17
Caption = 'Select an effect preset, then use the Add button'
TabOrder = 0
end
object ActionList: TActionList
Left = 46
Top = 30
object AddAction: TAction
Caption = 'Add'
OnExecute = AddExecute
OnUpdate = AddEnable
end
end
end