📄 observerwatchlist.dfm
字号:
object dbgWatchList: TdbgWatchList
Left = 304
Top = 178
Width = 475
Height = 143
Hint = 'Watch List'
BorderStyle = bsSizeToolWin
Caption = 'Watch List'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDefaultPosOnly
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object list: TListView
Left = 0
Top = 0
Width = 467
Height = 116
Hint = 'Breakpoint List'
Align = alClient
BorderStyle = bsNone
Columns = <
item
Caption = 'Expression'
Width = 100
end
item
AutoSize = True
Caption = 'Value'
end>
RowSelect = True
PopupMenu = contextMenu
SortType = stText
TabOrder = 0
ViewStyle = vsReport
OnAdvancedCustomDrawItem = listAdvancedCustomDrawItem
OnDblClick = ToggleEnabled
end
object contextMenu: TPopupMenu
OnPopup = contextMenuPopup
Left = 120
Top = 24
object mEnabled: TMenuItem
Caption = 'Enabled'
Default = True
OnClick = ToggleEnabled
end
object mEditWatch: TMenuItem
Caption = 'Edit Watch'
OnClick = EditWatch
end
object N1: TMenuItem
Caption = '-'
end
object mAddWatch: TMenuItem
Caption = 'Add Watch'
OnClick = AddAWatch
end
object mDeleteWatch: TMenuItem
Caption = 'Delete Watch'
OnClick = DeleteAWatch
end
object N2: TMenuItem
Caption = '-'
end
object mEnableAllWatches: TMenuItem
Caption = 'Enable All Watches'
OnClick = EnableAllWatches
end
object mDisableAllWatches: TMenuItem
Caption = 'Disable All Watches'
OnClick = DisableAllWatches
end
object mDeleteAllWatches: TMenuItem
Caption = 'Delete All Watches'
OnClick = DeleteAllWatches
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -