tvplanit: Fix compilation under non-Windows. Fix OK/Cancel button alignment under non-Windows.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5889 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2017-05-21 21:30:07 +00:00
parent b5d006373c
commit 5d5bc8ba94
16 changed files with 469 additions and 417 deletions

View File

@ -40,13 +40,11 @@ object DlgEventEdit: TDlgEventEdit
ParentFont = False
end
object OKBtn: TButton
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = CancelBtn
Left = 571
Left = 577
Height = 25
Top = 6
Width = 66
Anchors = [akTop, akRight]
Align = alRight
BorderSpacing.Top = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
@ -56,15 +54,13 @@ object DlgEventEdit: TDlgEventEdit
TabOrder = 0
end
object CancelBtn: TButton
AnchorSideRight.Control = ButtonPanel
AnchorSideRight.Side = asrBottom
Left = 643
Left = 649
Height = 25
Top = 6
Width = 71
Anchors = [akTop, akRight]
Align = alRight
BorderSpacing.Top = 6
BorderSpacing.Right = 12
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
Cancel = True
Caption = '&Cancel'