lazarus/ide/etmessageframe.lfm
mattias d0b3b3269f IDE: messages: escape to close search
git-svn-id: trunk@45364 -
2014-06-05 21:28:50 +00:00

91 lines
2.3 KiB
Plaintext

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 = 27
Top = 79
Width = 444
Align = alBottom
AutoSize = True
ClientHeight = 27
ClientWidth = 444
TabOrder = 0
object SearchEdit: TEdit
AnchorSideLeft.Control = HideSearchSpeedButton
AnchorSideLeft.Side = asrBottom
Left = 34
Height = 25
Top = 1
Width = 200
BorderSpacing.Left = 10
Constraints.MinWidth = 200
OnChange = SearchEditChange
OnEnter = SearchEditEnter
OnExit = SearchEditExit
OnKeyDown = SearchEditKeyDown
TabOrder = 0
Text = 'SearchEdit'
end
object SearchNextSpeedButton: TSpeedButton
AnchorSideLeft.Control = SearchEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = SearchEdit
AnchorSideBottom.Control = SearchEdit
AnchorSideBottom.Side = asrBottom
Left = 234
Height = 25
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 = 257
Height = 25
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 = 1
Height = 25
Top = 1
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