CEF4Delphi/demos/Lazarus_Windows/CookieVisitor/uSimpleTextViewer.lfm
Salvador Díaz Fau 2838b7964e Fixed CookieVisitor demo issue with cookies not written
Added New Delphi and Lazarus versions and MacOS info to Readme.md.
2021-02-27 12:55:29 +01:00

29 lines
570 B
Plaintext

object SimpleTextViewerFrm: TSimpleTextViewerFrm
Left = 538
Height = 572
Top = 82
Width = 694
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.12.0'
object Memo1: TMemo
Left = 0
Height = 572
Top = 0
Width = 694
Align = alClient
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 0
WordWrap = False
end
end