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

  1. object FormAvisoActualProgCorrecta: TFormAvisoActualProgCorrecta
  2.   Left = 497
  3.   Top = 213
  4.   BorderStyle = bsSingle
  5.   Caption = '∩┐╜Antivirus actualizado!'
  6.   ClientHeight = 138
  7.   ClientWidth = 242
  8.   Color = 16774127
  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.     Aspecto = Pla_Azul
  25.     BottomText = 'Panda Antivirus Platinum 7'
  26.     HeaderFont.Charset = DEFAULT_CHARSET
  27.     HeaderFont.Color = clWhite
  28.     HeaderFont.Height = -11
  29.     HeaderFont.Name = 'Tahoma'
  30.     HeaderFont.Style = [fsBold]
  31.     HeaderText = 'Deseo...'
  32.     IconImages = ImageListIcono
  33.     IconIndex = 0
  34.     ItemImages = ImageListItems
  35.     Items = <
  36.       item
  37.         Caption = 'Cerrar'
  38.         Visible = False
  39.         ImageIndex = 16
  40.         OnClick = PanelItems0Click
  41.         MostrarEnReducido = True
  42.         TipoItem = 1
  43.       end
  44.       item
  45.         Caption = 'Cerrar y no mostrar m∩┐╜s este aviso'
  46.         Visible = False
  47.         ImageIndex = 25
  48.         OnClick = PanelItems1Click
  49.         MostrarEnReducido = True
  50.         TipoItem = 1
  51.       end
  52.       item
  53.         Caption = 'Reiniciar ahora'
  54.         Visible = False
  55.         ImageIndex = 7
  56.         OnClick = PanelItems2Click
  57.         MostrarEnReducido = True
  58.         TipoItem = 2
  59.       end
  60.       item
  61.         Caption = 'No reiniciar ahora'
  62.         Visible = False
  63.         ImageIndex = 11
  64.         OnClick = PanelItems0Click
  65.         MostrarEnReducido = True
  66.         TipoItem = 2
  67.       end
  68.       item
  69.         Caption = 'Ayuda'
  70.         Visible = False
  71.         ImageIndex = 27
  72.         OnClick = ayuda
  73.         MostrarEnReducido = True
  74.         TipoItem = 1
  75.       end
  76.       item
  77.         Caption = 'Consultar el informe'
  78.         ImageIndex = 22
  79.         OnClick = ConsultarInforme
  80.         MostrarSoloEnAlertasAgrupadas = True
  81.       end>
  82.     ItemsFont.Charset = DEFAULT_CHARSET
  83.     ItemsFont.Color = clBlack
  84.     ItemsFont.Height = -11
  85.     ItemsFont.Name = 'Tahoma'
  86.     ItemsFont.Style = []
  87.     TextoAlertasAgrupadas = 
  88.       'En el informe se encuentran nuevas notificaciones similares a es' +
  89.       'ta'
  90.     Title = '∩┐╜Antivirus actualizado!'
  91.   end
  92.   object ImageListIcono: TImageList
  93.     Height = 48
  94.     Width = 48
  95.     Left = 200
  96.     Top = 48
  97.   end
  98.   object ImageListItems: TImageList
  99.     Left = 200
  100.     Top = 96
  101.   end
  102. end
  103.