lazarus/ide/msgview.lfm
mattias e9a43a9442 converted splash to lfm from Darius
git-svn-id: trunk@7912 -
2005-10-04 21:35:46 +00:00

29 lines
564 B
Plaintext

object MessagesView: TMessagesView
BorderStyle = bsSizeToolWin
Caption = 'MessagesView'
ClientHeight = 79
ClientWidth = 722
KeyPreview = True
OnKeyDown = MessagesViewKeyDown
PixelsPerInch = 112
HorzScrollBar.Page = 721
VertScrollBar.Page = 78
Left = 262
Height = 79
Top = 518
Width = 722
object MessageView: TListBox
Align = alClient
MultiSelect = True
PopupMenu = MainPopupMenu
TabOrder = 0
TopIndex = -1
Height = 79
Width = 722
end
object MainPopupMenu: TPopupMenu
left = 46
top = 41
end
end