mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 08:37:24 +01:00
311 lines
7.7 KiB
Plaintext
311 lines
7.7 KiB
Plaintext
object BreakpointsDlg: TBreakpointsDlg
|
|
Left = 344
|
|
Height = 205
|
|
Top = 153
|
|
Width = 560
|
|
HelpType = htKeyword
|
|
HorzScrollBar.Page = 559
|
|
VertScrollBar.Page = 204
|
|
BorderStyle = bsSizeToolWin
|
|
Caption = 'Breakpoint list'
|
|
ClientHeight = 205
|
|
ClientWidth = 560
|
|
OnCreate = BreakpointsDlgCREATE
|
|
LCLVersion = '3.99.0.0'
|
|
Visible = True
|
|
object ToolBar1: TToolBar
|
|
Left = 0
|
|
Height = 26
|
|
Top = 0
|
|
Width = 560
|
|
Caption = 'ToolBar1'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
object ToolButtonAdd: TToolButton
|
|
Left = 1
|
|
Top = 2
|
|
Caption = 'Add...'
|
|
MenuItem = popAdd
|
|
Style = tbsButtonDrop
|
|
end
|
|
object ToolButtonEnable: TToolButton
|
|
Left = 34
|
|
Top = 2
|
|
Action = actEnableSelected
|
|
end
|
|
object ToolButtonDisable: TToolButton
|
|
Left = 57
|
|
Top = 2
|
|
Action = actDisableSelected
|
|
end
|
|
object ToolButtonTrash: TToolButton
|
|
Left = 80
|
|
Top = 2
|
|
Action = actDeleteSelected
|
|
end
|
|
object ToolSep1: TToolButton
|
|
Left = 103
|
|
Height = 22
|
|
Top = 2
|
|
Style = tbsSeparator
|
|
end
|
|
object ToolButtonEnableAll: TToolButton
|
|
Left = 111
|
|
Top = 2
|
|
Action = actEnableAll
|
|
end
|
|
object ToolButtonDisableAll: TToolButton
|
|
Left = 134
|
|
Top = 2
|
|
Action = actDisableAll
|
|
end
|
|
object ToolButtonTrashAll: TToolButton
|
|
Left = 157
|
|
Top = 2
|
|
Action = actDeleteAll
|
|
end
|
|
object ToolSep2: TToolButton
|
|
Left = 180
|
|
Height = 22
|
|
Top = 2
|
|
Style = tbsSeparator
|
|
end
|
|
object ToolButtonProperties: TToolButton
|
|
Left = 188
|
|
Top = 2
|
|
Action = actProperties
|
|
end
|
|
object tbGroupByBrkGroup: TToolButton
|
|
Left = 211
|
|
Top = 2
|
|
Caption = 'Grp'
|
|
OnClick = tbGroupByBrkGroupClick
|
|
Style = tbsCheck
|
|
end
|
|
end
|
|
object tvBreakPoints: TDbgTreeView
|
|
Left = 0
|
|
Height = 179
|
|
Top = 26
|
|
Width = 560
|
|
Align = alClient
|
|
DefaultText = 'Node'
|
|
DragMode = dmAutomatic
|
|
DragType = dtVCL
|
|
Header.AutoSizeIndex = 0
|
|
Header.Columns = <
|
|
item
|
|
Position = 0
|
|
Text = 'State'
|
|
end
|
|
item
|
|
Position = 1
|
|
Text = 'Filename/Address'
|
|
Width = 150
|
|
end
|
|
item
|
|
Position = 2
|
|
Text = 'Line'
|
|
Width = 100
|
|
end
|
|
item
|
|
Position = 3
|
|
Text = 'Condition'
|
|
Width = 75
|
|
end
|
|
item
|
|
Position = 4
|
|
Text = 'Action'
|
|
Width = 150
|
|
end
|
|
item
|
|
Position = 5
|
|
Text = 'Pass count'
|
|
Width = 100
|
|
end
|
|
item
|
|
Position = 6
|
|
Text = 'Group'
|
|
Width = 80
|
|
end>
|
|
Header.Options = [hoColumnResize, hoDrag, hoShowSortGlyphs, hoVisible]
|
|
PopupMenu = mnuPopup
|
|
TabOrder = 1
|
|
TreeOptions.AutoOptions = [toAutoScroll, toAutoScrollOnExpand, toAutoSort, toAutoTristateTracking, toAutoDeleteMovedNodes, toAutoChangeScale]
|
|
TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toWheelPanning]
|
|
TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowRoot, toShowTreeLines, toThemeAware, toUseBlendedImages, toUseExplorerTheme]
|
|
TreeOptions.SelectionOptions = [toFullRowSelect, toMultiSelect, toRightClickSelect]
|
|
OnChange = tvBreakPointsChange
|
|
OnCompareNodes = tvBreakPointsCompareNodes
|
|
OnDragOver = tvBreakPointsDragOver
|
|
OnDragDrop = tvBreakPointsDragDrop
|
|
OnEndDrag = tvBreakPointsEndDrag
|
|
OnFocusChanged = tvBreakPointsFocusChanged
|
|
OnHeaderClick = tvBreakPointsHeaderClick
|
|
OnNodeDblClick = tvBreakPointsNodeDblClick
|
|
OnStartDrag = tvBreakPointsStartDrag
|
|
end
|
|
object mnuPopup: TPopupMenu
|
|
OnPopup = mnuPopupPopup
|
|
Left = 24
|
|
Top = 40
|
|
object popShow: TMenuItem
|
|
Action = actShow
|
|
Default = True
|
|
end
|
|
object N0: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object popAdd: TMenuItem
|
|
Caption = 'Add...'
|
|
object popAddSourceBP: TMenuItem
|
|
Action = actAddSourceBP
|
|
end
|
|
object popAddAddressBP: TMenuItem
|
|
Action = actAddAddressBP
|
|
end
|
|
object popAddWatchPoint: TMenuItem
|
|
Action = actAddWatchPoint
|
|
end
|
|
end
|
|
object N1: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object popProperties: TMenuItem
|
|
Action = actProperties
|
|
end
|
|
object popEnabled: TMenuItem
|
|
Action = actToggleCurrentEnable
|
|
ShowAlwaysCheckable = True
|
|
end
|
|
object popDelete: TMenuItem
|
|
Action = actDeleteSelected
|
|
end
|
|
object popGroup: TMenuItem
|
|
Caption = 'popGroup'
|
|
object popGroupSetNone: TMenuItem
|
|
Action = actGroupSetNone
|
|
end
|
|
object popGroupSetNew: TMenuItem
|
|
Action = actGroupSetNew
|
|
end
|
|
object popGroupSep: TMenuItem
|
|
Caption = '-'
|
|
Visible = False
|
|
end
|
|
end
|
|
object N2: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object popDisableAll: TMenuItem
|
|
Action = actDisableAll
|
|
end
|
|
object popEnableAll: TMenuItem
|
|
Action = actEnableAll
|
|
end
|
|
object popDeleteAll: TMenuItem
|
|
Action = actDeleteAll
|
|
end
|
|
object N3: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object popDisableAllSameSource: TMenuItem
|
|
Action = actDisableAllInSrc
|
|
end
|
|
object popEnableAllSameSource: TMenuItem
|
|
Action = actEnableAllInSrc
|
|
end
|
|
object popDeleteAllSameSource: TMenuItem
|
|
Action = actDeleteAllInSrc
|
|
end
|
|
end
|
|
object ActionList1: TActionList
|
|
Left = 96
|
|
Top = 72
|
|
object actToggleCurrentEnable: TAction
|
|
Caption = 'actToggleCurrentEnable'
|
|
OnExecute = popEnabledClick
|
|
ShortCut = 16462
|
|
end
|
|
object actEnableSelected: TAction
|
|
Caption = 'actEnableSelected'
|
|
Enabled = False
|
|
OnExecute = actEnableSelectedExecute
|
|
end
|
|
object actDisableSelected: TAction
|
|
Caption = 'actDisableSelected'
|
|
Enabled = False
|
|
OnExecute = actDisableSelectedExecute
|
|
end
|
|
object actDeleteSelected: TAction
|
|
Caption = 'actDeleteSelected'
|
|
Enabled = False
|
|
OnExecute = popDeleteClick
|
|
ShortCut = 46
|
|
end
|
|
object actEnableAll: TAction
|
|
Caption = 'actEnableAll'
|
|
Enabled = False
|
|
OnExecute = popEnableAllClick
|
|
end
|
|
object actDisableAll: TAction
|
|
Caption = 'actDisableAll'
|
|
Enabled = False
|
|
OnExecute = popDisableAllClick
|
|
end
|
|
object actDeleteAll: TAction
|
|
Caption = 'actDeleteAll'
|
|
Enabled = False
|
|
OnExecute = popDeleteAllClick
|
|
end
|
|
object actEnableAllInSrc: TAction
|
|
Caption = 'actEnableAllInSrc'
|
|
OnExecute = popEnableAllSameSourceCLICK
|
|
end
|
|
object actDisableAllInSrc: TAction
|
|
Caption = 'actDisableAllInSrc'
|
|
OnExecute = popDisableAllSameSourceCLICK
|
|
end
|
|
object actDeleteAllInSrc: TAction
|
|
Caption = 'actDeleteAllInSrc'
|
|
OnExecute = popDeleteAllSameSourceCLICK
|
|
end
|
|
object actProperties: TAction
|
|
Caption = 'actProperties'
|
|
Enabled = False
|
|
OnExecute = popPropertiesClick
|
|
ShortCut = 13
|
|
end
|
|
object actAddSourceBP: TAction
|
|
Category = 'Add'
|
|
Caption = 'actAddSourceBP'
|
|
OnExecute = actAddSourceBPExecute
|
|
ShortCut = 45
|
|
end
|
|
object actAddAddressBP: TAction
|
|
Category = 'Add'
|
|
Caption = 'actAddAddressBP'
|
|
OnExecute = actAddAddressBPExecute
|
|
end
|
|
object actAddWatchPoint: TAction
|
|
Category = 'Add'
|
|
Caption = 'actAddWatchPoint'
|
|
OnExecute = actAddWatchPointExecute
|
|
end
|
|
object actShow: TAction
|
|
Caption = 'actShow'
|
|
OnExecute = actShowExecute
|
|
ShortCut = 16470
|
|
end
|
|
object actGroupSetNew: TAction
|
|
Caption = 'actGroupSetNew'
|
|
OnExecute = actGroupSetNewExecute
|
|
end
|
|
object actGroupSetNone: TAction
|
|
Caption = 'actGroupSetNone'
|
|
OnExecute = actGroupSetNoneExecute
|
|
end
|
|
end
|
|
end
|