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