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

  1. object FormAdjuntoPeligroso: TFormAdjuntoPeligroso
  2.   Left = 645
  3.   Top = 223
  4.   Width = 250
  5.   Height = 182
  6.   Caption = 'FormAdjuntoPeligroso'
  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.   Scaled = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel: TPndPopupPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 242
  22.     Height = 155
  23.     HeaderFont.Charset = DEFAULT_CHARSET
  24.     HeaderFont.Color = clWhite
  25.     HeaderFont.Height = -11
  26.     HeaderFont.Name = 'Tahoma'
  27.     HeaderFont.Style = [fsBold]
  28.     HeaderText = 'Deseo...'
  29.     IconImages = ImageListIcono
  30.     IconIndex = 12
  31.     ItemImages = ImageListItems
  32.     Items = <
  33.       item
  34.         Caption = 'Mover los archivos al ∩┐╜rea de cuarentena'
  35.         Visible = False
  36.         ImageIndex = 37
  37.         OnClick = MoverArchivo
  38.         MostrarEnReducido = True
  39.         TipoItem = 1
  40.       end
  41.       item
  42.         Caption = 'Ignorar este aviso'
  43.         Visible = False
  44.         ImageIndex = 35
  45.         OnClick = IgnorarAviso
  46.         MostrarEnReducido = True
  47.         TipoItem = 1
  48.       end
  49.       item
  50.         Caption = 'Ayuda'
  51.         Visible = False
  52.         ImageIndex = 27
  53.         OnClick = Ayuda
  54.         MostrarEnReducido = True
  55.         TipoItem = 1
  56.       end
  57.       item
  58.         Caption = 'Borrar los archivos peligrosos'
  59.         Visible = False
  60.         ImageIndex = 34
  61.         OnClick = BorrarArchivo
  62.         TipoItem = 1
  63.       end
  64.       item
  65.         Caption = 'Eliminar los adjuntos del mensaje'
  66.         Visible = False
  67.         ImageIndex = 33
  68.         OnClick = BorrarArchivo
  69.         MostrarEnReducido = True
  70.         TipoItem = 2
  71.       end
  72.       item
  73.         Caption = 'Mover los adjuntos al ∩┐╜rea de cuarentena'
  74.         Visible = False
  75.         ImageIndex = 37
  76.         OnClick = MoverArchivo
  77.         MostrarEnReducido = True
  78.         TipoItem = 2
  79.       end
  80.       item
  81.         Caption = 'Ignorar este aviso'
  82.         ImageIndex = 35
  83.         OnClick = IgnorarAviso
  84.         MostrarEnReducido = True
  85.         TipoItem = 2
  86.       end
  87.       item
  88.         Caption = 'Ayuda'
  89.         Visible = False
  90.         ImageIndex = 27
  91.         OnClick = Ayuda
  92.         MostrarEnReducido = True
  93.         TipoItem = 2
  94.       end
  95.       item
  96.         Caption = 'Consultar el informe'
  97.         ImageIndex = 22
  98.         OnClick = MostrarInforme
  99.         MostrarSoloEnAlertasAgrupadas = True
  100.       end>
  101.     ItemsFont.Charset = DEFAULT_CHARSET
  102.     ItemsFont.Color = clBlack
  103.     ItemsFont.Height = -11
  104.     ItemsFont.Name = 'Tahoma'
  105.     ItemsFont.Style = []
  106.     PrioridadMensaje = pmAlertaUsuario
  107.     TextoAlertasAgrupadas = 
  108.       'En el informe se encuentran nuevas notificaciones similares a es' +
  109.       'ta'
  110.   end
  111.   object ImageListIcono: TImageList
  112.     Height = 48
  113.     Width = 48
  114.     Left = 180
  115.     Top = 48
  116.   end
  117.   object ImageListItems: TImageList
  118.     Left = 184
  119.     Top = 96
  120.   end
  121. end
  122.