lazarus/debugger/inspectdlg.lfm

265 lines
5.7 KiB
Plaintext

object IDEInspectDlg: TIDEInspectDlg
Left = 423
Height = 596
Top = 139
Width = 561
BorderStyle = bsSizeToolWin
Caption = 'IDEInspectDlg'
ClientHeight = 596
ClientWidth = 561
Constraints.MinHeight = 200
Constraints.MinWidth = 200
KeyPreview = True
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnMouseDown = DataGridMouseDown
OnShow = FormShow
LCLVersion = '2.3.0.0'
object StatusBar1: TStatusBar
Left = 0
Height = 23
Top = 573
Width = 561
Panels = <>
end
object PageControl: TPageControl
Left = 0
Height = 503
Top = 70
Width = 561
ActivePage = ErrorPage
Align = alClient
TabIndex = 3
TabOrder = 1
OnMouseDown = DataGridMouseDown
object DataPage: TTabSheet
Caption = 'DataPage'
OnMouseDown = DataGridMouseDown
end
object PropertiesPage: TTabSheet
Caption = 'PropertiesPage'
OnMouseDown = DataGridMouseDown
end
object MethodsPage: TTabSheet
Caption = 'MethodsPage'
OnMouseDown = DataGridMouseDown
end
object ErrorPage: TTabSheet
Caption = 'ErrorPage'
ClientHeight = 475
ClientWidth = 553
OnMouseDown = DataGridMouseDown
PopupMenu = PopupMenu1
TabVisible = False
object ErrorLabel: TLabel
Left = 0
Height = 1
Top = 0
Width = 553
Align = alTop
Color = clDefault
ParentColor = False
PopupMenu = PopupMenu1
OnMouseDown = DataGridMouseDown
end
end
end
object EdInspect: TComboBox
Left = 0
Height = 23
Top = 0
Width = 561
Align = alTop
ItemHeight = 15
OnEditingDone = EdInspectEditingDone
OnKeyDown = EdInspectKeyDown
TabOrder = 2
Text = '(...)'
end
object ToolBar1: TToolBar
AnchorSideTop.Control = EdInspect
Left = 0
Height = 47
Top = 23
Width = 561
AutoSize = True
Caption = 'ToolBar1'
ShowCaptions = True
TabOrder = 3
object btnPower: TToolButton
Left = 1
Top = 2
Caption = 'O'
Down = True
OnClick = btnPowerClick
ShowCaption = False
Style = tbsCheck
end
object tbDiv1: TToolButton
Left = 24
Height = 22
Top = 2
Caption = 'tbDiv1'
Style = tbsDivider
end
object tbDiv3: TToolButton
Left = 194
Height = 22
Top = 2
Caption = 'tbDiv3'
Style = tbsDivider
end
object btnUseInstance: TToolButton
Left = 82
Hint = 'Use Instance class'
Top = 2
AllowAllUp = True
Caption = 'Instance'
OnClick = btnUseInstanceClick
ParentShowHint = False
ShowHint = True
Style = tbsCheck
end
object btnColClass: TToolButton
Left = 199
Hint = 'Show Class Column'
Top = 2
AllowAllUp = True
Caption = 'C'
Down = True
OnClick = btnColClassClick
ParentShowHint = False
ShowHint = True
Style = tbsCheck
end
object btnColType: TToolButton
Left = 222
Top = 2
AllowAllUp = True
Caption = 'T'
Down = True
OnClick = btnColClassClick
ParentShowHint = False
ShowHint = True
Style = tbsCheck
end
object btnColVisibility: TToolButton
Left = 245
Top = 2
AllowAllUp = True
Caption = 'V'
Down = True
OnClick = btnColClassClick
ParentShowHint = False
ShowHint = True
Style = tbsCheck
end
object btnBackward: TToolButton
Left = 29
Top = 2
Caption = '<<'
OnClick = btnBackwardClick
end
object btnForward: TToolButton
Left = 53
Top = 2
Caption = '>>'
OnClick = btnForwardClick
end
object tbDiv2: TToolButton
Left = 77
Height = 22
Top = 2
Caption = 'tbDiv2'
Style = tbsDivider
end
object BtnAddWatch: TToolButton
Left = 273
Top = 2
Caption = 'Add Watch'
OnClick = BtnAddWatchClick
end
object tbDiv4: TToolButton
Left = 268
Height = 22
Top = 2
Caption = 'tbDiv4'
Style = tbsDivider
end
object tbDiv5: TToolButton
Left = 340
Height = 22
Top = 2
Caption = 'tbDiv5'
Style = tbsDivider
end
inline ArrayNavigationBar1: TArrayNavigationBar
Left = 1
Height = 23
Top = 24
Width = 253
ClientHeight = 23
ClientWidth = 253
inherited btnArrayFastDown: TSpeedButton
Height = 23
end
inherited btnArrayFastUp: TSpeedButton
Height = 23
end
inherited edArrayStart: TSpinEditEx
Height = 23
end
inherited btnArrayStart: TSpeedButton
Height = 23
end
inherited btnArrayEnd: TSpeedButton
Height = 23
end
inherited Label1: TLabel
Height = 23
end
inherited btnArrayPageDec: TSpeedButton
Height = 23
end
inherited edArrayPageSize: TSpinEditEx
Height = 23
end
inherited btnArrayPageInc: TSpeedButton
Height = 23
end
inherited lblBounds: TLabel
Height = 23
end
end
object btnUseConverter: TToolButton
Left = 134
Hint = 'Use Converter'
Top = 2
AllowAllUp = True
Caption = 'Converter'
Down = True
OnClick = btnUseConverterClick
ParentShowHint = False
ShowHint = True
Style = tbsCheck
end
end
object TimerClearData: TTimer
Enabled = False
Interval = 750
OnTimer = TimerClearDataTimer
Left = 441
Top = 10
end
object PopupMenu1: TPopupMenu
Left = 186
Top = 211
object menuCopyValue: TMenuItem
Caption = 'menuCopyValue'
OnClick = menuCopyValueClick
end
end
end