mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-28 00:08:30 +02:00
IDE: increased anchor editor maximum borderspacing to 200
git-svn-id: trunk@12943 -
This commit is contained in:
parent
4c2e1806b5
commit
e21cad7e75
@ -1,4 +1,10 @@
|
|||||||
object AnchorDesigner: TAnchorDesigner
|
object AnchorDesigner: TAnchorDesigner
|
||||||
|
Left = 298
|
||||||
|
Height = 259
|
||||||
|
Top = 179
|
||||||
|
Width = 520
|
||||||
|
HorzScrollBar.Page = 519
|
||||||
|
VertScrollBar.Page = 258
|
||||||
ActiveControl = LeftBorderSpaceSpinEdit
|
ActiveControl = LeftBorderSpaceSpinEdit
|
||||||
Caption = 'AnchorDesigner'
|
Caption = 'AnchorDesigner'
|
||||||
ClientHeight = 259
|
ClientHeight = 259
|
||||||
@ -7,101 +13,89 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
OnCreate = AnchorDesignerCreate
|
OnCreate = AnchorDesignerCreate
|
||||||
OnDestroy = AnchorDesignerDestroy
|
OnDestroy = AnchorDesignerDestroy
|
||||||
OnShow = AnchorDesignerShow
|
OnShow = AnchorDesignerShow
|
||||||
PixelsPerInch = 112
|
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
HorzScrollBar.Page = 519
|
|
||||||
VertScrollBar.Page = 258
|
|
||||||
Left = 298
|
|
||||||
Height = 259
|
|
||||||
Top = 179
|
|
||||||
Width = 520
|
|
||||||
object BorderSpaceGroupBox: TGroupBox
|
object BorderSpaceGroupBox: TGroupBox
|
||||||
Anchors = [akTop, akLeft, akBottom]
|
|
||||||
Caption = 'BorderSpaceGroupBox'
|
|
||||||
ClientHeight = 87
|
|
||||||
ClientWidth = 176
|
|
||||||
TabOrder = 0
|
|
||||||
Left = 170
|
Left = 170
|
||||||
Height = 104
|
Height = 104
|
||||||
Top = 80
|
Top = 80
|
||||||
Width = 180
|
Width = 180
|
||||||
|
Anchors = [akTop, akLeft, akBottom]
|
||||||
|
Caption = 'BorderSpaceGroupBox'
|
||||||
|
ClientHeight = 85
|
||||||
|
ClientWidth = 176
|
||||||
|
TabOrder = 0
|
||||||
object LeftBorderSpaceSpinEdit: TSpinEdit
|
object LeftBorderSpaceSpinEdit: TSpinEdit
|
||||||
|
Height = 20
|
||||||
|
Top = 30
|
||||||
|
Width = 56
|
||||||
|
MaxValue = 200
|
||||||
OnChange = BorderSpaceSpinEditChange
|
OnChange = BorderSpaceSpinEditChange
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Value = 1
|
Value = 1
|
||||||
|
end
|
||||||
|
object RightBorderSpaceSpinEdit: TSpinEdit
|
||||||
|
Left = 118
|
||||||
Height = 20
|
Height = 20
|
||||||
Top = 30
|
Top = 30
|
||||||
Width = 56
|
Width = 56
|
||||||
end
|
MaxValue = 200
|
||||||
object RightBorderSpaceSpinEdit: TSpinEdit
|
|
||||||
OnChange = BorderSpaceSpinEditChange
|
OnChange = BorderSpaceSpinEditChange
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
Value = 1
|
Value = 1
|
||||||
Left = 118
|
|
||||||
Height = 20
|
|
||||||
Top = 30
|
|
||||||
Width = 56
|
|
||||||
end
|
end
|
||||||
object TopBorderSpaceSpinEdit: TSpinEdit
|
object TopBorderSpaceSpinEdit: TSpinEdit
|
||||||
|
Left = 58
|
||||||
|
Height = 20
|
||||||
|
Width = 56
|
||||||
|
MaxValue = 200
|
||||||
OnChange = BorderSpaceSpinEditChange
|
OnChange = BorderSpaceSpinEditChange
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
Value = 1
|
Value = 1
|
||||||
Left = 58
|
|
||||||
Height = 20
|
|
||||||
Width = 56
|
|
||||||
end
|
end
|
||||||
object BottomBorderSpaceSpinEdit: TSpinEdit
|
object BottomBorderSpaceSpinEdit: TSpinEdit
|
||||||
|
Left = 58
|
||||||
|
Height = 20
|
||||||
|
Top = 57
|
||||||
|
Width = 56
|
||||||
|
MaxValue = 200
|
||||||
OnChange = BorderSpaceSpinEditChange
|
OnChange = BorderSpaceSpinEditChange
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
Value = 1
|
Value = 1
|
||||||
Left = 58
|
|
||||||
Height = 20
|
|
||||||
Top = 57
|
|
||||||
Width = 56
|
|
||||||
end
|
end
|
||||||
object AroundBorderSpaceSpinEdit: TSpinEdit
|
object AroundBorderSpaceSpinEdit: TSpinEdit
|
||||||
|
Left = 58
|
||||||
|
Height = 20
|
||||||
|
Top = 30
|
||||||
|
Width = 56
|
||||||
|
MaxValue = 200
|
||||||
OnChange = BorderSpaceSpinEditChange
|
OnChange = BorderSpaceSpinEditChange
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
Value = 1
|
Value = 1
|
||||||
Left = 58
|
|
||||||
Height = 20
|
|
||||||
Top = 30
|
|
||||||
Width = 56
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object TopGroupBox: TGroupBox
|
object TopGroupBox: TGroupBox
|
||||||
Anchors = [akTop, akLeft, akRight]
|
|
||||||
Caption = 'TopGroupBox'
|
|
||||||
ClientHeight = 33
|
|
||||||
ClientWidth = 404
|
|
||||||
TabOrder = 1
|
|
||||||
Left = 64
|
Left = 64
|
||||||
Height = 50
|
Height = 50
|
||||||
Width = 408
|
Width = 408
|
||||||
|
Anchors = [akTop, akLeft, akRight]
|
||||||
|
Caption = 'TopGroupBox'
|
||||||
|
ClientHeight = 31
|
||||||
|
ClientWidth = 404
|
||||||
|
TabOrder = 1
|
||||||
object TopRefTopSpeedButton: TSpeedButton
|
object TopRefTopSpeedButton: TSpeedButton
|
||||||
Anchors = [akTop, akRight]
|
|
||||||
Color = clBtnFace
|
|
||||||
GroupIndex = 1
|
|
||||||
NumGlyphs = 0
|
|
||||||
Transparent = False
|
|
||||||
OnClick = ReferenceSideButtonClicked
|
|
||||||
ShowHint = True
|
|
||||||
ParentShowHint = False
|
|
||||||
Left = 296
|
Left = 296
|
||||||
Height = 30
|
Height = 30
|
||||||
Width = 30
|
Width = 30
|
||||||
end
|
|
||||||
object TopRefBottomSpeedButton: TSpeedButton
|
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
Color = clBtnFace
|
Color = clBtnFace
|
||||||
GroupIndex = 1
|
GroupIndex = 1
|
||||||
@ -110,11 +104,11 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
OnClick = ReferenceSideButtonClicked
|
OnClick = ReferenceSideButtonClicked
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
|
end
|
||||||
|
object TopRefBottomSpeedButton: TSpeedButton
|
||||||
Left = 331
|
Left = 331
|
||||||
Height = 30
|
Height = 30
|
||||||
Width = 30
|
Width = 30
|
||||||
end
|
|
||||||
object TopRefCenterSpeedButton: TSpeedButton
|
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
Color = clBtnFace
|
Color = clBtnFace
|
||||||
GroupIndex = 1
|
GroupIndex = 1
|
||||||
@ -123,29 +117,41 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
OnClick = ReferenceSideButtonClicked
|
OnClick = ReferenceSideButtonClicked
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
|
end
|
||||||
|
object TopRefCenterSpeedButton: TSpeedButton
|
||||||
Left = 366
|
Left = 366
|
||||||
Height = 30
|
Height = 30
|
||||||
Width = 30
|
Width = 30
|
||||||
|
Anchors = [akTop, akRight]
|
||||||
|
Color = clBtnFace
|
||||||
|
GroupIndex = 1
|
||||||
|
NumGlyphs = 0
|
||||||
|
Transparent = False
|
||||||
|
OnClick = ReferenceSideButtonClicked
|
||||||
|
ShowHint = True
|
||||||
|
ParentShowHint = False
|
||||||
end
|
end
|
||||||
object TopSiblingLabel: TLabel
|
object TopSiblingLabel: TLabel
|
||||||
Caption = 'Sibling'
|
|
||||||
Color = clNone
|
|
||||||
ParentColor = False
|
|
||||||
Left = 94
|
Left = 94
|
||||||
Height = 14
|
Height = 20
|
||||||
Top = 4
|
Top = 4
|
||||||
Width = 31
|
Width = 43
|
||||||
|
Caption = 'Sibling'
|
||||||
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object TopAnchoredCheckBox: TCheckBox
|
object TopAnchoredCheckBox: TCheckBox
|
||||||
|
Left = 2
|
||||||
|
Height = 22
|
||||||
|
Width = 75
|
||||||
Caption = 'Enabled'
|
Caption = 'Enabled'
|
||||||
OnChange = AnchorEnabledCheckBoxChange
|
OnChange = AnchorEnabledCheckBoxChange
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
UseOnChange = True
|
UseOnChange = True
|
||||||
Left = 2
|
|
||||||
Height = 13
|
|
||||||
Width = 59
|
|
||||||
end
|
end
|
||||||
object TopSiblingComboBox: TComboBox
|
object TopSiblingComboBox: TComboBox
|
||||||
|
Left = 158
|
||||||
|
Height = 21
|
||||||
|
Width = 129
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
@ -154,35 +160,22 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
ShowHint = True
|
ShowHint = True
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
Text = 'TopSiblingComboBox'
|
Text = 'TopSiblingComboBox'
|
||||||
Left = 158
|
|
||||||
Height = 21
|
|
||||||
Width = 129
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object BottomGroupBox: TGroupBox
|
object BottomGroupBox: TGroupBox
|
||||||
Anchors = [akLeft, akRight, akBottom]
|
|
||||||
Caption = 'BottomGroupBox'
|
|
||||||
ClientHeight = 33
|
|
||||||
ClientWidth = 404
|
|
||||||
TabOrder = 2
|
|
||||||
Left = 64
|
Left = 64
|
||||||
Height = 50
|
Height = 50
|
||||||
Top = 200
|
Top = 200
|
||||||
Width = 408
|
Width = 408
|
||||||
|
Anchors = [akLeft, akRight, akBottom]
|
||||||
|
Caption = 'BottomGroupBox'
|
||||||
|
ClientHeight = 31
|
||||||
|
ClientWidth = 404
|
||||||
|
TabOrder = 2
|
||||||
object BottomRefTopSpeedButton: TSpeedButton
|
object BottomRefTopSpeedButton: TSpeedButton
|
||||||
Anchors = [akTop, akRight]
|
|
||||||
Color = clBtnFace
|
|
||||||
GroupIndex = 3
|
|
||||||
NumGlyphs = 0
|
|
||||||
Transparent = False
|
|
||||||
OnClick = ReferenceSideButtonClicked
|
|
||||||
ShowHint = True
|
|
||||||
ParentShowHint = False
|
|
||||||
Left = 296
|
Left = 296
|
||||||
Height = 30
|
Height = 30
|
||||||
Width = 30
|
Width = 30
|
||||||
end
|
|
||||||
object BottomRefBottomSpeedButton: TSpeedButton
|
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
Color = clBtnFace
|
Color = clBtnFace
|
||||||
GroupIndex = 3
|
GroupIndex = 3
|
||||||
@ -191,11 +184,11 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
OnClick = ReferenceSideButtonClicked
|
OnClick = ReferenceSideButtonClicked
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
|
end
|
||||||
|
object BottomRefBottomSpeedButton: TSpeedButton
|
||||||
Left = 331
|
Left = 331
|
||||||
Height = 30
|
Height = 30
|
||||||
Width = 30
|
Width = 30
|
||||||
end
|
|
||||||
object BottomRefCenterSpeedButton: TSpeedButton
|
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
Color = clBtnFace
|
Color = clBtnFace
|
||||||
GroupIndex = 3
|
GroupIndex = 3
|
||||||
@ -204,29 +197,41 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
OnClick = ReferenceSideButtonClicked
|
OnClick = ReferenceSideButtonClicked
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
|
end
|
||||||
|
object BottomRefCenterSpeedButton: TSpeedButton
|
||||||
Left = 366
|
Left = 366
|
||||||
Height = 30
|
Height = 30
|
||||||
Width = 30
|
Width = 30
|
||||||
|
Anchors = [akTop, akRight]
|
||||||
|
Color = clBtnFace
|
||||||
|
GroupIndex = 3
|
||||||
|
NumGlyphs = 0
|
||||||
|
Transparent = False
|
||||||
|
OnClick = ReferenceSideButtonClicked
|
||||||
|
ShowHint = True
|
||||||
|
ParentShowHint = False
|
||||||
end
|
end
|
||||||
object BottomSiblingLabel: TLabel
|
object BottomSiblingLabel: TLabel
|
||||||
Caption = 'Sibling'
|
|
||||||
Color = clNone
|
|
||||||
ParentColor = False
|
|
||||||
Left = 94
|
Left = 94
|
||||||
Height = 14
|
Height = 20
|
||||||
Top = 8
|
Top = 8
|
||||||
Width = 31
|
Width = 43
|
||||||
|
Caption = 'Sibling'
|
||||||
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object BottomAnchoredCheckBox: TCheckBox
|
object BottomAnchoredCheckBox: TCheckBox
|
||||||
|
Left = 2
|
||||||
|
Height = 22
|
||||||
|
Width = 75
|
||||||
Caption = 'Enabled'
|
Caption = 'Enabled'
|
||||||
OnChange = AnchorEnabledCheckBoxChange
|
OnChange = AnchorEnabledCheckBoxChange
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
UseOnChange = True
|
UseOnChange = True
|
||||||
Left = 2
|
|
||||||
Height = 13
|
|
||||||
Width = 59
|
|
||||||
end
|
end
|
||||||
object BottomSiblingComboBox: TComboBox
|
object BottomSiblingComboBox: TComboBox
|
||||||
|
Left = 158
|
||||||
|
Height = 21
|
||||||
|
Width = 129
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
@ -235,35 +240,23 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
ShowHint = True
|
ShowHint = True
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
Text = 'BottomSiblingComboBox'
|
Text = 'BottomSiblingComboBox'
|
||||||
Left = 158
|
|
||||||
Height = 21
|
|
||||||
Width = 129
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object RightGroupBox: TGroupBox
|
object RightGroupBox: TGroupBox
|
||||||
Anchors = [akTop, akLeft, akBottom]
|
|
||||||
Caption = 'RightGroupBox'
|
|
||||||
ClientHeight = 112
|
|
||||||
ClientWidth = 146
|
|
||||||
TabOrder = 3
|
|
||||||
Left = 364
|
Left = 364
|
||||||
Height = 129
|
Height = 129
|
||||||
Top = 64
|
Top = 64
|
||||||
Width = 150
|
Width = 150
|
||||||
|
Anchors = [akTop, akLeft, akBottom]
|
||||||
|
Caption = 'RightGroupBox'
|
||||||
|
ClientHeight = 110
|
||||||
|
ClientWidth = 146
|
||||||
|
TabOrder = 3
|
||||||
object RightRefLeftSpeedButton: TSpeedButton
|
object RightRefLeftSpeedButton: TSpeedButton
|
||||||
Color = clBtnFace
|
|
||||||
GroupIndex = 4
|
|
||||||
NumGlyphs = 0
|
|
||||||
Transparent = False
|
|
||||||
OnClick = ReferenceSideButtonClicked
|
|
||||||
ShowHint = True
|
|
||||||
ParentShowHint = False
|
|
||||||
Left = 5
|
Left = 5
|
||||||
Height = 30
|
Height = 30
|
||||||
Top = 81
|
Top = 81
|
||||||
Width = 30
|
Width = 30
|
||||||
end
|
|
||||||
object RightRefRightSpeedButton: TSpeedButton
|
|
||||||
Color = clBtnFace
|
Color = clBtnFace
|
||||||
GroupIndex = 4
|
GroupIndex = 4
|
||||||
NumGlyphs = 0
|
NumGlyphs = 0
|
||||||
@ -271,12 +264,12 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
OnClick = ReferenceSideButtonClicked
|
OnClick = ReferenceSideButtonClicked
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
|
end
|
||||||
|
object RightRefRightSpeedButton: TSpeedButton
|
||||||
Left = 40
|
Left = 40
|
||||||
Height = 30
|
Height = 30
|
||||||
Top = 81
|
Top = 81
|
||||||
Width = 30
|
Width = 30
|
||||||
end
|
|
||||||
object RightRefCenterSpeedButton: TSpeedButton
|
|
||||||
Color = clBtnFace
|
Color = clBtnFace
|
||||||
GroupIndex = 4
|
GroupIndex = 4
|
||||||
NumGlyphs = 0
|
NumGlyphs = 0
|
||||||
@ -284,30 +277,42 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
OnClick = ReferenceSideButtonClicked
|
OnClick = ReferenceSideButtonClicked
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
|
end
|
||||||
|
object RightRefCenterSpeedButton: TSpeedButton
|
||||||
Left = 75
|
Left = 75
|
||||||
Height = 30
|
Height = 30
|
||||||
Top = 81
|
Top = 81
|
||||||
Width = 30
|
Width = 30
|
||||||
|
Color = clBtnFace
|
||||||
|
GroupIndex = 4
|
||||||
|
NumGlyphs = 0
|
||||||
|
Transparent = False
|
||||||
|
OnClick = ReferenceSideButtonClicked
|
||||||
|
ShowHint = True
|
||||||
|
ParentShowHint = False
|
||||||
end
|
end
|
||||||
object RightSiblingLabel: TLabel
|
object RightSiblingLabel: TLabel
|
||||||
Caption = 'Sibling'
|
|
||||||
Color = clNone
|
|
||||||
ParentColor = False
|
|
||||||
Left = 2
|
Left = 2
|
||||||
Height = 14
|
Height = 20
|
||||||
Top = 28
|
Top = 28
|
||||||
Width = 31
|
Width = 43
|
||||||
|
Caption = 'Sibling'
|
||||||
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object RightAnchoredCheckBox: TCheckBox
|
object RightAnchoredCheckBox: TCheckBox
|
||||||
|
Left = 2
|
||||||
|
Height = 22
|
||||||
|
Width = 75
|
||||||
Caption = 'Enabled'
|
Caption = 'Enabled'
|
||||||
OnChange = AnchorEnabledCheckBoxChange
|
OnChange = AnchorEnabledCheckBoxChange
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
UseOnChange = True
|
UseOnChange = True
|
||||||
Left = 2
|
|
||||||
Height = 13
|
|
||||||
Width = 59
|
|
||||||
end
|
end
|
||||||
object RightSiblingComboBox: TComboBox
|
object RightSiblingComboBox: TComboBox
|
||||||
|
Left = 5
|
||||||
|
Height = 21
|
||||||
|
Top = 49
|
||||||
|
Width = 135
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
@ -316,36 +321,23 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
ShowHint = True
|
ShowHint = True
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
Text = 'RightSiblingComboBox'
|
Text = 'RightSiblingComboBox'
|
||||||
Left = 5
|
|
||||||
Height = 21
|
|
||||||
Top = 49
|
|
||||||
Width = 135
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object LeftGroupBox: TGroupBox
|
object LeftGroupBox: TGroupBox
|
||||||
Anchors = [akTop, akLeft, akBottom]
|
|
||||||
Caption = 'LeftGroupBox'
|
|
||||||
ClientHeight = 112
|
|
||||||
ClientWidth = 146
|
|
||||||
TabOrder = 4
|
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 129
|
Height = 129
|
||||||
Top = 64
|
Top = 64
|
||||||
Width = 150
|
Width = 150
|
||||||
|
Anchors = [akTop, akLeft, akBottom]
|
||||||
|
Caption = 'LeftGroupBox'
|
||||||
|
ClientHeight = 110
|
||||||
|
ClientWidth = 146
|
||||||
|
TabOrder = 4
|
||||||
object LeftRefLeftSpeedButton: TSpeedButton
|
object LeftRefLeftSpeedButton: TSpeedButton
|
||||||
Color = clBtnFace
|
|
||||||
GroupIndex = 2
|
|
||||||
NumGlyphs = 0
|
|
||||||
Transparent = False
|
|
||||||
OnClick = ReferenceSideButtonClicked
|
|
||||||
ShowHint = True
|
|
||||||
ParentShowHint = False
|
|
||||||
Left = 5
|
Left = 5
|
||||||
Height = 30
|
Height = 30
|
||||||
Top = 81
|
Top = 81
|
||||||
Width = 30
|
Width = 30
|
||||||
end
|
|
||||||
object LeftRefRightSpeedButton: TSpeedButton
|
|
||||||
Color = clBtnFace
|
Color = clBtnFace
|
||||||
GroupIndex = 2
|
GroupIndex = 2
|
||||||
NumGlyphs = 0
|
NumGlyphs = 0
|
||||||
@ -353,12 +345,12 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
OnClick = ReferenceSideButtonClicked
|
OnClick = ReferenceSideButtonClicked
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
|
end
|
||||||
|
object LeftRefRightSpeedButton: TSpeedButton
|
||||||
Left = 40
|
Left = 40
|
||||||
Height = 30
|
Height = 30
|
||||||
Top = 81
|
Top = 81
|
||||||
Width = 30
|
Width = 30
|
||||||
end
|
|
||||||
object LeftRefCenterSpeedButton: TSpeedButton
|
|
||||||
Color = clBtnFace
|
Color = clBtnFace
|
||||||
GroupIndex = 2
|
GroupIndex = 2
|
||||||
NumGlyphs = 0
|
NumGlyphs = 0
|
||||||
@ -366,30 +358,42 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
OnClick = ReferenceSideButtonClicked
|
OnClick = ReferenceSideButtonClicked
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
|
end
|
||||||
|
object LeftRefCenterSpeedButton: TSpeedButton
|
||||||
Left = 75
|
Left = 75
|
||||||
Height = 30
|
Height = 30
|
||||||
Top = 81
|
Top = 81
|
||||||
Width = 30
|
Width = 30
|
||||||
|
Color = clBtnFace
|
||||||
|
GroupIndex = 2
|
||||||
|
NumGlyphs = 0
|
||||||
|
Transparent = False
|
||||||
|
OnClick = ReferenceSideButtonClicked
|
||||||
|
ShowHint = True
|
||||||
|
ParentShowHint = False
|
||||||
end
|
end
|
||||||
object LeftSiblingLabel: TLabel
|
object LeftSiblingLabel: TLabel
|
||||||
Caption = 'Sibling'
|
|
||||||
Color = clNone
|
|
||||||
ParentColor = False
|
|
||||||
Left = 2
|
Left = 2
|
||||||
Height = 14
|
Height = 20
|
||||||
Top = 28
|
Top = 28
|
||||||
Width = 31
|
Width = 43
|
||||||
|
Caption = 'Sibling'
|
||||||
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object LeftAnchoredCheckBox: TCheckBox
|
object LeftAnchoredCheckBox: TCheckBox
|
||||||
|
Left = 2
|
||||||
|
Height = 22
|
||||||
|
Width = 75
|
||||||
Caption = 'Enabled'
|
Caption = 'Enabled'
|
||||||
OnChange = AnchorEnabledCheckBoxChange
|
OnChange = AnchorEnabledCheckBoxChange
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
UseOnChange = True
|
UseOnChange = True
|
||||||
Left = 2
|
|
||||||
Height = 13
|
|
||||||
Width = 59
|
|
||||||
end
|
end
|
||||||
object LeftSiblingComboBox: TComboBox
|
object LeftSiblingComboBox: TComboBox
|
||||||
|
Left = 5
|
||||||
|
Height = 21
|
||||||
|
Top = 49
|
||||||
|
Width = 134
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
@ -398,10 +402,6 @@ object AnchorDesigner: TAnchorDesigner
|
|||||||
ShowHint = True
|
ShowHint = True
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
Text = 'LeftSiblingComboBox'
|
Text = 'LeftSiblingComboBox'
|
||||||
Left = 5
|
|
||||||
Height = 21
|
|
||||||
Top = 49
|
|
||||||
Width = 134
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -1,120 +1,120 @@
|
|||||||
{ This is an automatically generated lazarus resource file }
|
{ This is an automatically generated lazarus resource file }
|
||||||
|
|
||||||
LazarusResources.Add('TAnchorDesigner','FORMDATA',[
|
LazarusResources.Add('TAnchorDesigner','FORMDATA',[
|
||||||
'TPF0'#15'TAnchorDesigner'#14'AnchorDesigner'#13'ActiveControl'#7#23'LeftBord'
|
'TPF0'#15'TAnchorDesigner'#14'AnchorDesigner'#4'Left'#3'*'#1#6'Height'#3#3#1#3
|
||||||
+'erSpaceSpinEdit'#7'Caption'#6#14'AnchorDesigner'#12'ClientHeight'#3#3#1#11
|
+'Top'#3#179#0#5'Width'#3#8#2#18'HorzScrollBar.Page'#3#7#2#18'VertScrollBar.P'
|
||||||
+'ClientWidth'#3#8#2#7'OnClose'#7#19'AnchorDesignerClose'#8'OnCreate'#7#20'An'
|
+'age'#3#2#1#13'ActiveControl'#7#23'LeftBorderSpaceSpinEdit'#7'Caption'#6#14
|
||||||
+'chorDesignerCreate'#9'OnDestroy'#7#21'AnchorDesignerDestroy'#6'OnShow'#7#18
|
+'AnchorDesigner'#12'ClientHeight'#3#3#1#11'ClientWidth'#3#8#2#7'OnClose'#7#19
|
||||||
+'AnchorDesignerShow'#13'PixelsPerInch'#2'p'#8'Position'#7#14'poScreenCenter'
|
+'AnchorDesignerClose'#8'OnCreate'#7#20'AnchorDesignerCreate'#9'OnDestroy'#7
|
||||||
+#18'HorzScrollBar.Page'#3#7#2#18'VertScrollBar.Page'#3#2#1#4'Left'#3'*'#1#6
|
+#21'AnchorDesignerDestroy'#6'OnShow'#7#18'AnchorDesignerShow'#8'Position'#7
|
||||||
+'Height'#3#3#1#3'Top'#3#179#0#5'Width'#3#8#2#0#9'TGroupBox'#19'BorderSpaceGr'
|
+#14'poScreenCenter'#0#9'TGroupBox'#19'BorderSpaceGroupBox'#4'Left'#3#170#0#6
|
||||||
+'oupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#7'Caption'#6#19'Bord'
|
+'Height'#2'h'#3'Top'#2'P'#5'Width'#3#180#0#7'Anchors'#11#5'akTop'#6'akLeft'#8
|
||||||
+'erSpaceGroupBox'#12'ClientHeight'#2'W'#11'ClientWidth'#3#176#0#8'TabOrder'#2
|
+'akBottom'#0#7'Caption'#6#19'BorderSpaceGroupBox'#12'ClientHeight'#2'U'#11'C'
|
||||||
+#0#4'Left'#3#170#0#6'Height'#2'h'#3'Top'#2'P'#5'Width'#3#180#0#0#9'TSpinEdit'
|
+'lientWidth'#3#176#0#8'TabOrder'#2#0#0#9'TSpinEdit'#23'LeftBorderSpaceSpinEd'
|
||||||
+#23'LeftBorderSpaceSpinEdit'#8'OnChange'#7#25'BorderSpaceSpinEditChange'#14
|
+'it'#6'Height'#2#20#3'Top'#2#30#5'Width'#2'8'#8'MaxValue'#3#200#0#8'OnChange'
|
||||||
+'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#0#5'Value'#2#1#6'Height'#2#20
|
+#7#25'BorderSpaceSpinEditChange'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrd'
|
||||||
+#3'Top'#2#30#5'Width'#2'8'#0#0#9'TSpinEdit'#24'RightBorderSpaceSpinEdit'#8'O'
|
+'er'#2#0#5'Value'#2#1#0#0#9'TSpinEdit'#24'RightBorderSpaceSpinEdit'#4'Left'#2
|
||||||
+'nChange'#7#25'BorderSpaceSpinEditChange'#14'ParentShowHint'#8#8'ShowHint'#9
|
+'v'#6'Height'#2#20#3'Top'#2#30#5'Width'#2'8'#8'MaxValue'#3#200#0#8'OnChange'
|
||||||
+#8'TabOrder'#2#1#5'Value'#2#1#4'Left'#2'v'#6'Height'#2#20#3'Top'#2#30#5'Widt'
|
+#7#25'BorderSpaceSpinEditChange'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrd'
|
||||||
+'h'#2'8'#0#0#9'TSpinEdit'#22'TopBorderSpaceSpinEdit'#8'OnChange'#7#25'Border'
|
+'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'
|
+'SpaceSpinEditChange'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#2#5'V'
|
||||||
+'alue'#2#1#4'Left'#2':'#6'Height'#2#20#5'Width'#2'8'#0#0#9'TSpinEdit'#25'Bot'
|
+'alue'#2#1#0#0#9'TSpinEdit'#25'BottomBorderSpaceSpinEdit'#4'Left'#2':'#6'Hei'
|
||||||
+'tomBorderSpaceSpinEdit'#8'OnChange'#7#25'BorderSpaceSpinEditChange'#14'Pare'
|
+'ght'#2#20#3'Top'#2'9'#5'Width'#2'8'#8'MaxValue'#3#200#0#8'OnChange'#7#25'Bo'
|
||||||
+'ntShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#3#5'Value'#2#1#4'Left'#2':'#6'Hei'
|
+'rderSpaceSpinEditChange'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#3
|
||||||
+'ght'#2#20#3'Top'#2'9'#5'Width'#2'8'#0#0#9'TSpinEdit'#25'AroundBorderSpaceSp'
|
+#5'Value'#2#1#0#0#9'TSpinEdit'#25'AroundBorderSpaceSpinEdit'#4'Left'#2':'#6
|
||||||
+'inEdit'#8'OnChange'#7#25'BorderSpaceSpinEditChange'#14'ParentShowHint'#8#8
|
+'Height'#2#20#3'Top'#2#30#5'Width'#2'8'#8'MaxValue'#3#200#0#8'OnChange'#7#25
|
||||||
+'ShowHint'#9#8'TabOrder'#2#4#5'Value'#2#1#4'Left'#2':'#6'Height'#2#20#3'Top'
|
+'BorderSpaceSpinEditChange'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2
|
||||||
+#2#30#5'Width'#2'8'#0#0#0#9'TGroupBox'#11'TopGroupBox'#7'Anchors'#11#5'akTop'
|
+#4#5'Value'#2#1#0#0#0#9'TGroupBox'#11'TopGroupBox'#4'Left'#2'@'#6'Height'#2
|
||||||
+#6'akLeft'#7'akRight'#0#7'Caption'#6#11'TopGroupBox'#12'ClientHeight'#2'!'#11
|
+'2'#5'Width'#3#152#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'
|
||||||
+'ClientWidth'#3#148#1#8'TabOrder'#2#1#4'Left'#2'@'#6'Height'#2'2'#5'Width'#3
|
+#6#11'TopGroupBox'#12'ClientHeight'#2#31#11'ClientWidth'#3#148#1#8'TabOrder'
|
||||||
+#152#1#0#12'TSpeedButton'#20'TopRefTopSpeedButton'#7'Anchors'#11#5'akTop'#7
|
+#2#1#0#12'TSpeedButton'#20'TopRefTopSpeedButton'#4'Left'#3'('#1#6'Height'#2
|
||||||
+'akRight'#0#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#1#9'NumGlyphs'#2#0#11'T'
|
+#30#5'Width'#2#30#7'Anchors'#11#5'akTop'#7'akRight'#0#5'Color'#7#9'clBtnFace'
|
||||||
+'ransparent'#8#7'OnClick'#7#26'ReferenceSideButtonClicked'#8'ShowHint'#9#14
|
+#10'GroupIndex'#2#1#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26'Refer'
|
||||||
+'ParentShowHint'#8#4'Left'#3'('#1#6'Height'#2#30#5'Width'#2#30#0#0#12'TSpeed'
|
+'enceSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#12'TSpeedButt'
|
||||||
+'Button'#23'TopRefBottomSpeedButton'#7'Anchors'#11#5'akTop'#7'akRight'#0#5'C'
|
+'on'#23'TopRefBottomSpeedButton'#4'Left'#3'K'#1#6'Height'#2#30#5'Width'#2#30
|
||||||
+'olor'#7#9'clBtnFace'#10'GroupIndex'#2#1#9'NumGlyphs'#2#0#11'Transparent'#8#7
|
+#7'Anchors'#11#5'akTop'#7'akRight'#0#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2
|
||||||
+'OnClick'#7#26'ReferenceSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8
|
+#1#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26'ReferenceSideButtonCli'
|
||||||
+#4'Left'#3'K'#1#6'Height'#2#30#5'Width'#2#30#0#0#12'TSpeedButton'#23'TopRefC'
|
+'cked'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#12'TSpeedButton'#23'TopRefCent'
|
||||||
+'enterSpeedButton'#7'Anchors'#11#5'akTop'#7'akRight'#0#5'Color'#7#9'clBtnFac'
|
+'erSpeedButton'#4'Left'#3'n'#1#6'Height'#2#30#5'Width'#2#30#7'Anchors'#11#5
|
||||||
+'e'#10'GroupIndex'#2#1#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26'Re'
|
+'akTop'#7'akRight'#0#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#1#9'NumGlyphs'
|
||||||
+'ferenceSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#4'Left'#3'n'#1
|
+#2#0#11'Transparent'#8#7'OnClick'#7#26'ReferenceSideButtonClicked'#8'ShowHin'
|
||||||
+#6'Height'#2#30#5'Width'#2#30#0#0#6'TLabel'#15'TopSiblingLabel'#7'Caption'#6
|
+'t'#9#14'ParentShowHint'#8#0#0#6'TLabel'#15'TopSiblingLabel'#4'Left'#2'^'#6
|
||||||
+#7'Sibling'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2'^'#6'Height'#2
|
+'Height'#2#20#3'Top'#2#4#5'Width'#2'+'#7'Caption'#6#7'Sibling'#11'ParentColo'
|
||||||
+#14#3'Top'#2#4#5'Width'#2#31#0#0#9'TCheckBox'#19'TopAnchoredCheckBox'#7'Capt'
|
+'r'#8#0#0#9'TCheckBox'#19'TopAnchoredCheckBox'#4'Left'#2#2#6'Height'#2#22#5
|
||||||
+'ion'#6#7'Enabled'#8'OnChange'#7#27'AnchorEnabledCheckBoxChange'#8'TabOrder'
|
+'Width'#2'K'#7'Caption'#6#7'Enabled'#8'OnChange'#7#27'AnchorEnabledCheckBoxC'
|
||||||
+#2#0#11'UseOnChange'#9#4'Left'#2#2#6'Height'#2#13#5'Width'#2';'#0#0#9'TCombo'
|
+'hange'#8'TabOrder'#2#0#11'UseOnChange'#9#0#0#9'TComboBox'#18'TopSiblingComb'
|
||||||
+'Box'#18'TopSiblingComboBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16
|
+'oBox'#4'Left'#3#158#0#6'Height'#2#21#5'Width'#3#129#0#7'Anchors'#11#5'akTop'
|
||||||
+'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9
|
+#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20
|
||||||
+'MaxLength'#2#0#8'OnChange'#7#21'SiblingComboBoxChange'#14'ParentShowHint'#8
|
+'cbactSearchAscending'#0#9'MaxLength'#2#0#8'OnChange'#7#21'SiblingComboBoxCh'
|
||||||
+#8'ShowHint'#9#8'TabOrder'#2#1#4'Text'#6#18'TopSiblingComboBox'#4'Left'#3#158
|
+'ange'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#1#4'Text'#6#18'TopSi'
|
||||||
+#0#6'Height'#2#21#5'Width'#3#129#0#0#0#0#9'TGroupBox'#14'BottomGroupBox'#7'A'
|
+'blingComboBox'#0#0#0#9'TGroupBox'#14'BottomGroupBox'#4'Left'#2'@'#6'Height'
|
||||||
+'nchors'#11#6'akLeft'#7'akRight'#8'akBottom'#0#7'Caption'#6#14'BottomGroupBo'
|
+#2'2'#3'Top'#3#200#0#5'Width'#3#152#1#7'Anchors'#11#6'akLeft'#7'akRight'#8'a'
|
||||||
+'x'#12'ClientHeight'#2'!'#11'ClientWidth'#3#148#1#8'TabOrder'#2#2#4'Left'#2
|
+'kBottom'#0#7'Caption'#6#14'BottomGroupBox'#12'ClientHeight'#2#31#11'ClientW'
|
||||||
+'@'#6'Height'#2'2'#3'Top'#3#200#0#5'Width'#3#152#1#0#12'TSpeedButton'#23'Bot'
|
+'idth'#3#148#1#8'TabOrder'#2#2#0#12'TSpeedButton'#23'BottomRefTopSpeedButton'
|
||||||
+'tomRefTopSpeedButton'#7'Anchors'#11#5'akTop'#7'akRight'#0#5'Color'#7#9'clBt'
|
+#4'Left'#3'('#1#6'Height'#2#30#5'Width'#2#30#7'Anchors'#11#5'akTop'#7'akRigh'
|
||||||
+'nFace'#10'GroupIndex'#2#3#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26
|
+'t'#0#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#3#9'NumGlyphs'#2#0#11'Transpa'
|
||||||
+'ReferenceSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#4'Left'#3'('
|
+'rent'#8#7'OnClick'#7#26'ReferenceSideButtonClicked'#8'ShowHint'#9#14'Parent'
|
||||||
+#1#6'Height'#2#30#5'Width'#2#30#0#0#12'TSpeedButton'#26'BottomRefBottomSpeed'
|
+'ShowHint'#8#0#0#12'TSpeedButton'#26'BottomRefBottomSpeedButton'#4'Left'#3'K'
|
||||||
+'Button'#7'Anchors'#11#5'akTop'#7'akRight'#0#5'Color'#7#9'clBtnFace'#10'Grou'
|
+#1#6'Height'#2#30#5'Width'#2#30#7'Anchors'#11#5'akTop'#7'akRight'#0#5'Color'
|
||||||
+'pIndex'#2#3#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26'ReferenceSid'
|
+#7#9'clBtnFace'#10'GroupIndex'#2#3#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnCl'
|
||||||
+'eButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#4'Left'#3'K'#1#6'Height'
|
+'ick'#7#26'ReferenceSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#0#0
|
||||||
+#2#30#5'Width'#2#30#0#0#12'TSpeedButton'#26'BottomRefCenterSpeedButton'#7'An'
|
+#12'TSpeedButton'#26'BottomRefCenterSpeedButton'#4'Left'#3'n'#1#6'Height'#2
|
||||||
+'chors'#11#5'akTop'#7'akRight'#0#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#3#9
|
+#30#5'Width'#2#30#7'Anchors'#11#5'akTop'#7'akRight'#0#5'Color'#7#9'clBtnFace'
|
||||||
+'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26'ReferenceSideButtonClicked'
|
+#10'GroupIndex'#2#3#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26'Refer'
|
||||||
+#8'ShowHint'#9#14'ParentShowHint'#8#4'Left'#3'n'#1#6'Height'#2#30#5'Width'#2
|
+'enceSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#6'TLabel'#18
|
||||||
+#30#0#0#6'TLabel'#18'BottomSiblingLabel'#7'Caption'#6#7'Sibling'#5'Color'#7#6
|
+'BottomSiblingLabel'#4'Left'#2'^'#6'Height'#2#20#3'Top'#2#8#5'Width'#2'+'#7
|
||||||
+'clNone'#11'ParentColor'#8#4'Left'#2'^'#6'Height'#2#14#3'Top'#2#8#5'Width'#2
|
+'Caption'#6#7'Sibling'#11'ParentColor'#8#0#0#9'TCheckBox'#22'BottomAnchoredC'
|
||||||
+#31#0#0#9'TCheckBox'#22'BottomAnchoredCheckBox'#7'Caption'#6#7'Enabled'#8'On'
|
,'heckBox'#4'Left'#2#2#6'Height'#2#22#5'Width'#2'K'#7'Caption'#6#7'Enabled'#8
|
||||||
,'Change'#7#27'AnchorEnabledCheckBoxChange'#8'TabOrder'#2#0#11'UseOnChange'#9
|
+'OnChange'#7#27'AnchorEnabledCheckBoxChange'#8'TabOrder'#2#0#11'UseOnChange'
|
||||||
+#4'Left'#2#2#6'Height'#2#13#5'Width'#2';'#0#0#9'TComboBox'#21'BottomSiblingC'
|
+#9#0#0#9'TComboBox'#21'BottomSiblingComboBox'#4'Left'#3#158#0#6'Height'#2#21
|
||||||
+'omboBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'
|
+#5'Width'#3#129#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompl'
|
||||||
+#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8
|
+'eteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLeng'
|
||||||
+'OnChange'#7#21'SiblingComboBoxChange'#14'ParentShowHint'#8#8'ShowHint'#9#8
|
+'th'#2#0#8'OnChange'#7#21'SiblingComboBoxChange'#14'ParentShowHint'#8#8'Show'
|
||||||
+'TabOrder'#2#1#4'Text'#6#21'BottomSiblingComboBox'#4'Left'#3#158#0#6'Height'
|
+'Hint'#9#8'TabOrder'#2#1#4'Text'#6#21'BottomSiblingComboBox'#0#0#0#9'TGroupB'
|
||||||
+#2#21#5'Width'#3#129#0#0#0#0#9'TGroupBox'#13'RightGroupBox'#7'Anchors'#11#5
|
+'ox'#13'RightGroupBox'#4'Left'#3'l'#1#6'Height'#3#129#0#3'Top'#2'@'#5'Width'
|
||||||
+'akTop'#6'akLeft'#8'akBottom'#0#7'Caption'#6#13'RightGroupBox'#12'ClientHeig'
|
+#3#150#0#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#7'Caption'#6#13'Righ'
|
||||||
+'ht'#2'p'#11'ClientWidth'#3#146#0#8'TabOrder'#2#3#4'Left'#3'l'#1#6'Height'#3
|
+'tGroupBox'#12'ClientHeight'#2'n'#11'ClientWidth'#3#146#0#8'TabOrder'#2#3#0
|
||||||
+#129#0#3'Top'#2'@'#5'Width'#3#150#0#0#12'TSpeedButton'#23'RightRefLeftSpeedB'
|
+#12'TSpeedButton'#23'RightRefLeftSpeedButton'#4'Left'#2#5#6'Height'#2#30#3'T'
|
||||||
+'utton'#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#4#9'NumGlyphs'#2#0#11'Trans'
|
+'op'#2'Q'#5'Width'#2#30#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#4#9'NumGlyp'
|
||||||
+'parent'#8#7'OnClick'#7#26'ReferenceSideButtonClicked'#8'ShowHint'#9#14'Pare'
|
+'hs'#2#0#11'Transparent'#8#7'OnClick'#7#26'ReferenceSideButtonClicked'#8'Sho'
|
||||||
+'ntShowHint'#8#4'Left'#2#5#6'Height'#2#30#3'Top'#2'Q'#5'Width'#2#30#0#0#12'T'
|
+'wHint'#9#14'ParentShowHint'#8#0#0#12'TSpeedButton'#24'RightRefRightSpeedBut'
|
||||||
+'SpeedButton'#24'RightRefRightSpeedButton'#5'Color'#7#9'clBtnFace'#10'GroupI'
|
+'ton'#4'Left'#2'('#6'Height'#2#30#3'Top'#2'Q'#5'Width'#2#30#5'Color'#7#9'clB'
|
||||||
+'ndex'#2#4#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26'ReferenceSideB'
|
+'tnFace'#10'GroupIndex'#2#4#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7
|
||||||
+'uttonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#4'Left'#2'('#6'Height'#2#30
|
+#26'ReferenceSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#12'TS'
|
||||||
+#3'Top'#2'Q'#5'Width'#2#30#0#0#12'TSpeedButton'#25'RightRefCenterSpeedButton'
|
+'peedButton'#25'RightRefCenterSpeedButton'#4'Left'#2'K'#6'Height'#2#30#3'Top'
|
||||||
+#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#4#9'NumGlyphs'#2#0#11'Transparent'
|
+#2'Q'#5'Width'#2#30#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#4#9'NumGlyphs'#2
|
||||||
+#8#7'OnClick'#7#26'ReferenceSideButtonClicked'#8'ShowHint'#9#14'ParentShowHi'
|
+#0#11'Transparent'#8#7'OnClick'#7#26'ReferenceSideButtonClicked'#8'ShowHint'
|
||||||
+'nt'#8#4'Left'#2'K'#6'Height'#2#30#3'Top'#2'Q'#5'Width'#2#30#0#0#6'TLabel'#17
|
+#9#14'ParentShowHint'#8#0#0#6'TLabel'#17'RightSiblingLabel'#4'Left'#2#2#6'He'
|
||||||
+'RightSiblingLabel'#7'Caption'#6#7'Sibling'#5'Color'#7#6'clNone'#11'ParentCo'
|
+'ight'#2#20#3'Top'#2#28#5'Width'#2'+'#7'Caption'#6#7'Sibling'#11'ParentColor'
|
||||||
+'lor'#8#4'Left'#2#2#6'Height'#2#14#3'Top'#2#28#5'Width'#2#31#0#0#9'TCheckBox'
|
+#8#0#0#9'TCheckBox'#21'RightAnchoredCheckBox'#4'Left'#2#2#6'Height'#2#22#5'W'
|
||||||
+#21'RightAnchoredCheckBox'#7'Caption'#6#7'Enabled'#8'OnChange'#7#27'AnchorEn'
|
+'idth'#2'K'#7'Caption'#6#7'Enabled'#8'OnChange'#7#27'AnchorEnabledCheckBoxCh'
|
||||||
+'abledCheckBoxChange'#8'TabOrder'#2#0#11'UseOnChange'#9#4'Left'#2#2#6'Height'
|
+'ange'#8'TabOrder'#2#0#11'UseOnChange'#9#0#0#9'TComboBox'#20'RightSiblingCom'
|
||||||
+#2#13#5'Width'#2';'#0#0#9'TComboBox'#20'RightSiblingComboBox'#7'Anchors'#11#5
|
+'boBox'#4'Left'#2#5#6'Height'#2#21#3'Top'#2'1'#5'Width'#3#135#0#7'Anchors'#11
|
||||||
+'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComp'
|
+#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineCo'
|
||||||
+'lete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'OnChange'#7#21'SiblingC'
|
+'mplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'OnChange'#7#21'Siblin'
|
||||||
+'omboBoxChange'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#1#4'Text'#6
|
+'gComboBoxChange'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#1#4'Text'
|
||||||
+#20'RightSiblingComboBox'#4'Left'#2#5#6'Height'#2#21#3'Top'#2'1'#5'Width'#3
|
+#6#20'RightSiblingComboBox'#0#0#0#9'TGroupBox'#12'LeftGroupBox'#4'Left'#2#8#6
|
||||||
+#135#0#0#0#0#9'TGroupBox'#12'LeftGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#8
|
+'Height'#3#129#0#3'Top'#2'@'#5'Width'#3#150#0#7'Anchors'#11#5'akTop'#6'akLef'
|
||||||
+'akBottom'#0#7'Caption'#6#12'LeftGroupBox'#12'ClientHeight'#2'p'#11'ClientWi'
|
+'t'#8'akBottom'#0#7'Caption'#6#12'LeftGroupBox'#12'ClientHeight'#2'n'#11'Cli'
|
||||||
+'dth'#3#146#0#8'TabOrder'#2#4#4'Left'#2#8#6'Height'#3#129#0#3'Top'#2'@'#5'Wi'
|
+'entWidth'#3#146#0#8'TabOrder'#2#4#0#12'TSpeedButton'#22'LeftRefLeftSpeedBut'
|
||||||
+'dth'#3#150#0#0#12'TSpeedButton'#22'LeftRefLeftSpeedButton'#5'Color'#7#9'clB'
|
+'ton'#4'Left'#2#5#6'Height'#2#30#3'Top'#2'Q'#5'Width'#2#30#5'Color'#7#9'clBt'
|
||||||
+'tnFace'#10'GroupIndex'#2#2#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7
|
+'nFace'#10'GroupIndex'#2#2#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26
|
||||||
+#26'ReferenceSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#4'Left'#2
|
+'ReferenceSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#12'TSpee'
|
||||||
+#5#6'Height'#2#30#3'Top'#2'Q'#5'Width'#2#30#0#0#12'TSpeedButton'#23'LeftRefR'
|
+'dButton'#23'LeftRefRightSpeedButton'#4'Left'#2'('#6'Height'#2#30#3'Top'#2'Q'
|
||||||
+'ightSpeedButton'#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#2#9'NumGlyphs'#2#0
|
+#5'Width'#2#30#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#2#9'NumGlyphs'#2#0#11
|
||||||
+#11'Transparent'#8#7'OnClick'#7#26'ReferenceSideButtonClicked'#8'ShowHint'#9
|
+'Transparent'#8#7'OnClick'#7#26'ReferenceSideButtonClicked'#8'ShowHint'#9#14
|
||||||
+#14'ParentShowHint'#8#4'Left'#2'('#6'Height'#2#30#3'Top'#2'Q'#5'Width'#2#30#0
|
+'ParentShowHint'#8#0#0#12'TSpeedButton'#24'LeftRefCenterSpeedButton'#4'Left'
|
||||||
+#0#12'TSpeedButton'#24'LeftRefCenterSpeedButton'#5'Color'#7#9'clBtnFace'#10
|
+#2'K'#6'Height'#2#30#3'Top'#2'Q'#5'Width'#2#30#5'Color'#7#9'clBtnFace'#10'Gr'
|
||||||
+'GroupIndex'#2#2#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26'Referenc'
|
+'oupIndex'#2#2#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26'ReferenceS'
|
||||||
+'eSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#4'Left'#2'K'#6'Heigh'
|
+'ideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#6'TLabel'#16'LeftS'
|
||||||
+'t'#2#30#3'Top'#2'Q'#5'Width'#2#30#0#0#6'TLabel'#16'LeftSiblingLabel'#7'Capt'
|
+'iblingLabel'#4'Left'#2#2#6'Height'#2#20#3'Top'#2#28#5'Width'#2'+'#7'Caption'
|
||||||
+'ion'#6#7'Sibling'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2#2#6'Heig'
|
+#6#7'Sibling'#11'ParentColor'#8#0#0#9'TCheckBox'#20'LeftAnchoredCheckBox'#4
|
||||||
+'ht'#2#14#3'Top'#2#28#5'Width'#2#31#0#0#9'TCheckBox'#20'LeftAnchoredCheckBox'
|
+'Left'#2#2#6'Height'#2#22#5'Width'#2'K'#7'Caption'#6#7'Enabled'#8'OnChange'#7
|
||||||
+#7'Caption'#6#7'Enabled'#8'OnChange'#7#27'AnchorEnabledCheckBoxChange'#8'Tab'
|
+#27'AnchorEnabledCheckBoxChange'#8'TabOrder'#2#0#11'UseOnChange'#9#0#0#9'TCo'
|
||||||
+'Order'#2#0#11'UseOnChange'#9#4'Left'#2#2#6'Height'#2#13#5'Width'#2';'#0#0#9
|
+'mboBox'#19'LeftSiblingComboBox'#4'Left'#2#5#6'Height'#2#21#3'Top'#2'1'#5'Wi'
|
||||||
+'TComboBox'#19'LeftSiblingComboBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRig'
|
+'dth'#3#134#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteT'
|
||||||
+'ht'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAsce'
|
+'ext'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2
|
||||||
+'nding'#0#9'MaxLength'#2#0#8'OnChange'#7#21'SiblingComboBoxChange'#14'Parent'
|
+#0#8'OnChange'#7#21'SiblingComboBoxChange'#14'ParentShowHint'#8#8'ShowHint'#9
|
||||||
+'ShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#1#4'Text'#6#19'LeftSiblingComboBox'
|
+#8'TabOrder'#2#1#4'Text'#6#19'LeftSiblingComboBox'#0#0#0#0
|
||||||
+#4'Left'#2#5#6'Height'#2#21#3'Top'#2'1'#5'Width'#3#134#0#0#0#0#0
|
|
||||||
]);
|
]);
|
||||||
|
Loading…
Reference in New Issue
Block a user