1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-02 21:57:37 +02:00

50 lines
991 B
Plaintext
Raw Permalink Normal View History

2017-05-21 17:41:10 +02:00
object MainForm: TMainForm
Left = 162
Height = 37
Top = 154
Width = 357
2017-05-21 17:41:10 +02:00
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Initializing browser. Please wait...'
2017-05-21 17:41:10 +02:00
ClientHeight = 37
ClientWidth = 357
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Position = poScreenCenter
LCLVersion = '4.0.0.4'
2017-05-21 17:41:10 +02:00
OnCreate = FormCreate
OnShow = FormShow
object ButtonPnl: TPanel
Left = 0
Height = 37
Top = 0
Width = 357
Align = alClient
BevelOuter = bvNone
ClientHeight = 37
ClientWidth = 357
Enabled = False
ParentBackground = False
2017-05-21 17:41:10 +02:00
TabOrder = 0
object Edit1: TEdit
Left = 8
Height = 21
Top = 8
Width = 286
TabOrder = 0
Text = 'https://www.google.com'
end
object Button1: TButton
Left = 300
Height = 25
Top = 6
Width = 51
Caption = 'Open'
TabOrder = 1
OnClick = Button1Click
end
2017-05-21 17:41:10 +02:00
end
end