object DialogNewWindow: TDialogNewWindow Left = 704 Top = 380 BorderStyle = bsNone Caption = 'New Browser Window Detected' ClientHeight = 169 ClientWidth = 265 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OnCreate = FormCreate OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 17 Width = 249 Height = 20 Alignment = taCenter AutoSize = False Caption = 'New Browser Window Detected!' Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Bevel2: TBevel Left = 8 Top = 8 Width = 249 Height = 41 end object Bevel1: TBevel Left = 0 Top = 0 Width = 265 Height = 169 Align = alClient Style = bsRaised end object Bevel3: TBevel Left = 8 Top = 56 Width = 249 Height = 105 end object Button1: TButton Left = 16 Top = 64 Width = 233 Height = 41 Caption = 'Transfer Control' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 1 end object Button2: TButton Left = 16 Top = 112 Width = 233 Height = 41 Caption = 'Remove New Window' Default = True Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 end end