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

View File

@ -15,7 +15,7 @@
</CompilerOptions> </CompilerOptions>
<Description Value="Custom controls of the JVCL library (https://sourceforge.net/projects/jvcl/) (runtime code): <Description Value="Custom controls of the JVCL library (https://sourceforge.net/projects/jvcl/) (runtime code):
- Spellchecker component - Spellchecker component
- EnterAsTab component"/> - StringHolder (easier access to TStrings at designtime)."/>
<License Value="The JVCL is released in accordance with the MPL 1.1 license. To get your own copy or read it, go to http://www.mozilla.org/MPL/MPL-1.1.html. "/> <License Value="The JVCL is released in accordance with the MPL 1.1 license. To get your own copy or read it, go to http://www.mozilla.org/MPL/MPL-1.1.html. "/>
<Version Major="1" Release="4"/> <Version Major="1" Release="4"/>
<Files Count="2"> <Files Count="2">

View File

@ -14,7 +14,8 @@
</SearchPaths> </SearchPaths>
</CompilerOptions> </CompilerOptions>
<Description Value="Custom controls of the JVCL library (https://sourceforge.net/projects/jvcl/) (runtime code): <Description Value="Custom controls of the JVCL library (https://sourceforge.net/projects/jvcl/) (runtime code):
- Spellchecker component"/> - Spellchecker component
- StringHolder (easier access to TStrings at designtime)."/>
<License Value="The JVCL is released in accordance with the MPL 1.1 license. To get your own copy or read it, go to http://www.mozilla.org/MPL/MPL-1.1.html. "/> <License Value="The JVCL is released in accordance with the MPL 1.1 license. To get your own copy or read it, go to http://www.mozilla.org/MPL/MPL-1.1.html. "/>
<Version Major="1" Release="4"/> <Version Major="1" Release="4"/>
<Files Count="4"> <Files Count="4">