CEF4Delphi/demos/Lazarus/MiniBrowser/uSimpleTextViewer.lfm

28 lines
545 B
Plaintext
Raw Normal View History

2017-08-19 12:53:47 +02:00
object SimpleTextViewerFrm: TSimpleTextViewerFrm
Left = 0
Height = 572
2017-08-19 12:53:47 +02:00
Top = 0
Width = 694
2017-08-19 12:53:47 +02:00
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Simple text viewer'
ClientHeight = 572
ClientWidth = 694
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Position = poScreenCenter
LCLVersion = '2.0.1.0'
2017-08-19 12:53:47 +02:00
object Memo1: TMemo
Left = 0
Height = 572
2017-08-19 12:53:47 +02:00
Top = 0
Width = 694
Align = alClient
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 0
end
end