mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-25 20:47:21 +01:00
29 lines
564 B
Plaintext
29 lines
564 B
Plaintext
object MessagesView: TMessagesView
|
|
BorderStyle = bsSizeToolWin
|
|
Caption = 'MessagesView'
|
|
ClientHeight = 79
|
|
ClientWidth = 722
|
|
KeyPreview = True
|
|
OnKeyDown = MessagesViewKeyDown
|
|
PixelsPerInch = 112
|
|
HorzScrollBar.Page = 721
|
|
VertScrollBar.Page = 78
|
|
Left = 262
|
|
Height = 79
|
|
Top = 518
|
|
Width = 722
|
|
object MessageView: TListBox
|
|
Align = alClient
|
|
MultiSelect = True
|
|
PopupMenu = MainPopupMenu
|
|
TabOrder = 0
|
|
TopIndex = -1
|
|
Height = 79
|
|
Width = 722
|
|
end
|
|
object MainPopupMenu: TPopupMenu
|
|
left = 46
|
|
top = 41
|
|
end
|
|
end
|