home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / bonus / EverythingIOwn / EIOWN_17.EXE / EIO.EXE / 0 / RCDATA / TFRMSEARCH / TFRMSEARCH.txt < prev   
Encoding:
Text File  |  1998-02-24  |  2.2 KB  |  114 lines

  1. object frmSearch: TfrmSearch
  2.   Left = 200
  3.   Top = 104
  4.   Width = 435
  5.   Height = 285
  6.   BorderIcons = []
  7.   Caption = 'Search Dialog'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 72
  19.     Top = 24
  20.     Width = 208
  21.     Height = 16
  22.     Caption = 'Please enter the string to search for'
  23.     Font.Color = clBlue
  24.     Font.Height = -13
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object DBRadioGroup1: TDBRadioGroup
  30.     Left = 97
  31.     Top = 84
  32.     Width = 216
  33.     Height = 125
  34.     Caption = 'Select Field To Search'
  35.     Font.Color = clBlue
  36.     Font.Height = -13
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.     TabOrder = 4
  41.   end
  42.   object rbItem: TRadioButton
  43.     Left = 117
  44.     Top = 104
  45.     Width = 113
  46.     Height = 17
  47.     Caption = 'Name of Item'
  48.     Checked = True
  49.     TabOrder = 0
  50.     TabStop = True
  51.   end
  52.   object rbDescription: TRadioButton
  53.     Left = 117
  54.     Top = 128
  55.     Width = 113
  56.     Height = 17
  57.     Caption = 'Description'
  58.     TabOrder = 1
  59.   end
  60.   object rbItemLocation: TRadioButton
  61.     Left = 117
  62.     Top = 152
  63.     Width = 113
  64.     Height = 17
  65.     Caption = 'Location'
  66.     TabOrder = 2
  67.   end
  68.   object btnSearch: TBitBtn
  69.     Left = 328
  70.     Top = 84
  71.     Width = 89
  72.     Height = 25
  73.     Caption = '&Do Search'
  74.     Font.Color = clGreen
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = []
  78.     ParentFont = False
  79.     TabOrder = 5
  80.     OnClick = btnSearchClick
  81.     Kind = bkOK
  82.   end
  83.   object BitBtn2: TBitBtn
  84.     Left = 329
  85.     Top = 121
  86.     Width = 88
  87.     Height = 25
  88.     Caption = '&Cancel'
  89.     Font.Color = clRed
  90.     Font.Height = -11
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = []
  93.     ParentFont = False
  94.     TabOrder = 6
  95.     OnClick = BitBtn2Click
  96.     Kind = bkCancel
  97.   end
  98.   object rbItemType: TRadioButton
  99.     Left = 117
  100.     Top = 176
  101.     Width = 113
  102.     Height = 17
  103.     Caption = 'Type of Item'
  104.     TabOrder = 3
  105.   end
  106.   object ESearch: TEdit
  107.     Left = 80
  108.     Top = 48
  109.     Width = 201
  110.     Height = 21
  111.     TabOrder = 7
  112.   end
  113. end
  114.