lazarus/ide/etmessageframe.lfm
mattias 316056f2f7 IDE: further migration external tools
git-svn-id: trunk@43262 -
2013-10-17 19:17: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 = 24
Top = 82
Width = 444
Align = alBottom
AutoSize = True
ClientHeight = 24
ClientWidth = 444
TabOrder = 0
object SearchEdit: TEdit
AnchorSideLeft.Control = HideSearchSpeedButton
AnchorSideLeft.Side = asrBottom
Left = 34
Height = 22
Top = 1
Width = 200
BorderSpacing.Left = 10
Constraints.MinWidth = 200
OnChange = SearchEditChange
OnEnter = SearchEditEnter
OnExit = SearchEditExit
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 = 22
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 = 22
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 = 22
Top = 1
Width = 23
Anchors = [akTop, akLeft, akBottom]
Flat = True
OnClick = HideSearchSpeedButtonClick
ShowHint = True
ParentShowHint = False
end
end
object MsgCtrlPopupMenu: TPopupMenu
OnPopup = MsgCtrlPopupMenuPopup
OnClose = MsgCtrlPopupMenuClose
left = 240
top = 25
end
end