1object MessagesView: TMessagesView
2  Left = 213
3  Height = 128
4  Top = 586
5  Width = 639
6  BorderStyle = bsSizeToolWin
7  Caption = 'MessagesView'
8  ClientHeight = 128
9  ClientWidth = 639
10  OnCreate = FormCreate
11  OnDestroy = FormDestroy
12  LCLVersion = '1.1'
13  inline MessagesFrame1: TMessagesFrame
14    Height = 128
15    Width = 639
16    Align = alClient
17    ClientHeight = 128
18    ClientWidth = 639
19    inherited SearchPanel: TPanel
20      Top = 101
21      Width = 639
22      ClientWidth = 639
23    end
24  end
25end
26