home *** CD-ROM | disk | FTP | other *** search
- object FormConfigFiltrosContenido: TFormConfigFiltrosContenido
- Left = 490
- Top = 517
- BorderStyle = bsDialog
- Caption = 'Configurar el filtrado de contenidos Web'
- ClientHeight = 276
- ClientWidth = 468
- Color = 14215660
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PlaGroupBox1: TPlaGroupBox
- Left = 14
- Top = 10
- Width = 441
- Height = 222
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = 13977088
- TitleFont.Height = -11
- TitleFont.Name = 'Tahoma'
- TitleFont.Style = []
- Caption = 'Filtros de contenido Web'
- TabOrder = 0
- object Image3: TImage
- Left = 11
- Top = 21
- Width = 32
- Height = 33
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object Label1: TLabel
- Left = 56
- Top = 21
- Width = 75
- Height = 13
- Caption = 'Filtros definidos:'
- end
- object PlaListBox1: TPlaListBox
- Left = 56
- Top = 40
- Width = 271
- Height = 137
- TabOrder = 0
- OnClick = PlaListBox1Click
- OnDblClick = PlaListBox1DblClick
- end
- object PlaButton2: TPlaButton
- Left = 339
- Top = 100
- Width = 89
- Height = 21
- Caption = 'Eliminar'
- TabOrder = 1
- OnClick = PlaButton2Click
- end
- object PlaButton1: TPlaButton
- Left = 339
- Top = 71
- Width = 89
- Height = 21
- Caption = 'Nuevo...'
- TabOrder = 2
- OnClick = PlaButton1Click
- end
- object PlaButton3: TPlaButton
- Left = 339
- Top = 129
- Width = 89
- Height = 21
- Caption = 'Editar...'
- TabOrder = 3
- OnClick = PlaButton3Click
- end
- object PlaButton5: TPlaButton
- Left = 164
- Top = 189
- Width = 97
- Height = 21
- Caption = 'Importar filtro...'
- TabOrder = 4
- OnClick = PlaButton5Click
- end
- object PlaButton4: TPlaButton
- Left = 56
- Top = 189
- Width = 97
- Height = 21
- Caption = 'Exportar filtro...'
- TabOrder = 5
- OnClick = PlaButton4Click
- end
- end
- object ButtonAceptar: TPlaButton
- Tag = 2200
- Left = 303
- Top = 244
- Width = 73
- Height = 21
- Anchors = [akRight, akBottom]
- Caption = '&Aceptar'
- TabOrder = 1
- Default = True
- ModalResult = 1
- end
- object ButtonCancel: TPlaButton
- Tag = 2400
- Left = 386
- Top = 244
- Width = 73
- Height = 21
- Anchors = [akRight, akBottom]
- Caption = '&Cancelar'
- TabOrder = 2
- TabStop = False
- Cancel = True
- ModalResult = 2
- end
- object SaveDialog1: TSaveDialog
- DefaultExt = 'flt'
- Filter = 'Filter files |*.flt'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
- Left = 374
- Top = 194
- end
- object OpenDialog1: TOpenDialog
- DefaultExt = 'flt'
- Filter = 'Filter files |*.flt'
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
- Left = 326
- Top = 194
- end
- end
-