jvcllaz: Update description of JvCmp packages. Auto-size buttons in JvStringsForm.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6716 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-11-06 18:17:50 +00:00
parent b0e24dfa3f
commit c9f6761ead
3 changed files with 8 additions and 2 deletions

View File

@ -84,6 +84,7 @@ object JvStrEditDlg: TJvStrEditDlg
Top = 245
Width = 75
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Right = 4
Caption = 'OK'
Constraints.MinWidth = 75
@ -99,6 +100,7 @@ object JvStrEditDlg: TJvStrEditDlg
Top = 245
Width = 75
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Right = 4
Cancel = True
Caption = 'Cancel'
@ -115,6 +117,7 @@ object JvStrEditDlg: TJvStrEditDlg
Top = 245
Width = 75
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Right = 8
Caption = '&Help'
Constraints.MinWidth = 75
@ -130,6 +133,7 @@ object JvStrEditDlg: TJvStrEditDlg
Top = 245
Width = 75
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Left = 8
BorderSpacing.Bottom = 4
Caption = '&Load...'
@ -145,6 +149,7 @@ object JvStrEditDlg: TJvStrEditDlg
Height = 25
Top = 245
Width = 75
AutoSize = True
BorderSpacing.Left = 4
Caption = '&Save...'
Constraints.MinWidth = 75