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

  1. object FJoke: TFJoke
  2.   Left = 482
  3.   Top = 171
  4.   Width = 250
  5.   Height = 194
  6.   Caption = 'FJoke'
  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 = 167
  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.     ItemImages = DataModuleOsito.ImageListItems
  30.     Items = <
  31.       item
  32.         Caption = 'Cerrar'
  33.         Visible = False
  34.         ImageIndex = 16
  35.         OnClick = ClickChapar
  36.         MostrarEnReducido = True
  37.       end
  38.       item
  39.         Caption = 'Reiniciar ahora'
  40.         Visible = False
  41.         ImageIndex = 7
  42.         OnClick = ClickReiniciar
  43.         MostrarEnReducido = True
  44.       end
  45.       item
  46.         Caption = 'No reiniciar'
  47.         Visible = False
  48.         ImageIndex = 11
  49.         OnClick = ClickNoRestart
  50.         MostrarEnReducido = True
  51.       end
  52.       item
  53.         Caption = 'Borrarlo'
  54.         Visible = False
  55.         ImageIndex = 34
  56.         OnClick = PanelItems3Click
  57.         MostrarEnReducido = True
  58.       end
  59.       item
  60.         Caption = 'Informaci∩┐╜n sobre el Joke'
  61.         ImageIndex = 15
  62.         OnClick = ClickInfo
  63.         MostrarEnReducido = True
  64.       end
  65.       item
  66.         Caption = 'Informaci∩┐╜n sobre el archivo'
  67.         Visible = False
  68.         ImageIndex = 14
  69.       end
  70.       item
  71.         Caption = 'Impedir el acceso al archivo'
  72.         Visible = False
  73.         ImageIndex = 20
  74.       end
  75.       item
  76.         Caption = 'Desactivar detecci∩┐╜n de Jokes'
  77.         Visible = False
  78.         ImageIndex = 44
  79.       end
  80.       item
  81.         Caption = 'Ayuda'
  82.         ImageIndex = 27
  83.         OnClick = ClickAyuda
  84.       end
  85.       item
  86.         Caption = 'Consultar el informe'
  87.         ImageIndex = 22
  88.         OnClick = ClickReporte
  89.         MostrarSoloEnAlertasAgrupadas = True
  90.       end>
  91.     ItemsFont.Charset = DEFAULT_CHARSET
  92.     ItemsFont.Color = clBlack
  93.     ItemsFont.Height = -11
  94.     ItemsFont.Name = 'Tahoma'
  95.     ItemsFont.Style = []
  96.     TextoAlertasAgrupadas = 
  97.       'En el informe se encuentran nuevas notificaciones similares a es' +
  98.       'ta'
  99.   end
  100. end
  101.