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

@ -25,14 +25,11 @@ object ResEditForm: TResEditForm
ClientWidth = 466
TabOrder = 1
object OKBtn: TButton
AnchorSideTop.Control = pnlBottom
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = CancelBtn
Left = 313
Height = 25
Top = 4
Width = 66
Anchors = [akTop, akRight]
Align = alRight
BorderSpacing.Top = 4
BorderSpacing.Right = 4
BorderSpacing.Bottom = 4
@ -43,15 +40,11 @@ object ResEditForm: TResEditForm
TabStop = False
end
object CancelBtn: TButton
AnchorSideTop.Control = pnlBottom
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = pnlBottom
AnchorSideRight.Side = asrBottom
Left = 383
Height = 25
Top = 4
Width = 75
Anchors = [akTop, akRight]
Align = alRight
BorderSpacing.Top = 4
BorderSpacing.Right = 8
BorderSpacing.Bottom = 4