2020-05-05 18:10:33 +02:00
|
|
|
object MainForm: TMainForm
|
|
|
|
Left = 559
|
|
|
|
Height = 37
|
|
|
|
Top = 278
|
|
|
|
Width = 357
|
|
|
|
BorderIcons = [biSystemMenu]
|
|
|
|
BorderStyle = bsSingle
|
|
|
|
Caption = 'ToolBox Browser 2'
|
|
|
|
ClientHeight = 37
|
|
|
|
ClientWidth = 357
|
|
|
|
Color = clBtnFace
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -11
|
|
|
|
Font.Name = 'Tahoma'
|
|
|
|
OnShow = FormShow
|
|
|
|
Position = poScreenCenter
|
2021-06-04 15:10:40 +02:00
|
|
|
LCLVersion = '2.0.12.0'
|
2020-05-05 18:10:33 +02:00
|
|
|
object ButtonPnl: TPanel
|
|
|
|
Left = 0
|
|
|
|
Height = 37
|
|
|
|
Top = 0
|
|
|
|
Width = 357
|
|
|
|
Align = alClient
|
|
|
|
BevelOuter = bvNone
|
|
|
|
ClientHeight = 37
|
|
|
|
ClientWidth = 357
|
|
|
|
Enabled = False
|
|
|
|
TabOrder = 0
|
|
|
|
object Edit1: TEdit
|
|
|
|
Left = 6
|
|
|
|
Height = 21
|
|
|
|
Top = 6
|
|
|
|
Width = 286
|
|
|
|
TabOrder = 0
|
|
|
|
Text = 'https://www.google.com'
|
|
|
|
end
|
|
|
|
object Button1: TButton
|
|
|
|
Left = 298
|
|
|
|
Height = 25
|
|
|
|
Top = 4
|
|
|
|
Width = 51
|
|
|
|
Caption = 'Open'
|
|
|
|
OnClick = Button1Click
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object CEFWindowComponent1: TCEFWindowComponent
|
|
|
|
OnWindowCreated = CEFWindowComponent1WindowCreated
|
|
|
|
OnWindowDestroyed = CEFWindowComponent1WindowDestroyed
|
2021-06-04 15:10:40 +02:00
|
|
|
OnGetInitialBounds = CEFWindowComponent1GetInitialBounds
|
2020-05-05 18:10:33 +02:00
|
|
|
OnCanClose = CEFWindowComponent1CanClose
|
2021-06-04 15:10:40 +02:00
|
|
|
Left = 48
|
2020-05-05 18:10:33 +02:00
|
|
|
end
|
|
|
|
object CEFBrowserViewComponent1: TCEFBrowserViewComponent
|
2021-06-04 15:10:40 +02:00
|
|
|
Left = 152
|
|
|
|
Top = 65528
|
2020-05-05 18:10:33 +02:00
|
|
|
end
|
|
|
|
object Chromium1: TChromium
|
|
|
|
OnTitleChange = Chromium1TitleChange
|
|
|
|
OnBeforePopup = Chromium1BeforePopup
|
2021-06-04 15:10:40 +02:00
|
|
|
Left = 256
|
|
|
|
Top = 8
|
2020-05-05 18:10:33 +02:00
|
|
|
end
|
|
|
|
end
|