CEF4Delphi/demos/Delphi_VCL/ToolBoxBrowser/uMainForm.dfm

53 lines
1.0 KiB
Plaintext
Raw Normal View History

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