home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Wtestowe / Netshift / _SETUP.1 / NetShift.exe / 0 / RCDATA / TDIALOGNEWWINDOW / TDIALOGNEWWINDOW.txt
Text File  |  1998-03-06  |  2KB  |  81 lines

  1. object DialogNewWindow: TDialogNewWindow
  2.   Left = 704
  3.   Top = 380
  4.   BorderStyle = bsNone
  5.   Caption = 'New Browser Window Detected'
  6.   ClientHeight = 169
  7.   ClientWidth = 265
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   OnCreate = FormCreate
  14.   OnPaint = FormPaint
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 17
  20.     Width = 249
  21.     Height = 20
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 'New Browser Window Detected!'
  25.     Font.Color = clWindowText
  26.     Font.Height = -16
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object Bevel2: TBevel
  32.     Left = 8
  33.     Top = 8
  34.     Width = 249
  35.     Height = 41
  36.   end
  37.   object Bevel1: TBevel
  38.     Left = 0
  39.     Top = 0
  40.     Width = 265
  41.     Height = 169
  42.     Align = alClient
  43.     Style = bsRaised
  44.   end
  45.   object Bevel3: TBevel
  46.     Left = 8
  47.     Top = 56
  48.     Width = 249
  49.     Height = 105
  50.   end
  51.   object Button1: TButton
  52.     Left = 16
  53.     Top = 64
  54.     Width = 233
  55.     Height = 41
  56.     Caption = 'Transfer Control'
  57.     Font.Color = clWindowText
  58.     Font.Height = -13
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = []
  61.     ModalResult = 2
  62.     ParentFont = False
  63.     TabOrder = 1
  64.   end
  65.   object Button2: TButton
  66.     Left = 16
  67.     Top = 112
  68.     Width = 233
  69.     Height = 41
  70.     Caption = 'Remove New Window'
  71.     Default = True
  72.     Font.Color = clWindowText
  73.     Font.Height = -13
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = []
  76.     ModalResult = 1
  77.     ParentFont = False
  78.     TabOrder = 0
  79.   end
  80. end
  81.