CEF4Delphi/demos/Delphi_VCL/PopupBrowser2/uMainForm.dfm

82 lines
1.7 KiB
Plaintext
Raw Normal View History

2018-04-08 21:35:21 +02:00
object MainForm: TMainForm
Left = 0
Top = 0
Caption = 'Initializing browser. Please wait...'
2023-04-08 19:00:33 +02:00
ClientHeight = 623
ClientWidth = 1034
2018-04-08 21:35:21 +02:00
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
TextHeight = 13
object AddressPnl: TPanel
Left = 0
Top = 0
2023-04-08 19:00:33 +02:00
Width = 1034
2018-04-08 21:35:21 +02:00
Height = 30
Align = alTop
BevelOuter = bvNone
Enabled = False
Padding.Left = 5
Padding.Top = 5
Padding.Right = 5
Padding.Bottom = 5
TabOrder = 0
2023-04-08 19:00:33 +02:00
ExplicitWidth = 1038
2018-04-08 21:35:21 +02:00
object AddressEdt: TEdit
Left = 5
Top = 5
Width = 997
Height = 20
Margins.Right = 5
Align = alClient
TabOrder = 0
Text = 'file:///PopupBrowser.html'
ExplicitHeight = 21
end
object GoBtn: TButton
Left = 1002
Top = 5
Width = 31
Height = 20
Margins.Left = 5
Align = alRight
Caption = 'Go'
TabOrder = 1
OnClick = GoBtnClick
end
end
object CEFWindowParent1: TCEFWindowParent
Left = 0
Top = 30
2023-04-08 19:00:33 +02:00
Width = 1034
Height = 593
2018-04-08 21:35:21 +02:00
Align = alClient
TabOrder = 1
2023-04-08 19:00:33 +02:00
ExplicitWidth = 1038
ExplicitHeight = 594
2018-04-08 21:35:21 +02:00
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
2018-04-08 21:35:21 +02:00
Left = 56
Top = 152
end
end