mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-06 00:12:46 +02:00

- 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 -
35 lines
627 B
Plaintext
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
|