object Form1: TForm1 Left = 518 Height = 630 Top = 252 Width = 1001 Caption = ' Initializing browser. Please wait...' ClientHeight = 630 ClientWidth = 1001 OnActivate = FormActivate OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnHide = FormHide OnShow = FormShow LCLVersion = '2.2.6.0' object AddressPnl: TPanel Left = 0 Height = 30 Top = 0 Width = 1001 Align = alTop ClientHeight = 30 ClientWidth = 1001 TabOrder = 1 object AddressEdt: TEdit Left = 1 Height = 28 Top = 1 Width = 929 Align = alClient AutoSelect = False OnEnter = AddressEdtEnter TabOrder = 0 Text = 'https://www.google.com' end object GoBtn: TButton Left = 930 Height = 28 Top = 1 Width = 70 Align = alRight Caption = 'Go' OnClick = GoBtnClick OnEnter = GoBtnEnter TabOrder = 1 end end object Panel1: TBufferPanel Left = 0 Height = 600 Top = 30 Width = 1001 Align = alClient Caption = 'Panel1' Color = clWhite ParentColor = False TabOrder = 0 OnClick = Panel1Click OnMouseDown = Panel1MouseDown OnMouseMove = Panel1MouseMove OnMouseUp = Panel1MouseUp OnMouseWheel = Panel1MouseWheel OnResize = Panel1Resize OnMouseEnter = Panel1MouseEnter OnMouseLeave = Panel1MouseLeave object FocusWorkaroundEdt: TEdit Left = -9000 Height = 20 Top = -9000 Width = 80 BorderStyle = bsNone OnEnter = FocusWorkaroundEdtEnter OnExit = FocusWorkaroundEdtExit ReadOnly = True TabOrder = 0 end end object Chromium1: TChromium OnCanFocus = Chromium1CanFocus OnTooltip = Chromium1Tooltip OnCursorChange = Chromium1CursorChange OnBeforePopup = Chromium1BeforePopup OnAfterCreated = Chromium1AfterCreated OnBeforeClose = Chromium1BeforeClose OnOpenUrlFromTab = Chromium1OpenUrlFromTab OnGetViewRect = Chromium1GetViewRect OnGetScreenPoint = Chromium1GetScreenPoint OnGetScreenInfo = Chromium1GetScreenInfo OnPopupShow = Chromium1PopupShow OnPopupSize = Chromium1PopupSize OnPaint = Chromium1Paint Left = 48 Top = 72 end object SaveDialog1: TSaveDialog Title = 'Save screenshot bitmap as' DefaultExt = '.bmp' Filter = 'Bitmap file|*.bmp' Left = 48 Top = 152 end end