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

  1. object FormAvisosReinicio: TFormAvisosReinicio
  2.   Left = 455
  3.   Top = 169
  4.   Width = 250
  5.   Height = 216
  6.   Caption = 'FormAvisosReinicio'
  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 = 189
  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 = 'Reiniciar ahora'
  34.         ImageIndex = 7
  35.         OnClick = ReiniciarClick
  36.         MostrarEnReducido = True
  37.       end
  38.       item
  39.         Caption = 'Esperar al siguiente reinicio'
  40.         ImageIndex = 11
  41.         OnClick = EsperarClick
  42.         MostrarEnReducido = True
  43.       end
  44.       item
  45.         Caption = 'Ayuda'
  46.         ImageIndex = 27
  47.         OnClick = AyudaClick
  48.         MostrarEnReducido = True
  49.       end
  50.       item
  51.         Caption = 'Informaci∩┐╜n sobre el virus'
  52.         ImageIndex = 15
  53.         OnClick = InfoClick
  54.       end>
  55.     ItemsFont.Charset = DEFAULT_CHARSET
  56.     ItemsFont.Color = clBlack
  57.     ItemsFont.Height = -11
  58.     ItemsFont.Name = 'Tahoma'
  59.     ItemsFont.Style = []
  60.     PrioridadMensaje = pmAlertaUsuario
  61.     TextoAlertasAgrupadas = 
  62.       'En el informe se encuentran nuevas notificaciones similares a es' +
  63.       'ta'
  64.   end
  65. end
  66.