CEF4Delphi/demos/Lazarus/JavaScript/JSEval/uSimpleTextViewer.lfm
Salvador Díaz Fau efeb876371 Update to CEF 74.1.19
- Converted almost all the demos to Lazarus thanks to avra
- Reorganized "demos" directory.
2019-05-19 16:08:15 +02:00

28 lines
545 B
Plaintext

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