mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 20:29:39 +02:00
33 lines
693 B
Plaintext
33 lines
693 B
Plaintext
object MessagesView: TMessagesView
|
|
Left = 262
|
|
Height = 79
|
|
Top = 518
|
|
Width = 722
|
|
HorzScrollBar.Page = 721
|
|
VertScrollBar.Page = 78
|
|
ActiveControl = MessageListBox
|
|
BorderStyle = bsSizeToolWin
|
|
Caption = 'MessagesView'
|
|
ClientHeight = 79
|
|
ClientWidth = 722
|
|
KeyPreview = True
|
|
OnDeactivate = FormDeactivate
|
|
OnKeyDown = MessagesViewKeyDown
|
|
PixelsPerInch = 95
|
|
object MessageListBox: TListBox
|
|
Height = 79
|
|
Width = 722
|
|
Align = alClient
|
|
MultiSelect = True
|
|
OnExit = MessageViewExit
|
|
PopupMenu = MainPopupMenu
|
|
TabOrder = 0
|
|
TopIndex = -1
|
|
end
|
|
object MainPopupMenu: TPopupMenu
|
|
OnPopup = MainPopupMenuPopup
|
|
left = 46
|
|
top = 41
|
|
end
|
|
end
|