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