home *** CD-ROM | disk | FTP | other *** search
- object FormAvisoVirusDetectadoProtecPerm: TFormAvisoVirusDetectadoProtecPerm
- Left = 509
- Top = 146
- BorderStyle = bsSingle
- Caption = '�Virus detectado!'
- ClientHeight = 275
- 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
- PixelsPerInch = 96
- TextHeight = 13
- object Panel: TPndPopupPanel
- Left = 0
- Top = 0
- Width = 242
- Height = 275
- BodyText =
- '<B>Nombre del virus:</B><BR>EICAR-AV-TEST-FILE<BR><BR><B>Ubicaci' +
- '�n del virus:</B><BR>C:\Archivos de programa\Microsoft Office\Of' +
- 'fice\Photodraw\Content\PDClips\Dsgnclip\Abstract\eicar_com.zip[e' +
- 'icar.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 = 1
- ItemImages = DataModuleOsito.ImageListItems
- Items = <
- item
- Caption = 'Desinfectar virus'
- ImageIndex = 17
- OnClick = DesinfectarVirus
- MostrarEnReducido = True
- end
- item
- Caption = 'Informaci�n sobre el virus'
- ImageIndex = 15
- OnClick = InformacionVirus
- MostrarEnReducido = True
- end
- item
- Caption = 'Informaci�n sobre el archivo'
- Visible = False
- ImageIndex = 14
- OnClick = InformacionArchivo
- MostrarEnReducido = True
- end
- item
- Caption = 'Mover archivo al �rea de cuarentena'
- ImageIndex = 37
- OnClick = MoverArchivoCuarentena
- end
- item
- Caption = 'Borrar el archivo infectado'
- ImageIndex = 36
- OnClick = BorrarArchivo
- end
- item
- Caption = 'Consultar el informe'
- ImageIndex = 22
- OnClick = ConsultarInforme
- MostrarSoloEnAlertasAgrupadas = True
- end
- item
- Caption = 'Analizar todo Mi Pc'
- ImageIndex = 41
- OnClick = LanzarAnalisisTodoMiPC
- end
- item
- Caption = 'Ignorar este aviso'
- ImageIndex = 35
- OnClick = Ignorar
- end
- item
- Caption = 'Impedir el acceso al archivo'
- Visible = False
- ImageIndex = 20
- OnClick = ClickImpedirAcceso
- end>
- ItemsFont.Charset = DEFAULT_CHARSET
- ItemsFont.Color = clBlack
- ItemsFont.Height = -11
- ItemsFont.Name = 'Tahoma'
- ItemsFont.Style = []
- PrioridadMensaje = pmAlertaUsuario
- TextoAlertasAgrupadas =
- 'En el informe se encuentran nuevas notificaciones similares a es' +
- 'ta'
- Title = '�Virus detectado!'
- end
- end
-