CEF4Delphi/demos/Lazarus_Windows/PostInspectorBrowser/uPostInspectorBrowser.lfm

98 lines
2.0 KiB
Plaintext
Raw Normal View History

2018-10-28 12:52:14 +01:00
object Form1: TForm1
Left = 670
Height = 699
Top = 69
Width = 1038
2018-10-28 12:52:14 +01:00
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
2021-04-29 17:00:54 +02:00
LCLVersion = '2.0.12.0'
2018-10-28 12:52:14 +01:00
object Splitter1: TSplitter
Cursor = crVSplit
2018-10-28 12:52:14 +01:00
Left = 0
Height = 3
2018-10-28 12:52:14 +01:00
Top = 469
Width = 1038
Align = alBottom
ResizeAnchor = akBottom
2018-10-28 12:52:14 +01:00
end
object AddressPnl: TPanel
Left = 0
Height = 21
2018-10-28 12:52:14 +01:00
Top = 0
Width = 1038
Align = alTop
BevelOuter = bvNone
ClientHeight = 21
ClientWidth = 1038
2018-10-28 12:52:14 +01:00
Enabled = False
TabOrder = 0
object GoBtn: TButton
Left = 1007
Height = 21
Top = 0
2018-10-28 12:52:14 +01:00
Width = 31
Align = alRight
Caption = 'Go'
OnClick = GoBtnClick
TabOrder = 0
2018-10-28 12:52:14 +01:00
end
object AddressCb: TComboBox
Left = 0
2018-10-28 12:52:14 +01:00
Height = 21
Top = 0
Width = 1007
2018-10-28 12:52:14 +01:00
Align = alClient
ItemHeight = 13
2018-10-28 12:52:14 +01:00
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'
2018-10-28 12:52:14 +01:00
end
end
object CEFWindowParent1: TCEFWindowParent
Left = 0
Height = 448
Top = 21
2018-10-28 12:52:14 +01:00
Width = 1038
Align = alClient
TabOrder = 1
end
object Memo1: TMemo
Left = 0
Height = 227
2018-10-28 12:52:14 +01:00
Top = 472
Width = 1038
Align = alBottom
ScrollBars = ssVertical
TabOrder = 2
end
object Timer1: TTimer
Enabled = False
Interval = 300
OnTimer = Timer1Timer
2021-04-29 17:00:54 +02:00
Left = 56
Top = 88
2018-10-28 12:52:14 +01:00
end
object Chromium1: TChromium
OnBeforePopup = Chromium1BeforePopup
OnAfterCreated = Chromium1AfterCreated
OnBeforeClose = Chromium1BeforeClose
OnClose = Chromium1Close
OnBeforeResourceLoad = Chromium1BeforeResourceLoad
2021-04-29 17:00:54 +02:00
Left = 56
Top = 152
2018-10-28 12:52:14 +01:00
end
end