object FormCfgFwlProgramas: TFormCfgFwlProgramas Left = 282 Top = 187 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsSingle Caption = 'Configuraci�n de programas con acceso a la red' ClientHeight = 394 ClientWidth = 607 Color = 14609391 Constraints.MinHeight = 401 Constraints.MinWidth = 480 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PlaButtonCerrar: TPlaButton Left = 519 Top = 365 Width = 72 Height = 21 Anchors = [akRight, akBottom] Caption = 'Cerrar' TabOrder = 1 OnClick = PlaButtonCerrarClick Cancel = True Default = True ModalResult = 2 end object PlaGroupBoxProgramas: TPlaGroupBox Left = 14 Top = 9 Width = 580 Height = 338 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = 13977088 TitleFont.Height = -11 TitleFont.Name = 'Tahoma' TitleFont.Style = [] Anchors = [akLeft, akTop, akRight, akBottom] Caption = 'Programas con acceso a la red' TabOrder = 0 object ImageProgramas: TImage Left = 11 Top = 22 Width = 32 Height = 32 Picture.Data = {} Transparent = True end object Label1: TLabel Left = 58 Top = 19 Width = 503 Height = 13 AutoSize = False Caption = 'Puedes establecer qu� programas pueden comunicarse usando la red' + '.' Transparent = True end object PlaListViewProgramas: TPlaListView Left = 54 Top = 45 Width = 510 Height = 203 Anchors = [akLeft, akTop, akRight, akBottom] Color = clWhite CheckBoxes = False Columns = < item Width = 310 Caption = 'Programa' end item Editable = True Width = 174 Caption = 'Comunicaci�n' DropDownList.Strings = ( 'Denegada' 'Permitida' 'Preguntar') end> DragCursor = crDrag DragMode = dmManual Editable = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] HideSelection = False ImageList = ImageListProgIcons MultiSelect = False ParentColor = False ParentFont = False ParentShowHint = False ShowHint = True ShowColumnHeaders = True TabOrder = 0 OnEdited = PlaListViewProgramasEdited OnGetHintInfo = PlaListViewProgramasGetHintInfo OnSelectItem = PlaListViewProgramasSelectItem Data = {000100000000FE} end object PlaButtonAnadir: TPlaButton Left = 56 Top = 280 Width = 122 Height = 21 HelpContext = 226 Anchors = [akRight, akBottom] Caption = 'A�adir programa' TabOrder = 1 OnClick = PlaButtonAnadirClick end object PlaButtonEditar: TPlaButton Left = 441 Top = 280 Width = 122 Height = 21 HelpContext = 227 Anchors = [akRight, akBottom] Caption = 'Opciones avanzadas' TabOrder = 4 OnClick = PlaButtonEditarClick end object PlaButtonQuitar: TPlaButton Left = 184 Top = 280 Width = 122 Height = 21 HelpContext = 228 Anchors = [akRight, akBottom] Caption = 'Quitar programa' TabOrder = 2 OnClick = PlaButtonQuitarClick end object PlaCheckBoxMostrar: TPlaCheckBox Left = 58 Top = 255 Width = 221 Height = 16 HelpContext = 225 Anchors = [akLeft, akBottom] Caption = 'Mostrar programas del sistema operativo.' TabOrder = 3 OnClick = PlaCheckBoxMostrarClick State = cbChecked end object PlaCheckBoxReportar: TPlaCheckBox Left = 58 Top = 310 Width = 333 Height = 16 HelpContext = 229 Anchors = [akLeft, akBottom] Caption = 'Reflejar en el informe cada vez que se deniegue la comunicaci�n.' TabOrder = 5 State = cbChecked end end object PBRestaurar: TPlaButton Left = 326 Top = 289 Width = 122 Height = 21 Anchors = [akRight, akBottom] Caption = 'Regenerar lista' TabOrder = 2 OnClick = PBRestaurarClick end object ImageListProgIcons: TImageList BlendColor = clWhite BkColor = clWhite Masked = False Top = 366 end object Timer: TTimer Enabled = False Interval = 100 OnTimer = TimerTimer Left = 28 Top = 366 end end