lazarus/ide/frames/editor_indent_options.lfm

1004 lines
28 KiB
Plaintext

object EditorIndentOptionsFrame: TEditorIndentOptionsFrame
Left = 0
Height = 536
Top = 0
Width = 518
ClientHeight = 536
ClientWidth = 518
TabOrder = 0
Visible = False
DesignLeft = 532
DesignTop = 34
object CenterLabel: TLabel
AnchorSideLeft.Side = asrCenter
Left = 259
Height = 1
Top = -513
Width = 1
ParentColor = False
end
object divTabsWidth: TDividerBevel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 15
Top = 6
Width = 518
Caption = 'divTabsWidth'
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Font.Style = [fsBold]
ParentFont = False
end
object TabWidthsComboBox: TComboBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = divTabsWidth
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 23
Top = 27
Width = 100
BorderSpacing.Left = 6
BorderSpacing.Top = 6
ItemHeight = 15
Items.Strings = (
'1'
'2'
'4'
'8'
)
TabOrder = 1
OnChange = ComboboxOnChange
OnChangeBounds = TabWidthsLabelChangeBounds
OnExit = ComboBoxOnExit
OnKeyDown = ComboboxOnKeyDown
end
object TabWidthsLabel: TLabel
AnchorSideLeft.Control = TabWidthsComboBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = TabWidthsComboBox
AnchorSideTop.Side = asrCenter
Left = 112
Height = 15
Top = 31
Width = 83
BorderSpacing.Around = 6
Caption = 'TabWidthsLabel'
ParentColor = False
OnChangeBounds = TabWidthsLabelChangeBounds
end
object chkElasticTabs: TCheckBox
AnchorSideLeft.Control = CenterLabel
AnchorSideTop.Control = divTabsWidth
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 259
Height = 19
Top = 27
Width = 249
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Right = 10
Caption = 'chkElasticTabs'
TabOrder = 9
OnChange = chkElasticTabsChange
end
object ElastTabMinWidthsComboBox: TComboBox
AnchorSideLeft.Control = CenterLabel
AnchorSideTop.Control = chkElasticTabs
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 259
Height = 23
Top = 52
Width = 100
BorderSpacing.Top = 6
ItemHeight = 15
Items.Strings = (
'1'
'2'
'4'
'8'
)
TabOrder = 10
OnChange = ComboboxOnChange
OnExit = ComboBoxOnExit
OnKeyDown = ComboboxOnKeyDown
end
object ElastTabMinWidthsLabel: TLabel
AnchorSideLeft.Control = ElastTabMinWidthsComboBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ElastTabMinWidthsComboBox
AnchorSideTop.Side = asrCenter
Left = 365
Height = 15
Top = 56
Width = 128
BorderSpacing.Around = 6
Caption = 'ElastTabMinWidthsLabel'
ParentColor = False
end
object divTabKey: TDividerBevel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = ElastTabMinWidthsComboBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 15
Top = 81
Width = 518
Caption = 'divTabKey'
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Font.Style = [fsBold]
ParentFont = False
end
object TabsToSpacesCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = divTabKey
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 6
Height = 19
Top = 102
Width = 144
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 10
Caption = 'TabsToSpacesCheckBox'
TabOrder = 0
OnChange = TabsToSpacesCheckBoxChange
OnChangeBounds = TabWidthsLabelChangeBounds
end
object SmartTabsCheckBox: TCheckBox
AnchorSideLeft.Control = CenterLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = TabsToSpacesCheckBox
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 260
Height = 19
Top = 102
Width = 248
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Right = 10
Caption = 'SmartTabsCheckBox'
TabOrder = 2
OnChange = SmartTabsCheckBoxChange
end
object divTabIndent: TDividerBevel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = TabsToSpacesCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 15
Top = 127
Width = 518
Caption = 'divTabIndent'
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Font.Style = [fsBold]
ParentFont = False
end
object TabIndentBlocksCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = divTabIndent
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 6
Height = 19
Top = 145
Width = 158
BorderSpacing.Left = 6
BorderSpacing.Top = 3
BorderSpacing.Right = 10
Caption = 'TabIndentBlocksCheckBox'
TabOrder = 6
OnChange = TabIndentBlocksCheckBoxChange
OnChangeBounds = TabWidthsLabelChangeBounds
end
object BlockIndentComboBox: TComboBox
AnchorSideLeft.Control = CenterLabel
AnchorSideTop.Control = TabIndentBlocksCheckBox
AnchorSideBottom.Control = TabWidthsComboBox
Left = 259
Height = 23
Top = 148
Width = 100
BorderSpacing.Top = 3
ItemHeight = 15
Items.Strings = (
'0'
'1'
'2'
'4'
'8'
)
TabOrder = 5
OnChange = ComboboxOnChange
OnExit = ComboBoxOnExit
OnKeyDown = ComboboxOnKeyDown
end
object BlockIndentLabel: TLabel
AnchorSideLeft.Control = BlockIndentComboBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = BlockIndentComboBox
AnchorSideTop.Side = asrCenter
Left = 365
Height = 15
Top = 152
Width = 91
BorderSpacing.Around = 6
Caption = 'BlockIndentLabel'
ParentColor = False
end
object BlockTabIndentComboBox: TComboBox
AnchorSideLeft.Control = CenterLabel
AnchorSideTop.Control = BlockIndentComboBox
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = TabWidthsComboBox
Left = 259
Height = 23
Top = 174
Width = 100
BorderSpacing.Top = 3
ItemHeight = 15
Items.Strings = (
'0'
'1'
'2'
)
TabOrder = 7
OnChange = ComboboxOnChange
OnExit = ComboBoxOnExit
OnKeyDown = ComboboxOnKeyDown
end
object BlockTabIndentLabel: TLabel
AnchorSideLeft.Control = BlockTabIndentComboBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = BlockTabIndentComboBox
AnchorSideTop.Side = asrCenter
Left = 365
Height = 15
Top = 178
Width = 109
BorderSpacing.Around = 6
Caption = 'BlockTabIndentLabel'
ParentColor = False
end
object lblBlockIndentKeys: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = TabIndentBlocksCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 15
Top = 174
Width = 100
BorderSpacing.Left = 6
BorderSpacing.Top = 10
Caption = 'lblBlockIndentKeys'
ParentColor = False
OnChangeBounds = TabWidthsLabelChangeBounds
end
object BlockIndentLink: TLabel
AnchorSideLeft.Control = lblBlockIndentKeys
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = lblBlockIndentKeys
Cursor = crHandPoint
Left = 112
Height = 15
Top = 174
Width = 85
BorderSpacing.Left = 6
Caption = 'BlockIndentLink'
Font.Color = clBlue
ParentColor = False
ParentFont = False
OnChangeBounds = TabWidthsLabelChangeBounds
OnClick = BlockIndentLinkClick
OnMouseEnter = AutoIndentLinkMouseEnter
OnMouseLeave = AutoIndentLinkMouseLeave
end
object lblBlockIndentShortcut: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = lblBlockIndentKeys
AnchorSideTop.Side = asrBottom
Left = 6
Height = 15
Top = 192
Width = 121
BorderSpacing.Left = 6
BorderSpacing.Top = 3
Caption = 'lblBlockIndentShortcut'
ParentColor = False
OnChangeBounds = TabWidthsLabelChangeBounds
end
object divLineIndent: TDividerBevel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = lblBlockIndentShortcut
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 15
Top = 213
Width = 518
Caption = 'divLineIndent'
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Font.Style = [fsBold]
ParentFont = False
end
object AutoIndentCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = divLineIndent
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 6
Height = 19
Top = 228
Width = 131
BorderSpacing.Left = 6
BorderSpacing.Right = 10
Caption = 'AutoIndentCheckBox'
TabOrder = 3
OnChange = AutoIndentCheckBoxChange
OnChangeBounds = TabWidthsLabelChangeBounds
end
object BlockIndentTypeComboBox: TComboBox
AnchorSideLeft.Control = CenterLabel
AnchorSideTop.Control = AutoIndentCheckBox
AnchorSideBottom.Control = TabWidthsComboBox
Left = 259
Height = 23
Top = 228
Width = 200
ItemHeight = 15
ItemWidth = 200
Style = csDropDownList
TabOrder = 4
OnChange = ComboboxOnChange
OnExit = ComboBoxOnExit
OnKeyDown = ComboboxOnKeyDown
end
object AutoIndentLink: TLabel
AnchorSideLeft.Control = AutoIndentCheckBox
AnchorSideTop.Control = AutoIndentCheckBox
AnchorSideTop.Side = asrBottom
Cursor = crHandPoint
Left = 6
Height = 15
Top = 247
Width = 82
Caption = 'AutoIndentLink'
Font.Color = clBlue
ParentColor = False
ParentFont = False
OnChangeBounds = TabWidthsLabelChangeBounds
OnClick = AutoIndentLinkClick
OnMouseEnter = AutoIndentLinkMouseEnter
OnMouseLeave = AutoIndentLinkMouseLeave
end
object CommentsGroupDivider: TDividerBevel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = AutoIndentLink
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 15
Top = 268
Width = 518
Caption = 'CommentsGroupDivider'
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Font.Style = [fsBold]
ParentFont = False
end
object CommentsPageControl: TPageControl
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = CommentsGroupDivider
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 247
Top = 289
Width = 518
ActivePage = tbAnsi
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 6
TabIndex = 0
TabOrder = 8
object tbAnsi: TTabSheet
Caption = 'tbAnsi'
ClientHeight = 219
ClientWidth = 510
object cbAnsiEnableAutoContinue: TCheckBox
AnchorSideLeft.Control = tbAnsi
AnchorSideTop.Control = tbAnsi
AnchorSideRight.Side = asrBottom
Left = 6
Height = 19
Top = 3
Width = 164
BorderSpacing.Left = 6
BorderSpacing.Top = 3
Caption = 'cbAnsiEnableAutoContinue'
TabOrder = 0
OnChange = cbAnsiEnableAutoContinueChange
end
object lbAnsiMatch: TLabel
AnchorSideLeft.Control = tbAnsi
AnchorSideTop.Control = edAnsiMatch
AnchorSideTop.Side = asrCenter
Left = 6
Height = 15
Top = 36
Width = 67
BorderSpacing.Left = 6
Caption = 'lbAnsiMatch'
ParentColor = False
end
object edAnsiMatch: TEdit
AnchorSideLeft.Control = lbAnsiMatch
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = cbAnsiEnableAutoContinue
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = tbAnsi
AnchorSideRight.Side = asrBottom
Left = 79
Height = 23
Top = 32
Width = 421
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 10
BorderSpacing.Right = 10
Constraints.MinWidth = 50
TabOrder = 1
end
object lbAnsiPrefix: TLabel
AnchorSideLeft.Control = tbAnsi
AnchorSideTop.Control = edAnsiPrefix
AnchorSideTop.Side = asrCenter
Left = 6
Height = 15
Top = 104
Width = 63
BorderSpacing.Left = 6
Caption = 'lbAnsiPrefix'
ParentColor = False
end
object edAnsiPrefix: TEdit
AnchorSideLeft.Control = lbAnsiPrefix
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = cbAnsiMatchMode
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = tbAnsi
AnchorSideRight.Side = asrBottom
Left = 75
Height = 23
Top = 100
Width = 425
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 16
BorderSpacing.Right = 10
Constraints.MinWidth = 50
TabOrder = 2
end
object cbAnsiMatchMode: TComboBox
AnchorSideLeft.Control = edAnsiMatch
AnchorSideTop.Control = edAnsiMatch
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = tbAnsi
AnchorSideRight.Side = asrBottom
Left = 79
Height = 23
Top = 61
Width = 421
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Right = 10
ItemHeight = 15
Style = csDropDownList
TabOrder = 3
end
object cbAnsiIndentMode: TComboBox
AnchorSideLeft.Control = edAnsiPrefix
AnchorSideTop.Control = edAnsiPrefix
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = tbAnsi
AnchorSideRight.Side = asrBottom
Left = 75
Height = 23
Top = 129
Width = 425
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Right = 10
ItemHeight = 15
Style = csDropDownList
TabOrder = 4
OnChange = cbAnsiIndentModeChange
end
object edAnsiAlignMax: TSpinEdit
AnchorSideLeft.Control = tbAnsi
AnchorSideTop.Control = lbAnsiAlignMax
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 23
Top = 180
Width = 100
BorderSpacing.Left = 6
BorderSpacing.Top = 3
MaxValue = 999
TabOrder = 5
end
object lbAnsiAlignMax: TLabel
AnchorSideLeft.Control = tbAnsi
AnchorSideTop.Control = cbAnsiIndentMode
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 6
Height = 15
Top = 162
Width = 84
BorderSpacing.Left = 6
BorderSpacing.Top = 10
Caption = 'lbAnsiAlignMax'
ParentColor = False
WordWrap = True
end
end
object tbCurly: TTabSheet
Caption = 'tbCurly'
ClientHeight = 219
ClientWidth = 510
object cbCurlyEnableAutoContinue: TCheckBox
AnchorSideLeft.Control = tbCurly
AnchorSideTop.Control = tbCurly
AnchorSideRight.Side = asrBottom
Left = 6
Height = 19
Top = 3
Width = 169
BorderSpacing.Left = 6
BorderSpacing.Top = 3
Caption = 'cbCurlyEnableAutoContinue'
TabOrder = 0
OnChange = cbCurlyEnableAutoContinueChange
end
object lbCurlyMatch: TLabel
AnchorSideLeft.Control = tbCurly
AnchorSideTop.Control = edCurlyMatch
AnchorSideTop.Side = asrCenter
Left = 6
Height = 15
Top = 36
Width = 72
BorderSpacing.Left = 6
Caption = 'lbCurlyMatch'
ParentColor = False
end
object edCurlyMatch: TEdit
AnchorSideLeft.Control = lbCurlyMatch
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = cbCurlyEnableAutoContinue
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = tbCurly
AnchorSideRight.Side = asrBottom
Left = 84
Height = 23
Top = 32
Width = 416
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 10
BorderSpacing.Right = 10
TabOrder = 1
end
object lbCurlyPrefix: TLabel
AnchorSideLeft.Control = tbCurly
AnchorSideTop.Control = edCurlyPrefix
AnchorSideTop.Side = asrCenter
Left = 6
Height = 15
Top = 104
Width = 68
BorderSpacing.Left = 6
Caption = 'lbCurlyPrefix'
ParentColor = False
end
object edCurlyPrefix: TEdit
AnchorSideLeft.Control = lbCurlyPrefix
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = cbCurlyMatchMode
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = tbCurly
AnchorSideRight.Side = asrBottom
Left = 80
Height = 23
Top = 100
Width = 420
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 16
BorderSpacing.Right = 10
TabOrder = 2
end
object cbCurlyMatchMode: TComboBox
AnchorSideLeft.Control = edCurlyMatch
AnchorSideTop.Control = edCurlyMatch
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = tbCurly
AnchorSideRight.Side = asrBottom
Left = 84
Height = 23
Top = 61
Width = 416
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Right = 10
ItemHeight = 15
Style = csDropDownList
TabOrder = 3
end
object cbCurlyIndentMode: TComboBox
AnchorSideLeft.Control = edCurlyPrefix
AnchorSideTop.Control = edCurlyPrefix
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = tbCurly
AnchorSideRight.Side = asrBottom
Left = 80
Height = 23
Top = 129
Width = 420
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Right = 10
ItemHeight = 15
Style = csDropDownList
TabOrder = 4
OnChange = cbCurlyIndentModeChange
end
object edCurlyAlignMax: TSpinEdit
AnchorSideLeft.Control = tbCurly
AnchorSideTop.Control = lbCurlyAlignMax
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 23
Top = 180
Width = 100
BorderSpacing.Left = 6
BorderSpacing.Top = 3
MaxValue = 999
TabOrder = 5
end
object lbCurlyAlignMax: TLabel
AnchorSideLeft.Control = tbCurly
AnchorSideTop.Control = cbCurlyIndentMode
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 6
Height = 15
Top = 162
Width = 89
BorderSpacing.Left = 6
BorderSpacing.Top = 10
Caption = 'lbCurlyAlignMax'
ParentColor = False
WordWrap = True
end
end
object tbShlash: TTabSheet
Caption = 'tbShlash'
ClientHeight = 219
ClientWidth = 510
object cbSlashEnableAutoContinue: TCheckBox
AnchorSideLeft.Control = tbShlash
AnchorSideTop.Control = tbShlash
AnchorSideRight.Side = asrBottom
Left = 6
Height = 19
Top = 3
Width = 168
BorderSpacing.Left = 6
BorderSpacing.Top = 3
Caption = 'cbSlashEnableAutoContinue'
TabOrder = 0
OnChange = cbSlashEnableAutoContinueChange
end
object lbSlashMatch: TLabel
AnchorSideLeft.Control = tbShlash
AnchorSideTop.Control = edSlashMatch
AnchorSideTop.Side = asrCenter
Left = 6
Height = 15
Top = 68
Width = 71
BorderSpacing.Left = 6
Caption = 'lbSlashMatch'
ParentColor = False
end
object edSlashMatch: TEdit
AnchorSideLeft.Control = lbSlashMatch
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = cbSlashExtend
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = tbShlash
AnchorSideRight.Side = asrBottom
Left = 83
Height = 23
Top = 64
Width = 417
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 16
BorderSpacing.Right = 10
TabOrder = 1
end
object lbSlashPrefix: TLabel
AnchorSideLeft.Control = tbShlash
AnchorSideTop.Control = edSlashPrefix
AnchorSideTop.Side = asrCenter
Left = 6
Height = 15
Top = 136
Width = 67
BorderSpacing.Left = 6
Caption = 'lbSlashPrefix'
ParentColor = False
end
object edSlashPrefix: TEdit
AnchorSideLeft.Control = lbSlashPrefix
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = cbSlashMatchMode
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = tbShlash
AnchorSideRight.Side = asrBottom
Left = 79
Height = 23
Top = 132
Width = 421
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 16
BorderSpacing.Right = 10
TabOrder = 2
end
object cbSlashMatchMode: TComboBox
AnchorSideLeft.Control = edSlashMatch
AnchorSideTop.Control = edSlashMatch
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = tbShlash
AnchorSideRight.Side = asrBottom
Left = 83
Height = 23
Top = 93
Width = 417
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Right = 10
ItemHeight = 15
Style = csDropDownList
TabOrder = 3
end
object cbSlashIndentMode: TComboBox
AnchorSideLeft.Control = edSlashPrefix
AnchorSideTop.Control = edSlashPrefix
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = tbShlash
AnchorSideRight.Side = asrBottom
Left = 79
Height = 23
Top = 161
Width = 421
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Right = 10
ItemHeight = 15
Style = csDropDownList
TabOrder = 4
OnChange = cbSlashIndentModeChange
end
object cbSlashExtend: TComboBox
AnchorSideLeft.Control = tbShlash
AnchorSideTop.Control = cbSlashEnableAutoContinue
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = tbShlash
AnchorSideRight.Side = asrBottom
Left = 0
Height = 23
Top = 25
Width = 500
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 3
BorderSpacing.Right = 10
ItemHeight = 15
Style = csDropDownList
TabOrder = 5
end
object edSlashAlignMax: TSpinEdit
AnchorSideLeft.Control = tbShlash
AnchorSideTop.Control = lbSlashAlignMax
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 23
Top = 212
Width = 100
BorderSpacing.Left = 6
BorderSpacing.Top = 3
MaxValue = 999
TabOrder = 6
end
object lbSlashAlignMax: TLabel
AnchorSideLeft.Control = tbShlash
AnchorSideTop.Control = cbSlashIndentMode
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 6
Height = 15
Top = 194
Width = 88
BorderSpacing.Left = 6
BorderSpacing.Top = 10
Caption = 'lbSlashAlignMax'
ParentColor = False
WordWrap = True
end
end
object tbString: TTabSheet
Caption = 'tbString'
ClientHeight = 219
ClientWidth = 510
object cbStringEnableAutoContinue: TCheckBox
AnchorSideLeft.Control = tbString
AnchorSideTop.Control = tbString
Left = 6
Height = 19
Top = 3
Width = 172
BorderSpacing.Left = 6
BorderSpacing.Top = 3
Caption = 'cbStringEnableAutoContinue'
TabOrder = 0
OnChange = cbStringEnableAutoContinueChange
end
object lbStringAutoAppend: TLabel
AnchorSideLeft.Control = tbString
AnchorSideTop.Control = edStringAutoAppend
AnchorSideTop.Side = asrCenter
Left = 6
Height = 15
Top = 32
Width = 109
BorderSpacing.Left = 6
Caption = 'lbStringAutoAppend'
ParentColor = False
end
object edStringAutoAppend: TEdit
AnchorSideLeft.Control = lbStringAutoAppend
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = cbStringEnableAutoContinue
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = tbString
AnchorSideRight.Side = asrBottom
Left = 121
Height = 23
Top = 28
Width = 383
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
TabOrder = 1
end
object lbStringAutoPrefix: TLabel
AnchorSideLeft.Control = tbString
AnchorSideTop.Control = edStringAutoPrefix
AnchorSideTop.Side = asrCenter
Left = 6
Height = 15
Top = 61
Width = 97
BorderSpacing.Left = 6
Caption = 'lbStringAutoPrefix'
ParentColor = False
end
object edStringAutoPrefix: TEdit
AnchorSideLeft.Control = lbStringAutoPrefix
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = edStringAutoAppend
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = tbString
AnchorSideRight.Side = asrBottom
Left = 109
Height = 23
Top = 57
Width = 395
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
TabOrder = 2
end
object lbStringAlignPattern: TLabel
AnchorSideLeft.Control = tbString
AnchorSideTop.Side = asrCenter
Left = 6
Height = 15
Top = 90
Width = 107
BorderSpacing.Left = 6
Caption = 'lbStringAlignPattern'
ParentColor = False
end
object edStringAlignPattern: TComboBox
AnchorSideLeft.Control = lbStringAlignPattern
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = edStringAutoPrefix
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = tbString
AnchorSideRight.Side = asrBottom
Left = 119
Height = 23
Top = 86
Width = 385
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
ItemHeight = 15
ParentShowHint = False
ShowHint = True
TabOrder = 3
end
object edStringAlignMax: TSpinEdit
AnchorSideLeft.Control = tbAnsi
AnchorSideTop.Control = lbStringAlignMax
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 23
Top = 137
Width = 100
BorderSpacing.Left = 6
BorderSpacing.Top = 3
MaxValue = 999
TabOrder = 4
end
object lbStringAlignMax: TLabel
AnchorSideLeft.Control = tbAnsi
AnchorSideTop.Control = edStringAlignPattern
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 6
Height = 15
Top = 119
Width = 92
BorderSpacing.Left = 6
BorderSpacing.Top = 10
Caption = 'lbStringAlignMax'
ParentColor = False
WordWrap = True
end
end
end
end