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

  1. object FormAvisoVirusDetectadoProtecPerm: TFormAvisoVirusDetectadoProtecPerm
  2.   Left = 509
  3.   Top = 146
  4.   BorderStyle = bsSingle
  5.   Caption = '∩┐╜Virus detectado!'
  6.   ClientHeight = 275
  7.   ClientWidth = 242
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel: TPndPopupPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 242
  22.     Height = 275
  23.     BodyText = 
  24.       '<B>Nombre del virus:</B><BR>EICAR-AV-TEST-FILE<BR><BR><B>Ubicaci' +
  25.       '∩┐╜n del virus:</B><BR>C:\Archivos de programa\Microsoft Office\Of' +
  26.       'fice\Photodraw\Content\PDClips\Dsgnclip\Abstract\eicar_com.zip[e' +
  27.       'icar.com]'
  28.     BottomText = 'Panda Platinum Internet Security'
  29.     HeaderFont.Charset = DEFAULT_CHARSET
  30.     HeaderFont.Color = clWhite
  31.     HeaderFont.Height = -11
  32.     HeaderFont.Name = 'Tahoma'
  33.     HeaderFont.Style = [fsBold]
  34.     HeaderText = 'Deseo...'
  35.     IconImages = DataModuleOsito.ImageListIcono
  36.     IconIndex = 1
  37.     ItemImages = DataModuleOsito.ImageListItems
  38.     Items = <
  39.       item
  40.         Caption = 'Desinfectar virus'
  41.         ImageIndex = 17
  42.         OnClick = DesinfectarVirus
  43.         MostrarEnReducido = True
  44.       end
  45.       item
  46.         Caption = 'Informaci∩┐╜n sobre el virus'
  47.         ImageIndex = 15
  48.         OnClick = InformacionVirus
  49.         MostrarEnReducido = True
  50.       end
  51.       item
  52.         Caption = 'Informaci∩┐╜n sobre el archivo'
  53.         Visible = False
  54.         ImageIndex = 14
  55.         OnClick = InformacionArchivo
  56.         MostrarEnReducido = True
  57.       end
  58.       item
  59.         Caption = 'Mover archivo al ∩┐╜rea de cuarentena'
  60.         ImageIndex = 37
  61.         OnClick = MoverArchivoCuarentena
  62.       end
  63.       item
  64.         Caption = 'Borrar el archivo infectado'
  65.         ImageIndex = 36
  66.         OnClick = BorrarArchivo
  67.       end
  68.       item
  69.         Caption = 'Consultar el informe'
  70.         ImageIndex = 22
  71.         OnClick = ConsultarInforme
  72.         MostrarSoloEnAlertasAgrupadas = True
  73.       end
  74.       item
  75.         Caption = 'Analizar todo Mi Pc'
  76.         ImageIndex = 41
  77.         OnClick = LanzarAnalisisTodoMiPC
  78.       end
  79.       item
  80.         Caption = 'Ignorar este aviso'
  81.         ImageIndex = 35
  82.         OnClick = Ignorar
  83.       end
  84.       item
  85.         Caption = 'Impedir el acceso al archivo'
  86.         Visible = False
  87.         ImageIndex = 20
  88.         OnClick = ClickImpedirAcceso
  89.       end>
  90.     ItemsFont.Charset = DEFAULT_CHARSET
  91.     ItemsFont.Color = clBlack
  92.     ItemsFont.Height = -11
  93.     ItemsFont.Name = 'Tahoma'
  94.     ItemsFont.Style = []
  95.     PrioridadMensaje = pmAlertaUsuario
  96.     TextoAlertasAgrupadas = 
  97.       'En el informe se encuentran nuevas notificaciones similares a es' +
  98.       'ta'
  99.     Title = '∩┐╜Virus detectado!'
  100.   end
  101. end
  102.