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

  1. object ResiConfigAvanzada: TResiConfigAvanzada
  2.   Left = 347
  3.   Top = 216
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Opciones avanzadas'
  7.   ClientHeight = 162
  8.   ClientWidth = 419
  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.   Position = poScreenCenter
  19.   OnKeyPress = FormKeyPress
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object GroupBoxUnidadesDeRed: TPlaGroupBox
  23.     Tag = 227600
  24.     Left = 14
  25.     Top = 11
  26.     Width = 394
  27.     Height = 99
  28.     TitleFont.Charset = DEFAULT_CHARSET
  29.     TitleFont.Color = 8408344
  30.     TitleFont.Height = -11
  31.     TitleFont.Name = 'Tahoma'
  32.     TitleFont.Style = []
  33.     Caption = 'Unidades de Red'
  34.     TabOrder = 0
  35.     object LblRed: TLabel
  36.       Left = 58
  37.       Top = 19
  38.       Width = 327
  39.       Height = 32
  40.       AutoSize = False
  41.       Caption = 
  42.         'Selecciona si deseas analizar las unidades de red y bloquear el ' +
  43.         'acceso a las mismas en caso de infecci∩┐╜n de virus.'
  44.       Transparent = True
  45.       WordWrap = True
  46.     end
  47.     object Image9: TImage
  48.       Left = 11
  49.       Top = 22
  50.       Width = 32
  51.       Height = 32
  52.       Picture.Data = {<image001.bmp>}
  53.       Transparent = True
  54.     end
  55.     object PanelNT: TPlaPanel
  56.       Left = 58
  57.       Top = 54
  58.       Width = 185
  59.       Height = 33
  60.       object CBRedNovell: TPlaCheckBox
  61.         Left = 0
  62.         Top = 18
  63.         Width = 87
  64.         Height = 16
  65.         Caption = 'Red de Novell'
  66.         TabOrder = 1
  67.         TabStop = False
  68.         ParentColor = False
  69.       end
  70.       object CBRedMicrosoft: TPlaCheckBox
  71.         Left = 0
  72.         Top = 0
  73.         Width = 102
  74.         Height = 16
  75.         Caption = 'Red de Microsoft'
  76.         TabOrder = 0
  77.         ParentColor = False
  78.       end
  79.     end
  80.     object Panel9x: TPlaPanel
  81.       Left = 58
  82.       Top = 54
  83.       Width = 205
  84.       Height = 33
  85.       object CBbloAccUniRed: TPlaCheckBox
  86.         Tag = 227800
  87.         Left = 0
  88.         Top = 18
  89.         Width = 163
  90.         Height = 16
  91.         HelpContext = 209
  92.         Caption = 'Bloquear en caso de infecci∩┐╜n'
  93.         TabOrder = 1
  94.         TabStop = False
  95.       end
  96.       object CBanaUniRed: TPlaCheckBox
  97.         Tag = 227700
  98.         Left = 0
  99.         Top = 0
  100.         Width = 59
  101.         Height = 16
  102.         HelpContext = 208
  103.         Caption = 'Analizar'
  104.         TabOrder = 0
  105.         OnClick = CBanaUniRedClick
  106.       end
  107.     end
  108.   end
  109.   object ButtonAceptar: TPlaButton
  110.     Tag = 2200
  111.     Left = 254
  112.     Top = 130
  113.     Width = 73
  114.     Height = 21
  115.     HelpContext = 193
  116.     Caption = '&Aceptar'
  117.     TabOrder = 1
  118.     OnClick = ButtonAceptarClick
  119.     Default = True
  120.     ModalResult = 1
  121.   end
  122.   object ButtonCancelar: TPlaButton
  123.     Tag = 2400
  124.     Left = 335
  125.     Top = 130
  126.     Width = 73
  127.     Height = 21
  128.     HelpContext = 194
  129.     Caption = '&Cancelar'
  130.     TabOrder = 2
  131.     TabStop = False
  132.     Cancel = True
  133.     ModalResult = 2
  134.   end
  135. end
  136.