object OAuthLoginFormE: TOAuthLoginFormE Left = 0 Top = 0 Caption = 'OAuth Login Window' ClientHeight = 627 ClientWidth = 684 Color = clBtnFace DefaultMonitor = dmMainForm Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Segoe UI' Font.Style = [] OnClose = FormClose OnCreate = FormCreate TextHeight = 15 object Panel1: TPanel Left = 0 Top = 0 Width = 684 Height = 46 Align = alTop TabOrder = 0 ExplicitWidth = 682 object LabelTitle: TLabel Left = 10 Top = 5 Width = 586 Height = 20 AutoSize = False Caption = 'Loading Web Page' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'Segoe UI' Font.Style = [] ParentFont = False end object LabelAccount: TLabel Left = 10 Top = 27 Width = 73 Height = 15 Caption = 'LabelAccount' end object doClose: TButton Left = 620 Top = 10 Width = 55 Height = 25 Caption = 'Close' TabOrder = 0 OnClick = doCloseClick end end object PanelClient: TPanel Left = 0 Top = 46 Width = 684 Height = 581 Align = alClient TabOrder = 1 ExplicitWidth = 682 ExplicitHeight = 573 object PanelWebBrowser: TPanel Left = 251 Top = 103 Width = 421 Height = 233 Caption = 'PanelWebBrowser' TabOrder = 0 object WebBrowser: TWebBrowser Left = 1 Top = 1 Width = 419 Height = 231 Align = alClient TabOrder = 0 ControlData = { 4C000000A52200001A1300000000000000000000000000000000000000000000 000000004C000000000000000000000001000000E0D057007335CF11AE690800 2B2E126208000000000000004C0000000114020000000000C000000000000046 8000000000000000000000000000000000000000000000000000000000000000 00000000000000000100000000000000000000000000000000000000} end end object PanelEdgeBrowser: TPanel Left = 60 Top = 336 Width = 362 Height = 214 Caption = 'PanelEdgeBrowser' TabOrder = 1 object EdgeBrowser: TEdgeBrowser Left = 1 Top = 1 Width = 360 Height = 212 Align = alClient TabOrder = 0 UserDataFolder = '%LOCALAPPDATA%\bds.exe.WebView2' end end end object TimerClose: TTimer Enabled = False Interval = 10000 OnTimer = TimerCloseTimer Left = 30 Top = 65 end end