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

  1. object FormConfigFiltradoContenido: TFormConfigFiltradoContenido
  2.   Left = 458
  3.   Top = 301
  4.   ActiveControl = ButtonAceptar
  5.   BorderStyle = bsDialog
  6.   Caption = 'Configurar el filtrado de contenidos Web'
  7.   ClientHeight = 276
  8.   ClientWidth = 468
  9.   Color = 14215660
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PlaGroupBox1: TPlaGroupBox
  22.     Left = 16
  23.     Top = 10
  24.     Width = 441
  25.     Height = 222
  26.     TitleFont.Charset = DEFAULT_CHARSET
  27.     TitleFont.Color = 13977088
  28.     TitleFont.Height = -11
  29.     TitleFont.Name = 'Tahoma'
  30.     TitleFont.Style = []
  31.     Caption = 'Filtrado de contenidos Web'
  32.     TabOrder = 0
  33.     object Label1: TLabel
  34.       Left = 58
  35.       Top = 21
  36.       Width = 78
  37.       Height = 13
  38.       Caption = 'Usuarios del PC:'
  39.     end
  40.     object Image3: TImage
  41.       Left = 11
  42.       Top = 21
  43.       Width = 32
  44.       Height = 33
  45.       Picture.Data = {<image001.bmp>}
  46.       Transparent = True
  47.     end
  48.     object PlaListView1: TPlaListView
  49.       Left = 58
  50.       Top = 40
  51.       Width = 271
  52.       Height = 137
  53.       Color = clWhite
  54.       CheckBoxes = False
  55.       Columns = <
  56.         item
  57.           Width = 110
  58.           Caption = 'Nombre'
  59.         end
  60.         item
  61.           Width = 150
  62.           Caption = 'Filtro usado'
  63.         end>
  64.       DragCursor = crDrag
  65.       DragMode = dmManual
  66.       HideSelection = True
  67.       MultiSelect = False
  68.       ParentColor = False
  69.       ShowColumnHeaders = True
  70.       TabOrder = 0
  71.       OnDblClick = PlaListView1DblClick
  72.       OnSelectItem = PlaListView1SelectItem
  73.       Data = {000100000000FE}
  74.     end
  75.     object PlaButton1: TPlaButton
  76.       Left = 340
  77.       Top = 69
  78.       Width = 88
  79.       Height = 21
  80.       Caption = 'Nuevo...'
  81.       TabOrder = 1
  82.       OnClick = PlaButton1Click
  83.     end
  84.     object PlaButton2: TPlaButton
  85.       Left = 340
  86.       Top = 98
  87.       Width = 88
  88.       Height = 21
  89.       Caption = 'Eliminar'
  90.       TabOrder = 2
  91.       OnClick = PlaButton2Click
  92.     end
  93.     object PlaButton3: TPlaButton
  94.       Left = 340
  95.       Top = 127
  96.       Width = 88
  97.       Height = 21
  98.       Caption = 'Modificar...'
  99.       TabOrder = 3
  100.       OnClick = PlaButton3Click
  101.     end
  102.     object PlaButton4: TPlaButton
  103.       Left = 58
  104.       Top = 189
  105.       Width = 90
  106.       Height = 21
  107.       Caption = 'Filtros...'
  108.       TabOrder = 4
  109.       OnClick = PlaButton4Click
  110.     end
  111.     object PlaButton5: TPlaButton
  112.       Left = 213
  113.       Top = 189
  114.       Width = 116
  115.       Height = 21
  116.       Caption = 'Otras opciones...'
  117.       TabOrder = 5
  118.       OnClick = PlaButton5Click
  119.     end
  120.   end
  121.   object ButtonAceptar: TPlaButton
  122.     Tag = 2200
  123.     Left = 303
  124.     Top = 244
  125.     Width = 73
  126.     Height = 21
  127.     Anchors = [akRight, akBottom]
  128.     Caption = '&Aceptar'
  129.     TabOrder = 1
  130.     Default = True
  131.     ModalResult = 1
  132.   end
  133.   object ButtonCancel: TPlaButton
  134.     Tag = 2400
  135.     Left = 384
  136.     Top = 244
  137.     Width = 73
  138.     Height = 21
  139.     Anchors = [akRight, akBottom]
  140.     Caption = '&Cancelar'
  141.     TabOrder = 2
  142.     TabStop = False
  143.     Cancel = True
  144.     ModalResult = 2
  145.   end
  146. end
  147.