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

  1. object FormCfgFwlConexReglasAvanzadas: TFormCfgFwlConexReglasAvanzadas
  2.   Left = 364
  3.   Top = 144
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Configuraci∩┐╜n de reglas de conexi∩┐╜n avanzadas'
  7.   ClientHeight = 396
  8.   ClientWidth = 475
  9.   Color = 14609391
  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.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PlaGroupBoxReglas: TPlaGroupBox
  22.     Left = 14
  23.     Top = 11
  24.     Width = 450
  25.     Height = 338
  26.     TitleFont.Charset = DEFAULT_CHARSET
  27.     TitleFont.Color = 13977088
  28.     TitleFont.Height = -11
  29.     TitleFont.Name = 'Tahoma'
  30.     TitleFont.Style = []
  31.     Caption = 'Reglas de conexi∩┐╜n avanzadas'
  32.     TabOrder = 0
  33.     object ImageReglas: TImage
  34.       Left = 11
  35.       Top = 22
  36.       Width = 32
  37.       Height = 32
  38.       Picture.Data = {<image001.bmp>}
  39.       Transparent = True
  40.     end
  41.     object Label1: TLabel
  42.       Left = 58
  43.       Top = 19
  44.       Width = 380
  45.       Height = 52
  46.       AutoSize = False
  47.       Caption = 
  48.         'En la siguiente lista puedes a∩┐╜adir las reglas de conexi∩┐╜n que d' +
  49.         'esees. Las reglas permiten configurar los puertos y protocolos q' +
  50.         'ue los programas instalados en tu ordenador pueden usar. Estas r' +
  51.         'eglas tienen prioridad sobre las opciones seleccionadas individu' +
  52.         'almente para cada programa.'
  53.       Constraints.MinWidth = 380
  54.       Transparent = True
  55.       WordWrap = True
  56.     end
  57.     object PlaListViewReglas: TPlaListView
  58.       Left = 58
  59.       Top = 84
  60.       Width = 380
  61.       Height = 179
  62.       Color = clWhite
  63.       CheckBoxes = False
  64.       Columns = <
  65.         item
  66.           Width = 230
  67.           Caption = 'Nombre de la regla'
  68.         end
  69.         item
  70.           Editable = True
  71.           Width = 120
  72.           Caption = 'Acci∩┐╜n a realizar'
  73.           DropDownList.Strings = (
  74.             'Denegar'
  75.             'Permitir')
  76.         end>
  77.       DragCursor = crDrag
  78.       DragMode = dmManual
  79.       Editable = True
  80.       Font.Charset = DEFAULT_CHARSET
  81.       Font.Color = clBlack
  82.       Font.Height = -11
  83.       Font.Name = 'Tahoma'
  84.       Font.Style = []
  85.       HideSelection = True
  86.       MultiSelect = False
  87.       ParentColor = False
  88.       ParentFont = False
  89.       ShowColumnHeaders = True
  90.       TabOrder = 0
  91.       OnEdited = PlaListViewReglasEdited
  92.       OnSelectItem = PlaListViewReglasSelectItem
  93.       Data = {
  94.         0001030000000C54506C614C6973744974656D000000000C0A0C5065726D6974
  95.         697220544350FE0C5065726D6974697220544350085065726D697469720C5450
  96.         6C614C6973744974656D000000000C0A0C426C6F717565617220544350FE0C42
  97.         6C6F7175656172205443500744656E656761720C54506C614C6973744974656D
  98.         000000000C0A0E4E61766567616369F36E20776562FE0E4E61766567616369F3
  99.         6E2077656200FE}
  100.     end
  101.     object PlaButtonAnadir: TPlaButton
  102.       Left = 58
  103.       Top = 271
  104.       Width = 124
  105.       Height = 21
  106.       HelpContext = 239
  107.       Caption = 'A∩┐╜adir nueva regla'
  108.       TabOrder = 1
  109.       OnClick = PlaButtonAnadirClick
  110.     end
  111.     object PlaButtonEditar: TPlaButton
  112.       Left = 186
  113.       Top = 271
  114.       Width = 124
  115.       Height = 21
  116.       HelpContext = 240
  117.       Caption = 'Editar regla'
  118.       TabOrder = 2
  119.       OnClick = PlaButtonEditarClick
  120.     end
  121.     object PlaButtonBorrar: TPlaButton
  122.       Left = 314
  123.       Top = 271
  124.       Width = 124
  125.       Height = 21
  126.       HelpContext = 241
  127.       Caption = 'Borrar regla'
  128.       TabOrder = 3
  129.       OnClick = PlaButtonBorrarClick
  130.     end
  131.     object PlaCheckBoxReflejarEnInforme: TPlaCheckBox
  132.       Left = 58
  133.       Top = 310
  134.       Width = 290
  135.       Height = 16
  136.       HelpContext = 242
  137.       Caption = 'Reflejar en el informe cada vez que se aplique una regla'
  138.       TabOrder = 4
  139.       State = cbChecked
  140.     end
  141.   end
  142.   object PlaButtonCerrar: TPlaButton
  143.     Left = 392
  144.     Top = 364
  145.     Width = 72
  146.     Height = 21
  147.     Caption = 'Cerrar'
  148.     TabOrder = 1
  149.     OnClick = PlaButtonCerrarClick
  150.     Cancel = True
  151.     Default = True
  152.   end
  153. end
  154.