lazarus/ide/etmessageswnd.lfm
mattias a3c0c0d439 IDE: further migration external tools
git-svn-id: trunk@42292 -
2013-08-03 18:39:14 +00:00

25 lines
477 B
Plaintext

object MessagesView: TMessagesView
Left = 213
Height = 128
Top = 586
Width = 639
Caption = 'MessagesView'
ClientHeight = 128
ClientWidth = 639
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '1.1'
inline MessagesFrame1: TMessagesFrame
Height = 128
Width = 639
Align = alClient
ClientHeight = 128
ClientWidth = 639
inherited SearchPanel: TPanel
Top = 101
Width = 639
ClientWidth = 639
end
end
end