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

  1. object FSpyware: TFSpyware
  2.   Left = 468
  3.   Top = 236
  4.   Width = 250
  5.   Height = 182
  6.   Color = clBtnFace
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OldCreateOrder = False
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel: TPndPopupPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 242
  19.     Height = 155
  20.     BottomText = 'Panda Platinum Internet Security'
  21.     HeaderFont.Charset = DEFAULT_CHARSET
  22.     HeaderFont.Color = clWhite
  23.     HeaderFont.Height = -11
  24.     HeaderFont.Name = 'Tahoma'
  25.     HeaderFont.Style = [fsBold]
  26.     HeaderText = 'Deseo...'
  27.     IconImages = DataModuleOsito.ImageListIcono
  28.     ItemImages = DataModuleOsito.ImageListItems
  29.     Items = <
  30.       item
  31.         Caption = 'Cancelar la instalaci∩┐╜n'
  32.         Visible = False
  33.         ImageIndex = 45
  34.         OnClick = ClickCancelar
  35.         MostrarEnReducido = True
  36.       end
  37.       item
  38.         Caption = 'Continuar con la instalaci∩┐╜n'
  39.         Visible = False
  40.         ImageIndex = 46
  41.         OnClick = ClickContinue
  42.         MostrarEnReducido = True
  43.       end
  44.       item
  45.         Caption = 'Cerrar'
  46.         Visible = False
  47.         ImageIndex = 16
  48.         OnClick = ClickCerrar
  49.         MostrarEnReducido = True
  50.       end
  51.       item
  52.         Caption = 'Borrarlo'
  53.         Visible = False
  54.         ImageIndex = 36
  55.         OnClick = ClickBorrarlo
  56.         MostrarEnReducido = True
  57.       end
  58.       item
  59.         Caption = 'Reiniciar ahora'
  60.         Visible = False
  61.         ImageIndex = 7
  62.         OnClick = ClickReiniciar
  63.         MostrarEnReducido = True
  64.       end
  65.       item
  66.         Caption = 'No reiniciar'
  67.         Visible = False
  68.         ImageIndex = 11
  69.         OnClick = ClickNoReiniciar
  70.         MostrarEnReducido = True
  71.       end
  72.       item
  73.         Caption = 'Informaci∩┐╜n sobre el Spyware'
  74.         ImageIndex = 15
  75.         OnClick = ClickInfoSpy
  76.         MostrarEnReducido = True
  77.       end
  78.       item
  79.         Caption = 'Impedir el acceso al archivo'
  80.         Visible = False
  81.         ImageIndex = 20
  82.         OnClick = ClickImpedir
  83.       end
  84.       item
  85.         Caption = 'Ayuda'
  86.         ImageIndex = 27
  87.         OnClick = ClickAyuda
  88.       end
  89.       item
  90.         Caption = 'Mostrar informe'
  91.         ImageIndex = 22
  92.         OnClick = ClickInforme
  93.         MostrarSoloEnAlertasAgrupadas = True
  94.       end>
  95.     ItemsFont.Charset = DEFAULT_CHARSET
  96.     ItemsFont.Color = clBlack
  97.     ItemsFont.Height = -11
  98.     ItemsFont.Name = 'Tahoma'
  99.     ItemsFont.Style = []
  100.     PrioridadMensaje = pmAlertaSimple
  101.     TextoAlertasAgrupadas = 
  102.       'En el informe se encuentran nuevas notificaciones similares a es' +
  103.       'ta'
  104.   end
  105. end
  106.