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

  1. object DialogError: TDialogError
  2.   Left = 391
  3.   Top = 383
  4.   BorderStyle = bsNone
  5.   Caption = 'DialogError'
  6.   ClientHeight = 121
  7.   ClientWidth = 432
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnHide = FormHide
  16.   OnPaint = FormPaint
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel2: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 417
  24.     Height = 41
  25.   end
  26.   object Bevel1: TBevel
  27.     Left = 0
  28.     Top = 0
  29.     Width = 432
  30.     Height = 121
  31.     Align = alClient
  32.     Style = bsRaised
  33.   end
  34.   object Bevel3: TBevel
  35.     Left = 8
  36.     Top = 56
  37.     Width = 417
  38.     Height = 57
  39.   end
  40.   object TiledBitmap: TTiledBitmap
  41.     Left = 0
  42.     Top = 0
  43.     Width = 432
  44.     Height = 121
  45.     Align = alClient
  46.   end
  47.   object ErrorMessage: TLabel
  48.     Left = 16
  49.     Top = 17
  50.     Width = 401
  51.     Height = 20
  52.     Alignment = taCenter
  53.     AutoSize = False
  54.     Caption = 'New Browser Window Detected!'
  55.     Font.Color = clWindowText
  56.     Font.Height = -16
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.   end
  61.   object BOK: TSpeedButton
  62.     Tag = 4
  63.     Left = 360
  64.     Top = 64
  65.     Width = 57
  66.     Height = 41
  67.     Caption = 'OK'
  68.     Font.Color = clWindowText
  69.     Font.Height = -13
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     OnClick = BOKClick
  74.   end
  75.   object BCancel: TSpeedButton
  76.     Tag = 4
  77.     Left = 296
  78.     Top = 64
  79.     Width = 57
  80.     Height = 41
  81.     Caption = 'Cancel'
  82.     Font.Color = clWindowText
  83.     Font.Height = -13
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = []
  86.     ParentFont = False
  87.     Visible = False
  88.     OnClick = BCancelClick
  89.   end
  90.   object Timer: TTimer
  91.     Enabled = False
  92.     OnTimer = TimerTimer
  93.     Left = 40
  94.     Top = 64
  95.   end
  96. end
  97.