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

  1. object Heuristico: THeuristico
  2.   Tag = 1800
  3.   Left = 306
  4.   Top = 177
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Configuraci∩┐╜n del an∩┐╜lisis heur∩┐╜stico'
  8.   ClientHeight = 172
  9.   ClientWidth = 341
  10.   Color = 14215660
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object ButtonAceptar: TPlaButton
  23.     Tag = 2200
  24.     Left = 176
  25.     Top = 140
  26.     Width = 73
  27.     Height = 21
  28.     Anchors = [akRight, akBottom]
  29.     Caption = '&Aceptar'
  30.     TabOrder = 1
  31.     OnClick = ButtonAceptarClick
  32.     Default = True
  33.     ModalResult = 1
  34.   end
  35.   object ButtonCancelar: TPlaButton
  36.     Tag = 2400
  37.     Left = 257
  38.     Top = 140
  39.     Width = 73
  40.     Height = 21
  41.     Anchors = [akRight, akBottom]
  42.     Caption = '&Cancelar'
  43.     TabOrder = 2
  44.     TabStop = False
  45.     Cancel = True
  46.     ModalResult = 2
  47.   end
  48.   object PlaGroupBox1: TPlaGroupBox
  49.     Tag = 18900
  50.     Left = 14
  51.     Top = 7
  52.     Width = 316
  53.     Height = 122
  54.     TitleFont.Charset = DEFAULT_CHARSET
  55.     TitleFont.Color = 13977088
  56.     TitleFont.Height = -11
  57.     TitleFont.Name = 'Tahoma'
  58.     TitleFont.Style = []
  59.     Caption = 'Nivel de sensibilidad'
  60.     TabOrder = 0
  61.     object Image1: TImage
  62.       Left = 11
  63.       Top = 22
  64.       Width = 32
  65.       Height = 32
  66.       Picture.Data = {<image001.bmp>}
  67.       Transparent = True
  68.     end
  69.     object Label1: TLabel
  70.       Tag = 19000
  71.       Left = 58
  72.       Top = 19
  73.       Width = 246
  74.       Height = 26
  75.       Caption = 
  76.         'Selecciona el nivel de sensibilidad. A mayor sensibilidad mayor ' +
  77.         'protecci∩┐╜n.'
  78.       Constraints.MinWidth = 246
  79.       Transparent = True
  80.       WordWrap = True
  81.     end
  82.     object RBMaximo: TPlaRadioButton
  83.       Tag = 19300
  84.       Left = 58
  85.       Top = 58
  86.       Width = 114
  87.       Height = 16
  88.       HelpContext = 142
  89.       Caption = 'M∩┐╜xima sensibilidad'
  90.       TabOrder = 0
  91.       TabStop = False
  92.       ParentColor = False
  93.     end
  94.     object RBMedio: TPlaRadioButton
  95.       Tag = 19200
  96.       Left = 58
  97.       Top = 76
  98.       Width = 183
  99.       Height = 16
  100.       HelpContext = 143
  101.       Caption = 'Sensibilidad media (recomendada)'
  102.       TabOrder = 1
  103.       Checked = True
  104.       ParentColor = False
  105.     end
  106.     object RBMinimo: TPlaRadioButton
  107.       Tag = 19100
  108.       Left = 58
  109.       Top = 94
  110.       Width = 110
  111.       Height = 16
  112.       HelpContext = 144
  113.       Caption = 'M∩┐╜nima sensibilidad'
  114.       TabOrder = 2
  115.       TabStop = False
  116.       ParentColor = False
  117.     end
  118.   end
  119. end
  120.