tvplanit: In WavDlg play sound asynchronously and add option to turn it off.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4746 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-06-14 10:38:28 +00:00
parent 4493e26898
commit 726606df8c
4 changed files with 32 additions and 7 deletions

View File

@ -102,6 +102,7 @@ object FrmSoundDialog: TFrmSoundDialog
Caption = 'OkBtn'
Default = True
ModalResult = 1
OnClick = OkBtnClick
TabOrder = 0
end
object CancelBtn: TButton
@ -113,6 +114,7 @@ object FrmSoundDialog: TFrmSoundDialog
Cancel = True
Caption = 'CancelBtn'
ModalResult = 2
OnClick = CancelBtnClick
TabOrder = 1
end
end