CEF4Delphi/demos/ToolBoxLazBrowser/umainform.lfm
2019-02-12 08:19:00 +01:00

45 lines
879 B
Plaintext

object MainForm: TMainForm
Left = 242
Height = 41
Top = 250
Width = 351
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Initializing browser. Please wait...'
ClientHeight = 41
ClientWidth = 351
OnCreate = FormCreate
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '2.0.0.4'
object Panel1: TPanel
Left = 0
Height = 41
Top = 0
Width = 351
Align = alClient
Caption = 'Panel1'
ClientHeight = 41
ClientWidth = 351
Enabled = False
TabOrder = 0
object Edit1: TEdit
Left = 8
Height = 23
Top = 8
Width = 256
TabOrder = 0
Text = 'https://www.google.com'
end
object Button1: TButton
Left = 268
Height = 25
Top = 6
Width = 75
Caption = 'Open'
OnClick = Button1Click
TabOrder = 1
end
end
end