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

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