lazarus/debugger/inspectdlg.lfm
paul 2db4548c14 ide, debugger:
- redo showing of execution lines. now there is no need to pause execution to look at execution lines
  - started inspect dialog

git-svn-id: trunk@19418 -
2009-04-13 23:10:06 +00:00

40 lines
793 B
Plaintext

inherited IDEInspectDlg: TIDEInspectDlg
Left = 368
Height = 400
Top = 198
Width = 260
BorderStyle = bsSizeToolWin
Caption = 'IDEInspectDlg'
ClientHeight = 400
ClientWidth = 260
Constraints.MinHeight = 200
Constraints.MinWidth = 200
OnClose = FormClose
object StatusBar1: TStatusBar[0]
Left = 0
Height = 23
Top = 377
Width = 260
Panels = <>
end
object PageControl: TPageControl[1]
Left = 0
Height = 377
Top = 0
Width = 260
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
end