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

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