lazarus/ide/sourceeditor.lfm
paul 7b44b9d924 ide: rename UnitEditor to SourceEditor
git-svn-id: trunk@14531 -
2008-03-15 13:17:37 +00:00

34 lines
604 B
Plaintext

inherited SourceNotebook: TSourceNotebook
Left = 533
Height = 300
Top = 374
Width = 400
HorzScrollBar.Page = 399
VertScrollBar.Page = 299
AllowDropFiles = True
Caption = 'SourceNotebook'
ClientHeight = 300
ClientWidth = 400
object StatusBar: TStatusBar
Height = 20
Top = 280
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
end
end