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