lazarus/debugger/inspectdlg.lfm
martin 5b6cc6df96 DBG: "inspect" dialog, now shows entire class
git-svn-id: trunk@29056 -
2011-01-16 19:11:23 +00:00

53 lines
1.0 KiB
Plaintext

inherited IDEInspectDlg: TIDEInspectDlg
Left = 366
Height = 407
Top = 185
Width = 295
BorderStyle = bsSizeToolWin
Caption = 'IDEInspectDlg'
ClientHeight = 407
ClientWidth = 295
Constraints.MinHeight = 200
Constraints.MinWidth = 200
KeyPreview = True
OnClose = FormClose
OnKeyDown = FormKeyDown
object StatusBar1: TStatusBar[0]
Left = 0
Height = 23
Top = 384
Width = 295
Panels = <>
end
object PageControl: TPageControl[1]
Left = 0
Height = 361
Top = 23
Width = 295
ActivePage = DataPage
Align = alClient
TabIndex = 0
TabOrder = 1
object DataPage: TTabSheet
Caption = 'DataPage'
end
object PropertiesPage: TTabSheet
Caption = 'PropertiesPage'
end
object MethodsPage: TTabSheet
Caption = 'MethodsPage'
end
end
object EditInspected: TEdit[2]
Left = 0
Height = 23
Top = 0
Width = 295
Align = alTop
Enabled = False
ReadOnly = True
TabOrder = 2
Text = '(...)'
end
end