mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 20:59:12 +02:00
IDE: anchor editor layout
git-svn-id: trunk@25375 -
This commit is contained in:
parent
1ede2f78cb
commit
d8e625e5a2
@ -3,7 +3,7 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
Height = 297
|
Height = 297
|
||||||
Top = 286
|
Top = 286
|
||||||
Width = 596
|
Width = 596
|
||||||
ActiveControl = LeftBorderSpaceSpinEdit
|
ActiveControl = TopAnchoredCheckBox
|
||||||
Caption = 'AnchorDesigner'
|
Caption = 'AnchorDesigner'
|
||||||
ClientHeight = 297
|
ClientHeight = 297
|
||||||
ClientWidth = 596
|
ClientWidth = 596
|
||||||
@ -14,7 +14,7 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
OnDestroy = AnchorDesignerDestroy
|
OnDestroy = AnchorDesignerDestroy
|
||||||
OnShow = AnchorDesignerShow
|
OnShow = AnchorDesignerShow
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
LCLVersion = '0.9.27'
|
LCLVersion = '0.9.29'
|
||||||
object BorderSpaceGroupBox: TGroupBox
|
object BorderSpaceGroupBox: TGroupBox
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideLeft.Side = asrCenter
|
AnchorSideLeft.Side = asrCenter
|
||||||
@ -22,25 +22,24 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideBottom.Control = BottomGroupBox
|
AnchorSideBottom.Control = BottomGroupBox
|
||||||
Left = 193
|
Left = 193
|
||||||
Height = 168
|
Height = 166
|
||||||
Top = 60
|
Top = 61
|
||||||
Width = 210
|
Width = 210
|
||||||
Anchors = [akTop, akLeft, akBottom]
|
Anchors = [akTop, akLeft, akBottom]
|
||||||
BorderSpacing.Top = 4
|
BorderSpacing.Top = 4
|
||||||
BorderSpacing.Bottom = 4
|
BorderSpacing.Bottom = 4
|
||||||
Caption = 'BorderSpaceGroupBox'
|
Caption = 'BorderSpaceGroupBox'
|
||||||
ClientHeight = 150
|
ClientHeight = 147
|
||||||
ClientWidth = 206
|
ClientWidth = 206
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object LeftBorderSpaceSpinEdit: TSpinEdit
|
object LeftBorderSpaceSpinEdit: TSpinEdit
|
||||||
AnchorSideTop.Control = AroundBorderSpaceSpinEdit
|
AnchorSideTop.Control = AroundBorderSpaceSpinEdit
|
||||||
AnchorSideRight.Control = AroundBorderSpaceSpinEdit
|
AnchorSideRight.Control = AroundBorderSpaceSpinEdit
|
||||||
Left = 11
|
Left = 11
|
||||||
Height = 23
|
Height = 27
|
||||||
Top = 64
|
Top = 60
|
||||||
Width = 56
|
Width = 56
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
AutoSize = True
|
|
||||||
BorderSpacing.Right = 8
|
BorderSpacing.Right = 8
|
||||||
MaxValue = 2048
|
MaxValue = 2048
|
||||||
OnChange = BorderSpaceSpinEditChange
|
OnChange = BorderSpaceSpinEditChange
|
||||||
@ -54,10 +53,9 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = AroundBorderSpaceSpinEdit
|
AnchorSideTop.Control = AroundBorderSpaceSpinEdit
|
||||||
Left = 139
|
Left = 139
|
||||||
Height = 23
|
Height = 27
|
||||||
Top = 64
|
Top = 60
|
||||||
Width = 56
|
Width = 56
|
||||||
AutoSize = True
|
|
||||||
BorderSpacing.Left = 8
|
BorderSpacing.Left = 8
|
||||||
MaxValue = 2048
|
MaxValue = 2048
|
||||||
OnChange = BorderSpaceSpinEditChange
|
OnChange = BorderSpaceSpinEditChange
|
||||||
@ -70,11 +68,10 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
AnchorSideLeft.Control = AroundBorderSpaceSpinEdit
|
AnchorSideLeft.Control = AroundBorderSpaceSpinEdit
|
||||||
AnchorSideBottom.Control = AroundBorderSpaceSpinEdit
|
AnchorSideBottom.Control = AroundBorderSpaceSpinEdit
|
||||||
Left = 75
|
Left = 75
|
||||||
Height = 23
|
Height = 27
|
||||||
Top = 29
|
Top = 21
|
||||||
Width = 56
|
Width = 56
|
||||||
Anchors = [akLeft, akBottom]
|
Anchors = [akLeft, akBottom]
|
||||||
AutoSize = True
|
|
||||||
BorderSpacing.Bottom = 12
|
BorderSpacing.Bottom = 12
|
||||||
MaxValue = 2048
|
MaxValue = 2048
|
||||||
OnChange = BorderSpaceSpinEditChange
|
OnChange = BorderSpaceSpinEditChange
|
||||||
@ -88,10 +85,9 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
AnchorSideTop.Control = AroundBorderSpaceSpinEdit
|
AnchorSideTop.Control = AroundBorderSpaceSpinEdit
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 75
|
Left = 75
|
||||||
Height = 23
|
Height = 27
|
||||||
Top = 99
|
Top = 99
|
||||||
Width = 56
|
Width = 56
|
||||||
AutoSize = True
|
|
||||||
BorderSpacing.Top = 12
|
BorderSpacing.Top = 12
|
||||||
MaxValue = 2048
|
MaxValue = 2048
|
||||||
OnChange = BorderSpaceSpinEditChange
|
OnChange = BorderSpaceSpinEditChange
|
||||||
@ -106,10 +102,9 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
AnchorSideTop.Control = BorderSpaceGroupBox
|
AnchorSideTop.Control = BorderSpaceGroupBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 75
|
Left = 75
|
||||||
Height = 23
|
Height = 27
|
||||||
Top = 64
|
Top = 60
|
||||||
Width = 56
|
Width = 56
|
||||||
AutoSize = True
|
|
||||||
MaxValue = 2048
|
MaxValue = 2048
|
||||||
OnChange = BorderSpaceSpinEditChange
|
OnChange = BorderSpaceSpinEditChange
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
@ -120,7 +115,7 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
end
|
end
|
||||||
object TopGroupBox: TGroupBox
|
object TopGroupBox: TGroupBox
|
||||||
Left = 56
|
Left = 56
|
||||||
Height = 56
|
Height = 57
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 484
|
Width = 484
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -190,10 +185,10 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = TopRefCenterSpeedButton
|
AnchorSideTop.Control = TopRefCenterSpeedButton
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 81
|
Left = 99
|
||||||
Height = 14
|
Height = 18
|
||||||
Top = 8
|
Top = 6
|
||||||
Width = 31
|
Width = 43
|
||||||
BorderSpacing.Left = 16
|
BorderSpacing.Left = 16
|
||||||
Caption = 'Sibling'
|
Caption = 'Sibling'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -202,9 +197,9 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
AnchorSideTop.Control = TopRefCenterSpeedButton
|
AnchorSideTop.Control = TopRefCenterSpeedButton
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 17
|
Height = 22
|
||||||
Top = 7
|
Top = 4
|
||||||
Width = 57
|
Width = 75
|
||||||
BorderSpacing.Left = 8
|
BorderSpacing.Left = 8
|
||||||
Caption = 'Enabled'
|
Caption = 'Enabled'
|
||||||
OnChange = AnchorEnabledCheckBoxChange
|
OnChange = AnchorEnabledCheckBoxChange
|
||||||
@ -216,16 +211,14 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
AnchorSideTop.Control = TopRefCenterSpeedButton
|
AnchorSideTop.Control = TopRefCenterSpeedButton
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = TopRefTopSpeedButton
|
AnchorSideRight.Control = TopRefTopSpeedButton
|
||||||
Left = 116
|
Left = 146
|
||||||
Height = 21
|
Height = 29
|
||||||
Top = 5
|
Top = 1
|
||||||
Width = 246
|
Width = 216
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoComplete = False
|
|
||||||
BorderSpacing.Left = 4
|
BorderSpacing.Left = 4
|
||||||
BorderSpacing.Right = 12
|
BorderSpacing.Right = 12
|
||||||
ItemHeight = 13
|
ItemHeight = 0
|
||||||
ItemWidth = 0
|
|
||||||
OnEditingDone = SiblingComboBoxChange
|
OnEditingDone = SiblingComboBoxChange
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
@ -235,8 +228,8 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
end
|
end
|
||||||
object BottomGroupBox: TGroupBox
|
object BottomGroupBox: TGroupBox
|
||||||
Left = 56
|
Left = 56
|
||||||
Height = 56
|
Height = 57
|
||||||
Top = 232
|
Top = 231
|
||||||
Width = 484
|
Width = 484
|
||||||
Anchors = [akLeft, akRight, akBottom]
|
Anchors = [akLeft, akRight, akBottom]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
@ -303,10 +296,10 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = BottomRefCenterSpeedButton
|
AnchorSideTop.Control = BottomRefCenterSpeedButton
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 81
|
Left = 99
|
||||||
Height = 14
|
Height = 18
|
||||||
Top = 8
|
Top = 6
|
||||||
Width = 31
|
Width = 43
|
||||||
BorderSpacing.Left = 16
|
BorderSpacing.Left = 16
|
||||||
Caption = 'Sibling'
|
Caption = 'Sibling'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -315,9 +308,9 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
AnchorSideTop.Control = BottomRefCenterSpeedButton
|
AnchorSideTop.Control = BottomRefCenterSpeedButton
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 17
|
Height = 22
|
||||||
Top = 7
|
Top = 4
|
||||||
Width = 57
|
Width = 75
|
||||||
BorderSpacing.Left = 8
|
BorderSpacing.Left = 8
|
||||||
Caption = 'Enabled'
|
Caption = 'Enabled'
|
||||||
OnChange = AnchorEnabledCheckBoxChange
|
OnChange = AnchorEnabledCheckBoxChange
|
||||||
@ -329,16 +322,14 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
AnchorSideTop.Control = BottomRefCenterSpeedButton
|
AnchorSideTop.Control = BottomRefCenterSpeedButton
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = BottomRefTopSpeedButton
|
AnchorSideRight.Control = BottomRefTopSpeedButton
|
||||||
Left = 116
|
Left = 146
|
||||||
Height = 21
|
Height = 29
|
||||||
Top = 5
|
Top = 1
|
||||||
Width = 246
|
Width = 216
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoComplete = False
|
|
||||||
BorderSpacing.Left = 4
|
BorderSpacing.Left = 4
|
||||||
BorderSpacing.Right = 12
|
BorderSpacing.Right = 12
|
||||||
ItemHeight = 13
|
ItemHeight = 0
|
||||||
ItemWidth = 0
|
|
||||||
OnEditingDone = SiblingComboBoxChange
|
OnEditingDone = SiblingComboBoxChange
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
@ -353,13 +344,13 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
AnchorSideBottom.Control = BorderSpaceGroupBox
|
AnchorSideBottom.Control = BorderSpaceGroupBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 407
|
Left = 407
|
||||||
Height = 168
|
Height = 166
|
||||||
Top = 60
|
Top = 61
|
||||||
Width = 179
|
Width = 179
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Left = 4
|
BorderSpacing.Left = 4
|
||||||
Caption = 'RightGroupBox'
|
Caption = 'RightGroupBox'
|
||||||
ClientHeight = 150
|
ClientHeight = 147
|
||||||
ClientWidth = 175
|
ClientWidth = 175
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
object RightRefLeftSpeedButton: TSpeedButton
|
object RightRefLeftSpeedButton: TSpeedButton
|
||||||
@ -367,7 +358,7 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
AnchorSideRight.Control = RightRefRightSpeedButton
|
AnchorSideRight.Control = RightRefRightSpeedButton
|
||||||
Left = 69
|
Left = 69
|
||||||
Height = 30
|
Height = 30
|
||||||
Top = 98
|
Top = 100
|
||||||
Width = 30
|
Width = 30
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
BorderSpacing.Right = 4
|
BorderSpacing.Right = 4
|
||||||
@ -384,7 +375,7 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
AnchorSideRight.Control = RightRefCenterSpeedButton
|
AnchorSideRight.Control = RightRefCenterSpeedButton
|
||||||
Left = 103
|
Left = 103
|
||||||
Height = 30
|
Height = 30
|
||||||
Top = 98
|
Top = 100
|
||||||
Width = 30
|
Width = 30
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
BorderSpacing.Right = 4
|
BorderSpacing.Right = 4
|
||||||
@ -403,7 +394,7 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 137
|
Left = 137
|
||||||
Height = 30
|
Height = 30
|
||||||
Top = 98
|
Top = 100
|
||||||
Width = 30
|
Width = 30
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
BorderSpacing.Top = 12
|
BorderSpacing.Top = 12
|
||||||
@ -420,9 +411,9 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideBottom.Control = RightSiblingComboBox
|
AnchorSideBottom.Control = RightSiblingComboBox
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 14
|
Height = 18
|
||||||
Top = 51
|
Top = 41
|
||||||
Width = 31
|
Width = 43
|
||||||
Anchors = [akLeft, akBottom]
|
Anchors = [akLeft, akBottom]
|
||||||
BorderSpacing.Top = 2
|
BorderSpacing.Top = 2
|
||||||
Caption = 'Sibling'
|
Caption = 'Sibling'
|
||||||
@ -433,9 +424,9 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideBottom.Control = RightSiblingLabel
|
AnchorSideBottom.Control = RightSiblingLabel
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 17
|
Height = 22
|
||||||
Top = 26
|
Top = 11
|
||||||
Width = 57
|
Width = 75
|
||||||
Anchors = [akLeft, akBottom]
|
Anchors = [akLeft, akBottom]
|
||||||
BorderSpacing.Bottom = 8
|
BorderSpacing.Bottom = 8
|
||||||
Caption = 'Enabled'
|
Caption = 'Enabled'
|
||||||
@ -449,15 +440,13 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
AnchorSideRight.Control = RightGroupBox
|
AnchorSideRight.Control = RightGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 21
|
Height = 29
|
||||||
Top = 65
|
Top = 59
|
||||||
Width = 159
|
Width = 159
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoComplete = False
|
|
||||||
BorderSpacing.Left = 8
|
BorderSpacing.Left = 8
|
||||||
BorderSpacing.Right = 8
|
BorderSpacing.Right = 8
|
||||||
ItemHeight = 13
|
ItemHeight = 0
|
||||||
ItemWidth = 0
|
|
||||||
OnEditingDone = SiblingComboBoxChange
|
OnEditingDone = SiblingComboBoxChange
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
@ -471,13 +460,13 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
AnchorSideBottom.Control = BorderSpaceGroupBox
|
AnchorSideBottom.Control = BorderSpaceGroupBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 168
|
Height = 166
|
||||||
Top = 60
|
Top = 61
|
||||||
Width = 181
|
Width = 181
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Right = 4
|
BorderSpacing.Right = 4
|
||||||
Caption = 'LeftGroupBox'
|
Caption = 'LeftGroupBox'
|
||||||
ClientHeight = 150
|
ClientHeight = 147
|
||||||
ClientWidth = 177
|
ClientWidth = 177
|
||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
object LeftRefLeftSpeedButton: TSpeedButton
|
object LeftRefLeftSpeedButton: TSpeedButton
|
||||||
@ -485,7 +474,7 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
AnchorSideRight.Control = LeftRefRightSpeedButton
|
AnchorSideRight.Control = LeftRefRightSpeedButton
|
||||||
Left = 71
|
Left = 71
|
||||||
Height = 30
|
Height = 30
|
||||||
Top = 98
|
Top = 100
|
||||||
Width = 30
|
Width = 30
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
BorderSpacing.Right = 4
|
BorderSpacing.Right = 4
|
||||||
@ -498,13 +487,14 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
end
|
end
|
||||||
object LeftRefRightSpeedButton: TSpeedButton
|
object LeftRefRightSpeedButton: TSpeedButton
|
||||||
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = LeftRefCenterSpeedButton
|
AnchorSideTop.Control = LeftRefCenterSpeedButton
|
||||||
AnchorSideRight.Control = LeftRefCenterSpeedButton
|
AnchorSideRight.Control = LeftRefCenterSpeedButton
|
||||||
Left = 105
|
Left = 105
|
||||||
Height = 30
|
Height = 30
|
||||||
Top = 98
|
Top = 100
|
||||||
Width = 30
|
Width = 30
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop]
|
||||||
BorderSpacing.Right = 4
|
BorderSpacing.Right = 4
|
||||||
Color = clBtnFace
|
Color = clBtnFace
|
||||||
GroupIndex = 2
|
GroupIndex = 2
|
||||||
@ -515,12 +505,14 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
end
|
end
|
||||||
object LeftRefCenterSpeedButton: TSpeedButton
|
object LeftRefCenterSpeedButton: TSpeedButton
|
||||||
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = LeftSiblingComboBox
|
AnchorSideTop.Control = LeftSiblingComboBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
|
AnchorSideRight.Control = LeftSiblingComboBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 139
|
Left = 139
|
||||||
Height = 30
|
Height = 30
|
||||||
Top = 98
|
Top = 100
|
||||||
Width = 30
|
Width = 30
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
BorderSpacing.Top = 12
|
BorderSpacing.Top = 12
|
||||||
@ -536,9 +528,9 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
AnchorSideLeft.Control = LeftSiblingComboBox
|
AnchorSideLeft.Control = LeftSiblingComboBox
|
||||||
AnchorSideBottom.Control = LeftSiblingComboBox
|
AnchorSideBottom.Control = LeftSiblingComboBox
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 14
|
Height = 18
|
||||||
Top = 51
|
Top = 41
|
||||||
Width = 31
|
Width = 43
|
||||||
Anchors = [akLeft, akBottom]
|
Anchors = [akLeft, akBottom]
|
||||||
BorderSpacing.Top = 2
|
BorderSpacing.Top = 2
|
||||||
Caption = 'Sibling'
|
Caption = 'Sibling'
|
||||||
@ -548,9 +540,9 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
AnchorSideLeft.Control = LeftSiblingComboBox
|
AnchorSideLeft.Control = LeftSiblingComboBox
|
||||||
AnchorSideBottom.Control = LeftSiblingLabel
|
AnchorSideBottom.Control = LeftSiblingLabel
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 17
|
Height = 22
|
||||||
Top = 26
|
Top = 11
|
||||||
Width = 57
|
Width = 75
|
||||||
Anchors = [akLeft, akBottom]
|
Anchors = [akLeft, akBottom]
|
||||||
BorderSpacing.Bottom = 8
|
BorderSpacing.Bottom = 8
|
||||||
Caption = 'Enabled'
|
Caption = 'Enabled'
|
||||||
@ -564,15 +556,13 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
AnchorSideRight.Control = LeftGroupBox
|
AnchorSideRight.Control = LeftGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 21
|
Height = 29
|
||||||
Top = 65
|
Top = 59
|
||||||
Width = 161
|
Width = 161
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoComplete = False
|
|
||||||
BorderSpacing.Left = 8
|
BorderSpacing.Left = 8
|
||||||
BorderSpacing.Right = 8
|
BorderSpacing.Right = 8
|
||||||
ItemHeight = 13
|
ItemHeight = 0
|
||||||
ItemWidth = 0
|
|
||||||
OnEditingDone = SiblingComboBoxChange
|
OnEditingDone = SiblingComboBoxChange
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
|
Loading…
Reference in New Issue
Block a user