home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / virus / Plat7esdCHS / data1.cab / Scanner / Iface.exe / 0 / RCDATA / TFESTADOFIRMAS / TFESTADOFIRMAS.txt < prev   
Text File  |  2003-02-05  |  3KB  |  133 lines

  1. object FEstadoFirmas: TFEstadoFirmas
  2.   Left = 278
  3.   Top = 191
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Versi∩┐╜n del archivo de identificadores de virus'
  7.   ClientHeight = 231
  8.   ClientWidth = 372
  9.   Color = 14215660
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 16
  24.     Top = 20
  25.     Width = 32
  26.     Height = 32
  27.     Picture.Data = {<image001.bmp>}
  28.     Transparent = True
  29.   end
  30.   object LTitulo: TLabel
  31.     Left = 60
  32.     Top = 20
  33.     Width = 163
  34.     Height = 13
  35.     Caption = 'Tu antivirus est∩┐╜ actualizado'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -11
  39.     Font.Name = 'Tahoma'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.     Transparent = True
  43.   end
  44.   object Label3: TLabel
  45.     Left = 60
  46.     Top = 80
  47.     Width = 277
  48.     Height = 35
  49.     Caption = 
  50.       'A continuaci∩┐╜n puedes ver la informaci∩┐╜n del archivo de identifi' +
  51.       'cadores de virus que tienes instalado en tu equipo.'
  52.     Constraints.MinHeight = 35
  53.     Constraints.MinWidth = 249
  54.     Transparent = True
  55.     WordWrap = True
  56.   end
  57.   object LTitNumeroVirus: TLabel
  58.     Left = 60
  59.     Top = 127
  60.     Width = 173
  61.     Height = 13
  62.     Caption = 'N∩┐╜ total de identificadores de virus: '
  63.     Transparent = True
  64.   end
  65.   object LTitFechaHora: TLabel
  66.     Left = 60
  67.     Top = 151
  68.     Width = 217
  69.     Height = 13
  70.     Caption = 'Fecha del archivo de identificadores de virus:'
  71.     Transparent = True
  72.   end
  73.   object LTitTamanyo: TLabel
  74.     Left = 60
  75.     Top = 175
  76.     Width = 45
  77.     Height = 13
  78.     Caption = 'Tama∩┐╜o: '
  79.     Transparent = True
  80.   end
  81.   object LNumeroVirus: TLabel
  82.     Left = 352
  83.     Top = 129
  84.     Width = 6
  85.     Height = 13
  86.     Alignment = taRightJustify
  87.     Anchors = [akTop, akRight, akBottom]
  88.     Caption = '0'
  89.   end
  90.   object LFechaHora: TLabel
  91.     Left = 352
  92.     Top = 151
  93.     Width = 6
  94.     Height = 13
  95.     Alignment = taRightJustify
  96.     Anchors = [akTop, akRight, akBottom]
  97.     Caption = '0'
  98.   end
  99.   object LTamanyo: TLabel
  100.     Left = 352
  101.     Top = 175
  102.     Width = 6
  103.     Height = 13
  104.     Alignment = taRightJustify
  105.     Anchors = [akTop, akRight, akBottom]
  106.     Caption = '0'
  107.   end
  108.   object HTMLLabel: TPndHTMLLabel
  109.     Left = 60
  110.     Top = 42
  111.     Width = 301
  112.     Height = 36
  113.     Caption = 'Te encuentras protegido contra los virus de ∩┐╜ltima generaci∩┐╜n.'
  114.     OnLinkClick = HTMLLabelLinkClick
  115.   end
  116.   object BCerrar: TPlaButton
  117.     Left = 293
  118.     Top = 200
  119.     Width = 64
  120.     Height = 21
  121.     Anchors = [akRight, akBottom]
  122.     Caption = 'Cerrar'
  123.     Font.Charset = DEFAULT_CHARSET
  124.     Font.Color = clWindowText
  125.     Font.Height = -11
  126.     Font.Name = 'Tahoma'
  127.     Font.Style = []
  128.     ParentFont = False
  129.     TabOrder = 0
  130.     OnClick = BCerrarClick
  131.   end
  132. end
  133.