mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 10:18:05 +02:00
* Use Anchors for anchoreditor itself. Patch by Valdas Jankunas
git-svn-id: trunk@15768 -
This commit is contained in:
parent
b223dbff27
commit
eb3a29e663
@ -1,33 +1,46 @@
|
||||
object AnchorDesigner: TAnchorDesigner
|
||||
Left = 298
|
||||
Height = 259
|
||||
Top = 179
|
||||
Width = 520
|
||||
HorzScrollBar.Page = 519
|
||||
VertScrollBar.Page = 258
|
||||
Left = 93
|
||||
Height = 297
|
||||
Top = 171
|
||||
Width = 596
|
||||
ActiveControl = LeftBorderSpaceSpinEdit
|
||||
Caption = 'AnchorDesigner'
|
||||
ClientHeight = 259
|
||||
ClientWidth = 520
|
||||
ClientHeight = 297
|
||||
ClientWidth = 596
|
||||
Constraints.MinHeight = 282
|
||||
Constraints.MinWidth = 476
|
||||
OnClose = AnchorDesignerClose
|
||||
OnCreate = AnchorDesignerCreate
|
||||
OnDestroy = AnchorDesignerDestroy
|
||||
OnShow = AnchorDesignerShow
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.25'
|
||||
object BorderSpaceGroupBox: TGroupBox
|
||||
Left = 170
|
||||
Height = 104
|
||||
Top = 80
|
||||
Width = 180
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideLeft.Side = asrCenter
|
||||
AnchorSideTop.Control = TopGroupBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideBottom.Control = BottomGroupBox
|
||||
Left = 193
|
||||
Height = 166
|
||||
Top = 61
|
||||
Width = 210
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
BorderSpacing.Top = 4
|
||||
BorderSpacing.Bottom = 4
|
||||
Caption = 'BorderSpaceGroupBox'
|
||||
ClientHeight = 85
|
||||
ClientWidth = 176
|
||||
ClientHeight = 147
|
||||
ClientWidth = 204
|
||||
TabOrder = 0
|
||||
object LeftBorderSpaceSpinEdit: TSpinEdit
|
||||
AnchorSideTop.Control = AroundBorderSpaceSpinEdit
|
||||
AnchorSideRight.Control = AroundBorderSpaceSpinEdit
|
||||
Left = 10
|
||||
Height = 20
|
||||
Top = 30
|
||||
Top = 63
|
||||
Width = 56
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 8
|
||||
MaxValue = 200
|
||||
OnChange = BorderSpaceSpinEditChange
|
||||
ParentShowHint = False
|
||||
@ -36,10 +49,14 @@ object AnchorDesigner: TAnchorDesigner
|
||||
Value = 1
|
||||
end
|
||||
object RightBorderSpaceSpinEdit: TSpinEdit
|
||||
Left = 118
|
||||
AnchorSideLeft.Control = AroundBorderSpaceSpinEdit
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = AroundBorderSpaceSpinEdit
|
||||
Left = 138
|
||||
Height = 20
|
||||
Top = 30
|
||||
Top = 63
|
||||
Width = 56
|
||||
BorderSpacing.Left = 8
|
||||
MaxValue = 200
|
||||
OnChange = BorderSpaceSpinEditChange
|
||||
ParentShowHint = False
|
||||
@ -48,9 +65,14 @@ object AnchorDesigner: TAnchorDesigner
|
||||
Value = 1
|
||||
end
|
||||
object TopBorderSpaceSpinEdit: TSpinEdit
|
||||
Left = 58
|
||||
AnchorSideLeft.Control = AroundBorderSpaceSpinEdit
|
||||
AnchorSideBottom.Control = AroundBorderSpaceSpinEdit
|
||||
Left = 74
|
||||
Height = 20
|
||||
Top = 31
|
||||
Width = 56
|
||||
Anchors = [akLeft, akBottom]
|
||||
BorderSpacing.Bottom = 12
|
||||
MaxValue = 200
|
||||
OnChange = BorderSpaceSpinEditChange
|
||||
ParentShowHint = False
|
||||
@ -59,10 +81,14 @@ object AnchorDesigner: TAnchorDesigner
|
||||
Value = 1
|
||||
end
|
||||
object BottomBorderSpaceSpinEdit: TSpinEdit
|
||||
Left = 58
|
||||
AnchorSideLeft.Control = AroundBorderSpaceSpinEdit
|
||||
AnchorSideTop.Control = AroundBorderSpaceSpinEdit
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 74
|
||||
Height = 20
|
||||
Top = 57
|
||||
Top = 95
|
||||
Width = 56
|
||||
BorderSpacing.Top = 12
|
||||
MaxValue = 200
|
||||
OnChange = BorderSpaceSpinEditChange
|
||||
ParentShowHint = False
|
||||
@ -71,9 +97,13 @@ object AnchorDesigner: TAnchorDesigner
|
||||
Value = 1
|
||||
end
|
||||
object AroundBorderSpaceSpinEdit: TSpinEdit
|
||||
Left = 58
|
||||
AnchorSideLeft.Control = BorderSpaceGroupBox
|
||||
AnchorSideLeft.Side = asrCenter
|
||||
AnchorSideTop.Control = BorderSpaceGroupBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 74
|
||||
Height = 20
|
||||
Top = 30
|
||||
Top = 63
|
||||
Width = 56
|
||||
MaxValue = 200
|
||||
OnChange = BorderSpaceSpinEditChange
|
||||
@ -84,19 +114,24 @@ object AnchorDesigner: TAnchorDesigner
|
||||
end
|
||||
end
|
||||
object TopGroupBox: TGroupBox
|
||||
Left = 64
|
||||
Height = 50
|
||||
Width = 408
|
||||
Left = 56
|
||||
Height = 57
|
||||
Width = 484
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
Caption = 'TopGroupBox'
|
||||
ClientHeight = 31
|
||||
ClientWidth = 404
|
||||
ClientHeight = 38
|
||||
ClientWidth = 478
|
||||
TabOrder = 1
|
||||
object TopRefTopSpeedButton: TSpeedButton
|
||||
Left = 296
|
||||
AnchorSideTop.Control = TopRefCenterSpeedButton
|
||||
AnchorSideRight.Control = TopRefBottomSpeedButton
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 372
|
||||
Height = 30
|
||||
Width = 30
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 4
|
||||
Color = clBtnFace
|
||||
GroupIndex = 1
|
||||
NumGlyphs = 0
|
||||
@ -106,10 +141,14 @@ object AnchorDesigner: TAnchorDesigner
|
||||
ParentShowHint = False
|
||||
end
|
||||
object TopRefBottomSpeedButton: TSpeedButton
|
||||
Left = 331
|
||||
AnchorSideTop.Control = TopRefCenterSpeedButton
|
||||
AnchorSideRight.Control = TopRefCenterSpeedButton
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 406
|
||||
Height = 30
|
||||
Width = 30
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 4
|
||||
Color = clBtnFace
|
||||
GroupIndex = 1
|
||||
NumGlyphs = 0
|
||||
@ -119,10 +158,16 @@ object AnchorDesigner: TAnchorDesigner
|
||||
ParentShowHint = False
|
||||
end
|
||||
object TopRefCenterSpeedButton: TSpeedButton
|
||||
Left = 366
|
||||
AnchorSideRight.Control = TopGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = TopGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 440
|
||||
Height = 30
|
||||
Width = 30
|
||||
Anchors = [akTop, akRight]
|
||||
Anchors = [akRight, akBottom]
|
||||
BorderSpacing.Right = 8
|
||||
BorderSpacing.Bottom = 8
|
||||
Color = clBtnFace
|
||||
GroupIndex = 1
|
||||
NumGlyphs = 0
|
||||
@ -132,28 +177,45 @@ object AnchorDesigner: TAnchorDesigner
|
||||
ParentShowHint = False
|
||||
end
|
||||
object TopSiblingLabel: TLabel
|
||||
Left = 94
|
||||
Height = 20
|
||||
Top = 4
|
||||
Width = 43
|
||||
AnchorSideLeft.Control = TopAnchoredCheckBox
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = TopRefCenterSpeedButton
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 104
|
||||
Height = 25
|
||||
Top = 3
|
||||
Width = 47
|
||||
BorderSpacing.Left = 16
|
||||
Caption = 'Sibling'
|
||||
ParentColor = False
|
||||
end
|
||||
object TopAnchoredCheckBox: TCheckBox
|
||||
Left = 2
|
||||
AnchorSideTop.Control = TopRefCenterSpeedButton
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 8
|
||||
Height = 22
|
||||
Width = 75
|
||||
Top = 4
|
||||
Width = 80
|
||||
BorderSpacing.Left = 8
|
||||
Caption = 'Enabled'
|
||||
OnChange = AnchorEnabledCheckBoxChange
|
||||
TabOrder = 0
|
||||
UseOnChange = True
|
||||
end
|
||||
object TopSiblingComboBox: TComboBox
|
||||
Left = 158
|
||||
Height = 21
|
||||
Width = 129
|
||||
AnchorSideLeft.Control = TopSiblingLabel
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = TopRefCenterSpeedButton
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = TopRefTopSpeedButton
|
||||
Left = 155
|
||||
Height = 26
|
||||
Top = 2
|
||||
Width = 205
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Left = 4
|
||||
BorderSpacing.Right = 12
|
||||
MaxLength = 0
|
||||
OnChange = SiblingComboBoxChange
|
||||
ParentShowHint = False
|
||||
@ -163,20 +225,24 @@ object AnchorDesigner: TAnchorDesigner
|
||||
end
|
||||
end
|
||||
object BottomGroupBox: TGroupBox
|
||||
Left = 64
|
||||
Height = 50
|
||||
Top = 200
|
||||
Width = 408
|
||||
Left = 56
|
||||
Height = 57
|
||||
Top = 231
|
||||
Width = 484
|
||||
Anchors = [akLeft, akRight, akBottom]
|
||||
AutoSize = True
|
||||
Caption = 'BottomGroupBox'
|
||||
ClientHeight = 31
|
||||
ClientWidth = 404
|
||||
ClientHeight = 38
|
||||
ClientWidth = 478
|
||||
TabOrder = 2
|
||||
object BottomRefTopSpeedButton: TSpeedButton
|
||||
Left = 296
|
||||
AnchorSideTop.Control = BottomRefCenterSpeedButton
|
||||
AnchorSideRight.Control = BottomRefBottomSpeedButton
|
||||
Left = 372
|
||||
Height = 30
|
||||
Width = 30
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 4
|
||||
Color = clBtnFace
|
||||
GroupIndex = 3
|
||||
NumGlyphs = 0
|
||||
@ -186,10 +252,13 @@ object AnchorDesigner: TAnchorDesigner
|
||||
ParentShowHint = False
|
||||
end
|
||||
object BottomRefBottomSpeedButton: TSpeedButton
|
||||
Left = 331
|
||||
AnchorSideTop.Control = BottomRefCenterSpeedButton
|
||||
AnchorSideRight.Control = BottomRefCenterSpeedButton
|
||||
Left = 406
|
||||
Height = 30
|
||||
Width = 30
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 4
|
||||
Color = clBtnFace
|
||||
GroupIndex = 3
|
||||
NumGlyphs = 0
|
||||
@ -199,10 +268,16 @@ object AnchorDesigner: TAnchorDesigner
|
||||
ParentShowHint = False
|
||||
end
|
||||
object BottomRefCenterSpeedButton: TSpeedButton
|
||||
Left = 366
|
||||
AnchorSideRight.Control = BottomGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = BottomGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 440
|
||||
Height = 30
|
||||
Width = 30
|
||||
Anchors = [akTop, akRight]
|
||||
Anchors = [akRight, akBottom]
|
||||
BorderSpacing.Right = 8
|
||||
BorderSpacing.Bottom = 8
|
||||
Color = clBtnFace
|
||||
GroupIndex = 3
|
||||
NumGlyphs = 0
|
||||
@ -212,28 +287,45 @@ object AnchorDesigner: TAnchorDesigner
|
||||
ParentShowHint = False
|
||||
end
|
||||
object BottomSiblingLabel: TLabel
|
||||
Left = 94
|
||||
Height = 20
|
||||
Top = 8
|
||||
Width = 43
|
||||
AnchorSideLeft.Control = BottomAnchoredCheckBox
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = BottomRefCenterSpeedButton
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 104
|
||||
Height = 25
|
||||
Top = 3
|
||||
Width = 47
|
||||
BorderSpacing.Left = 16
|
||||
Caption = 'Sibling'
|
||||
ParentColor = False
|
||||
end
|
||||
object BottomAnchoredCheckBox: TCheckBox
|
||||
Left = 2
|
||||
AnchorSideTop.Control = BottomRefCenterSpeedButton
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 8
|
||||
Height = 22
|
||||
Width = 75
|
||||
Top = 4
|
||||
Width = 80
|
||||
BorderSpacing.Left = 8
|
||||
Caption = 'Enabled'
|
||||
OnChange = AnchorEnabledCheckBoxChange
|
||||
TabOrder = 0
|
||||
UseOnChange = True
|
||||
end
|
||||
object BottomSiblingComboBox: TComboBox
|
||||
Left = 158
|
||||
Height = 21
|
||||
Width = 129
|
||||
AnchorSideLeft.Control = BottomSiblingLabel
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = BottomRefCenterSpeedButton
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = BottomRefTopSpeedButton
|
||||
Left = 155
|
||||
Height = 26
|
||||
Top = 2
|
||||
Width = 205
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Left = 4
|
||||
BorderSpacing.Right = 12
|
||||
MaxLength = 0
|
||||
OnChange = SiblingComboBoxChange
|
||||
ParentShowHint = False
|
||||
@ -243,20 +335,30 @@ object AnchorDesigner: TAnchorDesigner
|
||||
end
|
||||
end
|
||||
object RightGroupBox: TGroupBox
|
||||
Left = 364
|
||||
Height = 136
|
||||
Top = 60
|
||||
Width = 150
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
AnchorSideLeft.Control = BorderSpaceGroupBox
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = BorderSpaceGroupBox
|
||||
AnchorSideBottom.Control = BorderSpaceGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 407
|
||||
Height = 166
|
||||
Top = 61
|
||||
Width = 179
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Left = 4
|
||||
Caption = 'RightGroupBox'
|
||||
ClientHeight = 117
|
||||
ClientWidth = 146
|
||||
ClientHeight = 147
|
||||
ClientWidth = 173
|
||||
TabOrder = 3
|
||||
object RightRefLeftSpeedButton: TSpeedButton
|
||||
Left = 5
|
||||
AnchorSideTop.Control = RightRefCenterSpeedButton
|
||||
AnchorSideRight.Control = RightRefRightSpeedButton
|
||||
Left = 67
|
||||
Height = 30
|
||||
Top = 81
|
||||
Top = 98
|
||||
Width = 30
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 4
|
||||
Color = clBtnFace
|
||||
GroupIndex = 4
|
||||
NumGlyphs = 0
|
||||
@ -266,10 +368,14 @@ object AnchorDesigner: TAnchorDesigner
|
||||
ParentShowHint = False
|
||||
end
|
||||
object RightRefRightSpeedButton: TSpeedButton
|
||||
Left = 40
|
||||
AnchorSideTop.Control = RightRefCenterSpeedButton
|
||||
AnchorSideRight.Control = RightRefCenterSpeedButton
|
||||
Left = 101
|
||||
Height = 30
|
||||
Top = 81
|
||||
Top = 98
|
||||
Width = 30
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 4
|
||||
Color = clBtnFace
|
||||
GroupIndex = 4
|
||||
NumGlyphs = 0
|
||||
@ -279,10 +385,16 @@ object AnchorDesigner: TAnchorDesigner
|
||||
ParentShowHint = False
|
||||
end
|
||||
object RightRefCenterSpeedButton: TSpeedButton
|
||||
Left = 75
|
||||
AnchorSideTop.Control = RightSiblingComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = RightSiblingComboBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 135
|
||||
Height = 30
|
||||
Top = 81
|
||||
Top = 98
|
||||
Width = 30
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Top = 12
|
||||
Color = clBtnFace
|
||||
GroupIndex = 4
|
||||
NumGlyphs = 0
|
||||
@ -292,29 +404,47 @@ object AnchorDesigner: TAnchorDesigner
|
||||
ParentShowHint = False
|
||||
end
|
||||
object RightSiblingLabel: TLabel
|
||||
Left = 2
|
||||
Height = 20
|
||||
Top = 28
|
||||
Width = 43
|
||||
AnchorSideLeft.Control = RightSiblingComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideBottom.Control = RightSiblingComboBox
|
||||
Left = 8
|
||||
Height = 25
|
||||
Top = 35
|
||||
Width = 47
|
||||
Anchors = [akLeft, akBottom]
|
||||
BorderSpacing.Top = 2
|
||||
Caption = 'Sibling'
|
||||
ParentColor = False
|
||||
end
|
||||
object RightAnchoredCheckBox: TCheckBox
|
||||
Left = 2
|
||||
AnchorSideLeft.Control = RightSiblingComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideBottom.Control = RightSiblingLabel
|
||||
Left = 8
|
||||
Height = 22
|
||||
Width = 75
|
||||
Top = 5
|
||||
Width = 80
|
||||
Anchors = [akLeft, akBottom]
|
||||
BorderSpacing.Bottom = 8
|
||||
Caption = 'Enabled'
|
||||
OnChange = AnchorEnabledCheckBoxChange
|
||||
TabOrder = 0
|
||||
UseOnChange = True
|
||||
end
|
||||
object RightSiblingComboBox: TComboBox
|
||||
Left = 5
|
||||
Height = 21
|
||||
Top = 49
|
||||
Width = 135
|
||||
AnchorSideLeft.Control = RightGroupBox
|
||||
AnchorSideTop.Control = RightGroupBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = RightGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 8
|
||||
Height = 26
|
||||
Top = 60
|
||||
Width = 157
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Left = 8
|
||||
BorderSpacing.Right = 8
|
||||
MaxLength = 0
|
||||
OnChange = SiblingComboBoxChange
|
||||
ParentShowHint = False
|
||||
@ -324,20 +454,29 @@ object AnchorDesigner: TAnchorDesigner
|
||||
end
|
||||
end
|
||||
object LeftGroupBox: TGroupBox
|
||||
AnchorSideTop.Control = BorderSpaceGroupBox
|
||||
AnchorSideRight.Control = BorderSpaceGroupBox
|
||||
AnchorSideBottom.Control = BorderSpaceGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 8
|
||||
Height = 136
|
||||
Top = 60
|
||||
Width = 150
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
Height = 166
|
||||
Top = 61
|
||||
Width = 181
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Right = 4
|
||||
Caption = 'LeftGroupBox'
|
||||
ClientHeight = 117
|
||||
ClientWidth = 146
|
||||
ClientHeight = 147
|
||||
ClientWidth = 175
|
||||
TabOrder = 4
|
||||
object LeftRefLeftSpeedButton: TSpeedButton
|
||||
Left = 5
|
||||
AnchorSideTop.Control = LeftRefCenterSpeedButton
|
||||
AnchorSideRight.Control = LeftRefRightSpeedButton
|
||||
Left = 69
|
||||
Height = 30
|
||||
Top = 81
|
||||
Top = 98
|
||||
Width = 30
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 4
|
||||
Color = clBtnFace
|
||||
GroupIndex = 2
|
||||
NumGlyphs = 0
|
||||
@ -347,10 +486,14 @@ object AnchorDesigner: TAnchorDesigner
|
||||
ParentShowHint = False
|
||||
end
|
||||
object LeftRefRightSpeedButton: TSpeedButton
|
||||
Left = 40
|
||||
AnchorSideTop.Control = LeftRefCenterSpeedButton
|
||||
AnchorSideRight.Control = LeftRefCenterSpeedButton
|
||||
Left = 103
|
||||
Height = 30
|
||||
Top = 81
|
||||
Top = 98
|
||||
Width = 30
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 4
|
||||
Color = clBtnFace
|
||||
GroupIndex = 2
|
||||
NumGlyphs = 0
|
||||
@ -360,10 +503,15 @@ object AnchorDesigner: TAnchorDesigner
|
||||
ParentShowHint = False
|
||||
end
|
||||
object LeftRefCenterSpeedButton: TSpeedButton
|
||||
Left = 75
|
||||
AnchorSideTop.Control = LeftSiblingComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 137
|
||||
Height = 30
|
||||
Top = 81
|
||||
Top = 98
|
||||
Width = 30
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Top = 12
|
||||
Color = clBtnFace
|
||||
GroupIndex = 2
|
||||
NumGlyphs = 0
|
||||
@ -373,29 +521,45 @@ object AnchorDesigner: TAnchorDesigner
|
||||
ParentShowHint = False
|
||||
end
|
||||
object LeftSiblingLabel: TLabel
|
||||
Left = 2
|
||||
Height = 20
|
||||
Top = 28
|
||||
Width = 43
|
||||
AnchorSideLeft.Control = LeftSiblingComboBox
|
||||
AnchorSideBottom.Control = LeftSiblingComboBox
|
||||
Left = 8
|
||||
Height = 25
|
||||
Top = 35
|
||||
Width = 47
|
||||
Anchors = [akLeft, akBottom]
|
||||
BorderSpacing.Top = 2
|
||||
Caption = 'Sibling'
|
||||
ParentColor = False
|
||||
end
|
||||
object LeftAnchoredCheckBox: TCheckBox
|
||||
Left = 2
|
||||
AnchorSideLeft.Control = LeftSiblingComboBox
|
||||
AnchorSideBottom.Control = LeftSiblingLabel
|
||||
Left = 8
|
||||
Height = 22
|
||||
Width = 75
|
||||
Top = 5
|
||||
Width = 80
|
||||
Anchors = [akLeft, akBottom]
|
||||
BorderSpacing.Bottom = 8
|
||||
Caption = 'Enabled'
|
||||
OnChange = AnchorEnabledCheckBoxChange
|
||||
TabOrder = 0
|
||||
UseOnChange = True
|
||||
end
|
||||
object LeftSiblingComboBox: TComboBox
|
||||
Left = 5
|
||||
Height = 21
|
||||
Top = 49
|
||||
Width = 134
|
||||
AnchorSideLeft.Control = LeftGroupBox
|
||||
AnchorSideTop.Control = LeftGroupBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = LeftGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 8
|
||||
Height = 26
|
||||
Top = 60
|
||||
Width = 159
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
BorderSpacing.Left = 8
|
||||
BorderSpacing.Right = 8
|
||||
MaxLength = 0
|
||||
OnChange = SiblingComboBoxChange
|
||||
ParentShowHint = False
|
||||
|
@ -1,120 +1,210 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TAnchorDesigner','FORMDATA',[
|
||||
'TPF0'#15'TAnchorDesigner'#14'AnchorDesigner'#4'Left'#3'*'#1#6'Height'#3#3#1#3
|
||||
+'Top'#3#179#0#5'Width'#3#8#2#18'HorzScrollBar.Page'#3#7#2#18'VertScrollBar.P'
|
||||
+'age'#3#2#1#13'ActiveControl'#7#23'LeftBorderSpaceSpinEdit'#7'Caption'#6#14
|
||||
+'AnchorDesigner'#12'ClientHeight'#3#3#1#11'ClientWidth'#3#8#2#7'OnClose'#7#19
|
||||
+'AnchorDesignerClose'#8'OnCreate'#7#20'AnchorDesignerCreate'#9'OnDestroy'#7
|
||||
+#21'AnchorDesignerDestroy'#6'OnShow'#7#18'AnchorDesignerShow'#8'Position'#7
|
||||
+#14'poScreenCenter'#0#9'TGroupBox'#19'BorderSpaceGroupBox'#4'Left'#3#170#0#6
|
||||
+'Height'#2'h'#3'Top'#2'P'#5'Width'#3#180#0#7'Anchors'#11#5'akTop'#6'akLeft'#8
|
||||
+'akBottom'#0#7'Caption'#6#19'BorderSpaceGroupBox'#12'ClientHeight'#2'U'#11'C'
|
||||
+'lientWidth'#3#176#0#8'TabOrder'#2#0#0#9'TSpinEdit'#23'LeftBorderSpaceSpinEd'
|
||||
+'it'#6'Height'#2#20#3'Top'#2#30#5'Width'#2'8'#8'MaxValue'#3#200#0#8'OnChange'
|
||||
+#7#25'BorderSpaceSpinEditChange'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrd'
|
||||
+'er'#2#0#5'Value'#2#1#0#0#9'TSpinEdit'#24'RightBorderSpaceSpinEdit'#4'Left'#2
|
||||
+'v'#6'Height'#2#20#3'Top'#2#30#5'Width'#2'8'#8'MaxValue'#3#200#0#8'OnChange'
|
||||
+#7#25'BorderSpaceSpinEditChange'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrd'
|
||||
+'er'#2#1#5'Value'#2#1#0#0#9'TSpinEdit'#22'TopBorderSpaceSpinEdit'#4'Left'#2
|
||||
+':'#6'Height'#2#20#5'Width'#2'8'#8'MaxValue'#3#200#0#8'OnChange'#7#25'Border'
|
||||
+'SpaceSpinEditChange'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#2#5'V'
|
||||
+'alue'#2#1#0#0#9'TSpinEdit'#25'BottomBorderSpaceSpinEdit'#4'Left'#2':'#6'Hei'
|
||||
+'ght'#2#20#3'Top'#2'9'#5'Width'#2'8'#8'MaxValue'#3#200#0#8'OnChange'#7#25'Bo'
|
||||
+'rderSpaceSpinEditChange'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#3
|
||||
+#5'Value'#2#1#0#0#9'TSpinEdit'#25'AroundBorderSpaceSpinEdit'#4'Left'#2':'#6
|
||||
+'Height'#2#20#3'Top'#2#30#5'Width'#2'8'#8'MaxValue'#3#200#0#8'OnChange'#7#25
|
||||
+'BorderSpaceSpinEditChange'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2
|
||||
+#4#5'Value'#2#1#0#0#0#9'TGroupBox'#11'TopGroupBox'#4'Left'#2'@'#6'Height'#2
|
||||
+'2'#5'Width'#3#152#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'
|
||||
+#6#11'TopGroupBox'#12'ClientHeight'#2#31#11'ClientWidth'#3#148#1#8'TabOrder'
|
||||
+#2#1#0#12'TSpeedButton'#20'TopRefTopSpeedButton'#4'Left'#3'('#1#6'Height'#2
|
||||
+#30#5'Width'#2#30#7'Anchors'#11#5'akTop'#7'akRight'#0#5'Color'#7#9'clBtnFace'
|
||||
+#10'GroupIndex'#2#1#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26'Refer'
|
||||
+'enceSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#12'TSpeedButt'
|
||||
+'on'#23'TopRefBottomSpeedButton'#4'Left'#3'K'#1#6'Height'#2#30#5'Width'#2#30
|
||||
+#7'Anchors'#11#5'akTop'#7'akRight'#0#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2
|
||||
+#1#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26'ReferenceSideButtonCli'
|
||||
+'cked'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#12'TSpeedButton'#23'TopRefCent'
|
||||
+'erSpeedButton'#4'Left'#3'n'#1#6'Height'#2#30#5'Width'#2#30#7'Anchors'#11#5
|
||||
+'akTop'#7'akRight'#0#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#1#9'NumGlyphs'
|
||||
+#2#0#11'Transparent'#8#7'OnClick'#7#26'ReferenceSideButtonClicked'#8'ShowHin'
|
||||
+'t'#9#14'ParentShowHint'#8#0#0#6'TLabel'#15'TopSiblingLabel'#4'Left'#2'^'#6
|
||||
+'Height'#2#20#3'Top'#2#4#5'Width'#2'+'#7'Caption'#6#7'Sibling'#11'ParentColo'
|
||||
+'r'#8#0#0#9'TCheckBox'#19'TopAnchoredCheckBox'#4'Left'#2#2#6'Height'#2#22#5
|
||||
+'Width'#2'K'#7'Caption'#6#7'Enabled'#8'OnChange'#7#27'AnchorEnabledCheckBoxC'
|
||||
+'hange'#8'TabOrder'#2#0#11'UseOnChange'#9#0#0#9'TComboBox'#18'TopSiblingComb'
|
||||
+'oBox'#4'Left'#3#158#0#6'Height'#2#21#5'Width'#3#129#0#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20
|
||||
+'cbactSearchAscending'#0#9'MaxLength'#2#0#8'OnChange'#7#21'SiblingComboBoxCh'
|
||||
+'ange'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#1#4'Text'#6#18'TopSi'
|
||||
+'blingComboBox'#0#0#0#9'TGroupBox'#14'BottomGroupBox'#4'Left'#2'@'#6'Height'
|
||||
+#2'2'#3'Top'#3#200#0#5'Width'#3#152#1#7'Anchors'#11#6'akLeft'#7'akRight'#8'a'
|
||||
+'kBottom'#0#7'Caption'#6#14'BottomGroupBox'#12'ClientHeight'#2#31#11'ClientW'
|
||||
+'idth'#3#148#1#8'TabOrder'#2#2#0#12'TSpeedButton'#23'BottomRefTopSpeedButton'
|
||||
+#4'Left'#3'('#1#6'Height'#2#30#5'Width'#2#30#7'Anchors'#11#5'akTop'#7'akRigh'
|
||||
+'t'#0#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#3#9'NumGlyphs'#2#0#11'Transpa'
|
||||
+'rent'#8#7'OnClick'#7#26'ReferenceSideButtonClicked'#8'ShowHint'#9#14'Parent'
|
||||
+'ShowHint'#8#0#0#12'TSpeedButton'#26'BottomRefBottomSpeedButton'#4'Left'#3'K'
|
||||
+#1#6'Height'#2#30#5'Width'#2#30#7'Anchors'#11#5'akTop'#7'akRight'#0#5'Color'
|
||||
+#7#9'clBtnFace'#10'GroupIndex'#2#3#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnCl'
|
||||
'TPF0'#15'TAnchorDesigner'#14'AnchorDesigner'#4'Left'#2']'#6'Height'#3')'#1#3
|
||||
+'Top'#3#171#0#5'Width'#3'T'#2#13'ActiveControl'#7#23'LeftBorderSpaceSpinEdit'
|
||||
+#7'Caption'#6#14'AnchorDesigner'#12'ClientHeight'#3')'#1#11'ClientWidth'#3'T'
|
||||
+#2#21'Constraints.MinHeight'#3#26#1#20'Constraints.MinWidth'#3#220#1#7'OnClo'
|
||||
+'se'#7#19'AnchorDesignerClose'#8'OnCreate'#7#20'AnchorDesignerCreate'#9'OnDe'
|
||||
+'stroy'#7#21'AnchorDesignerDestroy'#6'OnShow'#7#18'AnchorDesignerShow'#8'Pos'
|
||||
+'ition'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.25'#0#9'TGroupBox'#19'Bo'
|
||||
+'rderSpaceGroupBox'#22'AnchorSideLeft.Control'#7#5'Owner'#19'AnchorSideLeft.'
|
||||
+'Side'#7#9'asrCenter'#21'AnchorSideTop.Control'#7#11'TopGroupBox'#18'AnchorS'
|
||||
+'ideTop.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#14'BottomGroupBo'
|
||||
+'x'#4'Left'#3#193#0#6'Height'#3#166#0#3'Top'#2'='#5'Width'#3#210#0#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#8'akBottom'#0#17'BorderSpacing.Top'#2#4#20'BorderSpac'
|
||||
+'ing.Bottom'#2#4#7'Caption'#6#19'BorderSpaceGroupBox'#12'ClientHeight'#3#147
|
||||
+#0#11'ClientWidth'#3#204#0#8'TabOrder'#2#0#0#9'TSpinEdit'#23'LeftBorderSpace'
|
||||
+'SpinEdit'#21'AnchorSideTop.Control'#7#25'AroundBorderSpaceSpinEdit'#23'Anch'
|
||||
+'orSideRight.Control'#7#25'AroundBorderSpaceSpinEdit'#4'Left'#2#10#6'Height'
|
||||
+#2#20#3'Top'#2'?'#5'Width'#2'8'#7'Anchors'#11#5'akTop'#7'akRight'#0#19'Borde'
|
||||
+'rSpacing.Right'#2#8#8'MaxValue'#3#200#0#8'OnChange'#7#25'BorderSpaceSpinEdi'
|
||||
+'tChange'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#0#5'Value'#2#1#0#0
|
||||
+#9'TSpinEdit'#24'RightBorderSpaceSpinEdit'#22'AnchorSideLeft.Control'#7#25'A'
|
||||
+'roundBorderSpaceSpinEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorS'
|
||||
+'ideTop.Control'#7#25'AroundBorderSpaceSpinEdit'#4'Left'#3#138#0#6'Height'#2
|
||||
+#20#3'Top'#2'?'#5'Width'#2'8'#18'BorderSpacing.Left'#2#8#8'MaxValue'#3#200#0
|
||||
+#8'OnChange'#7#25'BorderSpaceSpinEditChange'#14'ParentShowHint'#8#8'ShowHint'
|
||||
+#9#8'TabOrder'#2#1#5'Value'#2#1#0#0#9'TSpinEdit'#22'TopBorderSpaceSpinEdit'
|
||||
+#22'AnchorSideLeft.Control'#7#25'AroundBorderSpaceSpinEdit'#24'AnchorSideBot'
|
||||
+'tom.Control'#7#25'AroundBorderSpaceSpinEdit'#4'Left'#2'J'#6'Height'#2#20#3
|
||||
+'Top'#2#31#5'Width'#2'8'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpac'
|
||||
+'ing.Bottom'#2#12#8'MaxValue'#3#200#0#8'OnChange'#7#25'BorderSpaceSpinEditCh'
|
||||
+'ange'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#2#5'Value'#2#1#0#0#9
|
||||
+'TSpinEdit'#25'BottomBorderSpaceSpinEdit'#22'AnchorSideLeft.Control'#7#25'Ar'
|
||||
+'oundBorderSpaceSpinEdit'#21'AnchorSideTop.Control'#7#25'AroundBorderSpaceSp'
|
||||
+'inEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'J'#6'Height'#2#20#3
|
||||
+'Top'#2'_'#5'Width'#2'8'#17'BorderSpacing.Top'#2#12#8'MaxValue'#3#200#0#8'On'
|
||||
+'Change'#7#25'BorderSpaceSpinEditChange'#14'ParentShowHint'#8#8'ShowHint'#9#8
|
||||
+'TabOrder'#2#3#5'Value'#2#1#0#0#9'TSpinEdit'#25'AroundBorderSpaceSpinEdit'#22
|
||||
+'AnchorSideLeft.Control'#7#19'BorderSpaceGroupBox'#19'AnchorSideLeft.Side'#7
|
||||
+#9'asrCenter'#21'AnchorSideTop.Control'#7#19'BorderSpaceGroupBox'#18'AnchorS'
|
||||
+'ideTop.Side'#7#9'asrCenter'#4'Left'#2'J'#6'Height'#2#20#3'Top'#2'?'#5'Width'
|
||||
+#2'8'#8'MaxValue'#3#200#0#8'OnChange'#7#25'BorderSpaceSpinEditChange'#14'Par'
|
||||
+'entShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#4#5'Value'#2#1#0#0#0#9'TGroupBox'
|
||||
+#11'TopGroupBox'#4'Left'#2'8'#6'Height'#2'9'#5'Width'#3#228#1#7'Anchors'#11#5
|
||||
+'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#7'Caption'#6#11'TopGroupBox'#12
|
||||
+'ClientHeight'#2'&'#11'ClientWidth'#3#222#1#8'TabOrder'#2#1#0#12'TSpeedButto'
|
||||
+'n'#20'TopRefTopSpeedButton'#21'AnchorSideTop.Control'#7#23'TopRefCenterSpee'
|
||||
+'dButton'#23'AnchorSideRight.Control'#7#23'TopRefBottomSpeedButton'#21'Ancho'
|
||||
+'rSideBottom.Side'#7#9'asrBottom'#4'Left'#3't'#1#6'Height'#2#30#5'Width'#2#30
|
||||
+#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'#2#4#5'Color'#7#9
|
||||
+'clBtnFace'#10'GroupIndex'#2#1#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'
|
||||
+#7#26'ReferenceSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#12
|
||||
+'TSpeedButton'#23'TopRefBottomSpeedButton'#21'AnchorSideTop.Control'#7#23'To'
|
||||
+'pRefCenterSpeedButton'#23'AnchorSideRight.Control'#7#23'TopRefCenterSpeedBu'
|
||||
+'tton'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#150#1#6'Height'#2
|
||||
+#30#5'Width'#2#30#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'
|
||||
+#2#4#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#1#9'NumGlyphs'#2#0#11'Transpar'
|
||||
+'ent'#8#7'OnClick'#7#26'ReferenceSideButtonClicked'#8'ShowHint'#9#14'ParentS'
|
||||
+'howHint'#8#0#0#12'TSpeedButton'#23'TopRefCenterSpeedButton'#23'AnchorSideRi'
|
||||
+'ght.Control'#7#11'TopGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'A'
|
||||
+'nchorSideBottom.Control'#7#11'TopGroupBox'#21'AnchorSideBottom.Side'#7#9'as'
|
||||
+'rBottom'#4'Left'#3#184#1#6'Height'#2#30#5'Width'#2#30#7'Anchors'#11#7'akRig'
|
||||
+'ht'#8'akBottom'#0#19'BorderSpacing.Right'#2#8#20'BorderSpacing.Bottom'#2#8#5
|
||||
+'Color'#7#9'clBtnFace'#10'GroupIndex'#2#1#9'NumGlyphs'#2#0#11'Transparent'#8
|
||||
+#7'OnClick'#7#26'ReferenceSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'
|
||||
+#8#0#0#6'TLabel'#15'TopSiblingLabel'#22'AnchorSideLeft.Control'#7#19'TopAnch'
|
||||
,'oredCheckBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#23'TopRefCenterSpeedButton'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'L'
|
||||
+'eft'#2'h'#6'Height'#2#25#3'Top'#2#3#5'Width'#2'/'#18'BorderSpacing.Left'#2
|
||||
+#16#7'Caption'#6#7'Sibling'#11'ParentColor'#8#0#0#9'TCheckBox'#19'TopAnchore'
|
||||
+'dCheckBox'#21'AnchorSideTop.Control'#7#23'TopRefCenterSpeedButton'#18'Ancho'
|
||||
+'rSideTop.Side'#7#9'asrCenter'#4'Left'#2#8#6'Height'#2#22#3'Top'#2#4#5'Width'
|
||||
+#2'P'#18'BorderSpacing.Left'#2#8#7'Caption'#6#7'Enabled'#8'OnChange'#7#27'An'
|
||||
+'chorEnabledCheckBoxChange'#8'TabOrder'#2#0#11'UseOnChange'#9#0#0#9'TComboBo'
|
||||
+'x'#18'TopSiblingComboBox'#22'AnchorSideLeft.Control'#7#15'TopSiblingLabel'
|
||||
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#23'TopRe'
|
||||
+'fCenterSpeedButton'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRigh'
|
||||
+'t.Control'#7#20'TopRefTopSpeedButton'#4'Left'#3#155#0#6'Height'#2#26#3'Top'
|
||||
+#2#2#5'Width'#3#205#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoC'
|
||||
+'ompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#18'Bo'
|
||||
+'rderSpacing.Left'#2#4#19'BorderSpacing.Right'#2#12#9'MaxLength'#2#0#8'OnCha'
|
||||
+'nge'#7#21'SiblingComboBoxChange'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOr'
|
||||
+'der'#2#1#4'Text'#6#18'TopSiblingComboBox'#0#0#0#9'TGroupBox'#14'BottomGroup'
|
||||
+'Box'#4'Left'#2'8'#6'Height'#2'9'#3'Top'#3#231#0#5'Width'#3#228#1#7'Anchors'
|
||||
+#11#6'akLeft'#7'akRight'#8'akBottom'#0#8'AutoSize'#9#7'Caption'#6#14'BottomG'
|
||||
+'roupBox'#12'ClientHeight'#2'&'#11'ClientWidth'#3#222#1#8'TabOrder'#2#2#0#12
|
||||
+'TSpeedButton'#23'BottomRefTopSpeedButton'#21'AnchorSideTop.Control'#7#26'Bo'
|
||||
+'ttomRefCenterSpeedButton'#23'AnchorSideRight.Control'#7#26'BottomRefBottomS'
|
||||
+'peedButton'#4'Left'#3't'#1#6'Height'#2#30#5'Width'#2#30#7'Anchors'#11#5'akT'
|
||||
+'op'#7'akRight'#0#19'BorderSpacing.Right'#2#4#5'Color'#7#9'clBtnFace'#10'Gro'
|
||||
+'upIndex'#2#3#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26'ReferenceSi'
|
||||
+'deButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#12'TSpeedButton'#26
|
||||
+'BottomRefBottomSpeedButton'#21'AnchorSideTop.Control'#7#26'BottomRefCenterS'
|
||||
+'peedButton'#23'AnchorSideRight.Control'#7#26'BottomRefCenterSpeedButton'#4
|
||||
+'Left'#3#150#1#6'Height'#2#30#5'Width'#2#30#7'Anchors'#11#5'akTop'#7'akRight'
|
||||
+#0#19'BorderSpacing.Right'#2#4#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#3#9
|
||||
+'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26'ReferenceSideButtonClicked'
|
||||
+#8'ShowHint'#9#14'ParentShowHint'#8#0#0#12'TSpeedButton'#26'BottomRefCenterS'
|
||||
+'peedButton'#23'AnchorSideRight.Control'#7#14'BottomGroupBox'#20'AnchorSideR'
|
||||
+'ight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#14'BottomGroupBox'
|
||||
+#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#184#1#6'Height'#2#30#5'W'
|
||||
+'idth'#2#30#7'Anchors'#11#7'akRight'#8'akBottom'#0#19'BorderSpacing.Right'#2
|
||||
+#8#20'BorderSpacing.Bottom'#2#8#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#3#9
|
||||
+'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26'ReferenceSideButtonClicked'
|
||||
+#8'ShowHint'#9#14'ParentShowHint'#8#0#0#6'TLabel'#18'BottomSiblingLabel'#22
|
||||
+'AnchorSideLeft.Control'#7#22'BottomAnchoredCheckBox'#19'AnchorSideLeft.Side'
|
||||
+#7#9'asrBottom'#21'AnchorSideTop.Control'#7#26'BottomRefCenterSpeedButton'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'h'#6'Height'#2#25#3'Top'#2#3#5
|
||||
+'Width'#2'/'#18'BorderSpacing.Left'#2#16#7'Caption'#6#7'Sibling'#11'ParentCo'
|
||||
+'lor'#8#0#0#9'TCheckBox'#22'BottomAnchoredCheckBox'#21'AnchorSideTop.Control'
|
||||
+#7#26'BottomRefCenterSpeedButton'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Le'
|
||||
+'ft'#2#8#6'Height'#2#22#3'Top'#2#4#5'Width'#2'P'#18'BorderSpacing.Left'#2#8#7
|
||||
+'Caption'#6#7'Enabled'#8'OnChange'#7#27'AnchorEnabledCheckBoxChange'#8'TabOr'
|
||||
+'der'#2#0#11'UseOnChange'#9#0#0#9'TComboBox'#21'BottomSiblingComboBox'#22'An'
|
||||
+'chorSideLeft.Control'#7#18'BottomSiblingLabel'#19'AnchorSideLeft.Side'#7#9
|
||||
+'asrBottom'#21'AnchorSideTop.Control'#7#26'BottomRefCenterSpeedButton'#18'An'
|
||||
+'chorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#23'BottomRef'
|
||||
+'TopSpeedButton'#4'Left'#3#155#0#6'Height'#2#26#3'Top'#2#2#5'Width'#3#205#0#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbac'
|
||||
+'tEndOfLineComplete'#20'cbactSearchAscending'#0#18'BorderSpacing.Left'#2#4#19
|
||||
+'BorderSpacing.Right'#2#12#9'MaxLength'#2#0#8'OnChange'#7#21'SiblingComboBox'
|
||||
+'Change'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#1#4'Text'#6#21'Bot'
|
||||
+'tomSiblingComboBox'#0#0#0#9'TGroupBox'#13'RightGroupBox'#22'AnchorSideLeft.'
|
||||
+'Control'#7#19'BorderSpaceGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21
|
||||
+'AnchorSideTop.Control'#7#19'BorderSpaceGroupBox'#24'AnchorSideBottom.Contro'
|
||||
+'l'#7#19'BorderSpaceGroupBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Lef'
|
||||
+'t'#3#151#1#6'Height'#3#166#0#3'Top'#2'='#5'Width'#3#179#0#7'Anchors'#11#5'a'
|
||||
+'kTop'#6'akLeft'#7'akRight'#8'akBottom'#0#18'BorderSpacing.Left'#2#4#7'Capti'
|
||||
+'on'#6#13'RightGroupBox'#12'ClientHeight'#3#147#0#11'ClientWidth'#3#173#0#8
|
||||
+'TabOrder'#2#3#0#12'TSpeedButton'#23'RightRefLeftSpeedButton'#21'AnchorSideT'
|
||||
,'op.Control'#7#25'RightRefCenterSpeedButton'#23'AnchorSideRight.Control'#7#24
|
||||
+'RightRefRightSpeedButton'#4'Left'#2'C'#6'Height'#2#30#3'Top'#2'b'#5'Width'#2
|
||||
+#30#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'#2#4#5'Color'
|
||||
+#7#9'clBtnFace'#10'GroupIndex'#2#4#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnCl'
|
||||
+'ick'#7#26'ReferenceSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#0#0
|
||||
+#12'TSpeedButton'#26'BottomRefCenterSpeedButton'#4'Left'#3'n'#1#6'Height'#2
|
||||
+#30#5'Width'#2#30#7'Anchors'#11#5'akTop'#7'akRight'#0#5'Color'#7#9'clBtnFace'
|
||||
+#10'GroupIndex'#2#3#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26'Refer'
|
||||
+'enceSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#6'TLabel'#18
|
||||
+'BottomSiblingLabel'#4'Left'#2'^'#6'Height'#2#20#3'Top'#2#8#5'Width'#2'+'#7
|
||||
+'Caption'#6#7'Sibling'#11'ParentColor'#8#0#0#9'TCheckBox'#22'BottomAnchoredC'
|
||||
,'heckBox'#4'Left'#2#2#6'Height'#2#22#5'Width'#2'K'#7'Caption'#6#7'Enabled'#8
|
||||
+'OnChange'#7#27'AnchorEnabledCheckBoxChange'#8'TabOrder'#2#0#11'UseOnChange'
|
||||
+#9#0#0#9'TComboBox'#21'BottomSiblingComboBox'#4'Left'#3#158#0#6'Height'#2#21
|
||||
+#5'Width'#3#129#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompl'
|
||||
+'eteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLeng'
|
||||
+'th'#2#0#8'OnChange'#7#21'SiblingComboBoxChange'#14'ParentShowHint'#8#8'Show'
|
||||
+'Hint'#9#8'TabOrder'#2#1#4'Text'#6#21'BottomSiblingComboBox'#0#0#0#9'TGroupB'
|
||||
+'ox'#13'RightGroupBox'#4'Left'#3'l'#1#6'Height'#3#136#0#3'Top'#2'<'#5'Width'
|
||||
+#3#150#0#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#7'Caption'#6#13'Righ'
|
||||
+'tGroupBox'#12'ClientHeight'#2'u'#11'ClientWidth'#3#146#0#8'TabOrder'#2#3#0
|
||||
+#12'TSpeedButton'#23'RightRefLeftSpeedButton'#4'Left'#2#5#6'Height'#2#30#3'T'
|
||||
+'op'#2'Q'#5'Width'#2#30#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#4#9'NumGlyp'
|
||||
+'hs'#2#0#11'Transparent'#8#7'OnClick'#7#26'ReferenceSideButtonClicked'#8'Sho'
|
||||
+'wHint'#9#14'ParentShowHint'#8#0#0#12'TSpeedButton'#24'RightRefRightSpeedBut'
|
||||
+'ton'#4'Left'#2'('#6'Height'#2#30#3'Top'#2'Q'#5'Width'#2#30#5'Color'#7#9'clB'
|
||||
+'tnFace'#10'GroupIndex'#2#4#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7
|
||||
+#26'ReferenceSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#12'TS'
|
||||
+'peedButton'#25'RightRefCenterSpeedButton'#4'Left'#2'K'#6'Height'#2#30#3'Top'
|
||||
+#2'Q'#5'Width'#2#30#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#4#9'NumGlyphs'#2
|
||||
+#0#11'Transparent'#8#7'OnClick'#7#26'ReferenceSideButtonClicked'#8'ShowHint'
|
||||
+#9#14'ParentShowHint'#8#0#0#6'TLabel'#17'RightSiblingLabel'#4'Left'#2#2#6'He'
|
||||
+'ight'#2#20#3'Top'#2#28#5'Width'#2'+'#7'Caption'#6#7'Sibling'#11'ParentColor'
|
||||
+#8#0#0#9'TCheckBox'#21'RightAnchoredCheckBox'#4'Left'#2#2#6'Height'#2#22#5'W'
|
||||
+'idth'#2'K'#7'Caption'#6#7'Enabled'#8'OnChange'#7#27'AnchorEnabledCheckBoxCh'
|
||||
+'ange'#8'TabOrder'#2#0#11'UseOnChange'#9#0#0#9'TComboBox'#20'RightSiblingCom'
|
||||
+'boBox'#4'Left'#2#5#6'Height'#2#21#3'Top'#2'1'#5'Width'#3#135#0#7'Anchors'#11
|
||||
+#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineCo'
|
||||
+'mplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'OnChange'#7#21'Siblin'
|
||||
+'gComboBoxChange'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#1#4'Text'
|
||||
+#6#20'RightSiblingComboBox'#0#0#0#9'TGroupBox'#12'LeftGroupBox'#4'Left'#2#8#6
|
||||
+'Height'#3#136#0#3'Top'#2'<'#5'Width'#3#150#0#7'Anchors'#11#5'akTop'#6'akLef'
|
||||
+'t'#8'akBottom'#0#7'Caption'#6#12'LeftGroupBox'#12'ClientHeight'#2'u'#11'Cli'
|
||||
+'entWidth'#3#146#0#8'TabOrder'#2#4#0#12'TSpeedButton'#22'LeftRefLeftSpeedBut'
|
||||
+'ton'#4'Left'#2#5#6'Height'#2#30#3'Top'#2'Q'#5'Width'#2#30#5'Color'#7#9'clBt'
|
||||
+'nFace'#10'GroupIndex'#2#2#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26
|
||||
+'ReferenceSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#12'TSpee'
|
||||
+'dButton'#23'LeftRefRightSpeedButton'#4'Left'#2'('#6'Height'#2#30#3'Top'#2'Q'
|
||||
+#5'Width'#2#30#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#2#9'NumGlyphs'#2#0#11
|
||||
+'Transparent'#8#7'OnClick'#7#26'ReferenceSideButtonClicked'#8'ShowHint'#9#14
|
||||
+'ParentShowHint'#8#0#0#12'TSpeedButton'#24'LeftRefCenterSpeedButton'#4'Left'
|
||||
+#2'K'#6'Height'#2#30#3'Top'#2'Q'#5'Width'#2#30#5'Color'#7#9'clBtnFace'#10'Gr'
|
||||
+'oupIndex'#2#2#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26'ReferenceS'
|
||||
+'ideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#6'TLabel'#16'LeftS'
|
||||
+'iblingLabel'#4'Left'#2#2#6'Height'#2#20#3'Top'#2#28#5'Width'#2'+'#7'Caption'
|
||||
+#6#7'Sibling'#11'ParentColor'#8#0#0#9'TCheckBox'#20'LeftAnchoredCheckBox'#4
|
||||
+'Left'#2#2#6'Height'#2#22#5'Width'#2'K'#7'Caption'#6#7'Enabled'#8'OnChange'#7
|
||||
+#27'AnchorEnabledCheckBoxChange'#8'TabOrder'#2#0#11'UseOnChange'#9#0#0#9'TCo'
|
||||
+'mboBox'#19'LeftSiblingComboBox'#4'Left'#2#5#6'Height'#2#21#3'Top'#2'1'#5'Wi'
|
||||
+'dth'#3#134#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteT'
|
||||
+'ext'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2
|
||||
+#0#8'OnChange'#7#21'SiblingComboBoxChange'#14'ParentShowHint'#8#8'ShowHint'#9
|
||||
+#8'TabOrder'#2#1#4'Text'#6#19'LeftSiblingComboBox'#0#0#0#0
|
||||
+#12'TSpeedButton'#24'RightRefRightSpeedButton'#21'AnchorSideTop.Control'#7#25
|
||||
+'RightRefCenterSpeedButton'#23'AnchorSideRight.Control'#7#25'RightRefCenterS'
|
||||
+'peedButton'#4'Left'#2'e'#6'Height'#2#30#3'Top'#2'b'#5'Width'#2#30#7'Anchors'
|
||||
+#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'#2#4#5'Color'#7#9'clBtnFace'
|
||||
+#10'GroupIndex'#2#4#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26'Refer'
|
||||
+'enceSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#12'TSpeedButt'
|
||||
+'on'#25'RightRefCenterSpeedButton'#21'AnchorSideTop.Control'#7#20'RightSibli'
|
||||
+'ngComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Contro'
|
||||
+'l'#7#20'RightSiblingComboBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Lef'
|
||||
+'t'#3#135#0#6'Height'#2#30#3'Top'#2'b'#5'Width'#2#30#7'Anchors'#11#5'akTop'#7
|
||||
+'akRight'#0#17'BorderSpacing.Top'#2#12#5'Color'#7#9'clBtnFace'#10'GroupIndex'
|
||||
+#2#4#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26'ReferenceSideButtonC'
|
||||
+'licked'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#6'TLabel'#17'RightSiblingLab'
|
||||
+'el'#22'AnchorSideLeft.Control'#7#20'RightSiblingComboBox'#18'AnchorSideTop.'
|
||||
+'Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#20'RightSiblingComboBox'
|
||||
+#4'Left'#2#8#6'Height'#2#25#3'Top'#2'#'#5'Width'#2'/'#7'Anchors'#11#6'akLeft'
|
||||
+#8'akBottom'#0#17'BorderSpacing.Top'#2#2#7'Caption'#6#7'Sibling'#11'ParentCo'
|
||||
+'lor'#8#0#0#9'TCheckBox'#21'RightAnchoredCheckBox'#22'AnchorSideLeft.Control'
|
||||
+#7#20'RightSiblingComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#24'AnchorS'
|
||||
+'ideBottom.Control'#7#17'RightSiblingLabel'#4'Left'#2#8#6'Height'#2#22#3'Top'
|
||||
+#2#5#5'Width'#2'P'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Bo'
|
||||
+'ttom'#2#8#7'Caption'#6#7'Enabled'#8'OnChange'#7#27'AnchorEnabledCheckBoxCha'
|
||||
+'nge'#8'TabOrder'#2#0#11'UseOnChange'#9#0#0#9'TComboBox'#20'RightSiblingComb'
|
||||
+'oBox'#22'AnchorSideLeft.Control'#7#13'RightGroupBox'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#13'RightGroupBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSide'
|
||||
+'Right.Control'#7#13'RightGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#8#6'Height'#2#26#3'Top'#2'<'#5'Width'#3#157#0#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20
|
||||
+'cbactSearchAscending'#0#18'BorderSpacing.Left'#2#8#19'BorderSpacing.Right'#2
|
||||
+#8#9'MaxLength'#2#0#8'OnChange'#7#21'SiblingComboBoxChange'#14'ParentShowHin'
|
||||
+'t'#8#8'ShowHint'#9#8'TabOrder'#2#1#4'Text'#6#20'RightSiblingComboBox'#0#0#0
|
||||
+#9'TGroupBox'#12'LeftGroupBox'#21'AnchorSideTop.Control'#7#19'BorderSpaceGro'
|
||||
+'upBox'#23'AnchorSideRight.Control'#7#19'BorderSpaceGroupBox'#24'AnchorSideB'
|
||||
+'ottom.Control'#7#19'BorderSpaceGroupBox'#21'AnchorSideBottom.Side'#7#9'asrB'
|
||||
+'ottom'#4'Left'#2#8#6'Height'#3#166#0#3'Top'#2'='#5'Width'#3#181#0#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#19'BorderSpacing.Right'#2#4#7
|
||||
+'Caption'#6#12'LeftGroupBox'#12'ClientHeight'#3#147#0#11'ClientWidth'#3#175#0
|
||||
+#8'TabOrder'#2#4#0#12'TSpeedButton'#22'LeftRefLeftSpeedButton'#21'AnchorSide'
|
||||
+'Top.Control'#7#24'LeftRefCenterSpeedButton'#23'AnchorSideRight.Control'#7#23
|
||||
+'LeftRefRightSpeedButton'#4'Left'#2'E'#6'Height'#2#30#3'Top'#2'b'#5'Width'#2
|
||||
+#30#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'#2#4#5'Color'
|
||||
+#7#9'clBtnFace'#10'GroupIndex'#2#2#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnCl'
|
||||
+'ick'#7#26'ReferenceSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#0#0
|
||||
+#12'TSpeedButton'#23'LeftRefRightSpeedButton'#21'AnchorSideTop.Control'#7#24
|
||||
+'LeftRefCenterSpeedButton'#23'AnchorSideRight.Control'#7#24'LeftRefCenterSpe'
|
||||
+'edButton'#4'Left'#2'g'#6'Height'#2#30#3'Top'#2'b'#5'Width'#2#30#7'Anchors'
|
||||
+#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'#2#4#5'Color'#7#9'clBtnFace'
|
||||
+#10'GroupIndex'#2#2#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26'Refer'
|
||||
+'enceSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#12'TSpeedButt'
|
||||
+'on'#24'LeftRefCenterSpeedButton'#21'AnchorSideTop.Control'#7#19'LeftSibling'
|
||||
+'ComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#3#137#0#6'Height'#2#30#3'Top'#2'b'#5'Width'#2#30#7'Ancho'
|
||||
+'rs'#11#5'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#12#5'Color'#7#9'clBtnF'
|
||||
+'ace'#10'GroupIndex'#2#2#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26
|
||||
+'ReferenceSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#6'TLabel'
|
||||
+#16'LeftSiblingLabel'#22'AnchorSideLeft.Control'#7#19'LeftSiblingComboBox'#24
|
||||
+'AnchorSideBottom.Control'#7#19'LeftSiblingComboBox'#4'Left'#2#8#6'Height'#2
|
||||
+#25#3'Top'#2'#'#5'Width'#2'/'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#17'Borde'
|
||||
+'rSpacing.Top'#2#2#7'Caption'#6#7'Sibling'#11'ParentColor'#8#0#0#9'TCheckBox'
|
||||
,#20'LeftAnchoredCheckBox'#22'AnchorSideLeft.Control'#7#19'LeftSiblingComboBo'
|
||||
+'x'#24'AnchorSideBottom.Control'#7#16'LeftSiblingLabel'#4'Left'#2#8#6'Height'
|
||||
+#2#22#3'Top'#2#5#5'Width'#2'P'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'Bord'
|
||||
+'erSpacing.Bottom'#2#8#7'Caption'#6#7'Enabled'#8'OnChange'#7#27'AnchorEnable'
|
||||
+'dCheckBoxChange'#8'TabOrder'#2#0#11'UseOnChange'#9#0#0#9'TComboBox'#19'Left'
|
||||
+'SiblingComboBox'#22'AnchorSideLeft.Control'#7#12'LeftGroupBox'#21'AnchorSid'
|
||||
+'eTop.Control'#7#12'LeftGroupBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'A'
|
||||
+'nchorSideRight.Control'#7#12'LeftGroupBox'#20'AnchorSideRight.Side'#7#9'asr'
|
||||
+'Bottom'#4'Left'#2#8#6'Height'#2#26#3'Top'#2'<'#5'Width'#3#159#0#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLin'
|
||||
+'eComplete'#20'cbactSearchAscending'#0#18'BorderSpacing.Left'#2#8#19'BorderS'
|
||||
+'pacing.Right'#2#8#9'MaxLength'#2#0#8'OnChange'#7#21'SiblingComboBoxChange'
|
||||
+#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#1#4'Text'#6#19'LeftSibling'
|
||||
+'ComboBox'#0#0#0#0
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user