mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 20:39:15 +02:00
ide: use the same spacing between controls and '...' buttons on options frames
git-svn-id: trunk@19863 -
This commit is contained in:
parent
6e52d7829c
commit
8b9c7b6944
@ -3,9 +3,10 @@ inherited DebuggerGeneralOptionsFrame: TDebuggerGeneralOptionsFrame
|
|||||||
Width = 519
|
Width = 519
|
||||||
ClientHeight = 427
|
ClientHeight = 427
|
||||||
ClientWidth = 519
|
ClientWidth = 519
|
||||||
|
TabOrder = 0
|
||||||
Visible = False
|
Visible = False
|
||||||
DesignLeft = 451
|
DesignLeft = 812
|
||||||
DesignTop = 213
|
DesignTop = 438
|
||||||
object gbDebuggerType: TGroupBox[0]
|
object gbDebuggerType: TGroupBox[0]
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = Owner
|
AnchorSideTop.Control = Owner
|
||||||
@ -20,8 +21,6 @@ inherited DebuggerGeneralOptionsFrame: TDebuggerGeneralOptionsFrame
|
|||||||
Caption = 'Debugger type and path'
|
Caption = 'Debugger type and path'
|
||||||
ClientHeight = 60
|
ClientHeight = 60
|
||||||
ClientWidth = 515
|
ClientWidth = 515
|
||||||
Ctl3D = False
|
|
||||||
ParentCtl3D = False
|
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object cmdOpenDebuggerPath: TSpeedButton
|
object cmdOpenDebuggerPath: TSpeedButton
|
||||||
AnchorSideTop.Control = cmbDebuggerPath
|
AnchorSideTop.Control = cmbDebuggerPath
|
||||||
@ -52,29 +51,28 @@ inherited DebuggerGeneralOptionsFrame: TDebuggerGeneralOptionsFrame
|
|||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoComplete = False
|
AutoComplete = False
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Ctl3D = False
|
|
||||||
ItemHeight = 13
|
ItemHeight = 13
|
||||||
ItemWidth = 0
|
ItemWidth = 0
|
||||||
OnEditingDone = cmbDebuggerTypeEditingDone
|
OnEditingDone = cmbDebuggerTypeEditingDone
|
||||||
OnSelect = cmbDebuggerTypeEditingDone
|
OnSelect = cmbDebuggerTypeEditingDone
|
||||||
ParentCtl3D = False
|
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object cmbDebuggerPath: TComboBox
|
object cmbDebuggerPath: TComboBox
|
||||||
AnchorSideLeft.Control = gbDebuggerType
|
AnchorSideLeft.Control = gbDebuggerType
|
||||||
AnchorSideTop.Control = cmbDebuggerType
|
AnchorSideTop.Control = cmbDebuggerType
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
|
AnchorSideRight.Control = cmdOpenDebuggerPath
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 21
|
Height = 21
|
||||||
Top = 33
|
Top = 33
|
||||||
Width = 474
|
Width = 480
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoComplete = False
|
AutoComplete = False
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Left = 6
|
||||||
Ctl3D = False
|
BorderSpacing.Top = 6
|
||||||
|
BorderSpacing.Bottom = 6
|
||||||
ItemHeight = 13
|
ItemHeight = 13
|
||||||
ItemWidth = 0
|
ItemWidth = 0
|
||||||
ParentCtl3D = False
|
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -94,8 +92,6 @@ inherited DebuggerGeneralOptionsFrame: TDebuggerGeneralOptionsFrame
|
|||||||
Caption = 'Additional search path'
|
Caption = 'Additional search path'
|
||||||
ClientHeight = 33
|
ClientHeight = 33
|
||||||
ClientWidth = 515
|
ClientWidth = 515
|
||||||
Ctl3D = False
|
|
||||||
ParentCtl3D = False
|
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object cmdOpenAdditionalPath: TSpeedButton
|
object cmdOpenAdditionalPath: TSpeedButton
|
||||||
AnchorSideTop.Control = txtAdditionalPath
|
AnchorSideTop.Control = txtAdditionalPath
|
||||||
@ -117,12 +113,15 @@ inherited DebuggerGeneralOptionsFrame: TDebuggerGeneralOptionsFrame
|
|||||||
object txtAdditionalPath: TEdit
|
object txtAdditionalPath: TEdit
|
||||||
AnchorSideLeft.Control = gbAdditionalSearchPath
|
AnchorSideLeft.Control = gbAdditionalSearchPath
|
||||||
AnchorSideTop.Control = gbAdditionalSearchPath
|
AnchorSideTop.Control = gbAdditionalSearchPath
|
||||||
|
AnchorSideRight.Control = cmdOpenAdditionalPath
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 21
|
Height = 21
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 474
|
Width = 480
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Left = 6
|
||||||
|
BorderSpacing.Top = 6
|
||||||
|
BorderSpacing.Bottom = 6
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -148,7 +147,6 @@ inherited DebuggerGeneralOptionsFrame: TDebuggerGeneralOptionsFrame
|
|||||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||||
ChildSizing.ControlsPerLine = 1
|
ChildSizing.ControlsPerLine = 1
|
||||||
Ctl3D = False
|
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
object gbDebuggerSpecific: TGroupBox[3]
|
object gbDebuggerSpecific: TGroupBox[3]
|
||||||
@ -168,8 +166,6 @@ inherited DebuggerGeneralOptionsFrame: TDebuggerGeneralOptionsFrame
|
|||||||
Caption = 'Debugger specific options (depends on type of debugger)'
|
Caption = 'Debugger specific options (depends on type of debugger)'
|
||||||
ClientHeight = 206
|
ClientHeight = 206
|
||||||
ClientWidth = 515
|
ClientWidth = 515
|
||||||
Ctl3D = False
|
|
||||||
ParentCtl3D = False
|
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
object pnlDebugSpecific: TPanel
|
object pnlDebugSpecific: TPanel
|
||||||
Left = 6
|
Left = 6
|
||||||
|
@ -3,72 +3,73 @@
|
|||||||
LazarusResources.Add('TDebuggerGeneralOptionsFrame','FORMDATA',[
|
LazarusResources.Add('TDebuggerGeneralOptionsFrame','FORMDATA',[
|
||||||
'TPF0'#241#28'TDebuggerGeneralOptionsFrame'#27'DebuggerGeneralOptionsFrame'#6
|
'TPF0'#241#28'TDebuggerGeneralOptionsFrame'#27'DebuggerGeneralOptionsFrame'#6
|
||||||
+'Height'#3#171#1#5'Width'#3#7#2#12'ClientHeight'#3#171#1#11'ClientWidth'#3#7
|
+'Height'#3#171#1#5'Width'#3#7#2#12'ClientHeight'#3#171#1#11'ClientWidth'#3#7
|
||||||
+#2#7'Visible'#8#10'DesignLeft'#3#195#1#9'DesignTop'#3#213#0#0#242#2#0#9'TGro'
|
+#2#8'TabOrder'#2#0#7'Visible'#8#10'DesignLeft'#3','#3#9'DesignTop'#3#182#1#0
|
||||||
+'upBox'#14'gbDebuggerType'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSi'
|
+#242#2#0#9'TGroupBox'#14'gbDebuggerType'#22'AnchorSideLeft.Control'#7#5'Owne'
|
||||||
+'deTop.Control'#7#5'Owner'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorS'
|
+'r'#21'AnchorSideTop.Control'#7#5'Owner'#23'AnchorSideRight.Control'#7#5'Own'
|
||||||
+'ideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2'N'#3'Top'#2#0#5'Width'
|
+'er'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2'N'#3'To'
|
||||||
+#3#7#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#7'Caption'
|
+'p'#2#0#5'Width'#3#7#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoS'
|
||||||
+#6#22'Debugger type and path'#12'ClientHeight'#2'<'#11'ClientWidth'#3#3#2#5
|
+'ize'#9#7'Caption'#6#22'Debugger type and path'#12'ClientHeight'#2'<'#11'Cli'
|
||||||
+'Ctl3D'#8#11'ParentCtl3D'#8#8'TabOrder'#2#0#0#12'TSpeedButton'#19'cmdOpenDeb'
|
+'entWidth'#3#3#2#8'TabOrder'#2#0#0#12'TSpeedButton'#19'cmdOpenDebuggerPath'
|
||||||
+'uggerPath'#21'AnchorSideTop.Control'#7#15'cmbDebuggerPath'#23'AnchorSideRig'
|
+#21'AnchorSideTop.Control'#7#15'cmbDebuggerPath'#23'AnchorSideRight.Control'
|
||||||
+'ht.Control'#7#14'gbDebuggerType'#20'AnchorSideRight.Side'#7#9'asrBottom'#24
|
+#7#14'gbDebuggerType'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideB'
|
||||||
+'AnchorSideBottom.Control'#7#15'cmbDebuggerPath'#21'AnchorSideBottom.Side'#7
|
+'ottom.Control'#7#15'cmbDebuggerPath'#21'AnchorSideBottom.Side'#7#9'asrBotto'
|
||||||
+#9'asrBottom'#4'Left'#3#230#1#6'Height'#2#21#3'Top'#2'!'#5'Width'#2#23#7'Anc'
|
+'m'#4'Left'#3#230#1#6'Height'#2#21#3'Top'#2'!'#5'Width'#2#23#7'Anchors'#11#5
|
||||||
+'hors'#11#5'akTop'#7'akRight'#8'akBottom'#0#19'BorderSpacing.Right'#2#6#7'Ca'
|
+'akTop'#7'akRight'#8'akBottom'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#3
|
||||||
+'ption'#6#3'...'#5'Color'#7#9'clBtnFace'#9'NumGlyphs'#2#0#7'OnClick'#7#24'cm'
|
+'...'#5'Color'#7#9'clBtnFace'#9'NumGlyphs'#2#0#7'OnClick'#7#24'cmdOpenDebugg'
|
||||||
+'dOpenDebuggerPathClick'#0#0#9'TComboBox'#15'cmbDebuggerType'#22'AnchorSideL'
|
+'erPathClick'#0#0#9'TComboBox'#15'cmbDebuggerType'#22'AnchorSideLeft.Control'
|
||||||
+'eft.Control'#7#14'gbDebuggerType'#21'AnchorSideTop.Control'#7#14'gbDebugger'
|
+#7#14'gbDebuggerType'#21'AnchorSideTop.Control'#7#14'gbDebuggerType'#23'Anch'
|
||||||
+'Type'#23'AnchorSideRight.Control'#7#14'gbDebuggerType'#20'AnchorSideRight.S'
|
+'orSideRight.Control'#7#14'gbDebuggerType'#20'AnchorSideRight.Side'#7#9'asrB'
|
||||||
+'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#6#5'Width'#3#247#1#7
|
+'ottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#6#5'Width'#3#247#1#7'Anchors'#11
|
||||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#12'AutoComplete'#8#20'BorderSpa'
|
+#5'akTop'#6'akLeft'#7'akRight'#0#12'AutoComplete'#8#20'BorderSpacing.Around'
|
||||||
+'cing.Around'#2#6#5'Ctl3D'#8#10'ItemHeight'#2#13#9'ItemWidth'#2#0#13'OnEditi'
|
+#2#6#10'ItemHeight'#2#13#9'ItemWidth'#2#0#13'OnEditingDone'#7#26'cmbDebugger'
|
||||||
+'ngDone'#7#26'cmbDebuggerTypeEditingDone'#8'OnSelect'#7#26'cmbDebuggerTypeEd'
|
+'TypeEditingDone'#8'OnSelect'#7#26'cmbDebuggerTypeEditingDone'#8'TabOrder'#2
|
||||||
+'itingDone'#11'ParentCtl3D'#8#8'TabOrder'#2#0#0#0#9'TComboBox'#15'cmbDebugge'
|
+#0#0#0#9'TComboBox'#15'cmbDebuggerPath'#22'AnchorSideLeft.Control'#7#14'gbDe'
|
||||||
+'rPath'#22'AnchorSideLeft.Control'#7#14'gbDebuggerType'#21'AnchorSideTop.Con'
|
+'buggerType'#21'AnchorSideTop.Control'#7#15'cmbDebuggerType'#18'AnchorSideTo'
|
||||||
+'trol'#7#15'cmbDebuggerType'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2
|
+'p.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#19'cmdOpenDebuggerPath'
|
||||||
+#6#6'Height'#2#21#3'Top'#2'!'#5'Width'#3#218#1#7'Anchors'#11#5'akTop'#6'akLe'
|
+#4'Left'#2#6#6'Height'#2#21#3'Top'#2'!'#5'Width'#3#224#1#7'Anchors'#11#5'akT'
|
||||||
+'ft'#7'akRight'#0#12'AutoComplete'#8#20'BorderSpacing.Around'#2#6#5'Ctl3D'#8
|
+'op'#6'akLeft'#7'akRight'#0#12'AutoComplete'#8#18'BorderSpacing.Left'#2#6#17
|
||||||
+#10'ItemHeight'#2#13#9'ItemWidth'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#1#0#0#0
|
+'BorderSpacing.Top'#2#6#20'BorderSpacing.Bottom'#2#6#10'ItemHeight'#2#13#9'I'
|
||||||
+#242#2#1#9'TGroupBox'#22'gbAdditionalSearchPath'#22'AnchorSideLeft.Control'#7
|
+'temWidth'#2#0#8'TabOrder'#2#1#0#0#0#242#2#1#9'TGroupBox'#22'gbAdditionalSea'
|
||||||
+#5'Owner'#21'AnchorSideTop.Control'#7#14'gbDebuggerType'#18'AnchorSideTop.Si'
|
+'rchPath'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7
|
||||||
+'de'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRigh'
|
+#14'gbDebuggerType'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight'
|
||||||
+'t.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2'3'#3'Top'#2'T'#5'Width'#3#7#2
|
+'.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6
|
||||||
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#17'BorderSpacin'
|
+'Height'#2'3'#3'Top'#2'T'#5'Width'#3#7#2#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||||
+'g.Top'#2#6#7'Caption'#6#22'Additional search path'#12'ClientHeight'#2'!'#11
|
+'akRight'#0#8'AutoSize'#9#17'BorderSpacing.Top'#2#6#7'Caption'#6#22'Addition'
|
||||||
+'ClientWidth'#3#3#2#5'Ctl3D'#8#11'ParentCtl3D'#8#8'TabOrder'#2#1#0#12'TSpeed'
|
+'al search path'#12'ClientHeight'#2'!'#11'ClientWidth'#3#3#2#8'TabOrder'#2#1
|
||||||
+'Button'#21'cmdOpenAdditionalPath'#21'AnchorSideTop.Control'#7#17'txtAdditio'
|
+#0#12'TSpeedButton'#21'cmdOpenAdditionalPath'#21'AnchorSideTop.Control'#7#17
|
||||||
+'nalPath'#23'AnchorSideRight.Control'#7#22'gbAdditionalSearchPath'#20'Anchor'
|
+'txtAdditionalPath'#23'AnchorSideRight.Control'#7#22'gbAdditionalSearchPath'
|
||||||
+'SideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#17'txtAdditio'
|
+#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#17't'
|
||||||
+'nalPath'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#230#1#6'Height'
|
+'xtAdditionalPath'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#230#1#6
|
||||||
+#2#21#3'Top'#2#6#5'Width'#2#23#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'
|
+'Height'#2#21#3'Top'#2#6#5'Width'#2#23#7'Anchors'#11#5'akTop'#7'akRight'#8'a'
|
||||||
+#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#3'...'#5'Color'#7#9'clBtnFace'#9
|
+'kBottom'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#3'...'#5'Color'#7#9'clB'
|
||||||
+'NumGlyphs'#2#0#7'OnClick'#7#26'cmdOpenAdditionalPathClick'#0#0#5'TEdit'#17
|
+'tnFace'#9'NumGlyphs'#2#0#7'OnClick'#7#26'cmdOpenAdditionalPathClick'#0#0#5
|
||||||
+'txtAdditionalPath'#22'AnchorSideLeft.Control'#7#22'gbAdditionalSearchPath'
|
+'TEdit'#17'txtAdditionalPath'#22'AnchorSideLeft.Control'#7#22'gbAdditionalSe'
|
||||||
+#21'AnchorSideTop.Control'#7#22'gbAdditionalSearchPath'#4'Left'#2#6#6'Height'
|
+'archPath'#21'AnchorSideTop.Control'#7#22'gbAdditionalSearchPath'#23'AnchorS'
|
||||||
+#2#21#3'Top'#2#6#5'Width'#3#218#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
|
+'ideRight.Control'#7#21'cmdOpenAdditionalPath'#4'Left'#2#6#6'Height'#2#21#3
|
||||||
+#0#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#0#0#0#242#2#2#11'TCheckGroup'
|
+'Top'#2#6#5'Width'#3#224#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18
|
||||||
+#25'gcbDebuggerGeneralOptions'#22'AnchorSideLeft.Control'#7#5'Owner'#21'Anch'
|
+'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Bottom'#2
|
||||||
+'orSideTop.Control'#7#22'gbAdditionalSearchPath'#18'AnchorSideTop.Side'#7#9
|
+#6#8'TabOrder'#2#0#0#0#0#242#2#2#11'TCheckGroup'#25'gcbDebuggerGeneralOption'
|
||||||
+'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7
|
+'s'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#22'gbA'
|
||||||
+#9'asrBottom'#4'Left'#2#0#6'Height'#2'8'#3'Top'#3#141#0#5'Width'#3#7#2#7'Anc'
|
+'dditionalSearchPath'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRig'
|
||||||
+'hors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#17'BorderSpacing.Top'
|
+'ht.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6
|
||||||
+#2#6#7'Caption'#6#24'Debugger general options'#28'ChildSizing.LeftRightSpaci'
|
+'Height'#2'8'#3'Top'#3#141#0#5'Width'#3#7#2#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||||
+'ng'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizont'
|
+#7'akRight'#0#8'AutoFill'#9#17'BorderSpacing.Top'#2#6#7'Caption'#6#24'Debugg'
|
||||||
+'al'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crs'
|
+'er general options'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.Top'
|
||||||
+'HomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'
|
+'BottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChil'
|
||||||
+#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7
|
+'dResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28
|
||||||
+#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#5'Ctl'
|
+'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVer'
|
||||||
+'3D'#8#8'TabOrder'#2#2#0#0#242#2#3#9'TGroupBox'#18'gbDebuggerSpecific'#22'An'
|
+'tical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenT'
|
||||||
+'chorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#25'gcbDebugger'
|
+'opToBottom'#27'ChildSizing.ControlsPerLine'#2#1#8'TabOrder'#2#2#0#0#242#2#3
|
||||||
+'GeneralOptions'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Co'
|
+#9'TGroupBox'#18'gbDebuggerSpecific'#22'AnchorSideLeft.Control'#7#5'Owner'#21
|
||||||
+'ntrol'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBott'
|
+'AnchorSideTop.Control'#7#25'gcbDebuggerGeneralOptions'#18'AnchorSideTop.Sid'
|
||||||
+'om.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#0
|
+'e'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight'
|
||||||
+#6'Height'#3#224#0#3'Top'#3#203#0#5'Width'#3#7#2#7'Anchors'#11#5'akTop'#6'ak'
|
+'.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSide'
|
||||||
+'Left'#7'akRight'#8'akBottom'#0#17'BorderSpacing.Top'#2#6#7'Caption'#6'7Debu'
|
+'Bottom.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#3#224#0#3'Top'#3#203#0#5
|
||||||
,'gger specific options (depends on type of debugger)'#12'ClientHeight'#3#206
|
,'Width'#3#7#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#17'B'
|
||||||
+#0#11'ClientWidth'#3#3#2#5'Ctl3D'#8#11'ParentCtl3D'#8#8'TabOrder'#2#3#0#6'TP'
|
+'orderSpacing.Top'#2#6#7'Caption'#6'7Debugger specific options (depends on t'
|
||||||
+'anel'#16'pnlDebugSpecific'#4'Left'#2#6#6'Height'#3#194#0#3'Top'#2#6#5'Width'
|
+'ype of debugger)'#12'ClientHeight'#3#206#0#11'ClientWidth'#3#3#2#8'TabOrder'
|
||||||
+#3#247#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#10'BevelOuter'#7
|
+#2#3#0#6'TPanel'#16'pnlDebugSpecific'#4'Left'#2#6#6'Height'#3#194#0#3'Top'#2
|
||||||
+#6'bvNone'#11'BorderWidth'#2#4#11'FullRepaint'#8#8'TabOrder'#2#0#7'TabStop'#9
|
+#6#5'Width'#3#247#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#10'B'
|
||||||
+#0#0#0#0
|
+'evelOuter'#7#6'bvNone'#11'BorderWidth'#2#4#11'FullRepaint'#8#8'TabOrder'#2#0
|
||||||
|
+#7'TabStop'#9#0#0#0#0
|
||||||
]);
|
]);
|
||||||
|
@ -1,36 +1,36 @@
|
|||||||
inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
||||||
Height = 441
|
Height = 441
|
||||||
Width = 501
|
Width = 501
|
||||||
ClientHeight = 437
|
ClientHeight = 441
|
||||||
ClientWidth = 497
|
ClientWidth = 501
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Visible = False
|
Visible = False
|
||||||
DesignLeft = 371
|
DesignLeft = 176
|
||||||
DesignTop = 138
|
DesignTop = 232
|
||||||
object MarginAndGutterGroupBox: TGroupBox[0]
|
object MarginAndGutterGroupBox: TGroupBox[0]
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = Owner
|
AnchorSideTop.Control = Owner
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 142
|
Height = 122
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 497
|
Width = 501
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'MarginAndGutterGroupBox'
|
Caption = 'MarginAndGutterGroupBox'
|
||||||
ClientHeight = 123
|
ClientHeight = 104
|
||||||
ClientWidth = 493
|
ClientWidth = 497
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object RightMarginLabel: TLabel
|
object RightMarginLabel: TLabel
|
||||||
AnchorSideLeft.Control = RightMarginComboBox
|
AnchorSideLeft.Control = RightMarginComboBox
|
||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = RightMarginComboBox
|
AnchorSideTop.Control = RightMarginComboBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 328
|
Left = 288
|
||||||
Height = 18
|
Height = 14
|
||||||
Top = 11
|
Top = 9
|
||||||
Width = 115
|
Width = 83
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'RightMarginLabel'
|
Caption = 'RightMarginLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -40,9 +40,9 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideTop.Control = ShowOnlyLineNumbersMultiplesOfSpinEdit
|
AnchorSideTop.Control = ShowOnlyLineNumbersMultiplesOfSpinEdit
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 18
|
Height = 14
|
||||||
Top = 94
|
Top = 79
|
||||||
Width = 150
|
Width = 110
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'Every n-th line number'
|
Caption = 'Every n-th line number'
|
||||||
@ -52,10 +52,10 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideLeft.Control = RightMarginLabel
|
AnchorSideLeft.Control = RightMarginLabel
|
||||||
AnchorSideTop.Control = GutterSeparatorIndexSpinBox
|
AnchorSideTop.Control = GutterSeparatorIndexSpinBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 328
|
Left = 288
|
||||||
Height = 18
|
Height = 14
|
||||||
Top = 45
|
Top = 37
|
||||||
Width = 176
|
Width = 133
|
||||||
Caption = 'GutterSeparatorIndexLabel'
|
Caption = 'GutterSeparatorIndexLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
@ -63,9 +63,9 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideLeft.Control = MarginAndGutterGroupBox
|
AnchorSideLeft.Control = MarginAndGutterGroupBox
|
||||||
AnchorSideTop.Control = MarginAndGutterGroupBox
|
AnchorSideTop.Control = MarginAndGutterGroupBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 212
|
Width = 154
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'VisibleRightMarginCheckBox'
|
Caption = 'VisibleRightMarginCheckBox'
|
||||||
OnChange = GeneralCheckBoxOnChange
|
OnChange = GeneralCheckBoxOnChange
|
||||||
@ -76,9 +76,9 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideTop.Control = VisibleRightMarginCheckBox
|
AnchorSideTop.Control = VisibleRightMarginCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 34
|
Top = 29
|
||||||
Width = 174
|
Width = 126
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'VisibleGutterCheckBox'
|
Caption = 'VisibleGutterCheckBox'
|
||||||
OnChange = GeneralCheckBoxOnChange
|
OnChange = GeneralCheckBoxOnChange
|
||||||
@ -89,9 +89,9 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideTop.Control = VisibleGutterCheckBox
|
AnchorSideTop.Control = VisibleGutterCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 62
|
Top = 52
|
||||||
Width = 210
|
Width = 156
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'ShowLineNumbersCheckBox'
|
Caption = 'ShowLineNumbersCheckBox'
|
||||||
OnChange = GeneralCheckBoxOnChange
|
OnChange = GeneralCheckBoxOnChange
|
||||||
@ -102,14 +102,14 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideLeft.Control = ShowOnlyLineNumbersMultiplesOfSpinEdit
|
AnchorSideLeft.Control = ShowOnlyLineNumbersMultiplesOfSpinEdit
|
||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = MarginAndGutterGroupBox
|
AnchorSideTop.Control = MarginAndGutterGroupBox
|
||||||
Left = 266
|
Left = 226
|
||||||
Height = 29
|
Height = 21
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 56
|
Width = 56
|
||||||
AutoComplete = False
|
AutoComplete = False
|
||||||
BorderSpacing.Left = 44
|
BorderSpacing.Left = 44
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
ItemHeight = 0
|
ItemHeight = 13
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
'80'
|
'80'
|
||||||
'78'
|
'78'
|
||||||
@ -126,9 +126,9 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = ShowLineNumbersCheckBox
|
AnchorSideTop.Control = ShowLineNumbersCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 162
|
Left = 122
|
||||||
Height = 27
|
Height = 23
|
||||||
Top = 90
|
Top = 75
|
||||||
Width = 54
|
Width = 54
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -141,9 +141,9 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideLeft.Control = RightMarginComboBox
|
AnchorSideLeft.Control = RightMarginComboBox
|
||||||
AnchorSideTop.Control = RightMarginComboBox
|
AnchorSideTop.Control = RightMarginComboBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 266
|
Left = 226
|
||||||
Height = 27
|
Height = 23
|
||||||
Top = 41
|
Top = 33
|
||||||
Width = 56
|
Width = 56
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
MaxValue = 4
|
MaxValue = 4
|
||||||
@ -158,15 +158,15 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 130
|
Height = 105
|
||||||
Top = 148
|
Top = 128
|
||||||
Width = 497
|
Width = 501
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'EditorFontGroupBox'
|
Caption = 'EditorFontGroupBox'
|
||||||
ClientHeight = 111
|
ClientHeight = 87
|
||||||
ClientWidth = 493
|
ClientWidth = 497
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object EditorFontHeightLabel: TLabel
|
object EditorFontHeightLabel: TLabel
|
||||||
AnchorSideLeft.Control = EditorFontHeightComboBox
|
AnchorSideLeft.Control = EditorFontHeightComboBox
|
||||||
@ -174,9 +174,9 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideTop.Control = EditorFontHeightComboBox
|
AnchorSideTop.Control = EditorFontHeightComboBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 112
|
Left = 112
|
||||||
Height = 18
|
Height = 14
|
||||||
Top = 46
|
Top = 36
|
||||||
Width = 146
|
Width = 107
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'EditorFontHeightLabel'
|
Caption = 'EditorFontHeightLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -186,10 +186,10 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = ExtraLineSpacingComboBox
|
AnchorSideTop.Control = ExtraLineSpacingComboBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 390
|
Left = 351
|
||||||
Height = 18
|
Height = 14
|
||||||
Top = 46
|
Top = 36
|
||||||
Width = 148
|
Width = 108
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'ExtraLineSpacingLabel'
|
Caption = 'ExtraLineSpacingLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -199,10 +199,10 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = ExtraCharSpacingComboBox
|
AnchorSideTop.Control = ExtraCharSpacingComboBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 390
|
Left = 351
|
||||||
Height = 18
|
Height = 14
|
||||||
Top = 81
|
Top = 63
|
||||||
Width = 151
|
Width = 112
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'ExtraCharSpacingLabel'
|
Caption = 'ExtraCharSpacingLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -212,15 +212,14 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideTop.Control = EditorFontGroupBox
|
AnchorSideTop.Control = EditorFontGroupBox
|
||||||
AnchorSideRight.Control = EditorFontButton
|
AnchorSideRight.Control = EditorFontButton
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 29
|
Height = 21
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 454
|
Width = 460
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoComplete = False
|
AutoComplete = False
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Right = 2
|
ItemHeight = 13
|
||||||
ItemHeight = 0
|
|
||||||
ItemWidth = 0
|
ItemWidth = 0
|
||||||
OnEditingDone = EditorFontComboBoxEditingDone
|
OnEditingDone = EditorFontComboBoxEditingDone
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -232,8 +231,8 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Control = EditorFontComboBox
|
AnchorSideBottom.Control = EditorFontComboBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 462
|
Left = 466
|
||||||
Height = 29
|
Height = 21
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 25
|
Width = 25
|
||||||
Anchors = [akTop, akRight, akBottom]
|
Anchors = [akTop, akRight, akBottom]
|
||||||
@ -247,12 +246,12 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideTop.Control = EditorFontComboBox
|
AnchorSideTop.Control = EditorFontComboBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 29
|
Height = 21
|
||||||
Top = 41
|
Top = 33
|
||||||
Width = 100
|
Width = 100
|
||||||
AutoComplete = False
|
AutoComplete = False
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
ItemHeight = 0
|
ItemHeight = 13
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
'10'
|
'10'
|
||||||
'11'
|
'11'
|
||||||
@ -275,14 +274,14 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = EditorFontComboBox
|
AnchorSideTop.Control = EditorFontComboBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 284
|
Left = 245
|
||||||
Height = 29
|
Height = 21
|
||||||
Top = 41
|
Top = 33
|
||||||
Width = 100
|
Width = 100
|
||||||
AutoComplete = False
|
AutoComplete = False
|
||||||
BorderSpacing.Left = 20
|
BorderSpacing.Left = 20
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
ItemHeight = 0
|
ItemHeight = 13
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
'0'
|
'0'
|
||||||
'1'
|
'1'
|
||||||
@ -298,13 +297,13 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideLeft.Control = ExtraLineSpacingComboBox
|
AnchorSideLeft.Control = ExtraLineSpacingComboBox
|
||||||
AnchorSideTop.Control = ExtraLineSpacingComboBox
|
AnchorSideTop.Control = ExtraLineSpacingComboBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 284
|
Left = 245
|
||||||
Height = 29
|
Height = 21
|
||||||
Top = 76
|
Top = 60
|
||||||
Width = 100
|
Width = 100
|
||||||
AutoComplete = False
|
AutoComplete = False
|
||||||
BorderSpacing.Bottom = 6
|
BorderSpacing.Bottom = 6
|
||||||
ItemHeight = 0
|
ItemHeight = 13
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
'0'
|
'0'
|
||||||
'1'
|
'1'
|
||||||
@ -321,9 +320,9 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideTop.Control = EditorFontHeightComboBox
|
AnchorSideTop.Control = EditorFontHeightComboBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 29
|
Height = 21
|
||||||
Top = 76
|
Top = 60
|
||||||
Width = 215
|
Width = 155
|
||||||
Anchors = [akTop, akLeft, akBottom]
|
Anchors = [akTop, akLeft, akBottom]
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'DisableAntialiasingCheckBox'
|
Caption = 'DisableAntialiasingCheckBox'
|
||||||
@ -339,9 +338,9 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
AnchorSideBottom.Control = Owner
|
AnchorSideBottom.Control = Owner
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 153
|
Height = 202
|
||||||
Top = 284
|
Top = 239
|
||||||
Width = 497
|
Width = 501
|
||||||
Align = alClient
|
Align = alClient
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Font.Height = -16
|
Font.Height = -16
|
||||||
@ -352,7 +351,8 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
ParentFont = False
|
ParentFont = False
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
BookMarkOptions.Xoffset = 30
|
BookMarkOptions.Xoffset = 30
|
||||||
Gutter.Width = 53
|
BookMarkOptions.OnChange = nil
|
||||||
|
Gutter.Width = 59
|
||||||
Keystrokes = <
|
Keystrokes = <
|
||||||
item
|
item
|
||||||
Command = 3
|
Command = 3
|
||||||
@ -684,7 +684,7 @@ inherited EditorDisplayOptionsFrame: TEditorDisplayOptionsFrame
|
|||||||
Width = 23
|
Width = 23
|
||||||
end
|
end
|
||||||
object TSynGutterLineNumber
|
object TSynGutterLineNumber
|
||||||
Width = 13
|
Width = 19
|
||||||
MarkupInfo.Background = clBtnFace
|
MarkupInfo.Background = clBtnFace
|
||||||
MarkupInfo.Foreground = clNone
|
MarkupInfo.Foreground = clNone
|
||||||
DigitCount = 2
|
DigitCount = 2
|
||||||
|
@ -2,179 +2,178 @@
|
|||||||
|
|
||||||
LazarusResources.Add('TEditorDisplayOptionsFrame','FORMDATA',[
|
LazarusResources.Add('TEditorDisplayOptionsFrame','FORMDATA',[
|
||||||
'TPF0'#241#26'TEditorDisplayOptionsFrame'#25'EditorDisplayOptionsFrame'#6'Hei'
|
'TPF0'#241#26'TEditorDisplayOptionsFrame'#25'EditorDisplayOptionsFrame'#6'Hei'
|
||||||
+'ght'#3#185#1#5'Width'#3#245#1#12'ClientHeight'#3#181#1#11'ClientWidth'#3#241
|
+'ght'#3#185#1#5'Width'#3#245#1#12'ClientHeight'#3#185#1#11'ClientWidth'#3#245
|
||||||
+#1#8'TabOrder'#2#0#7'Visible'#8#10'DesignLeft'#3's'#1#9'DesignTop'#3#138#0#0
|
+#1#8'TabOrder'#2#0#7'Visible'#8#10'DesignLeft'#3#176#0#9'DesignTop'#3#232#0#0
|
||||||
+#242#2#0#9'TGroupBox'#23'MarginAndGutterGroupBox'#22'AnchorSideLeft.Control'
|
+#242#2#0#9'TGroupBox'#23'MarginAndGutterGroupBox'#22'AnchorSideLeft.Control'
|
||||||
+#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#23'AnchorSideRight.Control'
|
+#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#23'AnchorSideRight.Control'
|
||||||
+#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#3
|
+#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2
|
||||||
+#142#0#3'Top'#2#0#5'Width'#3#241#1#5'Align'#7#5'alTop'#8'AutoSize'#9#7'Capti'
|
+'z'#3'Top'#2#0#5'Width'#3#245#1#5'Align'#7#5'alTop'#8'AutoSize'#9#7'Caption'
|
||||||
+'on'#6#23'MarginAndGutterGroupBox'#12'ClientHeight'#2'{'#11'ClientWidth'#3
|
+#6#23'MarginAndGutterGroupBox'#12'ClientHeight'#2'h'#11'ClientWidth'#3#241#1
|
||||||
+#237#1#8'TabOrder'#2#0#0#6'TLabel'#16'RightMarginLabel'#22'AnchorSideLeft.Co'
|
+#8'TabOrder'#2#0#0#6'TLabel'#16'RightMarginLabel'#22'AnchorSideLeft.Control'
|
||||||
+'ntrol'#7#19'RightMarginComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21
|
+#7#19'RightMarginComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorS'
|
||||||
+'AnchorSideTop.Control'#7#19'RightMarginComboBox'#18'AnchorSideTop.Side'#7#9
|
+'ideTop.Control'#7#19'RightMarginComboBox'#18'AnchorSideTop.Side'#7#9'asrCen'
|
||||||
+'asrCenter'#4'Left'#3'H'#1#6'Height'#2#18#3'Top'#2#11#5'Width'#2's'#18'Borde'
|
+'ter'#4'Left'#3' '#1#6'Height'#2#14#3'Top'#2#9#5'Width'#2'S'#18'BorderSpacin'
|
||||||
+'rSpacing.Left'#2#6#7'Caption'#6#16'RightMarginLabel'#11'ParentColor'#8#0#0#6
|
+'g.Left'#2#6#7'Caption'#6#16'RightMarginLabel'#11'ParentColor'#8#0#0#6'TLabe'
|
||||||
+'TLabel#ShowOnlyLineNumbersMultiplesOfLabel'#22'AnchorSideLeft.Control'#7#23
|
+'l#ShowOnlyLineNumbersMultiplesOfLabel'#22'AnchorSideLeft.Control'#7#23'Marg'
|
||||||
+'MarginAndGutterGroupBox'#21'AnchorSideTop.Control'#7'&ShowOnlyLineNumbersMu'
|
+'inAndGutterGroupBox'#21'AnchorSideTop.Control'#7'&ShowOnlyLineNumbersMultip'
|
||||||
+'ltiplesOfSpinEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Heig'
|
+'lesOfSpinEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2
|
||||||
+'ht'#2#18#3'Top'#2'^'#5'Width'#3#150#0#18'BorderSpacing.Left'#2#6#17'BorderS'
|
+#14#3'Top'#2'O'#5'Width'#2'n'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.To'
|
||||||
+'pacing.Top'#2#6#7'Caption'#6#22'Every n-th line number'#11'ParentColor'#8#0
|
+'p'#2#6#7'Caption'#6#22'Every n-th line number'#11'ParentColor'#8#0#0#6'TLab'
|
||||||
+#0#6'TLabel'#25'GutterSeparatorIndexLabel'#22'AnchorSideLeft.Control'#7#16'R'
|
+'el'#25'GutterSeparatorIndexLabel'#22'AnchorSideLeft.Control'#7#16'RightMarg'
|
||||||
+'ightMarginLabel'#21'AnchorSideTop.Control'#7#27'GutterSeparatorIndexSpinBox'
|
+'inLabel'#21'AnchorSideTop.Control'#7#27'GutterSeparatorIndexSpinBox'#18'Anc'
|
||||||
+#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3'H'#1#6'Height'#2#18#3'Top'#2
|
+'horSideTop.Side'#7#9'asrCenter'#4'Left'#3' '#1#6'Height'#2#14#3'Top'#2'%'#5
|
||||||
+'-'#5'Width'#3#176#0#7'Caption'#6#25'GutterSeparatorIndexLabel'#11'ParentCol'
|
+'Width'#3#133#0#7'Caption'#6#25'GutterSeparatorIndexLabel'#11'ParentColor'#8
|
||||||
+'or'#8#0#0#9'TCheckBox'#26'VisibleRightMarginCheckBox'#22'AnchorSideLeft.Con'
|
+#0#0#9'TCheckBox'#26'VisibleRightMarginCheckBox'#22'AnchorSideLeft.Control'#7
|
||||||
+'trol'#7#23'MarginAndGutterGroupBox'#21'AnchorSideTop.Control'#7#23'MarginAn'
|
+#23'MarginAndGutterGroupBox'#21'AnchorSideTop.Control'#7#23'MarginAndGutterG'
|
||||||
+'dGutterGroupBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#212#0#20
|
+'roupBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#6#5'Width'#3#154#0#20'BorderSp'
|
||||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#26'VisibleRightMarginCheckBox'#8'OnC'
|
+'acing.Around'#2#6#7'Caption'#6#26'VisibleRightMarginCheckBox'#8'OnChange'#7
|
||||||
+'hange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#9'TCheckBox'#21'Vi'
|
+#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#9'TCheckBox'#21'VisibleGutt'
|
||||||
+'sibleGutterCheckBox'#22'AnchorSideLeft.Control'#7#23'MarginAndGutterGroupBo'
|
+'erCheckBox'#22'AnchorSideLeft.Control'#7#23'MarginAndGutterGroupBox'#21'Anc'
|
||||||
+'x'#21'AnchorSideTop.Control'#7#26'VisibleRightMarginCheckBox'#18'AnchorSide'
|
+'horSideTop.Control'#7#26'VisibleRightMarginCheckBox'#18'AnchorSideTop.Side'
|
||||||
+'Top.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'"'#5'Width'#3
|
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#29#5'Width'#2'~'#20'Bord'
|
||||||
+#174#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'VisibleGutterCheckBox'#8
|
+'erSpacing.Around'#2#6#7'Caption'#6#21'VisibleGutterCheckBox'#8'OnChange'#7
|
||||||
+'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#1#0#0#9'TCheckBox'#23
|
+#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#1#0#0#9'TCheckBox'#23'ShowLineNum'
|
||||||
+'ShowLineNumbersCheckBox'#22'AnchorSideLeft.Control'#7#23'MarginAndGutterGro'
|
+'bersCheckBox'#22'AnchorSideLeft.Control'#7#23'MarginAndGutterGroupBox'#21'A'
|
||||||
+'upBox'#21'AnchorSideTop.Control'#7#21'VisibleGutterCheckBox'#18'AnchorSideT'
|
+'nchorSideTop.Control'#7#21'VisibleGutterCheckBox'#18'AnchorSideTop.Side'#7#9
|
||||||
+'op.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'>'#5'Width'#3
|
+'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'4'#5'Width'#3#156#0#20'Borde'
|
||||||
+#210#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'ShowLineNumbersCheckBox'
|
+'rSpacing.Around'#2#6#7'Caption'#6#23'ShowLineNumbersCheckBox'#8'OnChange'#7
|
||||||
+#8'OnChange'#7#23'GeneralCheckBoxOnChange'#7'OnClick'#7#28'ShowLineNumbersCh'
|
+#23'GeneralCheckBoxOnChange'#7'OnClick'#7#28'ShowLineNumbersCheckBoxClick'#8
|
||||||
+'eckBoxClick'#8'TabOrder'#2#2#0#0#9'TComboBox'#19'RightMarginComboBox'#22'An'
|
+'TabOrder'#2#2#0#0#9'TComboBox'#19'RightMarginComboBox'#22'AnchorSideLeft.Co'
|
||||||
+'chorSideLeft.Control'#7'&ShowOnlyLineNumbersMultiplesOfSpinEdit'#19'AnchorS'
|
+'ntrol'#7'&ShowOnlyLineNumbersMultiplesOfSpinEdit'#19'AnchorSideLeft.Side'#7
|
||||||
+'ideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#23'MarginAndGutter'
|
+#9'asrBottom'#21'AnchorSideTop.Control'#7#23'MarginAndGutterGroupBox'#4'Left'
|
||||||
+'GroupBox'#4'Left'#3#10#1#6'Height'#2#29#3'Top'#2#6#5'Width'#2'8'#12'AutoCom'
|
+#3#226#0#6'Height'#2#21#3'Top'#2#6#5'Width'#2'8'#12'AutoComplete'#8#18'Borde'
|
||||||
+'plete'#8#18'BorderSpacing.Left'#2','#20'BorderSpacing.Around'#2#6#10'ItemHe'
|
+'rSpacing.Left'#2','#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#13#13'Ite'
|
||||||
+'ight'#2#0#13'Items.Strings'#1#6#2'80'#6#2'78'#6#2'76'#0#9'ItemWidth'#2#0#8
|
+'ms.Strings'#1#6#2'80'#6#2'78'#6#2'76'#0#9'ItemWidth'#2#0#8'OnChange'#7#16'C'
|
||||||
+'OnChange'#7#16'ComboboxOnChange'#6'OnExit'#7#14'ComboboxOnExit'#9'OnKeyDown'
|
+'omboboxOnChange'#6'OnExit'#7#14'ComboboxOnExit'#9'OnKeyDown'#7#17'ComboBoxO'
|
||||||
+#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#3#0#0#9'TSpinEdit&ShowOnlyLineNumbers'
|
+'nKeyDown'#8'TabOrder'#2#3#0#0#9'TSpinEdit&ShowOnlyLineNumbersMultiplesOfSpi'
|
||||||
+'MultiplesOfSpinEdit'#22'AnchorSideLeft.Control'#7'#ShowOnlyLineNumbersMulti'
|
+'nEdit'#22'AnchorSideLeft.Control'#7'#ShowOnlyLineNumbersMultiplesOfLabel'#19
|
||||||
+'plesOfLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Contro'
|
+'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#23'ShowLine'
|
||||||
+'l'#7#23'ShowLineNumbersCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Le'
|
+'NumbersCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'z'#6'Heigh'
|
||||||
+'ft'#3#162#0#6'Height'#2#27#3'Top'#2'Z'#5'Width'#2'6'#8'AutoSize'#9#20'Borde'
|
+'t'#2#23#3'Top'#2'K'#5'Width'#2'6'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6
|
||||||
+'rSpacing.Around'#2#6#8'MinValue'#2#1#8'OnChange'#7#23'GeneralCheckBoxOnChan'
|
+#8'MinValue'#2#1#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#4#5
|
||||||
+'ge'#8'TabOrder'#2#4#5'Value'#2#1#0#0#9'TSpinEdit'#27'GutterSeparatorIndexSp'
|
+'Value'#2#1#0#0#9'TSpinEdit'#27'GutterSeparatorIndexSpinBox'#22'AnchorSideLe'
|
||||||
+'inBox'#22'AnchorSideLeft.Control'#7#19'RightMarginComboBox'#21'AnchorSideTo'
|
+'ft.Control'#7#19'RightMarginComboBox'#21'AnchorSideTop.Control'#7#19'RightM'
|
||||||
+'p.Control'#7#19'RightMarginComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
+'arginComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#226#0#6'Heig'
|
||||||
+'Left'#3#10#1#6'Height'#2#27#3'Top'#2')'#5'Width'#2'8'#8'AutoSize'#9#8'MaxVa'
|
+'ht'#2#23#3'Top'#2'!'#5'Width'#2'8'#8'AutoSize'#9#8'MaxValue'#2#4#8'MinValue'
|
||||||
+'lue'#2#4#8'MinValue'#2#255#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabO'
|
+#2#255#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#5#0#0#0#242#2
|
||||||
+'rder'#2#5#0#0#0#242#2#1#9'TGroupBox'#18'EditorFontGroupBox'#22'AnchorSideLe'
|
+#1#9'TGroupBox'#18'EditorFontGroupBox'#22'AnchorSideLeft.Control'#7#5'Owner'
|
||||||
+'ft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#23'MarginAndGutterGroupB'
|
+#21'AnchorSideTop.Control'#7#23'MarginAndGutterGroupBox'#23'AnchorSideRight.'
|
||||||
+'ox'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asr'
|
+'Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'H'
|
||||||
+'Bottom'#4'Left'#2#0#6'Height'#3#130#0#3'Top'#3#148#0#5'Width'#3#241#1#5'Ali'
|
+'eight'#2'i'#3'Top'#3#128#0#5'Width'#3#245#1#5'Align'#7#5'alTop'#8'AutoSize'
|
||||||
+'gn'#7#5'alTop'#8'AutoSize'#9#17'BorderSpacing.Top'#2#6#7'Caption'#6#18'Edit'
|
+#9#17'BorderSpacing.Top'#2#6#7'Caption'#6#18'EditorFontGroupBox'#12'ClientHe'
|
||||||
+'orFontGroupBox'#12'ClientHeight'#2'o'#11'ClientWidth'#3#237#1#8'TabOrder'#2
|
+'ight'#2'W'#11'ClientWidth'#3#241#1#8'TabOrder'#2#1#0#6'TLabel'#21'EditorFon'
|
||||||
+#1#0#6'TLabel'#21'EditorFontHeightLabel'#22'AnchorSideLeft.Control'#7#24'Edi'
|
+'tHeightLabel'#22'AnchorSideLeft.Control'#7#24'EditorFontHeightComboBox'#19
|
||||||
+'torFontHeightComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSide'
|
+'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#24'EditorFo'
|
||||||
+'Top.Control'#7#24'EditorFontHeightComboBox'#18'AnchorSideTop.Side'#7#9'asrC'
|
+'ntHeightComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'p'#6'Heig'
|
||||||
,'enter'#4'Left'#2'p'#6'Height'#2#18#3'Top'#2'.'#5'Width'#3#146#0#20'BorderSp'
|
,'ht'#2#14#3'Top'#2'$'#5'Width'#2'k'#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||||
+'acing.Around'#2#6#7'Caption'#6#21'EditorFontHeightLabel'#11'ParentColor'#8#0
|
+#21'EditorFontHeightLabel'#11'ParentColor'#8#0#0#6'TLabel'#21'ExtraLineSpaci'
|
||||||
+#0#6'TLabel'#21'ExtraLineSpacingLabel'#22'AnchorSideLeft.Control'#7#24'Extra'
|
+'ngLabel'#22'AnchorSideLeft.Control'#7#24'ExtraLineSpacingComboBox'#19'Ancho'
|
||||||
+'LineSpacingComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTo'
|
+'rSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#24'ExtraLineSpac'
|
||||||
+'p.Control'#7#24'ExtraLineSpacingComboBox'#18'AnchorSideTop.Side'#7#9'asrCen'
|
+'ingComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3'_'#1#6'Height'
|
||||||
+'ter'#4'Left'#3#134#1#6'Height'#2#18#3'Top'#2'.'#5'Width'#3#148#0#20'BorderS'
|
+#2#14#3'Top'#2'$'#5'Width'#2'l'#20'BorderSpacing.Around'#2#6#7'Caption'#6#21
|
||||||
+'pacing.Around'#2#6#7'Caption'#6#21'ExtraLineSpacingLabel'#11'ParentColor'#8
|
+'ExtraLineSpacingLabel'#11'ParentColor'#8#0#0#6'TLabel'#21'ExtraCharSpacingL'
|
||||||
+#0#0#6'TLabel'#21'ExtraCharSpacingLabel'#22'AnchorSideLeft.Control'#7#24'Ext'
|
+'abel'#22'AnchorSideLeft.Control'#7#24'ExtraCharSpacingComboBox'#19'AnchorSi'
|
||||||
+'raCharSpacingComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSide'
|
+'deLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#24'ExtraCharSpacing'
|
||||||
+'Top.Control'#7#24'ExtraCharSpacingComboBox'#18'AnchorSideTop.Side'#7#9'asrC'
|
+'ComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3'_'#1#6'Height'#2
|
||||||
+'enter'#4'Left'#3#134#1#6'Height'#2#18#3'Top'#2'Q'#5'Width'#3#151#0#20'Borde'
|
+#14#3'Top'#2'?'#5'Width'#2'p'#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'E'
|
||||||
+'rSpacing.Around'#2#6#7'Caption'#6#21'ExtraCharSpacingLabel'#11'ParentColor'
|
+'xtraCharSpacingLabel'#11'ParentColor'#8#0#0#9'TComboBox'#18'EditorFontCombo'
|
||||||
+#8#0#0#9'TComboBox'#18'EditorFontComboBox'#22'AnchorSideLeft.Control'#7#18'E'
|
+'Box'#22'AnchorSideLeft.Control'#7#18'EditorFontGroupBox'#21'AnchorSideTop.C'
|
||||||
+'ditorFontGroupBox'#21'AnchorSideTop.Control'#7#18'EditorFontGroupBox'#23'An'
|
+'ontrol'#7#18'EditorFontGroupBox'#23'AnchorSideRight.Control'#7#16'EditorFon'
|
||||||
+'chorSideRight.Control'#7#16'EditorFontButton'#4'Left'#2#6#6'Height'#2#29#3
|
+'tButton'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#6#5'Width'#3#204#1#7'Anchors'
|
||||||
+'Top'#2#6#5'Width'#3#198#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#12
|
+#11#5'akTop'#6'akLeft'#7'akRight'#0#12'AutoComplete'#8#18'BorderSpacing.Left'
|
||||||
+'AutoComplete'#8#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'Bor'
|
+#2#6#17'BorderSpacing.Top'#2#6#10'ItemHeight'#2#13#9'ItemWidth'#2#0#13'OnEdi'
|
||||||
+'derSpacing.Right'#2#2#10'ItemHeight'#2#0#9'ItemWidth'#2#0#13'OnEditingDone'
|
+'tingDone'#7#29'EditorFontComboBoxEditingDone'#8'TabOrder'#2#0#4'Text'#6#18
|
||||||
+#7#29'EditorFontComboBoxEditingDone'#8'TabOrder'#2#0#4'Text'#6#18'EditorFont'
|
+'EditorFontComboBox'#0#0#7'TButton'#16'EditorFontButton'#21'AnchorSideTop.Co'
|
||||||
+'ComboBox'#0#0#7'TButton'#16'EditorFontButton'#21'AnchorSideTop.Control'#7#18
|
+'ntrol'#7#18'EditorFontComboBox'#23'AnchorSideRight.Control'#7#18'EditorFont'
|
||||||
+'EditorFontComboBox'#23'AnchorSideRight.Control'#7#18'EditorFontGroupBox'#20
|
+'GroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Contr'
|
||||||
+'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#18'Edit'
|
+'ol'#7#18'EditorFontComboBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Lef'
|
||||||
+'orFontComboBox'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#206#1#6
|
+'t'#3#210#1#6'Height'#2#21#3'Top'#2#6#5'Width'#2#25#7'Anchors'#11#5'akTop'#7
|
||||||
+'Height'#2#29#3'Top'#2#6#5'Width'#2#25#7'Anchors'#11#5'akTop'#7'akRight'#8'a'
|
+'akRight'#8'akBottom'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#3'...'#7'On'
|
||||||
+'kBottom'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#3'...'#7'OnClick'#7#21
|
+'Click'#7#21'EditorFontButtonClick'#8'TabOrder'#2#1#0#0#9'TComboBox'#24'Edit'
|
||||||
+'EditorFontButtonClick'#8'TabOrder'#2#1#0#0#9'TComboBox'#24'EditorFontHeight'
|
+'orFontHeightComboBox'#22'AnchorSideLeft.Control'#7#18'EditorFontGroupBox'#21
|
||||||
+'ComboBox'#22'AnchorSideLeft.Control'#7#18'EditorFontGroupBox'#21'AnchorSide'
|
+'AnchorSideTop.Control'#7#18'EditorFontComboBox'#18'AnchorSideTop.Side'#7#9
|
||||||
+'Top.Control'#7#18'EditorFontComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
+'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'!'#5'Width'#2'd'#12'AutoComp'
|
||||||
+#4'Left'#2#6#6'Height'#2#29#3'Top'#2')'#5'Width'#2'd'#12'AutoComplete'#8#20
|
+'lete'#8#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#13#13'Items.Strings'#1
|
||||||
+'BorderSpacing.Around'#2#6#10'ItemHeight'#2#0#13'Items.Strings'#1#6#2'10'#6#2
|
+#6#2'10'#6#2'11'#6#2'12'#6#2'13'#6#2'14'#6#2'15'#6#2'16'#6#2'17'#6#2'18'#0#9
|
||||||
+'11'#6#2'12'#6#2'13'#6#2'14'#6#2'15'#6#2'16'#6#2'17'#6#2'18'#0#9'ItemWidth'#2
|
+'ItemWidth'#2#0#8'OnChange'#7#16'ComboboxOnChange'#6'OnExit'#7#14'ComboboxOn'
|
||||||
+#0#8'OnChange'#7#16'ComboboxOnChange'#6'OnExit'#7#14'ComboboxOnExit'#9'OnKey'
|
+'Exit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#2#0#0#9'TComboBox'
|
||||||
+'Down'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#2#0#0#9'TComboBox'#24'ExtraLine'
|
+#24'ExtraLineSpacingComboBox'#22'AnchorSideLeft.Control'#7#21'EditorFontHeig'
|
||||||
+'SpacingComboBox'#22'AnchorSideLeft.Control'#7#21'EditorFontHeightLabel'#19
|
+'htLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7
|
||||||
+'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#18'EditorFo'
|
+#18'EditorFontComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#245#0
|
||||||
+'ntComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#28#1#6'Height'#2
|
+#6'Height'#2#21#3'Top'#2'!'#5'Width'#2'd'#12'AutoComplete'#8#18'BorderSpacin'
|
||||||
+#29#3'Top'#2')'#5'Width'#2'd'#12'AutoComplete'#8#18'BorderSpacing.Left'#2#20
|
+'g.Left'#2#20#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#13#13'Items.Stri'
|
||||||
+#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2#0#13'Items.Strings'#1#6#1'0'#6
|
+'ngs'#1#6#1'0'#6#1'1'#6#1'2'#0#9'ItemWidth'#2#0#8'OnChange'#7#16'ComboboxOnC'
|
||||||
+#1'1'#6#1'2'#0#9'ItemWidth'#2#0#8'OnChange'#7#16'ComboboxOnChange'#6'OnExit'
|
+'hange'#6'OnExit'#7#14'ComboboxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8
|
||||||
+#7#14'ComboboxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#4#0
|
+'TabOrder'#2#4#0#0#9'TComboBox'#24'ExtraCharSpacingComboBox'#22'AnchorSideLe'
|
||||||
+#0#9'TComboBox'#24'ExtraCharSpacingComboBox'#22'AnchorSideLeft.Control'#7#24
|
+'ft.Control'#7#24'ExtraLineSpacingComboBox'#21'AnchorSideTop.Control'#7#24'E'
|
||||||
+'ExtraLineSpacingComboBox'#21'AnchorSideTop.Control'#7#24'ExtraLineSpacingCo'
|
+'xtraLineSpacingComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#245
|
||||||
+'mboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#28#1#6'Height'#2#29
|
+#0#6'Height'#2#21#3'Top'#2'<'#5'Width'#2'd'#12'AutoComplete'#8#20'BorderSpac'
|
||||||
+#3'Top'#2'L'#5'Width'#2'd'#12'AutoComplete'#8#20'BorderSpacing.Bottom'#2#6#10
|
+'ing.Bottom'#2#6#10'ItemHeight'#2#13#13'Items.Strings'#1#6#1'0'#6#1'1'#6#1'2'
|
||||||
+'ItemHeight'#2#0#13'Items.Strings'#1#6#1'0'#6#1'1'#6#1'2'#0#9'ItemWidth'#2#0
|
+#0#9'ItemWidth'#2#0#8'OnChange'#7#16'ComboboxOnChange'#6'OnExit'#7#14'Combob'
|
||||||
+#8'OnChange'#7#16'ComboboxOnChange'#6'OnExit'#7#14'ComboboxOnExit'#9'OnKeyDo'
|
+'oxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#3#0#0#9'TCheck'
|
||||||
+'wn'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#3#0#0#9'TCheckBox'#27'DisableAnti'
|
+'Box'#27'DisableAntialiasingCheckBox'#22'AnchorSideLeft.Control'#7#18'Editor'
|
||||||
+'aliasingCheckBox'#22'AnchorSideLeft.Control'#7#18'EditorFontGroupBox'#21'An'
|
+'FontGroupBox'#21'AnchorSideTop.Control'#7#24'EditorFontHeightComboBox'#18'A'
|
||||||
+'chorSideTop.Control'#7#24'EditorFontHeightComboBox'#18'AnchorSideTop.Side'#7
|
+'nchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'<'#5
|
||||||
+#9'asrBottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#2'L'#5'Width'#3#215#0#7'Anch'
|
+'Width'#3#155#0#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#20'BorderSpac'
|
||||||
+'ors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Cap'
|
+'ing.Around'#2#6#7'Caption'#6#27'DisableAntialiasingCheckBox'#8'OnChange'#7
|
||||||
+'tion'#6#27'DisableAntialiasingCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnC'
|
+#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#5#0#0#0#242#2#2#8'TSynEdit'#14'Di'
|
||||||
+'hange'#8'TabOrder'#2#5#0#0#0#242#2#2#8'TSynEdit'#14'DisplayPreview'#22'Anch'
|
+'splayPreview'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Contro'
|
||||||
+'orSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#18'EditorFontGro'
|
+'l'#7#18'EditorFontGroupBox'#23'AnchorSideRight.Control'#7#5'Owner'#20'Ancho'
|
||||||
+'upBox'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9
|
+'rSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21
|
||||||
+'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'
|
+'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#3#202#0#3'Top'#3
|
||||||
+#7#9'asrBottom'#4'Left'#2#0#6'Height'#3#153#0#3'Top'#3#28#1#5'Width'#3#241#1
|
+#239#0#5'Width'#3#245#1#5'Align'#7#8'alClient'#17'BorderSpacing.Top'#2#6#11
|
||||||
+#5'Align'#7#8'alClient'#17'BorderSpacing.Top'#2#6#11'Font.Height'#2#240#9'Fo'
|
+'Font.Height'#2#240#9'Font.Name'#6#7'courier'#10'Font.Pitch'#7#7'fpFixed'#12
|
||||||
+'nt.Name'#6#7'courier'#10'Font.Pitch'#7#7'fpFixed'#12'Font.Quality'#7#16'fqN'
|
+'Font.Quality'#7#16'fqNonAntialiased'#11'ParentColor'#8#10'ParentFont'#8#8'T'
|
||||||
+'onAntialiased'#11'ParentColor'#8#10'ParentFont'#8#8'TabOrder'#2#2#23'BookMa'
|
+'abOrder'#2#2#23'BookMarkOptions.Xoffset'#2#30#24'BookMarkOptions.OnChange'
|
||||||
+'rkOptions.Xoffset'#2#30#12'Gutter.Width'#2'5'#10'Keystrokes'#14#1#7'Command'
|
+#13#12'Gutter.Width'#2';'#10'Keystrokes'#14#1#7'Command'#2#3#8'ShortCut'#2'&'
|
||||||
+#2#3#8'ShortCut'#2'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3
|
+#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3#211#0#8'ShortCut'#3
|
||||||
+#211#0#8'ShortCut'#3'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2
|
+'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut'#3'('
|
||||||
+'h'#8'ShortCut'#3'( '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'
|
+' '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCut'#2
|
||||||
,#2#1#8'ShortCut'#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2
|
,'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'#3'%'
|
||||||
+#5#8'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2
|
+'@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2
|
||||||
+#8'ShortCut'#2''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6
|
+''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6#8'ShortCut'#3
|
||||||
+#8'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7'Command'#2
|
+'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7'Command'#2#10#8'ShortCut'
|
||||||
+#10#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7'Command'#2
|
+#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7'Command'#2#14#8'ShortCut'#3
|
||||||
+#14#8'ShortCut'#3'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7'Command'#2
|
+'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7'Command'#2#9#8'ShortCut'#2
|
||||||
+#9#8'ShortCut'#2'!'#0#1#7'Command'#2'm'#8'ShortCut'#3'! '#0#1#7'Command'#2#13
|
+'!'#0#1#7'Command'#2'm'#8'ShortCut'#3'! '#0#1#7'Command'#2#13#8'ShortCut'#3
|
||||||
+#8'ShortCut'#3'!@'#0#1#7'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7'Command'#2#7#8
|
+'!@'#0#1#7'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7'Command'#2#7#8'ShortCut'#2
|
||||||
+'ShortCut'#2'$'#0#1#7'Command'#2'k'#8'ShortCut'#3'$ '#0#1#7'Command'#2#15#8
|
+'$'#0#1#7'Command'#2'k'#8'ShortCut'#3'$ '#0#1#7'Command'#2#15#8'ShortCut'#3
|
||||||
+'ShortCut'#3'$@'#0#1#7'Command'#2's'#8'ShortCut'#3'$`'#0#1#7'Command'#2#8#8
|
+'$@'#0#1#7'Command'#2's'#8'ShortCut'#3'$`'#0#1#7'Command'#2#8#8'ShortCut'#2
|
||||||
+'ShortCut'#2'#'#0#1#7'Command'#2'l'#8'ShortCut'#3'# '#0#1#7'Command'#2#16#8
|
+'#'#0#1#7'Command'#2'l'#8'ShortCut'#3'# '#0#1#7'Command'#2#16#8'ShortCut'#3
|
||||||
+'ShortCut'#3'#@'#0#1#7'Command'#2't'#8'ShortCut'#3'#`'#0#1#7'Command'#3#223#0
|
+'#@'#0#1#7'Command'#2't'#8'ShortCut'#3'#`'#0#1#7'Command'#3#223#0#8'ShortCut'
|
||||||
+#8'ShortCut'#2'-'#0#1#7'Command'#3#201#0#8'ShortCut'#3'-@'#0#1#7'Command'#3
|
+#2'-'#0#1#7'Command'#3#201#0#8'ShortCut'#3'-@'#0#1#7'Command'#3'\'#2#8'Short'
|
||||||
+'\'#2#8'ShortCut'#3'- '#0#1#7'Command'#3#246#1#8'ShortCut'#2'.'#0#1#7'Comman'
|
+'Cut'#3'- '#0#1#7'Command'#3#246#1#8'ShortCut'#2'.'#0#1#7'Command'#3'['#2#8
|
||||||
+'d'#3'['#2#8'ShortCut'#3'. '#0#1#7'Command'#3#245#1#8'ShortCut'#2#8#0#1#7'Co'
|
+'ShortCut'#3'. '#0#1#7'Command'#3#245#1#8'ShortCut'#2#8#0#1#7'Command'#3#245
|
||||||
+'mmand'#3#245#1#8'ShortCut'#3#8' '#0#1#7'Command'#3#248#1#8'ShortCut'#3#8'@'
|
+#1#8'ShortCut'#3#8' '#0#1#7'Command'#3#248#1#8'ShortCut'#3#8'@'#0#1#7'Comman'
|
||||||
+#0#1#7'Command'#3'Y'#2#8'ShortCut'#4#8#128#0#0#0#1#7'Command'#3'Z'#2#8'Short'
|
+'d'#3'Y'#2#8'ShortCut'#4#8#128#0#0#0#1#7'Command'#3'Z'#2#8'ShortCut'#4#8#160
|
||||||
+'Cut'#4#8#160#0#0#0#1#7'Command'#3#253#1#8'ShortCut'#2#13#0#1#7'Command'#3
|
+#0#0#0#1#7'Command'#3#253#1#8'ShortCut'#2#13#0#1#7'Command'#3#199#0#8'ShortC'
|
||||||
+#199#0#8'ShortCut'#3'A@'#0#1#7'Command'#3#201#0#8'ShortCut'#3'C@'#0#1#7'Comm'
|
+'ut'#3'A@'#0#1#7'Command'#3#201#0#8'ShortCut'#3'C@'#0#1#7'Command'#3'b'#2#8
|
||||||
+'and'#3'b'#2#8'ShortCut'#3'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3'M@'#0#1#7
|
+'ShortCut'#3'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3'M@'#0#1#7'Command'#3
|
||||||
+'Command'#3#254#1#8'ShortCut'#3'N@'#0#1#7'Command'#3#247#1#8'ShortCut'#3'T@'
|
+#254#1#8'ShortCut'#3'N@'#0#1#7'Command'#3#247#1#8'ShortCut'#3'T@'#0#1#7'Comm'
|
||||||
+#0#1#7'Command'#3'c'#2#8'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8'ShortCut'#3
|
+'and'#3'c'#2#8'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'V@'#0#1#7
|
||||||
+'V@'#0#1#7'Command'#3'['#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251#1#8'ShortC'
|
+'Command'#3'['#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251#1#8'ShortCut'#3'Y@'#0
|
||||||
+'ut'#3'Y@'#0#1#7'Command'#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'#3'Y'#2#8
|
+#1#7'Command'#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'#3'Y'#2#8'ShortCut'#3
|
||||||
+'ShortCut'#3'Z@'#0#1#7'Command'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Command'#3'-'
|
+'Z@'#0#1#7'Command'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Command'#3'-'#1#8'ShortCu'
|
||||||
+#1#8'ShortCut'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Command'#3
|
+'t'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Command'#3'/'#1#8'Sh'
|
||||||
+'/'#1#8'ShortCut'#3'2@'#0#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0#1#7'Comman'
|
+'ortCut'#3'2@'#0#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0#1#7'Command'#3'1'#1
|
||||||
+'d'#3'1'#1#8'ShortCut'#3'4@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'C'
|
+#8'ShortCut'#3'4@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'Command'#3
|
||||||
+'ommand'#3'3'#1#8'ShortCut'#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'#3'7@'#0#1
|
+'3'#1#8'ShortCut'#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'#3'7@'#0#1#7'Comman'
|
||||||
+#7'Command'#3'5'#1#8'ShortCut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#3'9@'
|
+'d'#3'5'#1#8'ShortCut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#3'9@'#0#1#7'C'
|
||||||
+#0#1#7'Command'#3'_'#1#8'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8'ShortCut'#3
|
+'ommand'#3'_'#1#8'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8'ShortCut'#3'1`'#0#1
|
||||||
+'1`'#0#1#7'Command'#3'a'#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'#1#8'ShortCu'
|
+#7'Command'#3'a'#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'#1#8'ShortCut'#3'3`'
|
||||||
+'t'#3'3`'#0#1#7'Command'#3'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1#8'Sh'
|
+#0#1#7'Command'#3'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1#8'ShortCut'#3
|
||||||
+'ortCut'#3'5`'#0#1#7'Command'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3'f'#1
|
+'5`'#0#1#7'Command'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3'f'#1#8'ShortCu'
|
||||||
+#8'ShortCut'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Command'#3
|
+'t'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Command'#3'h'#1#8'Sh'
|
||||||
+'h'#1#8'ShortCut'#3'9`'#0#1#7'Command'#3#231#0#8'ShortCut'#3'N`'#0#1#7'Comma'
|
+'ortCut'#3'9`'#0#1#7'Command'#3#231#0#8'ShortCut'#3'N`'#0#1#7'Command'#3#232
|
||||||
+'nd'#3#232#0#8'ShortCut'#3'C`'#0#1#7'Command'#3#233#0#8'ShortCut'#3'L`'#0#1#7
|
+#0#8'ShortCut'#3'C`'#0#1#7'Command'#3#233#0#8'ShortCut'#3'L`'#0#1#7'Command'
|
||||||
+'Command'#3'd'#2#8'ShortCut'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1
|
+#3'd'#2#8'ShortCut'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1#7'Comma'
|
||||||
+#7'Command'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#14'DisplayPr'
|
+'nd'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#14'DisplayPreview'#0
|
||||||
+'eview'#0#8'ReadOnly'#9#21'BracketHighlightStyle'#7#8'sbhsBoth'#0#18'TSynGut'
|
+#8'ReadOnly'#9#21'BracketHighlightStyle'#7#8'sbhsBoth'#0#18'TSynGutterPartLi'
|
||||||
+'terPartList'#0#0#15'TSynGutterMarks'#0#5'Width'#2#23#0#0#20'TSynGutterLineN'
|
+'st'#0#0#15'TSynGutterMarks'#0#5'Width'#2#23#0#0#20'TSynGutterLineNumber'#0#5
|
||||||
+'umber'#0#5'Width'#2#13#21'MarkupInfo.Background'#7#9'clBtnFace'#21'MarkupIn'
|
+'Width'#2#19#21'MarkupInfo.Background'#7#9'clBtnFace'#21'MarkupInfo.Foregrou'
|
||||||
+'fo.Foreground'#7#6'clNone'#10'DigitCount'#2#2#30'ShowOnlyLineNumbersMultipl'
|
+'nd'#7#6'clNone'#10'DigitCount'#2#2#30'ShowOnlyLineNumbersMultiplesOf'#2#1#9
|
||||||
+'esOf'#2#1#9'ZeroStart'#8#12'LeadingZeros'#8#0#0#17'TSynGutterChanges'#0#5'W'
|
+'ZeroStart'#8#12'LeadingZeros'#8#0#0#17'TSynGutterChanges'#0#5'Width'#2#4#13
|
||||||
+'idth'#2#4#13'ModifiedColor'#4#252#233#0#0#10'SavedColor'#7#7'clGreen'#0#0#19
|
+'ModifiedColor'#4#252#233#0#0#10'SavedColor'#7#7'clGreen'#0#0#19'TSynGutterS'
|
||||||
+'TSynGutterSeparator'#0#5'Width'#2#2#0#0#21'TSynGutterCodeFolding'#0#21'Mark'
|
+'eparator'#0#5'Width'#2#2#0#0#21'TSynGutterCodeFolding'#0#21'MarkupInfo.Back'
|
||||||
+'upInfo.Background'#7#6'clNone'#21'MarkupInfo.Foreground'#7#6'clGray'#0#0#0#0
|
+'ground'#7#6'clNone'#21'MarkupInfo.Foreground'#7#6'clGray'#0#0#0#0#0
|
||||||
+#0
|
|
||||||
]);
|
]);
|
||||||
|
Loading…
Reference in New Issue
Block a user