lazarus/ide/sourceeditor.lfm
2012-06-21 18:23:39 +00:00

41 lines
764 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
Style = psOwnerDraw
Width = 0
end
item
Width = 150
end
item
Width = 50
end
item
Text = 'INS'
Width = 50
end>
SimpleText = 'This is a test'
SimplePanel = False
OnClick = StatusBarClick
OnDblClick = StatusBarDblClick
OnDrawPanel = StatusBarDrawPanel
end
end