You've already forked lazarus-ccr
tvplanit: Once more..., now without AnchorSides (do not seem to work correctly).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5086 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
object frmEditElement: TfrmEditElement
|
||||
Left = 1069
|
||||
Left = 486
|
||||
Height = 449
|
||||
Top = 231
|
||||
Top = 220
|
||||
Width = 489
|
||||
HorzScrollBar.Page = 378
|
||||
VertScrollBar.Page = 444
|
||||
@ -443,27 +443,22 @@ object frmEditElement: TfrmEditElement
|
||||
TabOrder = 0
|
||||
end
|
||||
object btnOk: TButton
|
||||
AnchorSideRight.Control = btnCancel
|
||||
Left = 308
|
||||
Left = 316
|
||||
Height = 25
|
||||
Top = 0
|
||||
Width = 75
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Left = 8
|
||||
BorderSpacing.Right = 8
|
||||
Caption = 'OK'
|
||||
Default = True
|
||||
OnClick = btnOkClick
|
||||
TabOrder = 1
|
||||
end
|
||||
object btnCancel: TButton
|
||||
AnchorSideRight.Control = ButtonPanel
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 391
|
||||
Height = 25
|
||||
Top = 0
|
||||
Width = 74
|
||||
Anchors = [akTop, akRight]
|
||||
Anchors = [akTop]
|
||||
Cancel = True
|
||||
Caption = 'Cancel'
|
||||
OnClick = btnCancelClick
|
||||
|
Reference in New Issue
Block a user