lazarus/ide/sourceeditor.lfm
2009-05-06 07:38:42 +00:00

34 lines
601 B
Plaintext

inherited SourceNotebook: TSourceNotebook
Left = 533
Height = 300
Top = 374
Width = 400
AllowDropFiles = True
Caption = 'SourceNotebook'
ClientHeight = 300
ClientWidth = 400
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