home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EBRepDesigner.exe / 0 / RCDATA / TWWLOCATEDLG / TWWLOCATEDLG.txt
Text File  |  1999-06-21  |  3KB  |  153 lines

  1. object wwLocateDlg: TwwLocateDlg
  2.   Left = 272
  3.   Top = 240
  4.   ActiveControl = SearchValue
  5.   BorderStyle = bsDialog
  6.   Caption = 'Locate Value'
  7.   ClientHeight = 238
  8.   ClientWidth = 212
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object SearchTypeGroup: TGroupBox
  19.     Left = 4
  20.     Top = 52
  21.     Width = 201
  22.     Height = 101
  23.     Caption = '&Search Type'
  24.     TabOrder = 1
  25.     object CaseSensitiveCheckBox: TCheckBox
  26.       Left = 12
  27.       Top = 16
  28.       Width = 181
  29.       Height = 21
  30.       Hint = 'Searching is case-sensitive'
  31.       Caption = '&Case-sensitive'
  32.       Color = clBtnFace
  33.       ParentColor = False
  34.       ParentShowHint = False
  35.       ShowHint = True
  36.       TabOrder = 0
  37.     end
  38.     object ExactMatchBtn: TRadioButton
  39.       Left = 12
  40.       Top = 44
  41.       Width = 181
  42.       Height = 17
  43.       Hint = 'Match occurs only if there is an exact match'
  44.       Caption = '&Exact Match'
  45.       ParentShowHint = False
  46.       ShowHint = True
  47.       TabOrder = 1
  48.     end
  49.     object PartialMatchStartBtn: TRadioButton
  50.       Left = 12
  51.       Top = 64
  52.       Width = 185
  53.       Height = 13
  54.       Hint = 'Match occurs if the start of the field'#39's value matches'
  55.       Caption = '&Partial Match at Beginning'
  56.       Checked = True
  57.       ParentShowHint = False
  58.       ShowHint = True
  59.       TabOrder = 2
  60.       TabStop = True
  61.     end
  62.     object PartialMatchAnyBtn: TRadioButton
  63.       Left = 12
  64.       Top = 80
  65.       Width = 185
  66.       Height = 17
  67.       Hint = 'Match occurs if any part of the field matches'
  68.       Caption = 'Partial Match &Anywhere'
  69.       ParentShowHint = False
  70.       ShowHint = True
  71.       TabOrder = 3
  72.     end
  73.     object Panel1: TPanel
  74.       Left = 1
  75.       Top = 38
  76.       Width = 201
  77.       Height = 2
  78.       BevelOuter = bvLowered
  79.       TabOrder = 4
  80.     end
  81.   end
  82.   object FieldsGroup: TGroupBox
  83.     Left = 4
  84.     Top = 156
  85.     Width = 201
  86.     Height = 49
  87.     Caption = '&Fields'
  88.     TabOrder = 2
  89.     object FieldNameComboBox: TComboBox
  90.       Left = 12
  91.       Top = 20
  92.       Width = 181
  93.       Height = 21
  94.       Hint = 'Select the field to search on'
  95.       Style = csDropDownList
  96.       ItemHeight = 13
  97.       ParentShowHint = False
  98.       ShowHint = True
  99.       Sorted = True
  100.       TabOrder = 0
  101.       OnChange = FieldNameComboBoxChange
  102.       OnEnter = FieldNameComboBoxEnter
  103.       OnExit = FieldNameComboBoxExit
  104.       OnKeyDown = FieldNameComboBoxKeyDown
  105.     end
  106.   end
  107.   object FieldValueGroup: TGroupBox
  108.     Left = 4
  109.     Top = 4
  110.     Width = 201
  111.     Height = 45
  112.     Caption = 'Field &Value'
  113.     TabOrder = 0
  114.     object SearchValue: TEdit
  115.       Left = 12
  116.       Top = 17
  117.       Width = 181
  118.       Height = 20
  119.       Hint = 'Enter field'#39's search value'
  120.       AutoSize = False
  121.       ParentShowHint = False
  122.       ShowHint = True
  123.       TabOrder = 0
  124.       Text = 'SearchValue'
  125.     end
  126.   end
  127.   object FirstButton: TButton
  128.     Left = 4
  129.     Top = 209
  130.     Width = 57
  131.     Height = 27
  132.     Hint = 'Find first match'
  133.     Caption = 'Fi&rst'
  134.     ParentShowHint = False
  135.     ShowHint = True
  136.     TabOrder = 3
  137.     OnClick = FindFirst
  138.   end
  139.   object NextButton: TButton
  140.     Left = 60
  141.     Top = 209
  142.     Width = 57
  143.     Height = 27
  144.     Hint = 'Find next match from current record'
  145.     Caption = '&Next'
  146.     Default = True
  147.     ParentShowHint = False
  148.     ShowHint = True
  149.     TabOrder = 4
  150.     OnClick = FindNextBtnClick
  151.   end
  152. end
  153.