mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-16 16:25:57 +01:00
93 lines
1.9 KiB
Plaintext
93 lines
1.9 KiB
Plaintext
|
object PostDataInspectorFrm: TPostDataInspectorFrm
|
||
|
Left = 0
|
||
|
Top = 0
|
||
|
Caption = 'PostData inspector'
|
||
|
ClientHeight = 715
|
||
|
ClientWidth = 1004
|
||
|
Color = clBtnFace
|
||
|
Font.Charset = DEFAULT_CHARSET
|
||
|
Font.Color = clWindowText
|
||
|
Font.Height = -11
|
||
|
Font.Name = 'Tahoma'
|
||
|
Font.Style = []
|
||
|
OldCreateOrder = False
|
||
|
Position = poScreenCenter
|
||
|
OnShow = FormShow
|
||
|
PixelsPerInch = 96
|
||
|
TextHeight = 13
|
||
|
object StatusBar1: TStatusBar
|
||
|
Left = 0
|
||
|
Top = 696
|
||
|
Width = 1004
|
||
|
Height = 19
|
||
|
Panels = <
|
||
|
item
|
||
|
Width = 50
|
||
|
end>
|
||
|
ExplicitLeft = -119
|
||
|
ExplicitTop = 548
|
||
|
ExplicitWidth = 978
|
||
|
end
|
||
|
object CEFWindowParent1: TCEFWindowParent
|
||
|
Left = 0
|
||
|
Top = 30
|
||
|
Width = 1004
|
||
|
Height = 666
|
||
|
Align = alClient
|
||
|
TabOrder = 1
|
||
|
ExplicitLeft = -119
|
||
|
ExplicitTop = 27
|
||
|
ExplicitWidth = 978
|
||
|
ExplicitHeight = 540
|
||
|
end
|
||
|
object NavControlPnl: TPanel
|
||
|
Left = 0
|
||
|
Top = 0
|
||
|
Width = 1004
|
||
|
Height = 30
|
||
|
Align = alTop
|
||
|
BevelOuter = bvNone
|
||
|
Enabled = False
|
||
|
Padding.Left = 5
|
||
|
Padding.Top = 5
|
||
|
Padding.Right = 5
|
||
|
Padding.Bottom = 5
|
||
|
ShowCaption = False
|
||
|
TabOrder = 2
|
||
|
ExplicitLeft = -119
|
||
|
ExplicitWidth = 978
|
||
|
object Edit1: TEdit
|
||
|
Left = 5
|
||
|
Top = 5
|
||
|
Width = 963
|
||
|
Height = 20
|
||
|
Margins.Right = 5
|
||
|
Align = alClient
|
||
|
TabOrder = 0
|
||
|
Text =
|
||
|
'https://www.w3schools.com/php/showphp.asp?filename=demo_form_pos' +
|
||
|
't'
|
||
|
ExplicitWidth = 937
|
||
|
ExplicitHeight = 21
|
||
|
end
|
||
|
object GoBtn: TButton
|
||
|
Left = 968
|
||
|
Top = 5
|
||
|
Width = 31
|
||
|
Height = 20
|
||
|
Margins.Left = 5
|
||
|
Align = alRight
|
||
|
Caption = 'Go'
|
||
|
TabOrder = 1
|
||
|
OnClick = GoBtnClick
|
||
|
ExplicitLeft = 942
|
||
|
end
|
||
|
end
|
||
|
object Chromium1: TChromium
|
||
|
OnProcessMessageReceived = Chromium1ProcessMessageReceived
|
||
|
OnAfterCreated = Chromium1AfterCreated
|
||
|
Left = 32
|
||
|
Top = 224
|
||
|
end
|
||
|
end
|