mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 01:38:01 +02:00
26 lines
507 B
Plaintext
26 lines
507 B
Plaintext
object MessagesView: TMessagesView
|
|
Left = 213
|
|
Height = 128
|
|
Top = 586
|
|
Width = 639
|
|
BorderStyle = bsSizeToolWin
|
|
Caption = 'MessagesView'
|
|
ClientHeight = 128
|
|
ClientWidth = 639
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
LCLVersion = '1.1'
|
|
inline MessagesFrame1: TMessagesFrame
|
|
Height = 128
|
|
Width = 639
|
|
Align = alClient
|
|
ClientHeight = 128
|
|
ClientWidth = 639
|
|
inherited SearchPanel: TPanel
|
|
Top = 101
|
|
Width = 639
|
|
ClientWidth = 639
|
|
end
|
|
end
|
|
end
|