home *** CD-ROM | disk | FTP | other *** search
- object frmSearch: TfrmSearch
- Left = 200
- Top = 104
- Width = 435
- Height = 285
- BorderIcons = []
- Caption = 'Search Dialog'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 72
- Top = 24
- Width = 208
- Height = 16
- Caption = 'Please enter the string to search for'
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object DBRadioGroup1: TDBRadioGroup
- Left = 97
- Top = 84
- Width = 216
- Height = 125
- Caption = 'Select Field To Search'
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- end
- object rbItem: TRadioButton
- Left = 117
- Top = 104
- Width = 113
- Height = 17
- Caption = 'Name of Item'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object rbDescription: TRadioButton
- Left = 117
- Top = 128
- Width = 113
- Height = 17
- Caption = 'Description'
- TabOrder = 1
- end
- object rbItemLocation: TRadioButton
- Left = 117
- Top = 152
- Width = 113
- Height = 17
- Caption = 'Location'
- TabOrder = 2
- end
- object btnSearch: TBitBtn
- Left = 328
- Top = 84
- Width = 89
- Height = 25
- Caption = '&Do Search'
- Font.Color = clGreen
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = btnSearchClick
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 329
- Top = 121
- Width = 88
- Height = 25
- Caption = '&Cancel'
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- OnClick = BitBtn2Click
- Kind = bkCancel
- end
- object rbItemType: TRadioButton
- Left = 117
- Top = 176
- Width = 113
- Height = 17
- Caption = 'Type of Item'
- TabOrder = 3
- end
- object ESearch: TEdit
- Left = 80
- Top = 48
- Width = 201
- Height = 21
- TabOrder = 7
- end
- end
-