lazarus/examples/fpdocmanager/flogview.lfm
dodi ed5ef5dec3 examples/fpdocmanager added.
git-svn-id: trunk@34537 -
2012-01-02 04:45:54 +00:00

21 lines
344 B
Plaintext

object LogView: TLogView
Left = 485
Height = 394
Top = 249
Width = 611
Caption = 'LogView'
ClientHeight = 394
ClientWidth = 611
OnClose = FormClose
LCLVersion = '0.9.31'
object edLog: TMemo
Left = 0
Height = 394
Top = 0
Width = 611
Align = alClient
ScrollBars = ssAutoBoth
TabOrder = 0
end
end