lazarus/ide/uniteditor.lfm
mattias a1a08a2ec0 source editor borderstyle bsSizeable
git-svn-id: trunk@8095 -
2005-11-07 19:11:52 +00:00

34 lines
599 B
Plaintext

object SourceNoteBook: TSourceNoteBook
Caption = 'SourceNoteBook'
ClientHeight = 300
ClientWidth = 400
PixelsPerInch = 112
HorzScrollBar.Page = 399
VertScrollBar.Page = 299
Left = 533
Height = 300
Top = 374
Width = 400
object StatusBar: TStatusBar
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
Height = 20
Top = 280
Width = 400
end
end