home *** CD-ROM | disk | FTP | other *** search
- object FormAlertaResidente: TFormAlertaResidente
- Left = 573
- Top = 153
- BorderStyle = bsSingle
- Caption = '�Virus neutralizado!'
- ClientHeight = 327
- ClientWidth = 242
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Scaled = False
- OnCreate = FormCreate
- OnKeyPress = FormKeyPress
- PixelsPerInch = 96
- TextHeight = 13
- object PanelAlerta: TPndPopupPanel
- Left = 0
- Top = 0
- Width = 242
- Height = 327
- BodyText =
- '<B>Se ha encontrado un virus y el archivo infectado ha sido movi' +
- 'do al �rea de cuarentena.</B><BR><BR><B>Nombre del virus:</B><BR' +
- '>EICAR-AV-TEST-FLE<BR><BR><B>Ubicaci�n del virus:</B><BR>C:\Arch' +
- 'ivos de programa\Microsoft Office\Office\Photodraw\Content\PDCli' +
- 'ps\Dsgnclip\Abstract\eicar_com.zip[eicar.com]'
- BottomText = 'Panda Platinum Internet Security'
- HeaderFont.Charset = DEFAULT_CHARSET
- HeaderFont.Color = clWhite
- HeaderFont.Height = -11
- HeaderFont.Name = 'Tahoma'
- HeaderFont.Style = [fsBold]
- HeaderText = 'Deseo...'
- IconImages = DataModuleOsito.ImageListIcono
- IconIndex = 15
- ItemImages = DataModuleOsito.ImageListItems
- Items = <
- item
- Caption = 'Consultar el informe'
- ImageIndex = 22
- OnClick = AccionMostrarReporte
- MostrarEnReducido = True
- MostrarSoloEnAlertasAgrupadas = True
- end
- item
- Caption = 'Cerrar'
- ImageIndex = 16
- OnClick = CerrarForm
- MostrarEnReducido = True
- end
- item
- Caption = 'Informaci�n sobre el virus'
- ImageIndex = 15
- OnClick = PndPopupPanelAvisoVirusNeutralizadoItems0Click
- MostrarEnReducido = True
- end
- item
- Caption = 'Informaci�n sobre el archivo'
- Visible = False
- ImageIndex = 14
- OnClick = MostrarInfoArchivo
- end
- item
- Caption = 'Enviar a Panda'
- Visible = False
- OnClick = EnviarAPanda
- end
- item
- Caption = 'Ayuda'
- ImageIndex = 27
- OnClick = Ayuda
- end>
- ItemsFont.Charset = DEFAULT_CHARSET
- ItemsFont.Color = clBlack
- ItemsFont.Height = -11
- ItemsFont.Name = 'Tahoma'
- ItemsFont.Style = []
- PrioridadMensaje = pmAlertaSimple
- TextoAlertasAgrupadas =
- 'En el informe se encuentran nuevas notificaciones similares a es' +
- 'ta'
- Title = '�Virus neutralizado!'
- end
- end
-