1object MessagesFrame: TMessagesFrame
2  Left = 0
3  Height = 106
4  Top = 0
5  Width = 444
6  ClientHeight = 106
7  ClientWidth = 444
8  TabOrder = 0
9  DesignLeft = 297
10  DesignTop = 171
11  object SearchPanel: TPanel
12    Left = 0
13    Height = 23
14    Top = 83
15    Width = 444
16    Align = alBottom
17    AutoSize = True
18    BevelOuter = bvNone
19    ClientHeight = 23
20    ClientWidth = 444
21    TabOrder = 0
22    object SearchEdit: TEdit
23      AnchorSideLeft.Control = HideSearchSpeedButton
24      AnchorSideLeft.Side = asrBottom
25      Left = 33
26      Height = 23
27      Top = 1
28      Width = 200
29      BorderSpacing.Left = 10
30      Constraints.MinWidth = 200
31      OnChange = SearchEditChange
32      OnKeyDown = SearchEditKeyDown
33      TabOrder = 0
34    end
35    object SearchNextSpeedButton: TSpeedButton
36      AnchorSideLeft.Control = SearchEdit
37      AnchorSideLeft.Side = asrBottom
38      AnchorSideTop.Control = SearchEdit
39      AnchorSideBottom.Control = SearchEdit
40      AnchorSideBottom.Side = asrBottom
41      Left = 233
42      Height = 23
43      Top = 1
44      Width = 23
45      Anchors = [akTop, akLeft, akBottom]
46      Flat = True
47      OnClick = SearchNextSpeedButtonClick
48      ShowHint = True
49      ParentShowHint = False
50    end
51    object SearchPrevSpeedButton: TSpeedButton
52      AnchorSideLeft.Control = SearchNextSpeedButton
53      AnchorSideLeft.Side = asrBottom
54      AnchorSideTop.Control = SearchNextSpeedButton
55      AnchorSideBottom.Control = SearchNextSpeedButton
56      AnchorSideBottom.Side = asrBottom
57      Left = 256
58      Height = 23
59      Top = 1
60      Width = 23
61      Anchors = [akTop, akLeft, akBottom]
62      Flat = True
63      OnClick = SearchPrevSpeedButtonClick
64      ShowHint = True
65      ParentShowHint = False
66    end
67    object HideSearchSpeedButton: TSpeedButton
68      AnchorSideLeft.Control = SearchPanel
69      AnchorSideTop.Control = SearchPanel
70      AnchorSideBottom.Control = SearchPanel
71      AnchorSideBottom.Side = asrBottom
72      Left = 0
73      Height = 23
74      Top = 0
75      Width = 23
76      Anchors = [akTop, akLeft, akBottom]
77      Flat = True
78      OnClick = HideSearchSpeedButtonClick
79      ShowHint = True
80      ParentShowHint = False
81    end
82  end
83  object MsgCtrlPopupMenu: TPopupMenu
84    OnPopup = MsgCtrlPopupMenuPopup
85    left = 240
86    top = 25
87  end
88end
89