object FormActividadRed: TFormActividadRed Left = 175 Top = 242 Width = 682 Height = 461 Caption = 'Ver actividad de red' Color = 14609391 Constraints.MinHeight = 372 Constraints.MinWidth = 489 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poScreenCenter Scaled = False OnCreate = FormCreate OnResize = FormResize OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PlaButtonCerrar: TPlaButton Left = 592 Top = 402 Width = 72 Height = 21 Anchors = [akRight, akBottom] Caption = 'Cerrar' TabOrder = 1 Cancel = True Default = True ModalResult = 1 end object PlaGroupBoxActividadRed: TPlaGroupBox Left = 14 Top = 11 Width = 650 Height = 380 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = 13977088 TitleFont.Height = -11 TitleFont.Name = 'Tahoma' TitleFont.Style = [] Anchors = [akLeft, akTop, akRight, akBottom] Caption = 'Actividad de red' TabOrder = 0 object LDesList: TLabel Left = 14 Top = 19 Width = 254 Height = 13 Caption = 'Programas que tienen conexiones abiertas con la red' end object LabelConexiones: TLabel Left = 14 Top = 239 Width = 228 Height = 13 Anchors = [akLeft, akBottom] Caption = 'Conexiones abiertas del programa seleccionado' end object PlaCheckBoxMostrar: TPlaCheckBox Left = 14 Top = 211 Width = 220 Height = 16 Anchors = [akLeft, akBottom] Caption = 'Mostrar programas del sistema operativo ' TabOrder = 1 OnClick = PlaCheckBoxMostrarClick State = cbChecked end object PlaListViewConexAbiertasRed: TPlaListView Left = 14 Top = 38 Width = 624 Height = 167 Anchors = [akLeft, akTop, akRight, akBottom] CanMoveColumns = False Color = clWhite CheckBoxes = False Columns = < item Width = 110 Caption = 'Programa' end item Width = 64 Caption = 'Ruta' end item Width = 110 Caption = 'Salidas permitidas' end item Width = 110 Caption = 'Salidas denegadas' end item Width = 110 Caption = 'Entradas permitidas' end item Width = 115 Caption = 'Entradas denegadas' end> DragCursor = crDrag DragMode = dmManual HideSelection = False ImageList = ImageList MultiSelect = False ParentColor = False ShowColumnHeaders = True TabOrder = 0 OnSelectItem = PlaListViewConexAbiertasRedSelectItem Data = {000100000000FE} end object PlaListViewConexProgSeleccionado: TPlaListView Left = 14 Top = 258 Width = 624 Height = 110 Anchors = [akLeft, akRight, akBottom] Color = clWhite CheckBoxes = False Columns = < item Width = 64 Caption = 'Protocolo' end item Width = 64 Caption = 'Estado' end item Width = 86 Caption = 'Puerto local' end item Width = 86 Caption = 'Puerto remoto' end item Width = 112 Caption = 'Direcci�n IP' end> DragCursor = crDrag DragMode = dmManual HideSelection = False MultiSelect = False ParentColor = False ShowColumnHeaders = True TabOrder = 2 Data = { 0001010000000C54506C614C6973744974656D000000000C0A00FE0000000000 FE} end end object TimerRefrescarLista: TTimer Enabled = False Interval = 5000 OnTimer = TimerRefrescarListaTimer Left = 28 Top = 404 end object ImageList: TImageList Left = 92 Top = 404 end end