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:
parent
b0e24dfa3f
commit
c9f6761ead
@ -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
|
||||
|
@ -15,7 +15,7 @@
|
||||
</CompilerOptions>
|
||||
<Description Value="Custom controls of the JVCL library (https://sourceforge.net/projects/jvcl/) (runtime code):
|
||||
- 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. "/>
|
||||
<Version Major="1" Release="4"/>
|
||||
<Files Count="2">
|
||||
|
@ -14,7 +14,8 @@
|
||||
</SearchPaths>
|
||||
</CompilerOptions>
|
||||
<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. "/>
|
||||
<Version Major="1" Release="4"/>
|
||||
<Files Count="4">
|
||||
|
Loading…
Reference in New Issue
Block a user