home *** CD-ROM | disk | FTP | other *** search
/ Ortografía Interactiva / Ortografia.iso / general.exe / 0 / RCDATA / TFORMABUSCAR / TFORMABUSCAR.txt < prev   
Text File  |  2006-04-20  |  3KB  |  129 lines

  1. object formaBuscar: TformaBuscar
  2.   Left = 154
  3.   Top = 79
  4.   BorderStyle = bsDialog
  5.   Caption = 'Buscar frases o palabras'
  6.   ClientHeight = 336
  7.   ClientWidth = 557
  8.   Color = clBtnFace
  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.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 16
  24.     Width = 120
  25.     Height = 13
  26.     Caption = 'Buscar palabra(s) o frase:'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 224
  30.     Top = 72
  31.     Width = 48
  32.     Height = 13
  33.     Caption = 'Cap∩┐╜tulos:'
  34.   end
  35.   object Edit1: TEdit
  36.     Left = 16
  37.     Top = 40
  38.     Width = 401
  39.     Height = 21
  40.     TabOrder = 0
  41.     OnChange = Edit1Change
  42.   end
  43.   object GroupBox1: TGroupBox
  44.     Left = 16
  45.     Top = 216
  46.     Width = 521
  47.     Height = 113
  48.     Caption = ' Ayuda '
  49.     TabOrder = 1
  50.     object Label2: TLabel
  51.       Left = 16
  52.       Top = 16
  53.       Width = 32
  54.       Height = 14
  55.       Caption = 'Label2'
  56.       Font.Charset = ANSI_CHARSET
  57.       Font.Color = clWindowText
  58.       Font.Height = -11
  59.       Font.Name = 'Arial'
  60.       Font.Style = []
  61.       ParentFont = False
  62.     end
  63.   end
  64.   object GroupBox2: TGroupBox
  65.     Left = 16
  66.     Top = 72
  67.     Width = 193
  68.     Height = 129
  69.     Caption = ' Buscar en '
  70.     TabOrder = 2
  71.     object RadioButton1: TRadioButton
  72.       Left = 16
  73.       Top = 24
  74.       Width = 113
  75.       Height = 25
  76.       Caption = 'P∩┐╜gina actual'
  77.       TabOrder = 0
  78.       OnClick = RadioButton1Click
  79.     end
  80.     object RadioButton2: TRadioButton
  81.       Left = 16
  82.       Top = 56
  83.       Width = 113
  84.       Height = 25
  85.       Caption = 'Cap∩┐╜tulos'
  86.       TabOrder = 1
  87.       OnClick = RadioButton2Click
  88.     end
  89.     object RadioButton3: TRadioButton
  90.       Left = 16
  91.       Top = 88
  92.       Width = 129
  93.       Height = 25
  94.       Caption = 'Todos las p∩┐╜ginas'
  95.       Checked = True
  96.       TabOrder = 2
  97.       TabStop = True
  98.       OnClick = RadioButton3Click
  99.     end
  100.   end
  101.   object CheckListBox1: TCheckListBox
  102.     Left = 224
  103.     Top = 88
  104.     Width = 193
  105.     Height = 113
  106.     ItemHeight = 13
  107.     TabOrder = 3
  108.   end
  109.   object Button1: TButton
  110.     Left = 440
  111.     Top = 40
  112.     Width = 81
  113.     Height = 25
  114.     Caption = '&Buscar'
  115.     Enabled = False
  116.     TabOrder = 4
  117.     OnClick = Button1Click
  118.   end
  119.   object Button2: TButton
  120.     Left = 440
  121.     Top = 88
  122.     Width = 81
  123.     Height = 25
  124.     Caption = '&Cancelar'
  125.     TabOrder = 5
  126.     OnClick = Button2Click
  127.   end
  128. end
  129.