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
Wrap
Text File
|
1997-04-22
|
3KB
|
143 lines
object frmWordSearch: TfrmWordSearch
Left = 279
Top = 129
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Internet Word Search'
ClientHeight = 210
ClientWidth = 329
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
Position = poScreenCenter
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 4
Top = 8
Width = 161
Height = 13
Caption = '&Starting Location for Word Search'
FocusControl = edLocation
end
object btnOK: TButton
Left = 168
Top = 184
Width = 75
Height = 21
HelpContext = 430
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 9
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 248
Top = 184
Width = 75
Height = 21
HelpContext = 430
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 10
end
object lstWordList: TListBox
Left = 4
Top = 80
Width = 153
Height = 125
HelpContext = 430
ItemHeight = 13
MultiSelect = True
Sorted = True
TabOrder = 4
end
object radComplete: TRadioButton
Left = 168
Top = 72
Width = 145
Height = 17
HelpContext = 430
Caption = 'Search Complete &Words'
TabOrder = 5
end
object radSubstrings: TRadioButton
Left = 168
Top = 92
Width = 145
Height = 17
HelpContext = 430
Caption = 'Search S&ubstrings'
Checked = True
TabOrder = 6
TabStop = True
end
object edLocation: TEdit
Left = 4
Top = 28
Width = 229
Height = 21
HelpContext = 430
TabOrder = 0
OnChange = edLocationChange
end
object btnAdd: TButton
Left = 4
Top = 56
Width = 75
Height = 17
HelpContext = 430
Caption = '&Add'
TabOrder = 2
OnClick = btnAddClick
end
object btnRemove: TButton
Left = 83
Top = 56
Width = 75
Height = 17
HelpContext = 430
Caption = '&Remove'
TabOrder = 3
OnClick = btnRemoveClick
end
object btnBrowse: TButton
Left = 242
Top = 28
Width = 81
Height = 21
HelpContext = 430
Caption = '&Browse'
TabOrder = 1
OnClick = btnBrowseClick
end
object chkAllMatches: TCheckBox
Left = 170
Top = 124
Width = 149
Height = 17
HelpContext = 430
Caption = 'Show All &Matches'
State = cbChecked
TabOrder = 7
end
object chkVerify: TCheckBox
Left = 170
Top = 144
Width = 155
Height = 17
HelpContext = 430
Caption = '&Verify Page While Searching'
State = cbChecked
TabOrder = 8
end
end