tvplanit: Fix print format editor crashing due to translated radiogroup items.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5897 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2017-05-23 19:28:36 +00:00
parent 2a4643b959
commit 8a58f7c8a7
11 changed files with 145 additions and 31 deletions

View File

@ -188,6 +188,7 @@ object frmEditFormat: TfrmEditFormat
BorderSpacing.Bottom = 4
Caption = 'OK'
Default = True
ModalResult = 1
OnClick = btnOkClick
TabOrder = 0
end
@ -203,6 +204,7 @@ object frmEditFormat: TfrmEditFormat
BorderSpacing.Bottom = 4
Cancel = True
Caption = 'Cancel'
ModalResult = 2
OnClick = btnCancelClick
TabOrder = 1
end