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

  1. object FormAlertaResidente: TFormAlertaResidente
  2.   Left = 573
  3.   Top = 153
  4.   BorderStyle = bsSingle
  5.   Caption = '∩┐╜Virus neutralizado!'
  6.   ClientHeight = 327
  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.   OnKeyPress = FormKeyPress
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PanelAlerta: TPndPopupPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 242
  24.     Height = 327
  25.     BodyText = 
  26.       '<B>Se ha encontrado un virus y el archivo infectado ha sido movi' +
  27.       'do al ∩┐╜rea de cuarentena.</B><BR><BR><B>Nombre del virus:</B><BR' +
  28.       '>EICAR-AV-TEST-FLE<BR><BR><B>Ubicaci∩┐╜n del virus:</B><BR>C:\Arch' +
  29.       'ivos de programa\Microsoft Office\Office\Photodraw\Content\PDCli' +
  30.       'ps\Dsgnclip\Abstract\eicar_com.zip[eicar.com]'
  31.     BottomText = 'Panda Platinum Internet Security'
  32.     HeaderFont.Charset = DEFAULT_CHARSET
  33.     HeaderFont.Color = clWhite
  34.     HeaderFont.Height = -11
  35.     HeaderFont.Name = 'Tahoma'
  36.     HeaderFont.Style = [fsBold]
  37.     HeaderText = 'Deseo...'
  38.     IconImages = DataModuleOsito.ImageListIcono
  39.     IconIndex = 15
  40.     ItemImages = DataModuleOsito.ImageListItems
  41.     Items = <
  42.       item
  43.         Caption = 'Consultar el informe'
  44.         ImageIndex = 22
  45.         OnClick = AccionMostrarReporte
  46.         MostrarEnReducido = True
  47.         MostrarSoloEnAlertasAgrupadas = True
  48.       end
  49.       item
  50.         Caption = 'Cerrar'
  51.         ImageIndex = 16
  52.         OnClick = CerrarForm
  53.         MostrarEnReducido = True
  54.       end
  55.       item
  56.         Caption = 'Informaci∩┐╜n sobre el virus'
  57.         ImageIndex = 15
  58.         OnClick = PndPopupPanelAvisoVirusNeutralizadoItems0Click
  59.         MostrarEnReducido = True
  60.       end
  61.       item
  62.         Caption = 'Informaci∩┐╜n sobre el archivo'
  63.         Visible = False
  64.         ImageIndex = 14
  65.         OnClick = MostrarInfoArchivo
  66.       end
  67.       item
  68.         Caption = 'Enviar a Panda'
  69.         Visible = False
  70.         OnClick = EnviarAPanda
  71.       end
  72.       item
  73.         Caption = 'Ayuda'
  74.         ImageIndex = 27
  75.         OnClick = Ayuda
  76.       end>
  77.     ItemsFont.Charset = DEFAULT_CHARSET
  78.     ItemsFont.Color = clBlack
  79.     ItemsFont.Height = -11
  80.     ItemsFont.Name = 'Tahoma'
  81.     ItemsFont.Style = []
  82.     PrioridadMensaje = pmAlertaSimple
  83.     TextoAlertasAgrupadas = 
  84.       'En el informe se encuentran nuevas notificaciones similares a es' +
  85.       'ta'
  86.     Title = '∩┐╜Virus neutralizado!'
  87.   end
  88. end
  89.