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

  1. object FormConfigAvanzadasFiltro: TFormConfigAvanzadasFiltro
  2.   Left = 664
  3.   Top = 288
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Configurar el filtrado de contenidos Web'
  7.   ClientHeight = 228
  8.   ClientWidth = 337
  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 = 14
  23.     Top = 11
  24.     Width = 309
  25.     Height = 170
  26.     TitleFont.Charset = DEFAULT_CHARSET
  27.     TitleFont.Color = 13977088
  28.     TitleFont.Height = -11
  29.     TitleFont.Name = 'Tahoma'
  30.     TitleFont.Style = []
  31.     Caption = 'Datos del usuario'
  32.     TabOrder = 0
  33.     object Label1: TLabel
  34.       Left = 58
  35.       Top = 21
  36.       Width = 40
  37.       Height = 13
  38.       Caption = 'Nombre:'
  39.     end
  40.     object Label2: TLabel
  41.       Left = 58
  42.       Top = 49
  43.       Width = 57
  44.       Height = 13
  45.       Caption = 'Contrase∩┐╜a:'
  46.     end
  47.     object Label3: TLabel
  48.       Left = 58
  49.       Top = 69
  50.       Width = 80
  51.       Height = 26
  52.       Caption = 'Confirmar contrase∩┐╜a:'
  53.       Constraints.MaxWidth = 80
  54.       Constraints.MinWidth = 80
  55.       WordWrap = True
  56.     end
  57.     object Label4: TLabel
  58.       Left = 58
  59.       Top = 105
  60.       Width = 58
  61.       Height = 13
  62.       Caption = 'Usar el filtro:'
  63.     end
  64.     object Image3: TImage
  65.       Left = 11
  66.       Top = 21
  67.       Width = 32
  68.       Height = 32
  69.       Picture.Data = {<image001.bmp>}
  70.       Transparent = True
  71.     end
  72.     object PlaButton5: TPlaButton
  73.       Left = 138
  74.       Top = 137
  75.       Width = 161
  76.       Height = 21
  77.       Caption = 'Opciones adicionales...'
  78.       TabOrder = 0
  79.       OnClick = PlaButton5Click
  80.     end
  81.     object PlaEdit1: TPlaEdit
  82.       Left = 138
  83.       Top = 17
  84.       Width = 161
  85.       Height = 21
  86.       MaxLength = 64
  87.       TabOrder = 1
  88.       Transparent = False
  89.     end
  90.     object PlaEdit2: TPlaEdit
  91.       Left = 138
  92.       Top = 44
  93.       Width = 161
  94.       Height = 22
  95.       Cursor = crIBeam
  96.       Font.Charset = DEFAULT_CHARSET
  97.       Font.Color = clWindowText
  98.       Font.Height = -11
  99.       Font.Name = 'Courier New'
  100.       Font.Style = []
  101.       MaxLength = 64
  102.       ParentFont = False
  103.       PasswordChar = '*'
  104.       TabOrder = 2
  105.       Transparent = False
  106.     end
  107.     object PlaEdit3: TPlaEdit
  108.       Left = 138
  109.       Top = 72
  110.       Width = 161
  111.       Height = 22
  112.       Cursor = crIBeam
  113.       Font.Charset = DEFAULT_CHARSET
  114.       Font.Color = clWindowText
  115.       Font.Height = -11
  116.       Font.Name = 'Courier New'
  117.       Font.Style = []
  118.       MaxLength = 64
  119.       ParentFont = False
  120.       PasswordChar = '*'
  121.       TabOrder = 3
  122.       Transparent = False
  123.     end
  124.     object PlaComboBox1: TPlaComboBox
  125.       Left = 138
  126.       Top = 101
  127.       Width = 161
  128.       Height = 21
  129.       Style = csDropDownList
  130.       TabOrder = 4
  131.     end
  132.   end
  133.   object ButtonAceptar: TPlaButton
  134.     Tag = 2200
  135.     Left = 172
  136.     Top = 196
  137.     Width = 73
  138.     Height = 21
  139.     Anchors = [akRight, akBottom]
  140.     Caption = '&Aceptar'
  141.     TabOrder = 1
  142.     OnClick = ButtonAceptarClick
  143.     Default = True
  144.   end
  145.   object ButtonCancel: TPlaButton
  146.     Tag = 2400
  147.     Left = 253
  148.     Top = 196
  149.     Width = 73
  150.     Height = 21
  151.     Anchors = [akRight, akBottom]
  152.     Caption = '&Cancelar'
  153.     TabOrder = 2
  154.     TabStop = False
  155.     Cancel = True
  156.     ModalResult = 2
  157.   end
  158. end
  159.