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

  1. object FormAvisoDesinfectablesCuarentena: TFormAvisoDesinfectablesCuarentena
  2.   Left = 525
  3.   Top = 202
  4.   BorderStyle = bsSingle
  5.   Caption = '∩┐╜Archivos desinfectables en cuarentena!'
  6.   ClientHeight = 267
  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 = 267
  24.     BodyText = 
  25.       'Existen archivos cuya desinfecci∩┐╜n ahora es posible tras la actu' +
  26.       'alizaci∩┐╜n del antivirus.<BR><BR>Te recomendamos que desinfectes ' +
  27.       'y restaures a su ubicaci∩┐╜n original estos archivos.'
  28.     BottomText = 'Panda Antivirus Platinum 7'
  29.     HeaderFont.Charset = DEFAULT_CHARSET
  30.     HeaderFont.Color = clWhite
  31.     HeaderFont.Height = -11
  32.     HeaderFont.Name = 'Tahoma'
  33.     HeaderFont.Style = [fsBold]
  34.     HeaderText = 'Deseo...'
  35.     IconImages = ImageListIcono
  36.     IconIndex = 11
  37.     ItemImages = ImageListItems
  38.     Items = <
  39.       item
  40.         Caption = 'Desinfectar y restaurar archivos'
  41.         ImageIndex = 17
  42.         OnClick = DesinfectarYRestaurar
  43.         MostrarEnReducido = True
  44.       end
  45.       item
  46.         Caption = 'Mantener los archivos en cuarentena'
  47.         ImageIndex = 12
  48.         OnClick = MantenerArchivos
  49.         MostrarEnReducido = True
  50.       end
  51.       item
  52.         Caption = 'Ayuda'
  53.         ImageIndex = 27
  54.         OnClick = Ayuda
  55.         MostrarEnReducido = True
  56.       end>
  57.     ItemsFont.Charset = DEFAULT_CHARSET
  58.     ItemsFont.Color = clBlack
  59.     ItemsFont.Height = -11
  60.     ItemsFont.Name = 'Tahoma'
  61.     ItemsFont.Style = []
  62.     PrioridadMensaje = pmAlertaUsuario
  63.     TextoAlertasAgrupadas = 
  64.       'En el informe se encuentran nuevas notificaciones similares a es' +
  65.       'ta'
  66.     Title = '∩┐╜Archivos desinfectables en cuarentena!'
  67.   end
  68.   object ImageListIcono: TImageList
  69.     Height = 48
  70.     Width = 48
  71.     Left = 208
  72.     Top = 72
  73.   end
  74.   object ImageListItems: TImageList
  75.     Left = 208
  76.     Top = 112
  77.   end
  78. end
  79.