object fmMain: TfmMain Left = 320 Top = 103 Width = 783 Height = 540 Caption = 'fmMain' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False WindowState = wsMinimized OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object FWebBrowserEvents21: TDWebBrowserEvents2 CommandStateChange = FWebBrowserEvents21CommandStateChange BeforeNavigate2 = FWebBrowserEvents21BeforeNavigate2 NewWindow2 = FWebBrowserEvents21NewWindow2 DocumentComplete = FWebBrowserEvents21DocumentComplete OnQuit = FWebBrowserEvents21Quit Left = 24 Top = 24 end object MSHTMLHTMLDocumentEvents21: TMSHTMLHTMLDocumentEvents2 onclick = MSHTMLHTMLDocumentEvents21click oncontextmenu = MSHTMLHTMLDocumentEvents21contextmenu Left = 24 Top = 64 end end