lazarus/ide/frames/editor_indent_options.lfm
2023-07-02 20:45:33 +02:00

933 lines
26 KiB
Plaintext

object EditorIndentOptionsFrame: TEditorIndentOptionsFrame
Left = 0
Height = 499
Top = 0
Width = 433
ClientHeight = 499
ClientWidth = 433
TabOrder = 0
Visible = False
DesignLeft = 664
DesignTop = 211
object BlockIndentLabel: TLabel
AnchorSideLeft.Control = BlockIndentComboBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = BlockIndentComboBox
AnchorSideTop.Side = asrCenter
Left = 322
Height = 15
Top = 156
Width = 91
BorderSpacing.Around = 6
Caption = 'BlockIndentLabel'
ParentColor = False
end
object TabWidthsLabel: TLabel
AnchorSideLeft.Control = TabWidthsComboBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = TabWidthsComboBox
AnchorSideTop.Side = asrCenter
Left = 322
Height = 15
Top = 31
Width = 83
BorderSpacing.Around = 6
Caption = 'TabWidthsLabel'
ParentColor = False
end
object AutoIndentTypeLabel: TLabel
AnchorSideLeft.Control = BlockIndentTypeComboBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = BlockIndentTypeComboBox
AnchorSideTop.Side = asrCenter
Left = 322
Height = 15
Top = 109
Width = 112
BorderSpacing.Around = 6
Caption = 'AutoIndentTypeLabel'
ParentColor = False
end
object BlockIndentComboBox: TComboBox
AnchorSideLeft.Control = CenterLabel1
AnchorSideTop.Control = lblBlockIndentKeys
AnchorSideBottom.Control = TabWidthsComboBox
Left = 216
Height = 23
Top = 152
Width = 100
BorderSpacing.Top = 3
ItemHeight = 15
Items.Strings = (
'0'
'1'
'2'
'4'
'8'
)
OnChange = ComboboxOnChange
OnExit = ComboBoxOnExit
OnKeyDown = ComboboxOnKeyDown
TabOrder = 5
end
object TabWidthsComboBox: TComboBox
AnchorSideLeft.Control = CenterLabel1
AnchorSideTop.Control = TabsGroupDivider
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 216
Height = 23
Top = 27
Width = 100
BorderSpacing.Top = 6
ItemHeight = 15
Items.Strings = (
'1'
'2'
'4'
'8'
)
OnChange = ComboboxOnChange
OnExit = ComboBoxOnExit
OnKeyDown = ComboboxOnKeyDown
TabOrder = 1
end
object AutoIndentCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = IndentsGroupDivider
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CenterLabel1
AnchorSideRight.Side = asrBottom
Left = 6
Height = 19
Top = 105
Width = 201
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Right = 10
Caption = 'AutoIndentCheckBox'
OnChange = AutoIndentCheckBoxChange
TabOrder = 3
end
object TabIndentBlocksCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = lblBlockIndentShortcut
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CenterLabel1
AnchorSideRight.Side = asrBottom
Left = 6
Height = 19
Top = 185
Width = 201
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 3
BorderSpacing.Right = 10
Caption = 'TabIndentBlocksCheckBox'
OnChange = TabIndentBlocksCheckBoxChange
TabOrder = 6
end
object SmartTabsCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = TabsToSpacesCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CenterLabel1
AnchorSideRight.Side = asrBottom
Left = 6
Height = 19
Top = 46
Width = 201
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Right = 10
Caption = 'SmartTabsCheckBox'
OnChange = SmartTabsCheckBoxChange
TabOrder = 2
end
object TabsToSpacesCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = TabsGroupDivider
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CenterLabel1
AnchorSideRight.Side = asrBottom
Left = 6
Height = 19
Top = 27
Width = 201
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 10
Caption = 'TabsToSpacesCheckBox'
OnChange = TabsToSpacesCheckBoxChange
TabOrder = 0
end
object BlockIndentTypeComboBox: TComboBox
AnchorSideLeft.Control = CenterLabel1
AnchorSideTop.Control = AutoIndentCheckBox
AnchorSideBottom.Control = TabWidthsComboBox
Left = 216
Height = 23
Top = 105
Width = 100
ItemHeight = 15
ItemWidth = 200
OnChange = ComboboxOnChange
OnExit = ComboBoxOnExit
OnKeyDown = ComboboxOnKeyDown
Style = csDropDownList
TabOrder = 4
end
object AutoIndentLink: TLabel
AnchorSideLeft.Control = AutoIndentCheckBox
AnchorSideTop.Control = AutoIndentCheckBox
AnchorSideTop.Side = asrBottom
Cursor = crHandPoint
Left = 24
Height = 15
Top = 124
Width = 82
BorderSpacing.Left = 18
Caption = 'AutoIndentLink'
Font.Color = clBlue
ParentColor = False
ParentFont = False
OnClick = AutoIndentLinkClick
OnMouseEnter = AutoIndentLinkMouseEnter
OnMouseLeave = AutoIndentLinkMouseLeave
end
object CenterLabel: TLabel
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
Left = 216
Height = 1
Top = -513
Width = 1
ParentColor = False
end
object TabsGroupDivider: TDividerBevel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 15
Top = 6
Width = 433
Caption = 'TabsGroupDivider'
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Font.Style = [fsBold]
ParentFont = False
end
object BlockTabIndentComboBox: TComboBox
AnchorSideLeft.Control = CenterLabel1
AnchorSideTop.Control = BlockIndentComboBox
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = TabWidthsComboBox
Left = 216
Height = 23
Top = 178
Width = 100
BorderSpacing.Top = 3
ItemHeight = 15
Items.Strings = (
'0'
'1'
'2'
)
OnChange = ComboboxOnChange
OnExit = ComboBoxOnExit
OnKeyDown = ComboboxOnKeyDown
TabOrder = 7
end
object BlockTabIndentLabel: TLabel
AnchorSideLeft.Control = BlockTabIndentComboBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = BlockTabIndentComboBox
AnchorSideTop.Side = asrCenter
Left = 322
Height = 15
Top = 182
Width = 91
BorderSpacing.Around = 6
Caption = 'BlockIndentLabel'
ParentColor = False
end
object BlockIndentLink: TLabel
AnchorSideLeft.Control = lblBlockIndentKeys
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = lblBlockIndentKeys
Cursor = crHandPoint
Left = 112
Height = 15
Top = 149
Width = 85
BorderSpacing.Left = 6
Caption = 'BlockIndentLink'
Font.Color = clBlue
ParentColor = False
ParentFont = False
OnClick = BlockIndentLinkClick
OnMouseEnter = AutoIndentLinkMouseEnter
OnMouseLeave = AutoIndentLinkMouseLeave
end
object lblBlockIndentKeys: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = AutoIndentLink
AnchorSideTop.Side = asrBottom
Left = 6
Height = 15
Top = 149
Width = 100
BorderSpacing.Left = 6
BorderSpacing.Top = 10
Caption = 'lblBlockIndentKeys'
ParentColor = False
end
object IndentsGroupDivider: TDividerBevel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = chkElasticTabs
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 15
Top = 90
Width = 433
Caption = 'IndentsGroupDivider'
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Font.Style = [fsBold]
ParentFont = False
end
object lblBlockIndentShortcut: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = lblBlockIndentKeys
AnchorSideTop.Side = asrBottom
Left = 6
Height = 15
Top = 167
Width = 121
BorderSpacing.Left = 6
BorderSpacing.Top = 3
Caption = 'lblBlockIndentShortcut'
ParentColor = False
end
object CommentsGroupDivider: TDividerBevel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = TabIndentBlocksCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 15
Top = 210
Width = 433
Caption = 'CommentsGroupDivider'
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Font.Style = [fsBold]
ParentFont = False
end
object CenterLabel1: TLabel
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
Left = 216
Height = 1
Top = 0
Width = 1
ParentColor = 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 = 268
Top = 231
Width = 433
ActivePage = tbAnsi
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 6
TabIndex = 0
TabOrder = 8
object tbAnsi: TTabSheet
Caption = 'tbAnsi'
ClientHeight = 240
ClientWidth = 425
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'
OnChange = cbAnsiEnableAutoContinueChange
TabOrder = 0
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 = 336
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 = 340
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 = 336
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 = 340
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Right = 10
ItemHeight = 15
OnChange = cbAnsiIndentModeChange
Style = csDropDownList
TabOrder = 4
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 = 240
ClientWidth = 425
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'
OnChange = cbCurlyEnableAutoContinueChange
TabOrder = 0
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 = 331
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 = 335
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 = 331
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 = 335
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Right = 10
ItemHeight = 15
OnChange = cbCurlyIndentModeChange
Style = csDropDownList
TabOrder = 4
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 = 240
ClientWidth = 425
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'
OnChange = cbSlashEnableAutoContinueChange
TabOrder = 0
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 = 332
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 = 336
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 = 332
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 = 336
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Right = 10
ItemHeight = 15
OnChange = cbSlashIndentModeChange
Style = csDropDownList
TabOrder = 4
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 = 415
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 = 240
ClientWidth = 425
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'
OnChange = cbStringEnableAutoContinueChange
TabOrder = 0
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 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 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 = 298
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
TabOrder = 1
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 = 310
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
TabOrder = 2
end
end
end
object chkElasticTabs: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = SmartTabsCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CenterLabel
AnchorSideRight.Side = asrBottom
Left = 6
Height = 19
Top = 65
Width = 201
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Right = 10
Caption = 'chkElasticTabs'
OnChange = chkElasticTabsChange
TabOrder = 9
end
object ElastTabMinWidthsComboBox: TComboBox
AnchorSideLeft.Control = CenterLabel1
AnchorSideTop.Control = TabWidthsComboBox
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 216
Height = 23
Top = 56
Width = 100
BorderSpacing.Top = 6
ItemHeight = 15
Items.Strings = (
'1'
'2'
'4'
'8'
)
OnChange = ComboboxOnChange
OnExit = ComboBoxOnExit
OnKeyDown = ComboboxOnKeyDown
TabOrder = 10
end
object ElastTabMinWidthsLabel: TLabel
AnchorSideLeft.Control = ElastTabMinWidthsComboBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ElastTabMinWidthsComboBox
AnchorSideTop.Side = asrCenter
Left = 322
Height = 15
Top = 60
Width = 128
BorderSpacing.Around = 6
Caption = 'ElastTabMinWidthsLabel'
ParentColor = False
end
end