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

  1. object FDialer: TFDialer
  2.   Left = 668
  3.   Top = 177
  4.   Width = 250
  5.   Height = 211
  6.   Caption = 'FDialer'
  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 = 184
  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.         Visible = False
  35.         ImageIndex = 7
  36.         OnClick = ReiniciarClick
  37.         MostrarEnReducido = True
  38.       end
  39.       item
  40.         Caption = 'No reiniciar'
  41.         Visible = False
  42.         ImageIndex = 11
  43.         OnClick = NoReiniciarClick
  44.         MostrarEnReducido = True
  45.       end
  46.       item
  47.         Caption = 'Cerrar'
  48.         ImageIndex = 16
  49.         OnClick = CerrarClick
  50.         MostrarEnReducido = True
  51.       end
  52.       item
  53.         Caption = 'Informaci∩┐╜n sobre el Dialer'
  54.         ImageIndex = 15
  55.         OnClick = ClickInformacion
  56.         MostrarEnReducido = True
  57.       end
  58.       item
  59.         Caption = 'Ayuda'
  60.         ImageIndex = 27
  61.         OnClick = AyudaClick
  62.       end
  63.       item
  64.         Caption = 'Consultar el informe'
  65.         ImageIndex = 22
  66.         OnClick = ClickReporte
  67.         MostrarSoloEnAlertasAgrupadas = True
  68.       end>
  69.     ItemsFont.Charset = DEFAULT_CHARSET
  70.     ItemsFont.Color = clBlack
  71.     ItemsFont.Height = -11
  72.     ItemsFont.Name = 'Tahoma'
  73.     ItemsFont.Style = []
  74.     TextoAlertasAgrupadas = 
  75.       'En el informe se encuentran nuevas notificaciones similares a es' +
  76.       'ta'
  77.   end
  78. end
  79.