tvplanit: Cosmetic changes in WavDlg (use ModalResult)

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4745 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-06-14 10:33:10 +00:00
parent 8c34f2a85a
commit 4493e26898
3 changed files with 42 additions and 83 deletions

View File

@ -10,7 +10,6 @@ object FrmSoundDialog: TFrmSoundDialog
ClientWidth = 736
KeyPreview = True
OnCreate = FormCreate
OnKeyDown = FormKeyDown
Position = poScreenCenter
LCLVersion = '1.7'
object PageControl1: TPageControl
@ -102,7 +101,7 @@ object FrmSoundDialog: TFrmSoundDialog
Anchors = [akTop, akRight]
Caption = 'OkBtn'
Default = True
OnClick = OkBtnClick
ModalResult = 1
TabOrder = 0
end
object CancelBtn: TButton
@ -111,8 +110,9 @@ object FrmSoundDialog: TFrmSoundDialog
Top = 8
Width = 75
Anchors = [akTop, akRight]
Cancel = True
Caption = 'CancelBtn'
OnClick = CancelBtnClick
ModalResult = 2
TabOrder = 1
end
end