CEF4Delphi/demos/Lazarus_Windows/PostInspectorBrowser/uPostInspectorBrowser.lfm
2021-04-29 17:00:54 +02:00

98 lines
2.0 KiB
Plaintext

object Form1: TForm1
Left = 670
Height = 699
Top = 69
Width = 1038
Caption = 'Initializing browser. Please wait...'
ClientHeight = 699
ClientWidth = 1038
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '2.0.12.0'
object Splitter1: TSplitter
Cursor = crVSplit
Left = 0
Height = 3
Top = 469
Width = 1038
Align = alBottom
ResizeAnchor = akBottom
end
object AddressPnl: TPanel
Left = 0
Height = 21
Top = 0
Width = 1038
Align = alTop
BevelOuter = bvNone
ClientHeight = 21
ClientWidth = 1038
Enabled = False
TabOrder = 0
object GoBtn: TButton
Left = 1007
Height = 21
Top = 0
Width = 31
Align = alRight
Caption = 'Go'
OnClick = GoBtnClick
TabOrder = 0
end
object AddressCb: TComboBox
Left = 0
Height = 21
Top = 0
Width = 1007
Align = alClient
ItemHeight = 13
ItemIndex = 0
Items.Strings = (
'https://tryphp.w3schools.com/showphp.php?filename=demo_form_post'
)
TabOrder = 1
Text = 'https://tryphp.w3schools.com/showphp.php?filename=demo_form_post'
end
end
object CEFWindowParent1: TCEFWindowParent
Left = 0
Height = 448
Top = 21
Width = 1038
Align = alClient
TabOrder = 1
end
object Memo1: TMemo
Left = 0
Height = 227
Top = 472
Width = 1038
Align = alBottom
ScrollBars = ssVertical
TabOrder = 2
end
object Timer1: TTimer
Enabled = False
Interval = 300
OnTimer = Timer1Timer
Left = 56
Top = 88
end
object Chromium1: TChromium
OnBeforePopup = Chromium1BeforePopup
OnAfterCreated = Chromium1AfterCreated
OnBeforeClose = Chromium1BeforeClose
OnClose = Chromium1Close
OnBeforeResourceLoad = Chromium1BeforeResourceLoad
Left = 56
Top = 152
end
end