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

  1. object AlertaVirus: TAlertaVirus
  2.   Tag = 30500
  3.   Left = 414
  4.   Top = 245
  5.   BorderIcons = []
  6.   BorderStyle = bsSingle
  7.   BorderWidth = 12
  8.   Caption = 'Alerta de Panda Antivirus Platinum'
  9.   ClientHeight = 164
  10.   ClientWidth = 398
  11.   Color = 14215660
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   Icon.Data = {<image000.ico>}
  18.   OldCreateOrder = True
  19.   Position = poScreenCenter
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Tag = 32100
  25.     Left = 83
  26.     Top = 89
  27.     Width = 84
  28.     Height = 17
  29.     AutoSize = False
  30.     Caption = 'Nombre del virus:'
  31.   end
  32.   object Label2: TLabel
  33.     Tag = 60100
  34.     Left = 83
  35.     Top = 104
  36.     Width = 70
  37.     Height = 17
  38.     AutoSize = False
  39.     Caption = 'Ubicaci∩┐╜n:'
  40.   end
  41.   object LabelNombreVirus: TLabel
  42.     Left = 176
  43.     Top = 89
  44.     Width = 219
  45.     Height = 17
  46.     AutoSize = False
  47.   end
  48.   object LabelPath: TLabel
  49.     Left = 176
  50.     Top = 104
  51.     Width = 219
  52.     Height = 17
  53.     AutoSize = False
  54.   end
  55.   object LabelTexto: TLabel
  56.     Left = 83
  57.     Top = 58
  58.     Width = 312
  59.     Height = 31
  60.     AutoSize = False
  61.     Caption = 'mensaje de usuario'
  62.     Constraints.MinWidth = 312
  63.     Font.Charset = ANSI_CHARSET
  64.     Font.Color = clWindowText
  65.     Font.Height = -11
  66.     Font.Name = 'Tahoma'
  67.     Font.Style = [fsBold]
  68.     ParentFont = False
  69.     WordWrap = True
  70.   end
  71.   object PandaBrown1: TImage
  72.     Left = 9
  73.     Top = 7
  74.     Width = 58
  75.     Height = 55
  76.     AutoSize = True
  77.     Picture.Data = {<image001.bmp>}
  78.     Stretch = True
  79.     Transparent = True
  80.   end
  81.   object LabelTitulo: TLabel
  82.     Left = 83
  83.     Top = 20
  84.     Width = 130
  85.     Height = 19
  86.     Caption = '∩┐╜Alerta de virus!'
  87.     Font.Charset = ANSI_CHARSET
  88.     Font.Color = clWindowText
  89.     Font.Height = -16
  90.     Font.Name = 'Tahoma'
  91.     Font.Style = [fsBold]
  92.     ParentFont = False
  93.   end
  94.   object BTContinuar: TPlaButton
  95.     Tag = 48800
  96.     Left = 323
  97.     Top = 143
  98.     Width = 75
  99.     Height = 21
  100.     Caption = 'Continuar'
  101.     TabOrder = 1
  102.     OnClick = BTContinuarClick
  103.   end
  104.   object BTParar: TPlaButton
  105.     Tag = 30200
  106.     Left = 236
  107.     Top = 143
  108.     Width = 75
  109.     Height = 21
  110.     Caption = 'Finalizar'
  111.     TabOrder = 0
  112.     OnClick = BTPararClick
  113.   end
  114.   object Timer1: TTimer
  115.     Enabled = False
  116.     OnTimer = FuncionTimer
  117.     Left = 26
  118.     Top = 149
  119.   end
  120. end
  121.