jvcllaz: Another adjustment of JvValidateEdit demo layout.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6944 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-05-25 14:57:23 +00:00
parent 70e0a8a6ff
commit 10b4c81546

View File

@ -23,12 +23,12 @@ object frmValidateEditDemo: TfrmValidateEditDemo
Left = 16
Height = 289
Top = 16
Width = 504
Width = 512
AutoSize = True
BorderSpacing.Around = 16
Caption = 'Properties'
ClientHeight = 269
ClientWidth = 500
ClientWidth = 508
Font.Color = clWindowText
Font.Style = [fsBold]
ParentFont = False
@ -109,7 +109,7 @@ object frmValidateEditDemo: TfrmValidateEditDemo
Left = 12
Height = 23
Top = 27
Width = 193
Width = 252
BorderSpacing.Left = 12
BorderSpacing.Top = 4
DropDownCount = 24
@ -125,7 +125,7 @@ object frmValidateEditDemo: TfrmValidateEditDemo
AnchorSideLeft.Control = chkZeroEmpty
AnchorSideTop.Control = btnSetDisplayPrefix
AnchorSideTop.Side = asrCenter
Left = 221
Left = 280
Height = 19
Top = 56
Width = 97
@ -140,7 +140,7 @@ object frmValidateEditDemo: TfrmValidateEditDemo
AnchorSideLeft.Control = chkZeroEmpty
AnchorSideTop.Control = btnSetDisplaySuffix
AnchorSideTop.Side = asrCenter
Left = 221
Left = 280
Height = 19
Top = 83
Width = 96
@ -154,7 +154,7 @@ object frmValidateEditDemo: TfrmValidateEditDemo
AnchorSideLeft.Control = edMaxValue
AnchorSideTop.Control = edMinValue
AnchorSideTop.Side = asrBottom
Left = 330
Left = 389
Height = 23
Top = 108
Width = 49
@ -171,7 +171,7 @@ object frmValidateEditDemo: TfrmValidateEditDemo
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = cbDisplayFormat
AnchorSideTop.Side = asrCenter
Left = 221
Left = 280
Height = 19
Top = 29
Width = 96
@ -191,7 +191,7 @@ object frmValidateEditDemo: TfrmValidateEditDemo
Left = 12
Height = 23
Top = 136
Width = 310
Width = 369
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
@ -205,7 +205,7 @@ object frmValidateEditDemo: TfrmValidateEditDemo
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = seDecimalPlaces
AnchorSideRight.Side = asrBottom
Left = 330
Left = 389
Height = 25
Top = 135
Width = 49
@ -285,7 +285,7 @@ object frmValidateEditDemo: TfrmValidateEditDemo
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = chkHasMaxValue
AnchorSideTop.Side = asrCenter
Left = 330
Left = 389
Height = 23
Top = 54
Width = 49
@ -299,7 +299,7 @@ object frmValidateEditDemo: TfrmValidateEditDemo
AnchorSideLeft.Control = edMaxValue
AnchorSideTop.Control = edMaxValue
AnchorSideTop.Side = asrBottom
Left = 330
Left = 389
Height = 23
Top = 81
Width = 49
@ -315,12 +315,12 @@ object frmValidateEditDemo: TfrmValidateEditDemo
Left = 12
Height = 86
Top = 171
Width = 476
Width = 484
AutoSize = True
BorderSpacing.Around = 12
Caption = 'Critical Points'
ClientHeight = 66
ClientWidth = 472
ClientWidth = 480
Font.Color = clWindowText
Font.Style = [fsBold]
ParentFont = False
@ -330,7 +330,7 @@ object frmValidateEditDemo: TfrmValidateEditDemo
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = colCPAbove
AnchorSideTop.Side = asrCenter
Left = 317
Left = 325
Height = 15
Top = 8
Width = 36
@ -344,7 +344,7 @@ object frmValidateEditDemo: TfrmValidateEditDemo
AnchorSideLeft.Control = Label9
AnchorSideTop.Control = colCPBelow
AnchorSideTop.Side = asrCenter
Left = 317
Left = 325
Height = 15
Top = 35
Width = 36
@ -371,7 +371,7 @@ object frmValidateEditDemo: TfrmValidateEditDemo
AnchorSideLeft.Control = chkMaxValueIncluded
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = GroupBox3
Left = 252
Left = 260
Height = 23
Top = 4
Width = 49
@ -388,7 +388,7 @@ object frmValidateEditDemo: TfrmValidateEditDemo
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = edCPMaxValue
AnchorSideTop.Side = asrCenter
Left = 359
Left = 367
Height = 22
Top = 4
Width = 105
@ -402,7 +402,7 @@ object frmValidateEditDemo: TfrmValidateEditDemo
AnchorSideLeft.Control = edCPMaxValue
AnchorSideTop.Control = edCPMaxValue
AnchorSideTop.Side = asrBottom
Left = 252
Left = 260
Height = 23
Top = 31
Width = 49
@ -416,7 +416,7 @@ object frmValidateEditDemo: TfrmValidateEditDemo
object colCPBelow: TColorBox
AnchorSideLeft.Control = colCPAbove
AnchorSideTop.Control = edCPMinValue
Left = 359
Left = 367
Height = 22
Top = 31
Width = 105
@ -449,7 +449,7 @@ object frmValidateEditDemo: TfrmValidateEditDemo
AnchorSideLeft.Control = chkMinValueIncluded
AnchorSideTop.Control = edCPMaxValue
AnchorSideTop.Side = asrCenter
Left = 113
Left = 121
Height = 19
Top = 6
Width = 123
@ -464,11 +464,11 @@ object frmValidateEditDemo: TfrmValidateEditDemo
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = edCPMinValue
AnchorSideTop.Side = asrCenter
Left = 113
Left = 121
Height = 19
Top = 33
Width = 122
BorderSpacing.Left = 12
BorderSpacing.Left = 20
Caption = 'Min Value Included'
Font.Color = clWindowText
OnClick = chkMinValueIncludedClick
@ -486,13 +486,13 @@ object frmValidateEditDemo: TfrmValidateEditDemo
Left = 16
Height = 130
Top = 419
Width = 504
Width = 512
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Bottom = 16
Caption = 'Set To'
ClientHeight = 110
ClientWidth = 500
ClientWidth = 508
Font.Color = clWindowText
Font.Style = [fsBold]
ParentFont = False
@ -622,13 +622,13 @@ object frmValidateEditDemo: TfrmValidateEditDemo
Left = 16
Height = 82
Top = 321
Width = 504
Width = 512
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Bottom = 16
Caption = 'Validate Edit'
ClientHeight = 62
ClientWidth = 500
ClientWidth = 508
Font.Color = clWindowText
Font.Style = [fsBold]
ParentFont = False
@ -640,7 +640,7 @@ object frmValidateEditDemo: TfrmValidateEditDemo
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = GroupBox4
AnchorSideBottom.Side = asrBottom
Left = 324
Left = 332
Height = 19
Top = 31
Width = 164
@ -660,7 +660,7 @@ object frmValidateEditDemo: TfrmValidateEditDemo
Left = 12
Height = 23
Top = 4
Width = 476
Width = 484
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 12
BorderSpacing.Top = 4