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

  1. object FormActividadRed: TFormActividadRed
  2.   Left = 175
  3.   Top = 242
  4.   Width = 682
  5.   Height = 461
  6.   Caption = 'Ver actividad de red'
  7.   Color = 14609391
  8.   Constraints.MinHeight = 372
  9.   Constraints.MinWidth = 489
  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.   Scaled = False
  19.   OnCreate = FormCreate
  20.   OnResize = FormResize
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object PlaButtonCerrar: TPlaButton
  25.     Left = 592
  26.     Top = 402
  27.     Width = 72
  28.     Height = 21
  29.     Anchors = [akRight, akBottom]
  30.     Caption = 'Cerrar'
  31.     TabOrder = 1
  32.     Cancel = True
  33.     Default = True
  34.     ModalResult = 1
  35.   end
  36.   object PlaGroupBoxActividadRed: TPlaGroupBox
  37.     Left = 14
  38.     Top = 11
  39.     Width = 650
  40.     Height = 380
  41.     TitleFont.Charset = DEFAULT_CHARSET
  42.     TitleFont.Color = 13977088
  43.     TitleFont.Height = -11
  44.     TitleFont.Name = 'Tahoma'
  45.     TitleFont.Style = []
  46.     Anchors = [akLeft, akTop, akRight, akBottom]
  47.     Caption = 'Actividad de red'
  48.     TabOrder = 0
  49.     object LDesList: TLabel
  50.       Left = 14
  51.       Top = 19
  52.       Width = 254
  53.       Height = 13
  54.       Caption = 'Programas que tienen conexiones abiertas con la red'
  55.     end
  56.     object LabelConexiones: TLabel
  57.       Left = 14
  58.       Top = 239
  59.       Width = 228
  60.       Height = 13
  61.       Anchors = [akLeft, akBottom]
  62.       Caption = 'Conexiones abiertas del programa seleccionado'
  63.     end
  64.     object PlaCheckBoxMostrar: TPlaCheckBox
  65.       Left = 14
  66.       Top = 211
  67.       Width = 220
  68.       Height = 16
  69.       Anchors = [akLeft, akBottom]
  70.       Caption = 'Mostrar programas del sistema operativo '
  71.       TabOrder = 1
  72.       OnClick = PlaCheckBoxMostrarClick
  73.       State = cbChecked
  74.     end
  75.     object PlaListViewConexAbiertasRed: TPlaListView
  76.       Left = 14
  77.       Top = 38
  78.       Width = 624
  79.       Height = 167
  80.       Anchors = [akLeft, akTop, akRight, akBottom]
  81.       CanMoveColumns = False
  82.       Color = clWhite
  83.       CheckBoxes = False
  84.       Columns = <
  85.         item
  86.           Width = 110
  87.           Caption = 'Programa'
  88.         end
  89.         item
  90.           Width = 64
  91.           Caption = 'Ruta'
  92.         end
  93.         item
  94.           Width = 110
  95.           Caption = 'Salidas permitidas'
  96.         end
  97.         item
  98.           Width = 110
  99.           Caption = 'Salidas denegadas'
  100.         end
  101.         item
  102.           Width = 110
  103.           Caption = 'Entradas permitidas'
  104.         end
  105.         item
  106.           Width = 115
  107.           Caption = 'Entradas denegadas'
  108.         end>
  109.       DragCursor = crDrag
  110.       DragMode = dmManual
  111.       HideSelection = False
  112.       ImageList = ImageList
  113.       MultiSelect = False
  114.       ParentColor = False
  115.       ShowColumnHeaders = True
  116.       TabOrder = 0
  117.       OnSelectItem = PlaListViewConexAbiertasRedSelectItem
  118.       Data = {000100000000FE}
  119.     end
  120.     object PlaListViewConexProgSeleccionado: TPlaListView
  121.       Left = 14
  122.       Top = 258
  123.       Width = 624
  124.       Height = 110
  125.       Anchors = [akLeft, akRight, akBottom]
  126.       Color = clWhite
  127.       CheckBoxes = False
  128.       Columns = <
  129.         item
  130.           Width = 64
  131.           Caption = 'Protocolo'
  132.         end
  133.         item
  134.           Width = 64
  135.           Caption = 'Estado'
  136.         end
  137.         item
  138.           Width = 86
  139.           Caption = 'Puerto local'
  140.         end
  141.         item
  142.           Width = 86
  143.           Caption = 'Puerto remoto'
  144.         end
  145.         item
  146.           Width = 112
  147.           Caption = 'Direcci∩┐╜n IP'
  148.         end>
  149.       DragCursor = crDrag
  150.       DragMode = dmManual
  151.       HideSelection = False
  152.       MultiSelect = False
  153.       ParentColor = False
  154.       ShowColumnHeaders = True
  155.       TabOrder = 2
  156.       Data = {
  157.         0001010000000C54506C614C6973744974656D000000000C0A00FE0000000000
  158.         FE}
  159.     end
  160.   end
  161.   object TimerRefrescarLista: TTimer
  162.     Enabled = False
  163.     Interval = 5000
  164.     OnTimer = TimerRefrescarListaTimer
  165.     Left = 28
  166.     Top = 404
  167.   end
  168.   object ImageList: TImageList
  169.     Left = 92
  170.     Top = 404
  171.   end
  172. end
  173.