home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Demo / Panda / platinumisshuk.exe / data1.cab / Comunes / Platmsg.dll / 0 / RCDATA / TFALERTABLOQUEOSCRIPT / TFALERTABLOQUEOSCRIPT.txt
Encoding:
Text File  |  2003-11-01  |  1.7 KB  |  69 lines

  1. object FalertaBloqueoScript: TFalertaBloqueoScript
  2.   Left = 446
  3.   Top = 224
  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.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel: TPndPopupPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 242
  21.     Height = 172
  22.     BottomText = 'Panda Platinum Internet Security'
  23.     HeaderFont.Charset = DEFAULT_CHARSET
  24.     HeaderFont.Color = clWhite
  25.     HeaderFont.Height = -11
  26.     HeaderFont.Name = 'Tahoma'
  27.     HeaderFont.Style = [fsBold]
  28.     HeaderText = 'Deseo...'
  29.     IconImages = DataModuleOsito.ImageListIcono
  30.     IconIndex = 9
  31.     ItemImages = DataModuleOsito.ImageListItems
  32.     Items = <
  33.       item
  34.         Caption = 'Consultar el informe'
  35.         ImageIndex = 22
  36.         OnClick = ConsultarInforme
  37.         MostrarEnReducido = True
  38.         MostrarSoloEnAlertasAgrupadas = True
  39.       end
  40.       item
  41.         Caption = 'Cerrar'
  42.         ImageIndex = 16
  43.         OnClick = Cerrar
  44.         MostrarEnReducido = True
  45.       end
  46.       item
  47.         Caption = 'Ayuda'
  48.         ImageIndex = 27
  49.         OnClick = Ayuda
  50.         MostrarEnReducido = True
  51.       end
  52.       item
  53.         Caption = 'Desactivar el bloqueo de scripts'
  54.         ImageIndex = 18
  55.         OnClick = DeshabilitarBloqueoScripts
  56.       end>
  57.     ItemsFont.Charset = DEFAULT_CHARSET
  58.     ItemsFont.Color = clBlack
  59.     ItemsFont.Height = -11
  60.     ItemsFont.Name = 'Tahoma'
  61.     ItemsFont.Style = []
  62.     PrioridadMensaje = pmAlertaSimple
  63.     TextoAlertasAgrupadas = 
  64.       'En el informe se encuentran nuevas notificaciones similares a es' +
  65.       'ta.'
  66.     Title = '∩┐╜Script bloqueado!'
  67.   end
  68. end
  69.