mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 07:58:07 +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
|
||||
Left = 298
|
||||
Height = 259
|
||||
Top = 179
|
||||
Width = 520
|
||||
HorzScrollBar.Page = 519
|
||||
VertScrollBar.Page = 258
|
||||
ActiveControl = LeftBorderSpaceSpinEdit
|
||||
Caption = 'AnchorDesigner'
|
||||
ClientHeight = 259
|
||||
@ -7,101 +13,89 @@ object AnchorDesigner: TAnchorDesigner
|
||||
OnCreate = AnchorDesignerCreate
|
||||
OnDestroy = AnchorDesignerDestroy
|
||||
OnShow = AnchorDesignerShow
|
||||
PixelsPerInch = 112
|
||||
Position = poScreenCenter
|
||||
HorzScrollBar.Page = 519
|
||||
VertScrollBar.Page = 258
|
||||
Left = 298
|
||||
Height = 259
|
||||
Top = 179
|
||||
Width = 520
|
||||
object BorderSpaceGroupBox: TGroupBox
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
Caption = 'BorderSpaceGroupBox'
|
||||
ClientHeight = 87
|
||||
ClientWidth = 176
|
||||
TabOrder = 0
|
||||
Left = 170
|
||||
Height = 104
|
||||
Top = 80
|
||||
Width = 180
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
Caption = 'BorderSpaceGroupBox'
|
||||
ClientHeight = 85
|
||||
ClientWidth = 176
|
||||
TabOrder = 0
|
||||
object LeftBorderSpaceSpinEdit: TSpinEdit
|
||||
Height = 20
|
||||
Top = 30
|
||||
Width = 56
|
||||
MaxValue = 200
|
||||
OnChange = BorderSpaceSpinEditChange
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 0
|
||||
Value = 1
|
||||
end
|
||||
object RightBorderSpaceSpinEdit: TSpinEdit
|
||||
Left = 118
|
||||
Height = 20
|
||||
Top = 30
|
||||
Width = 56
|
||||
end
|
||||
object RightBorderSpaceSpinEdit: TSpinEdit
|
||||
MaxValue = 200
|
||||
OnChange = BorderSpaceSpinEditChange
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 1
|
||||
Value = 1
|
||||
Left = 118
|
||||
Height = 20
|
||||
Top = 30
|
||||
Width = 56
|
||||
end
|
||||
object TopBorderSpaceSpinEdit: TSpinEdit
|
||||
Left = 58
|
||||
Height = 20
|
||||
Width = 56
|
||||
MaxValue = 200
|
||||
OnChange = BorderSpaceSpinEditChange
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 2
|
||||
Value = 1
|
||||
Left = 58
|
||||
Height = 20
|
||||
Width = 56
|
||||
end
|
||||
object BottomBorderSpaceSpinEdit: TSpinEdit
|
||||
Left = 58
|
||||
Height = 20
|
||||
Top = 57
|
||||
Width = 56
|
||||
MaxValue = 200
|
||||
OnChange = BorderSpaceSpinEditChange
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 3
|
||||
Value = 1
|
||||
Left = 58
|
||||
Height = 20
|
||||
Top = 57
|
||||
Width = 56
|
||||
end
|
||||
object AroundBorderSpaceSpinEdit: TSpinEdit
|
||||
Left = 58
|
||||
Height = 20
|
||||
Top = 30
|
||||
Width = 56
|
||||
MaxValue = 200
|
||||
OnChange = BorderSpaceSpinEditChange
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 4
|
||||
Value = 1
|
||||
Left = 58
|
||||
Height = 20
|
||||
Top = 30
|
||||
Width = 56
|
||||
end
|
||||
end
|
||||
object TopGroupBox: TGroupBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'TopGroupBox'
|
||||
ClientHeight = 33
|
||||
ClientWidth = 404
|
||||
TabOrder = 1
|
||||
Left = 64
|
||||
Height = 50
|
||||
Width = 408
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'TopGroupBox'
|
||||
ClientHeight = 31
|
||||
ClientWidth = 404
|
||||
TabOrder = 1
|
||||
object TopRefTopSpeedButton: TSpeedButton
|
||||
Anchors = [akTop, akRight]
|
||||
Color = clBtnFace
|
||||
GroupIndex = 1
|
||||
NumGlyphs = 0
|
||||
Transparent = False
|
||||
OnClick = ReferenceSideButtonClicked
|
||||
ShowHint = True
|
||||
ParentShowHint = False
|
||||
Left = 296
|
||||
Height = 30
|
||||
Width = 30
|
||||
end
|
||||
object TopRefBottomSpeedButton: TSpeedButton
|
||||
Anchors = [akTop, akRight]
|
||||
Color = clBtnFace
|
||||
GroupIndex = 1
|
||||
@ -110,11 +104,11 @@ object AnchorDesigner: TAnchorDesigner
|
||||
OnClick = ReferenceSideButtonClicked
|
||||
ShowHint = True
|
||||
ParentShowHint = False
|
||||
end
|
||||
object TopRefBottomSpeedButton: TSpeedButton
|
||||
Left = 331
|
||||
Height = 30
|
||||
Width = 30
|
||||
end
|
||||
object TopRefCenterSpeedButton: TSpeedButton
|
||||
Anchors = [akTop, akRight]
|
||||
Color = clBtnFace
|
||||
GroupIndex = 1
|
||||
@ -123,29 +117,41 @@ object AnchorDesigner: TAnchorDesigner
|
||||
OnClick = ReferenceSideButtonClicked
|
||||
ShowHint = True
|
||||
ParentShowHint = False
|
||||
end
|
||||
object TopRefCenterSpeedButton: TSpeedButton
|
||||
Left = 366
|
||||
Height = 30
|
||||
Width = 30
|
||||
Anchors = [akTop, akRight]
|
||||
Color = clBtnFace
|
||||
GroupIndex = 1
|
||||
NumGlyphs = 0
|
||||
Transparent = False
|
||||
OnClick = ReferenceSideButtonClicked
|
||||
ShowHint = True
|
||||
ParentShowHint = False
|
||||
end
|
||||
object TopSiblingLabel: TLabel
|
||||
Caption = 'Sibling'
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
Left = 94
|
||||
Height = 14
|
||||
Height = 20
|
||||
Top = 4
|
||||
Width = 31
|
||||
Width = 43
|
||||
Caption = 'Sibling'
|
||||
ParentColor = False
|
||||
end
|
||||
object TopAnchoredCheckBox: TCheckBox
|
||||
Left = 2
|
||||
Height = 22
|
||||
Width = 75
|
||||
Caption = 'Enabled'
|
||||
OnChange = AnchorEnabledCheckBoxChange
|
||||
TabOrder = 0
|
||||
UseOnChange = True
|
||||
Left = 2
|
||||
Height = 13
|
||||
Width = 59
|
||||
end
|
||||
object TopSiblingComboBox: TComboBox
|
||||
Left = 158
|
||||
Height = 21
|
||||
Width = 129
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
@ -154,35 +160,22 @@ object AnchorDesigner: TAnchorDesigner
|
||||
ShowHint = True
|
||||
TabOrder = 1
|
||||
Text = 'TopSiblingComboBox'
|
||||
Left = 158
|
||||
Height = 21
|
||||
Width = 129
|
||||
end
|
||||
end
|
||||
object BottomGroupBox: TGroupBox
|
||||
Anchors = [akLeft, akRight, akBottom]
|
||||
Caption = 'BottomGroupBox'
|
||||
ClientHeight = 33
|
||||
ClientWidth = 404
|
||||
TabOrder = 2
|
||||
Left = 64
|
||||
Height = 50
|
||||
Top = 200
|
||||
Width = 408
|
||||
Anchors = [akLeft, akRight, akBottom]
|
||||
Caption = 'BottomGroupBox'
|
||||
ClientHeight = 31
|
||||
ClientWidth = 404
|
||||
TabOrder = 2
|
||||
object BottomRefTopSpeedButton: TSpeedButton
|
||||
Anchors = [akTop, akRight]
|
||||
Color = clBtnFace
|
||||
GroupIndex = 3
|
||||
NumGlyphs = 0
|
||||
Transparent = False
|
||||
OnClick = ReferenceSideButtonClicked
|
||||
ShowHint = True
|
||||
ParentShowHint = False
|
||||
Left = 296
|
||||
Height = 30
|
||||
Width = 30
|
||||
end
|
||||
object BottomRefBottomSpeedButton: TSpeedButton
|
||||
Anchors = [akTop, akRight]
|
||||
Color = clBtnFace
|
||||
GroupIndex = 3
|
||||
@ -191,11 +184,11 @@ object AnchorDesigner: TAnchorDesigner
|
||||
OnClick = ReferenceSideButtonClicked
|
||||
ShowHint = True
|
||||
ParentShowHint = False
|
||||
end
|
||||
object BottomRefBottomSpeedButton: TSpeedButton
|
||||
Left = 331
|
||||
Height = 30
|
||||
Width = 30
|
||||
end
|
||||
object BottomRefCenterSpeedButton: TSpeedButton
|
||||
Anchors = [akTop, akRight]
|
||||
Color = clBtnFace
|
||||
GroupIndex = 3
|
||||
@ -204,29 +197,41 @@ object AnchorDesigner: TAnchorDesigner
|
||||
OnClick = ReferenceSideButtonClicked
|
||||
ShowHint = True
|
||||
ParentShowHint = False
|
||||
end
|
||||
object BottomRefCenterSpeedButton: TSpeedButton
|
||||
Left = 366
|
||||
Height = 30
|
||||
Width = 30
|
||||
Anchors = [akTop, akRight]
|
||||
Color = clBtnFace
|
||||
GroupIndex = 3
|
||||
NumGlyphs = 0
|
||||
Transparent = False
|
||||
OnClick = ReferenceSideButtonClicked
|
||||
ShowHint = True
|
||||
ParentShowHint = False
|
||||
end
|
||||
object BottomSiblingLabel: TLabel
|
||||
Caption = 'Sibling'
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
Left = 94
|
||||
Height = 14
|
||||
Height = 20
|
||||
Top = 8
|
||||
Width = 31
|
||||
Width = 43
|
||||
Caption = 'Sibling'
|
||||
ParentColor = False
|
||||
end
|
||||
object BottomAnchoredCheckBox: TCheckBox
|
||||
Left = 2
|
||||
Height = 22
|
||||
Width = 75
|
||||
Caption = 'Enabled'
|
||||
OnChange = AnchorEnabledCheckBoxChange
|
||||
TabOrder = 0
|
||||
UseOnChange = True
|
||||
Left = 2
|
||||
Height = 13
|
||||
Width = 59
|
||||
end
|
||||
object BottomSiblingComboBox: TComboBox
|
||||
Left = 158
|
||||
Height = 21
|
||||
Width = 129
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
@ -235,35 +240,23 @@ object AnchorDesigner: TAnchorDesigner
|
||||
ShowHint = True
|
||||
TabOrder = 1
|
||||
Text = 'BottomSiblingComboBox'
|
||||
Left = 158
|
||||
Height = 21
|
||||
Width = 129
|
||||
end
|
||||
end
|
||||
object RightGroupBox: TGroupBox
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
Caption = 'RightGroupBox'
|
||||
ClientHeight = 112
|
||||
ClientWidth = 146
|
||||
TabOrder = 3
|
||||
Left = 364
|
||||
Height = 129
|
||||
Top = 64
|
||||
Width = 150
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
Caption = 'RightGroupBox'
|
||||
ClientHeight = 110
|
||||
ClientWidth = 146
|
||||
TabOrder = 3
|
||||
object RightRefLeftSpeedButton: TSpeedButton
|
||||
Color = clBtnFace
|
||||
GroupIndex = 4
|
||||
NumGlyphs = 0
|
||||
Transparent = False
|
||||
OnClick = ReferenceSideButtonClicked
|
||||
ShowHint = True
|
||||
ParentShowHint = False
|
||||
Left = 5
|
||||
Height = 30
|
||||
Top = 81
|
||||
Width = 30
|
||||
end
|
||||
object RightRefRightSpeedButton: TSpeedButton
|
||||
Color = clBtnFace
|
||||
GroupIndex = 4
|
||||
NumGlyphs = 0
|
||||
@ -271,12 +264,12 @@ object AnchorDesigner: TAnchorDesigner
|
||||
OnClick = ReferenceSideButtonClicked
|
||||
ShowHint = True
|
||||
ParentShowHint = False
|
||||
end
|
||||
object RightRefRightSpeedButton: TSpeedButton
|
||||
Left = 40
|
||||
Height = 30
|
||||
Top = 81
|
||||
Width = 30
|
||||
end
|
||||
object RightRefCenterSpeedButton: TSpeedButton
|
||||
Color = clBtnFace
|
||||
GroupIndex = 4
|
||||
NumGlyphs = 0
|
||||
@ -284,30 +277,42 @@ object AnchorDesigner: TAnchorDesigner
|
||||
OnClick = ReferenceSideButtonClicked
|
||||
ShowHint = True
|
||||
ParentShowHint = False
|
||||
end
|
||||
object RightRefCenterSpeedButton: TSpeedButton
|
||||
Left = 75
|
||||
Height = 30
|
||||
Top = 81
|
||||
Width = 30
|
||||
Color = clBtnFace
|
||||
GroupIndex = 4
|
||||
NumGlyphs = 0
|
||||
Transparent = False
|
||||
OnClick = ReferenceSideButtonClicked
|
||||
ShowHint = True
|
||||
ParentShowHint = False
|
||||
end
|
||||
object RightSiblingLabel: TLabel
|
||||
Caption = 'Sibling'
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
Left = 2
|
||||
Height = 14
|
||||
Height = 20
|
||||
Top = 28
|
||||
Width = 31
|
||||
Width = 43
|
||||
Caption = 'Sibling'
|
||||
ParentColor = False
|
||||
end
|
||||
object RightAnchoredCheckBox: TCheckBox
|
||||
Left = 2
|
||||
Height = 22
|
||||
Width = 75
|
||||
Caption = 'Enabled'
|
||||
OnChange = AnchorEnabledCheckBoxChange
|
||||
TabOrder = 0
|
||||
UseOnChange = True
|
||||
Left = 2
|
||||
Height = 13
|
||||
Width = 59
|
||||
end
|
||||
object RightSiblingComboBox: TComboBox
|
||||
Left = 5
|
||||
Height = 21
|
||||
Top = 49
|
||||
Width = 135
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
@ -316,36 +321,23 @@ object AnchorDesigner: TAnchorDesigner
|
||||
ShowHint = True
|
||||
TabOrder = 1
|
||||
Text = 'RightSiblingComboBox'
|
||||
Left = 5
|
||||
Height = 21
|
||||
Top = 49
|
||||
Width = 135
|
||||
end
|
||||
end
|
||||
object LeftGroupBox: TGroupBox
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
Caption = 'LeftGroupBox'
|
||||
ClientHeight = 112
|
||||
ClientWidth = 146
|
||||
TabOrder = 4
|
||||
Left = 8
|
||||
Height = 129
|
||||
Top = 64
|
||||
Width = 150
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
Caption = 'LeftGroupBox'
|
||||
ClientHeight = 110
|
||||
ClientWidth = 146
|
||||
TabOrder = 4
|
||||
object LeftRefLeftSpeedButton: TSpeedButton
|
||||
Color = clBtnFace
|
||||
GroupIndex = 2
|
||||
NumGlyphs = 0
|
||||
Transparent = False
|
||||
OnClick = ReferenceSideButtonClicked
|
||||
ShowHint = True
|
||||
ParentShowHint = False
|
||||
Left = 5
|
||||
Height = 30
|
||||
Top = 81
|
||||
Width = 30
|
||||
end
|
||||
object LeftRefRightSpeedButton: TSpeedButton
|
||||
Color = clBtnFace
|
||||
GroupIndex = 2
|
||||
NumGlyphs = 0
|
||||
@ -353,12 +345,12 @@ object AnchorDesigner: TAnchorDesigner
|
||||
OnClick = ReferenceSideButtonClicked
|
||||
ShowHint = True
|
||||
ParentShowHint = False
|
||||
end
|
||||
object LeftRefRightSpeedButton: TSpeedButton
|
||||
Left = 40
|
||||
Height = 30
|
||||
Top = 81
|
||||
Width = 30
|
||||
end
|
||||
object LeftRefCenterSpeedButton: TSpeedButton
|
||||
Color = clBtnFace
|
||||
GroupIndex = 2
|
||||
NumGlyphs = 0
|
||||
@ -366,30 +358,42 @@ object AnchorDesigner: TAnchorDesigner
|
||||
OnClick = ReferenceSideButtonClicked
|
||||
ShowHint = True
|
||||
ParentShowHint = False
|
||||
end
|
||||
object LeftRefCenterSpeedButton: TSpeedButton
|
||||
Left = 75
|
||||
Height = 30
|
||||
Top = 81
|
||||
Width = 30
|
||||
Color = clBtnFace
|
||||
GroupIndex = 2
|
||||
NumGlyphs = 0
|
||||
Transparent = False
|
||||
OnClick = ReferenceSideButtonClicked
|
||||
ShowHint = True
|
||||
ParentShowHint = False
|
||||
end
|
||||
object LeftSiblingLabel: TLabel
|
||||
Caption = 'Sibling'
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
Left = 2
|
||||
Height = 14
|
||||
Height = 20
|
||||
Top = 28
|
||||
Width = 31
|
||||
Width = 43
|
||||
Caption = 'Sibling'
|
||||
ParentColor = False
|
||||
end
|
||||
object LeftAnchoredCheckBox: TCheckBox
|
||||
Left = 2
|
||||
Height = 22
|
||||
Width = 75
|
||||
Caption = 'Enabled'
|
||||
OnChange = AnchorEnabledCheckBoxChange
|
||||
TabOrder = 0
|
||||
UseOnChange = True
|
||||
Left = 2
|
||||
Height = 13
|
||||
Width = 59
|
||||
end
|
||||
object LeftSiblingComboBox: TComboBox
|
||||
Left = 5
|
||||
Height = 21
|
||||
Top = 49
|
||||
Width = 134
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
@ -398,10 +402,6 @@ object AnchorDesigner: TAnchorDesigner
|
||||
ShowHint = True
|
||||
TabOrder = 1
|
||||
Text = 'LeftSiblingComboBox'
|
||||
Left = 5
|
||||
Height = 21
|
||||
Top = 49
|
||||
Width = 134
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -1,120 +1,120 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TAnchorDesigner','FORMDATA',[
|
||||
'TPF0'#15'TAnchorDesigner'#14'AnchorDesigner'#13'ActiveControl'#7#23'LeftBord'
|
||||
+'erSpaceSpinEdit'#7'Caption'#6#14'AnchorDesigner'#12'ClientHeight'#3#3#1#11
|
||||
+'ClientWidth'#3#8#2#7'OnClose'#7#19'AnchorDesignerClose'#8'OnCreate'#7#20'An'
|
||||
+'chorDesignerCreate'#9'OnDestroy'#7#21'AnchorDesignerDestroy'#6'OnShow'#7#18
|
||||
+'AnchorDesignerShow'#13'PixelsPerInch'#2'p'#8'Position'#7#14'poScreenCenter'
|
||||
+#18'HorzScrollBar.Page'#3#7#2#18'VertScrollBar.Page'#3#2#1#4'Left'#3'*'#1#6
|
||||
+'Height'#3#3#1#3'Top'#3#179#0#5'Width'#3#8#2#0#9'TGroupBox'#19'BorderSpaceGr'
|
||||
+'oupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#7'Caption'#6#19'Bord'
|
||||
+'erSpaceGroupBox'#12'ClientHeight'#2'W'#11'ClientWidth'#3#176#0#8'TabOrder'#2
|
||||
+#0#4'Left'#3#170#0#6'Height'#2'h'#3'Top'#2'P'#5'Width'#3#180#0#0#9'TSpinEdit'
|
||||
+#23'LeftBorderSpaceSpinEdit'#8'OnChange'#7#25'BorderSpaceSpinEditChange'#14
|
||||
+'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#0#5'Value'#2#1#6'Height'#2#20
|
||||
+#3'Top'#2#30#5'Width'#2'8'#0#0#9'TSpinEdit'#24'RightBorderSpaceSpinEdit'#8'O'
|
||||
+'nChange'#7#25'BorderSpaceSpinEditChange'#14'ParentShowHint'#8#8'ShowHint'#9
|
||||
+#8'TabOrder'#2#1#5'Value'#2#1#4'Left'#2'v'#6'Height'#2#20#3'Top'#2#30#5'Widt'
|
||||
+'h'#2'8'#0#0#9'TSpinEdit'#22'TopBorderSpaceSpinEdit'#8'OnChange'#7#25'Border'
|
||||
'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#4'Left'#2':'#6'Height'#2#20#5'Width'#2'8'#0#0#9'TSpinEdit'#25'Bot'
|
||||
+'tomBorderSpaceSpinEdit'#8'OnChange'#7#25'BorderSpaceSpinEditChange'#14'Pare'
|
||||
+'ntShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#3#5'Value'#2#1#4'Left'#2':'#6'Hei'
|
||||
+'ght'#2#20#3'Top'#2'9'#5'Width'#2'8'#0#0#9'TSpinEdit'#25'AroundBorderSpaceSp'
|
||||
+'inEdit'#8'OnChange'#7#25'BorderSpaceSpinEditChange'#14'ParentShowHint'#8#8
|
||||
+'ShowHint'#9#8'TabOrder'#2#4#5'Value'#2#1#4'Left'#2':'#6'Height'#2#20#3'Top'
|
||||
+#2#30#5'Width'#2'8'#0#0#0#9'TGroupBox'#11'TopGroupBox'#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#7'Caption'#6#11'TopGroupBox'#12'ClientHeight'#2'!'#11
|
||||
+'ClientWidth'#3#148#1#8'TabOrder'#2#1#4'Left'#2'@'#6'Height'#2'2'#5'Width'#3
|
||||
+#152#1#0#12'TSpeedButton'#20'TopRefTopSpeedButton'#7'Anchors'#11#5'akTop'#7
|
||||
+'akRight'#0#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#1#9'NumGlyphs'#2#0#11'T'
|
||||
+'ransparent'#8#7'OnClick'#7#26'ReferenceSideButtonClicked'#8'ShowHint'#9#14
|
||||
+'ParentShowHint'#8#4'Left'#3'('#1#6'Height'#2#30#5'Width'#2#30#0#0#12'TSpeed'
|
||||
+'Button'#23'TopRefBottomSpeedButton'#7'Anchors'#11#5'akTop'#7'akRight'#0#5'C'
|
||||
+'olor'#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
|
||||
+#4'Left'#3'K'#1#6'Height'#2#30#5'Width'#2#30#0#0#12'TSpeedButton'#23'TopRefC'
|
||||
+'enterSpeedButton'#7'Anchors'#11#5'akTop'#7'akRight'#0#5'Color'#7#9'clBtnFac'
|
||||
+'e'#10'GroupIndex'#2#1#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26'Re'
|
||||
+'ferenceSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#4'Left'#3'n'#1
|
||||
+#6'Height'#2#30#5'Width'#2#30#0#0#6'TLabel'#15'TopSiblingLabel'#7'Caption'#6
|
||||
+#7'Sibling'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2'^'#6'Height'#2
|
||||
+#14#3'Top'#2#4#5'Width'#2#31#0#0#9'TCheckBox'#19'TopAnchoredCheckBox'#7'Capt'
|
||||
+'ion'#6#7'Enabled'#8'OnChange'#7#27'AnchorEnabledCheckBoxChange'#8'TabOrder'
|
||||
+#2#0#11'UseOnChange'#9#4'Left'#2#2#6'Height'#2#13#5'Width'#2';'#0#0#9'TCombo'
|
||||
+'Box'#18'TopSiblingComboBox'#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'SiblingComboBoxChange'#14'ParentShowHint'#8
|
||||
+#8'ShowHint'#9#8'TabOrder'#2#1#4'Text'#6#18'TopSiblingComboBox'#4'Left'#3#158
|
||||
+#0#6'Height'#2#21#5'Width'#3#129#0#0#0#0#9'TGroupBox'#14'BottomGroupBox'#7'A'
|
||||
+'nchors'#11#6'akLeft'#7'akRight'#8'akBottom'#0#7'Caption'#6#14'BottomGroupBo'
|
||||
+'x'#12'ClientHeight'#2'!'#11'ClientWidth'#3#148#1#8'TabOrder'#2#2#4'Left'#2
|
||||
+'@'#6'Height'#2'2'#3'Top'#3#200#0#5'Width'#3#152#1#0#12'TSpeedButton'#23'Bot'
|
||||
+'tomRefTopSpeedButton'#7'Anchors'#11#5'akTop'#7'akRight'#0#5'Color'#7#9'clBt'
|
||||
+'nFace'#10'GroupIndex'#2#3#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26
|
||||
+'ReferenceSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#4'Left'#3'('
|
||||
+#1#6'Height'#2#30#5'Width'#2#30#0#0#12'TSpeedButton'#26'BottomRefBottomSpeed'
|
||||
+'Button'#7'Anchors'#11#5'akTop'#7'akRight'#0#5'Color'#7#9'clBtnFace'#10'Grou'
|
||||
+'pIndex'#2#3#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26'ReferenceSid'
|
||||
+'eButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#4'Left'#3'K'#1#6'Height'
|
||||
+#2#30#5'Width'#2#30#0#0#12'TSpeedButton'#26'BottomRefCenterSpeedButton'#7'An'
|
||||
+'chors'#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'ReferenceSideButtonClicked'
|
||||
+#8'ShowHint'#9#14'ParentShowHint'#8#4'Left'#3'n'#1#6'Height'#2#30#5'Width'#2
|
||||
+#30#0#0#6'TLabel'#18'BottomSiblingLabel'#7'Caption'#6#7'Sibling'#5'Color'#7#6
|
||||
+'clNone'#11'ParentColor'#8#4'Left'#2'^'#6'Height'#2#14#3'Top'#2#8#5'Width'#2
|
||||
+#31#0#0#9'TCheckBox'#22'BottomAnchoredCheckBox'#7'Caption'#6#7'Enabled'#8'On'
|
||||
,'Change'#7#27'AnchorEnabledCheckBoxChange'#8'TabOrder'#2#0#11'UseOnChange'#9
|
||||
+#4'Left'#2#2#6'Height'#2#13#5'Width'#2';'#0#0#9'TComboBox'#21'BottomSiblingC'
|
||||
+'omboBox'#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'SiblingComboBoxChange'#14'ParentShowHint'#8#8'ShowHint'#9#8
|
||||
+'TabOrder'#2#1#4'Text'#6#21'BottomSiblingComboBox'#4'Left'#3#158#0#6'Height'
|
||||
+#2#21#5'Width'#3#129#0#0#0#0#9'TGroupBox'#13'RightGroupBox'#7'Anchors'#11#5
|
||||
+'akTop'#6'akLeft'#8'akBottom'#0#7'Caption'#6#13'RightGroupBox'#12'ClientHeig'
|
||||
+'ht'#2'p'#11'ClientWidth'#3#146#0#8'TabOrder'#2#3#4'Left'#3'l'#1#6'Height'#3
|
||||
+#129#0#3'Top'#2'@'#5'Width'#3#150#0#0#12'TSpeedButton'#23'RightRefLeftSpeedB'
|
||||
+'utton'#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#4#9'NumGlyphs'#2#0#11'Trans'
|
||||
+'parent'#8#7'OnClick'#7#26'ReferenceSideButtonClicked'#8'ShowHint'#9#14'Pare'
|
||||
+'ntShowHint'#8#4'Left'#2#5#6'Height'#2#30#3'Top'#2'Q'#5'Width'#2#30#0#0#12'T'
|
||||
+'SpeedButton'#24'RightRefRightSpeedButton'#5'Color'#7#9'clBtnFace'#10'GroupI'
|
||||
+'ndex'#2#4#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26'ReferenceSideB'
|
||||
+'uttonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#4'Left'#2'('#6'Height'#2#30
|
||||
+#3'Top'#2'Q'#5'Width'#2#30#0#0#12'TSpeedButton'#25'RightRefCenterSpeedButton'
|
||||
+#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'ParentShowHi'
|
||||
+'nt'#8#4'Left'#2'K'#6'Height'#2#30#3'Top'#2'Q'#5'Width'#2#30#0#0#6'TLabel'#17
|
||||
+'RightSiblingLabel'#7'Caption'#6#7'Sibling'#5'Color'#7#6'clNone'#11'ParentCo'
|
||||
+'lor'#8#4'Left'#2#2#6'Height'#2#14#3'Top'#2#28#5'Width'#2#31#0#0#9'TCheckBox'
|
||||
+#21'RightAnchoredCheckBox'#7'Caption'#6#7'Enabled'#8'OnChange'#7#27'AnchorEn'
|
||||
+'abledCheckBoxChange'#8'TabOrder'#2#0#11'UseOnChange'#9#4'Left'#2#2#6'Height'
|
||||
+#2#13#5'Width'#2';'#0#0#9'TComboBox'#20'RightSiblingComboBox'#7'Anchors'#11#5
|
||||
+'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComp'
|
||||
+'lete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'OnChange'#7#21'SiblingC'
|
||||
+'omboBoxChange'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#1#4'Text'#6
|
||||
+#20'RightSiblingComboBox'#4'Left'#2#5#6'Height'#2#21#3'Top'#2'1'#5'Width'#3
|
||||
+#135#0#0#0#0#9'TGroupBox'#12'LeftGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#8
|
||||
+'akBottom'#0#7'Caption'#6#12'LeftGroupBox'#12'ClientHeight'#2'p'#11'ClientWi'
|
||||
+'dth'#3#146#0#8'TabOrder'#2#4#4'Left'#2#8#6'Height'#3#129#0#3'Top'#2'@'#5'Wi'
|
||||
+'dth'#3#150#0#0#12'TSpeedButton'#22'LeftRefLeftSpeedButton'#5'Color'#7#9'clB'
|
||||
+'tnFace'#10'GroupIndex'#2#2#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7
|
||||
+#26'ReferenceSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#4'Left'#2
|
||||
+#5#6'Height'#2#30#3'Top'#2'Q'#5'Width'#2#30#0#0#12'TSpeedButton'#23'LeftRefR'
|
||||
+'ightSpeedButton'#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#4'Left'#2'('#6'Height'#2#30#3'Top'#2'Q'#5'Width'#2#30#0
|
||||
+#0#12'TSpeedButton'#24'LeftRefCenterSpeedButton'#5'Color'#7#9'clBtnFace'#10
|
||||
+'GroupIndex'#2#2#9'NumGlyphs'#2#0#11'Transparent'#8#7'OnClick'#7#26'Referenc'
|
||||
+'eSideButtonClicked'#8'ShowHint'#9#14'ParentShowHint'#8#4'Left'#2'K'#6'Heigh'
|
||||
+'t'#2#30#3'Top'#2'Q'#5'Width'#2#30#0#0#6'TLabel'#16'LeftSiblingLabel'#7'Capt'
|
||||
+'ion'#6#7'Sibling'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2#2#6'Heig'
|
||||
+'ht'#2#14#3'Top'#2#28#5'Width'#2#31#0#0#9'TCheckBox'#20'LeftAnchoredCheckBox'
|
||||
+#7'Caption'#6#7'Enabled'#8'OnChange'#7#27'AnchorEnabledCheckBoxChange'#8'Tab'
|
||||
+'Order'#2#0#11'UseOnChange'#9#4'Left'#2#2#6'Height'#2#13#5'Width'#2';'#0#0#9
|
||||
+'TComboBox'#19'LeftSiblingComboBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRig'
|
||||
+'ht'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAsce'
|
||||
+'nding'#0#9'MaxLength'#2#0#8'OnChange'#7#21'SiblingComboBoxChange'#14'Parent'
|
||||
+'ShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#1#4'Text'#6#19'LeftSiblingComboBox'
|
||||
+#4'Left'#2#5#6'Height'#2#21#3'Top'#2'1'#5'Width'#3#134#0#0#0#0#0
|
||||
+'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'
|
||||
+'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#129#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'n'#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#129#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'n'#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
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user