lazarus/ide/packages/idedebugger/idedbgvalueformattersettingsframe.lfm

278 lines
6.4 KiB
Plaintext

object IdeDbgVarFormatterFrame: TIdeDbgVarFormatterFrame
Left = 0
Height = 541
Top = 0
Width = 638
ClientHeight = 541
ClientWidth = 638
TabOrder = 0
DesignLeft = 471
DesignTop = 23
object Panel1: TPanel
Left = 0
Height = 160
Top = 0
Width = 638
Align = alTop
BevelOuter = bvNone
ClientHeight = 160
ClientWidth = 638
Constraints.MinHeight = 120
TabOrder = 0
object lstFormatters: TCheckListBox
Left = 5
Height = 155
Top = 5
Width = 458
Align = alClient
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
ItemHeight = 0
TabOrder = 0
OnClick = lstFormattersClick
OnItemClick = lstFormattersItemClick
end
object Panel2: TPanel
Left = 468
Height = 160
Top = 0
Width = 170
Align = alRight
BevelOuter = bvNone
ChildSizing.LeftRightSpacing = 5
ChildSizing.TopBottomSpacing = 5
ChildSizing.HorizontalSpacing = 5
ChildSizing.VerticalSpacing = 5
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsHomogenousChildResize
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 160
ClientWidth = 170
TabOrder = 1
object dropAction: TComboBox
Left = 5
Height = 23
Top = 5
Width = 160
ItemHeight = 15
Style = csDropDownList
TabOrder = 0
end
object btnAdd: TButton
Left = 5
Height = 25
Top = 33
Width = 160
Caption = 'btnAdd'
TabOrder = 1
OnClick = btnAddClick
end
object btnRemove: TButton
Left = 5
Height = 25
Top = 63
Width = 160
Caption = 'btnRemove'
TabOrder = 2
OnClick = btnRemoveClick
end
object btnUp: TButton
Left = 5
Height = 25
Top = 100
Width = 160
BorderSpacing.Top = 12
Caption = 'btnUp'
TabOrder = 3
OnClick = btnUpClick
end
object btnDown: TButton
Left = 5
Height = 25
Top = 130
Width = 160
Caption = 'btnDown'
TabOrder = 4
OnClick = btnDownClick
end
end
end
object pnlCurrentFormatter: TPanel
Left = 0
Height = 374
Top = 167
Width = 638
Align = alClient
BevelOuter = bvNone
ClientHeight = 374
ClientWidth = 638
Constraints.MinHeight = 120
TabOrder = 2
object lblDesc: TLabel
Left = 5
Height = 15
Top = 5
Width = 628
Align = alTop
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
Caption = 'lblDesc'
end
object Panel5: TPanel
Left = 0
Height = 354
Top = 20
Width = 408
Align = alClient
BevelOuter = bvNone
ClientHeight = 354
ClientWidth = 408
TabOrder = 0
object lblName: TLabel
Left = 5
Height = 15
Top = 5
Width = 398
Align = alTop
BorderSpacing.Around = 5
Caption = 'lblName'
end
object EdName: TEdit
Left = 5
Height = 23
Top = 25
Width = 398
Align = alTop
BorderSpacing.Around = 5
TabOrder = 0
OnEditingDone = EdNameEditingDone
end
object lblTypeNames: TLabel
Left = 5
Height = 15
Top = 53
Width = 398
Align = alTop
BorderSpacing.Around = 5
Caption = 'lblTypeNames'
end
object memoTypeNames: TMemo
Left = 5
Height = 246
Top = 73
Width = 398
Align = alClient
BorderSpacing.Around = 5
TabOrder = 1
end
object cbAppendOriginalValue: TComboBox
Left = 6
Height = 23
Top = 325
Width = 396
Align = alBottom
BorderSpacing.Around = 6
ItemHeight = 15
Style = csDropDownList
TabOrder = 2
end
end
object PanelOpts: TPanel
Left = 408
Height = 354
Top = 20
Width = 230
Align = alRight
BevelOuter = bvNone
ClientHeight = 354
ClientWidth = 230
Constraints.MinWidth = 100
TabOrder = 1
object cbNesting: TCheckBox
AnchorSideLeft.Control = PanelOpts
AnchorSideTop.Control = PanelOpts
AnchorSideRight.Control = PanelOpts
AnchorSideRight.Side = asrBottom
Left = 3
Height = 19
Top = 3
Width = 224
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 3
Caption = 'cbNesting'
TabOrder = 0
end
object lblNestLvl: TLabel
AnchorSideLeft.Control = cbNesting
AnchorSideTop.Control = SpinMinNest
AnchorSideTop.Side = asrCenter
Left = 31
Height = 15
Top = 29
Width = 51
BorderSpacing.Left = 25
BorderSpacing.Around = 3
Caption = 'lblNestLvl'
end
object SpinMinNest: TSpinEdit
AnchorSideLeft.Control = lblNestLvl
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = cbNesting
AnchorSideTop.Side = asrBottom
Left = 85
Height = 23
Top = 25
Width = 60
Alignment = taRightJustify
BorderSpacing.Around = 3
Constraints.MaxWidth = 60
Constraints.MinWidth = 60
MaxValue = 99
TabOrder = 1
OnChange = SpinMinNestChange
end
object SpinMaxNest: TSpinEdit
AnchorSideLeft.Control = SpinMinNest
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = cbNesting
AnchorSideTop.Side = asrBottom
Left = 148
Height = 23
Top = 25
Width = 60
Alignment = taRightJustify
BorderSpacing.Right = 3
BorderSpacing.Around = 3
Constraints.MaxWidth = 60
Constraints.MinWidth = 60
MaxValue = 99
TabOrder = 2
Value = 99
OnChange = SpinMaxNestChange
end
end
end
object Splitter1: TSplitter
Cursor = crVSplit
Left = 0
Height = 7
Top = 160
Width = 638
Align = alTop
ResizeAnchor = akTop
end
object pnlCurFormatterSetting: TPanel
Left = 0
Height = 0
Top = 541
Width = 638
Align = alBottom
AutoSize = True
BevelOuter = bvNone
TabOrder = 3
end
end