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

  1. object FHoaxDetectado: TFHoaxDetectado
  2.   Left = 523
  3.   Top = 167
  4.   Width = 250
  5.   Height = 199
  6.   Caption = '∩┐╜Hoax detectado!'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel: TPndPopupPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 242
  20.     Height = 172
  21.     BottomText = 'Panda Platinum Internet Security'
  22.     HeaderFont.Charset = DEFAULT_CHARSET
  23.     HeaderFont.Color = clWhite
  24.     HeaderFont.Height = -11
  25.     HeaderFont.Name = 'Tahoma'
  26.     HeaderFont.Style = [fsBold]
  27.     HeaderText = 'Deseo...'
  28.     IconImages = DataModuleOsito.ImageListIcono
  29.     IconIndex = 18
  30.     ItemImages = DataModuleOsito.ImageListItems
  31.     Items = <
  32.       item
  33.         Caption = 'Cerrar'
  34.         ImageIndex = 16
  35.         OnClick = ClickChapar
  36.         MostrarEnReducido = True
  37.       end
  38.       item
  39.         Caption = 'Informaci∩┐╜n sobre el Hoax'
  40.         ImageIndex = 15
  41.         OnClick = ClickInfo
  42.         MostrarEnReducido = True
  43.       end
  44.       item
  45.         Caption = 'Ayuda'
  46.         ImageIndex = 27
  47.         OnClick = ClickAyuda
  48.       end
  49.       item
  50.         Caption = 'Consultar el informe'
  51.         ImageIndex = 22
  52.         OnClick = ClickMostrarInforme
  53.         MostrarSoloEnAlertasAgrupadas = True
  54.       end>
  55.     ItemsFont.Charset = DEFAULT_CHARSET
  56.     ItemsFont.Color = clBlack
  57.     ItemsFont.Height = -11
  58.     ItemsFont.Name = 'Tahoma'
  59.     ItemsFont.Style = []
  60.     PrioridadMensaje = pmAlertaSimple
  61.     TextoAlertasAgrupadas = 
  62.       'En el informe se encuentran nuevas notificaciones similares a es' +
  63.       'ta'
  64.     Title = '∩┐╜Hoax detectado!'
  65.   end
  66. end
  67.