home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Demo / Panda / platinumisshuk.exe / data1.cab / Comunes / Config.dll / 0 / RCDATA / TFORMCONFIGFILTROSCONTENIDO / TFORMCONFIGFILTROSCONTENIDO.txt < prev   
Encoding:
Text File  |  2003-11-01  |  3.1 KB  |  142 lines

  1. object FormConfigFiltrosContenido: TFormConfigFiltrosContenido
  2.   Left = 490
  3.   Top = 517
  4.   BorderStyle = bsDialog
  5.   Caption = 'Configurar el filtrado de contenidos Web'
  6.   ClientHeight = 276
  7.   ClientWidth = 468
  8.   Color = 14215660
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PlaGroupBox1: TPlaGroupBox
  21.     Left = 14
  22.     Top = 10
  23.     Width = 441
  24.     Height = 222
  25.     TitleFont.Charset = DEFAULT_CHARSET
  26.     TitleFont.Color = 13977088
  27.     TitleFont.Height = -11
  28.     TitleFont.Name = 'Tahoma'
  29.     TitleFont.Style = []
  30.     Caption = 'Filtros de contenido Web'
  31.     TabOrder = 0
  32.     object Image3: TImage
  33.       Left = 11
  34.       Top = 21
  35.       Width = 32
  36.       Height = 33
  37.       Picture.Data = {<image001.bmp>}
  38.       Transparent = True
  39.     end
  40.     object Label1: TLabel
  41.       Left = 56
  42.       Top = 21
  43.       Width = 75
  44.       Height = 13
  45.       Caption = 'Filtros definidos:'
  46.     end
  47.     object PlaListBox1: TPlaListBox
  48.       Left = 56
  49.       Top = 40
  50.       Width = 271
  51.       Height = 137
  52.       TabOrder = 0
  53.       OnClick = PlaListBox1Click
  54.       OnDblClick = PlaListBox1DblClick
  55.     end
  56.     object PlaButton2: TPlaButton
  57.       Left = 339
  58.       Top = 100
  59.       Width = 89
  60.       Height = 21
  61.       Caption = 'Eliminar'
  62.       TabOrder = 1
  63.       OnClick = PlaButton2Click
  64.     end
  65.     object PlaButton1: TPlaButton
  66.       Left = 339
  67.       Top = 71
  68.       Width = 89
  69.       Height = 21
  70.       Caption = 'Nuevo...'
  71.       TabOrder = 2
  72.       OnClick = PlaButton1Click
  73.     end
  74.     object PlaButton3: TPlaButton
  75.       Left = 339
  76.       Top = 129
  77.       Width = 89
  78.       Height = 21
  79.       Caption = 'Editar...'
  80.       TabOrder = 3
  81.       OnClick = PlaButton3Click
  82.     end
  83.     object PlaButton5: TPlaButton
  84.       Left = 164
  85.       Top = 189
  86.       Width = 97
  87.       Height = 21
  88.       Caption = 'Importar filtro...'
  89.       TabOrder = 4
  90.       OnClick = PlaButton5Click
  91.     end
  92.     object PlaButton4: TPlaButton
  93.       Left = 56
  94.       Top = 189
  95.       Width = 97
  96.       Height = 21
  97.       Caption = 'Exportar filtro...'
  98.       TabOrder = 5
  99.       OnClick = PlaButton4Click
  100.     end
  101.   end
  102.   object ButtonAceptar: TPlaButton
  103.     Tag = 2200
  104.     Left = 303
  105.     Top = 244
  106.     Width = 73
  107.     Height = 21
  108.     Anchors = [akRight, akBottom]
  109.     Caption = '&Aceptar'
  110.     TabOrder = 1
  111.     Default = True
  112.     ModalResult = 1
  113.   end
  114.   object ButtonCancel: TPlaButton
  115.     Tag = 2400
  116.     Left = 386
  117.     Top = 244
  118.     Width = 73
  119.     Height = 21
  120.     Anchors = [akRight, akBottom]
  121.     Caption = '&Cancelar'
  122.     TabOrder = 2
  123.     TabStop = False
  124.     Cancel = True
  125.     ModalResult = 2
  126.   end
  127.   object SaveDialog1: TSaveDialog
  128.     DefaultExt = 'flt'
  129.     Filter = 'Filter files |*.flt'
  130.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  131.     Left = 374
  132.     Top = 194
  133.   end
  134.   object OpenDialog1: TOpenDialog
  135.     DefaultExt = 'flt'
  136.     Filter = 'Filter files |*.flt'
  137.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  138.     Left = 326
  139.     Top = 194
  140.   end
  141. end
  142.