home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / virus / Plat7esdCHS / data1.cab / Comunes / Platmsg.dll / 0 / RCDATA / TFALERTABLOQUEOSCRIPT / TFALERTABLOQUEOSCRIPT.txt
Text File  |  2003-02-05  |  2KB  |  80 lines

  1. object FalertaBloqueoScript: TFalertaBloqueoScript
  2.   Left = 602
  3.   Top = 388
  4.   Width = 250
  5.   Height = 199
  6.   Caption = '∩┐╜Script bloqueado!'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel: TPndPopupPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 242
  22.     Height = 172
  23.     BottomText = 'Panda Antivirus Platinum 7'
  24.     HeaderFont.Charset = DEFAULT_CHARSET
  25.     HeaderFont.Color = clWhite
  26.     HeaderFont.Height = -11
  27.     HeaderFont.Name = 'Tahoma'
  28.     HeaderFont.Style = [fsBold]
  29.     HeaderText = 'Deseo...'
  30.     IconImages = ImageListIcono
  31.     IconIndex = 9
  32.     ItemImages = ImageListItems
  33.     Items = <
  34.       item
  35.         Caption = 'Consultar el informe'
  36.         ImageIndex = 22
  37.         OnClick = ConsultarInforme
  38.         MostrarEnReducido = True
  39.         MostrarSoloEnAlertasAgrupadas = True
  40.       end
  41.       item
  42.         Caption = 'Cerrar'
  43.         ImageIndex = 16
  44.         OnClick = Cerrar
  45.         MostrarEnReducido = True
  46.       end
  47.       item
  48.         Caption = 'Ayuda'
  49.         ImageIndex = 27
  50.         OnClick = Ayuda
  51.         MostrarEnReducido = True
  52.       end
  53.       item
  54.         Caption = 'Desactivar el bloqueo de scripts'
  55.         ImageIndex = 18
  56.         OnClick = DeshabilitarBloqueoScripts
  57.       end>
  58.     ItemsFont.Charset = DEFAULT_CHARSET
  59.     ItemsFont.Color = clBlack
  60.     ItemsFont.Height = -11
  61.     ItemsFont.Name = 'Tahoma'
  62.     ItemsFont.Style = []
  63.     PrioridadMensaje = pmAlertaSimple
  64.     TextoAlertasAgrupadas = 
  65.       'En el informe se encuentran nuevas notificaciones similares a es' +
  66.       'ta.'
  67.     Title = '∩┐╜Script bloqueado!'
  68.   end
  69.   object ImageListIcono: TImageList
  70.     Height = 48
  71.     Width = 48
  72.     Left = 208
  73.     Top = 24
  74.   end
  75.   object ImageListItems: TImageList
  76.     Left = 208
  77.     Top = 60
  78.   end
  79. end
  80.