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

  1. object FormAlertaResidente: TFormAlertaResidente
  2.   Left = 526
  3.   Top = 272
  4.   BorderStyle = bsSingle
  5.   Caption = '∩┐╜Virus neutralizado!'
  6.   ClientHeight = 315
  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 = 315
  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 Antivirus Platinum 7'
  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 = ImageListIcono
  39.     IconIndex = 15
  40.     ItemImages = 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 = 'Ayuda'
  57.         ImageIndex = 27
  58.         OnClick = Ayuda
  59.         MostrarEnReducido = True
  60.       end
  61.       item
  62.         Caption = 'Informaci∩┐╜n sobre el virus'
  63.         ImageIndex = 15
  64.         OnClick = PndPopupPanelAvisoVirusNeutralizadoItems0Click
  65.       end
  66.       item
  67.         Caption = 'Informaci∩┐╜n sobre el archivo'
  68.         Visible = False
  69.         ImageIndex = 14
  70.         OnClick = MostrarInfoArchivo
  71.       end>
  72.     ItemsFont.Charset = DEFAULT_CHARSET
  73.     ItemsFont.Color = clBlack
  74.     ItemsFont.Height = -11
  75.     ItemsFont.Name = 'Tahoma'
  76.     ItemsFont.Style = []
  77.     PrioridadMensaje = pmAlertaSimple
  78.     TextoAlertasAgrupadas = 
  79.       'En el informe se encuentran nuevas notificaciones similares a es' +
  80.       'ta'
  81.     Title = '∩┐╜Virus neutralizado!'
  82.   end
  83.   object ImageListItems: TImageList
  84.     Left = 208
  85.     Top = 136
  86.   end
  87.   object ImageListIcono: TImageList
  88.     Height = 48
  89.     Width = 48
  90.     Left = 208
  91.     Top = 96
  92.   end
  93. end
  94.