home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia Fácil 56 / INF1297.iso / RECOMEN / ILV16AU / _SETUP.1 / infolink.exe / 0 / RCDATA / TFRMWORDSEARCH / TFRMWORDSEARCH.txt < prev   
Text File  |  1997-04-22  |  3KB  |  143 lines

  1. object frmWordSearch: TfrmWordSearch
  2.   Left = 279
  3.   Top = 129
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Internet Word Search'
  7.   ClientHeight = 210
  8.   ClientWidth = 329
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 4
  23.     Top = 8
  24.     Width = 161
  25.     Height = 13
  26.     Caption = '&Starting Location for Word Search'
  27.     FocusControl = edLocation
  28.   end
  29.   object btnOK: TButton
  30.     Left = 168
  31.     Top = 184
  32.     Width = 75
  33.     Height = 21
  34.     HelpContext = 430
  35.     Caption = '&OK'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 9
  39.     OnClick = btnOKClick
  40.   end
  41.   object btnCancel: TButton
  42.     Left = 248
  43.     Top = 184
  44.     Width = 75
  45.     Height = 21
  46.     HelpContext = 430
  47.     Cancel = True
  48.     Caption = '&Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 10
  51.   end
  52.   object lstWordList: TListBox
  53.     Left = 4
  54.     Top = 80
  55.     Width = 153
  56.     Height = 125
  57.     HelpContext = 430
  58.     ItemHeight = 13
  59.     MultiSelect = True
  60.     Sorted = True
  61.     TabOrder = 4
  62.   end
  63.   object radComplete: TRadioButton
  64.     Left = 168
  65.     Top = 72
  66.     Width = 145
  67.     Height = 17
  68.     HelpContext = 430
  69.     Caption = 'Search Complete &Words'
  70.     TabOrder = 5
  71.   end
  72.   object radSubstrings: TRadioButton
  73.     Left = 168
  74.     Top = 92
  75.     Width = 145
  76.     Height = 17
  77.     HelpContext = 430
  78.     Caption = 'Search S&ubstrings'
  79.     Checked = True
  80.     TabOrder = 6
  81.     TabStop = True
  82.   end
  83.   object edLocation: TEdit
  84.     Left = 4
  85.     Top = 28
  86.     Width = 229
  87.     Height = 21
  88.     HelpContext = 430
  89.     TabOrder = 0
  90.     OnChange = edLocationChange
  91.   end
  92.   object btnAdd: TButton
  93.     Left = 4
  94.     Top = 56
  95.     Width = 75
  96.     Height = 17
  97.     HelpContext = 430
  98.     Caption = '&Add'
  99.     TabOrder = 2
  100.     OnClick = btnAddClick
  101.   end
  102.   object btnRemove: TButton
  103.     Left = 83
  104.     Top = 56
  105.     Width = 75
  106.     Height = 17
  107.     HelpContext = 430
  108.     Caption = '&Remove'
  109.     TabOrder = 3
  110.     OnClick = btnRemoveClick
  111.   end
  112.   object btnBrowse: TButton
  113.     Left = 242
  114.     Top = 28
  115.     Width = 81
  116.     Height = 21
  117.     HelpContext = 430
  118.     Caption = '&Browse'
  119.     TabOrder = 1
  120.     OnClick = btnBrowseClick
  121.   end
  122.   object chkAllMatches: TCheckBox
  123.     Left = 170
  124.     Top = 124
  125.     Width = 149
  126.     Height = 17
  127.     HelpContext = 430
  128.     Caption = 'Show All &Matches'
  129.     State = cbChecked
  130.     TabOrder = 7
  131.   end
  132.   object chkVerify: TCheckBox
  133.     Left = 170
  134.     Top = 144
  135.     Width = 155
  136.     Height = 17
  137.     HelpContext = 430
  138.     Caption = '&Verify Page While Searching'
  139.     State = cbChecked
  140.     TabOrder = 8
  141.   end
  142. end
  143.