lazarus/debugger/inspectdlg.lfm

140 lines
2.9 KiB
Plaintext

object IDEInspectDlg: TIDEInspectDlg
Left = 423
Height = 406
Top = 139
Width = 295
BorderStyle = bsSizeToolWin
Caption = 'IDEInspectDlg'
ClientHeight = 406
ClientWidth = 295
Constraints.MinHeight = 200
Constraints.MinWidth = 200
KeyPreview = True
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
LCLVersion = '2.1.0.0'
object StatusBar1: TStatusBar
Left = 0
Height = 19
Top = 387
Width = 295
Panels = <>
end
object PageControl: TPageControl
Left = 0
Height = 338
Top = 49
Width = 295
ActivePage = DataPage
Align = alClient
TabIndex = 0
TabOrder = 1
OnMouseDown = DataGridMouseDown
object DataPage: TTabSheet
Caption = 'DataPage'
OnMouseDown = DataGridMouseDown
end
object PropertiesPage: TTabSheet
Caption = 'PropertiesPage'
end
object MethodsPage: TTabSheet
Caption = 'MethodsPage'
end
end
object EdInspect: TComboBox
Left = 0
Height = 23
Top = 0
Width = 295
Align = alTop
ItemHeight = 14
OnEditingDone = EdInspectEditingDone
OnKeyDown = EdInspectKeyDown
TabOrder = 2
Text = '(...)'
end
object ToolBar1: TToolBar
AnchorSideTop.Control = EdInspect
Left = 0
Height = 26
Top = 23
Width = 295
Caption = 'ToolBar1'
ShowCaptions = True
TabOrder = 3
object btnUseInstance: TToolButton
Left = 52
Hint = 'Use Instance class'
Top = 2
AllowAllUp = True
Caption = 'Instance'
OnClick = btnUseInstanceClick
ParentShowHint = False
ShowHint = True
Style = tbsCheck
end
object ToolButton2: TToolButton
Left = 105
Height = 22
Top = 2
Caption = 'ToolButton2'
Style = tbsDivider
end
object btnColClass: TToolButton
Left = 110
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 = 133
Top = 2
AllowAllUp = True
Caption = 'T'
Down = True
OnClick = btnColClassClick
ParentShowHint = False
ShowHint = True
Style = tbsCheck
end
object btnColVisibility: TToolButton
Left = 156
Top = 2
AllowAllUp = True
Caption = 'V'
Down = True
OnClick = btnColClassClick
ParentShowHint = False
ShowHint = True
Style = tbsCheck
end
object btnBackward: TToolButton
Left = 1
Top = 2
Caption = '<<'
OnClick = btnBackwardClick
end
object btnForward: TToolButton
Left = 24
Top = 2
Caption = '>>'
OnClick = btnForwardClick
end
object ToolButton4: TToolButton
Left = 47
Height = 22
Top = 2
Caption = 'ToolButton4'
Style = tbsDivider
end
end
end