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

  1. object FEscudo: TFEscudo
  2.   Left = 455
  3.   Top = 147
  4.   Width = 250
  5.   Height = 199
  6.   Caption = 'FEscudo'
  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 = 24
  30.     ItemImages = DataModuleOsito.ImageListItems
  31.     Items = <
  32.       item
  33.         Caption = 'Cerrar'
  34.         OnClick = ClickChapar
  35.         MostrarEnReducido = True
  36.       end
  37.       item
  38.         Caption = 'Ayuda'
  39.         OnClick = ClickAyuda
  40.         MostrarEnReducido = True
  41.       end
  42.       item
  43.         Caption = 'Consultar el informe'
  44.         ImageIndex = 22
  45.         OnClick = ClickInforme
  46.         MostrarSoloEnAlertasAgrupadas = True
  47.       end>
  48.     ItemsFont.Charset = DEFAULT_CHARSET
  49.     ItemsFont.Color = clBlack
  50.     ItemsFont.Height = -11
  51.     ItemsFont.Name = 'Tahoma'
  52.     ItemsFont.Style = []
  53.     PrioridadMensaje = pmAlertaSimple
  54.     TextoAlertasAgrupadas = 
  55.       'En el informe se encuentran nuevas notificaciones similares a es' +
  56.       'ta'
  57.   end
  58. end
  59.