lazarus/ide/sourceeditor.lfm
paul 2fd2eb30f1 debugger + ide: Inspect dialogs:
- add "Inspect..." menu item to the source editor debugger group
  - fix alt+F5 key combination (was crash)
  - don't access debugger directly from Inspect dialog since it cause a crash when debugger is not active. use debugboss method instead
  - move evaluate dialog initialization to InitEvaluateDlg method

git-svn-id: trunk@22987 -
2009-12-06 06:02:12 +00:00

35 lines
627 B
Plaintext

inherited SourceNotebook: TSourceNotebook
Left = 533
Height = 300
Top = 374
Width = 400
AllowDropFiles = True
Caption = 'SourceNotebook'
ClientHeight = 300
ClientWidth = 400
OnMouseUp = FormMouseUp
object StatusBar: TStatusBar[0]
Left = 0
Height = 23
Top = 277
Width = 400
Panels = <
item
Width = 100
end
item
Width = 150
end
item
Width = 50
end
item
Text = 'INS'
Width = 50
end>
SimpleText = 'This is a test'
SimplePanel = False
OnDblClick = StatusBarDblClick
end
end