home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / virus / Plat7esdCHS / data1.cab / Comunes / Platmsg.dll / 0 / RCDATA / TFORMAVISOFWLCONEXNOAUTORIZADA / TFORMAVISOFWLCONEXNOAUTORIZADA.txt
Text File  |  2003-02-05  |  3KB  |  118 lines

  1. object FormAvisoFwlConexNoAutorizada: TFormAvisoFwlConexNoAutorizada
  2.   Left = 604
  3.   Top = 213
  4.   BorderStyle = bsSingle
  5.   Caption = '∩┐╜Conexi∩┐╜n telef∩┐╜nica no autorizada!'
  6.   ClientHeight = 138
  7.   ClientWidth = 242
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel: TPndPopupPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 242
  23.     Height = 138
  24.     BottomText = 'Panda Antivirus Platinum 7'
  25.     HeaderFont.Charset = DEFAULT_CHARSET
  26.     HeaderFont.Color = clWhite
  27.     HeaderFont.Height = -11
  28.     HeaderFont.Name = 'Tahoma'
  29.     HeaderFont.Style = [fsBold]
  30.     HeaderText = 'Deseo...'
  31.     IconImages = ImageListIcono
  32.     IconIndex = 8
  33.     ItemImages = ImageListItems
  34.     Items = <
  35.       item
  36.         Caption = 'Denegar la conexi∩┐╜n'
  37.         Visible = False
  38.         ImageIndex = 20
  39.         OnClick = DenegarConexion
  40.         MostrarEnReducido = True
  41.         TipoItem = 1
  42.       end
  43.       item
  44.         Caption = 'Permitir esta conexi∩┐╜n siempre'
  45.         Visible = False
  46.         ImageIndex = 32
  47.         OnClick = PermitirConexionSiempre
  48.         MostrarEnReducido = True
  49.         TipoItem = 1
  50.       end
  51.       item
  52.         Caption = 'Ayuda'
  53.         Visible = False
  54.         ImageIndex = 27
  55.         OnClick = Ayuda
  56.         MostrarEnReducido = True
  57.         TipoItem = 1
  58.       end
  59.       item
  60.         Caption = 'Permitir la conexi∩┐╜n s∩┐╜lo esta vez'
  61.         Visible = False
  62.         ImageIndex = 31
  63.         OnClick = PermitirSoloEstaVez
  64.         TipoItem = 1
  65.       end
  66.       item
  67.         Caption = 'Cerrar'
  68.         Visible = False
  69.         ImageIndex = 16
  70.         OnClick = Cerrar
  71.         MostrarEnReducido = True
  72.         TipoItem = 2
  73.       end
  74.       item
  75.         Caption = 'Autorizar este n∩┐╜mero'
  76.         Visible = False
  77.         ImageIndex = 32
  78.         OnClick = PermitirConexionSiempre
  79.         MostrarEnReducido = True
  80.         TipoItem = 2
  81.       end
  82.       item
  83.         Caption = 'Ayuda'
  84.         Visible = False
  85.         ImageIndex = 27
  86.         OnClick = Ayuda
  87.         MostrarEnReducido = True
  88.         TipoItem = 2
  89.       end
  90.       item
  91.         Caption = 'Consultar el informe'
  92.         ImageIndex = 22
  93.         OnClick = ConsultarInforme
  94.         MostrarSoloEnAlertasAgrupadas = True
  95.       end>
  96.     ItemsFont.Charset = DEFAULT_CHARSET
  97.     ItemsFont.Color = clBlack
  98.     ItemsFont.Height = -11
  99.     ItemsFont.Name = 'Tahoma'
  100.     ItemsFont.Style = []
  101.     PrioridadMensaje = pmAlertaUsuario
  102.     TextoAlertasAgrupadas = 
  103.       'En el informe se encuentran nuevas notificaciones similares a es' +
  104.       'ta'
  105.     Title = '∩┐╜Conexi∩┐╜n telef∩┐╜nica no autorizada!'
  106.   end
  107.   object ImageListItems: TImageList
  108.     Left = 208
  109.     Top = 168
  110.   end
  111.   object ImageListIcono: TImageList
  112.     Height = 48
  113.     Width = 48
  114.     Left = 208
  115.     Top = 136
  116.   end
  117. end
  118.