tvplanit: Some improvements in VpEdFmtLst.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8508 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-10-03 17:06:43 +00:00
parent 6bf5ba0284
commit b2991baa90
6 changed files with 29 additions and 31 deletions

View File

@ -72,13 +72,13 @@ object frmPrnFormat: TfrmPrnFormat
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
AnchorSideBottom.Control = btnMoveElementUp
Left = 318
Height = 15
Top = 390
Width = 58
Left = 332
Height = 30
Top = 375
Width = 30
Alignment = taCenter
Anchors = [akLeft, akBottom]
Caption = 'Print Order'
Caption = 'Print'#13#10'Order'
Color = clDefault
ParentColor = False
WordWrap = True
@ -272,16 +272,17 @@ object frmPrnFormat: TfrmPrnFormat
object btnOk: TButton
AnchorSideRight.Control = ButtonPanel
AnchorSideRight.Side = asrBottom
Left = 646
Left = 613
Height = 25
Top = 4
Width = 42
Width = 75
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Top = 4
BorderSpacing.Right = 6
BorderSpacing.Bottom = 4
Caption = 'OK'
Constraints.MinWidth = 75
OnClick = btnOkClick
TabOrder = 3
end