You've already forked lazarus-ccr
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:
@ -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
|
||||
|
Reference in New Issue
Block a user