home *** CD-ROM | disk | FTP | other *** search
/ Do It Yourself Pak / Do_ItPak1.iso / meshindex.exe / 0 / RCDATA / TWWFILTERDLG / TWWFILTERDLG.txt
Text File  |  1999-12-06  |  9KB  |  342 lines

  1. object wwFilterDlg: TwwFilterDlg
  2.   Left = 219
  3.   Top = 165
  4.   BorderStyle = bsDialog
  5.   Caption = 'Super Search'
  6.   ClientHeight = 240
  7.   ClientWidth = 476
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCloseQuery = FormCloseQuery
  17.   OnKeyDown = FormKeyDown
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object FieldsLbl: TLabel
  22.     Left = 8
  23.     Top = 4
  24.     Width = 34
  25.     Height = 13
  26.     Caption = '&Fields'
  27.     FocusControl = FieldsListBox
  28.   end
  29.   object FieldsListBox: TListBox
  30.     Left = 8
  31.     Top = 20
  32.     Width = 165
  33.     Height = 160
  34.     ItemHeight = 13
  35.     TabOrder = 0
  36.     OnClick = FieldsListBoxClick
  37.   end
  38.   object FieldOrder: TRadioGroup
  39.     Left = 5
  40.     Top = 201
  41.     Width = 170
  42.     Height = 37
  43.     Hint = 'Sort field list alphabetically or in their natural logical order'
  44.     Caption = 'Field Order'
  45.     Columns = 2
  46.     ItemIndex = 1
  47.     Items.Strings = (
  48.       'Alpha&betic'
  49.       '&Logical')
  50.     ParentShowHint = False
  51.     ShowHint = True
  52.     TabOrder = 2
  53.     OnClick = FieldOrderClick
  54.   end
  55.   object FieldCriteria: TGroupBox
  56.     Left = 180
  57.     Top = 3
  58.     Width = 205
  59.     Height = 179
  60.     TabOrder = 1
  61.     object SelectNotebook: TNotebook
  62.       Left = 2
  63.       Top = 15
  64.       Width = 201
  65.       Height = 162
  66.       Align = alClient
  67.       ParentShowHint = False
  68.       ShowHint = True
  69.       TabOrder = 0
  70.       object TPage
  71.         Left = 0
  72.         Top = 0
  73.         Caption = 'AsString'
  74.         object FieldValueLbl: TLabel
  75.           Left = 8
  76.           Top = 7
  77.           Width = 64
  78.           Height = 13
  79.           Caption = 'Field &Value'
  80.           FocusControl = FilterValueEdit
  81.         end
  82.         object MatchTypeGroup: TRadioGroup
  83.           Left = 8
  84.           Top = 48
  85.           Width = 182
  86.           Height = 73
  87.           Hint = 'Specify how the Field Value should be compared'
  88.           Caption = 'Search Type'
  89.           Items.Strings = (
  90.             '&Exact Match'
  91.             '&Partial Match at Beginning'
  92.             'Partial Match Any&where')
  93.           ParentShowHint = False
  94.           ShowHint = True
  95.           TabOrder = 1
  96.           OnClick = MatchTypeGroupClick
  97.         end
  98.         object Panel1: TPanel
  99.           Left = 8
  100.           Top = 118
  101.           Width = 182
  102.           Height = 42
  103.           BevelInner = bvRaised
  104.           BevelOuter = bvLowered
  105.           TabOrder = 2
  106.           object CaseSensitive: TCheckBox
  107.             Left = 9
  108.             Top = 6
  109.             Width = 164
  110.             Height = 14
  111.             Hint = 'Searching is case-sensitive'
  112.             Caption = 'Case Sensi&tive'
  113.             ParentShowHint = False
  114.             ShowHint = True
  115.             TabOrder = 0
  116.           end
  117.           object Nonmatching: TCheckBox
  118.             Left = 9
  119.             Top = 22
  120.             Width = 168
  121.             Height = 17
  122.             Hint = 'Show records that do not match the field value criteria'
  123.             Caption = 'N&on-matching records'
  124.             TabOrder = 1
  125.           end
  126.         end
  127.         object FilterValueClearButton: TBitBtn
  128.           Left = 144
  129.           Top = 23
  130.           Width = 45
  131.           Height = 21
  132.           Hint = 'Clear the current field'#39's search value'
  133.           Caption = '&Clear'
  134.           Enabled = False
  135.           ParentShowHint = False
  136.           ShowHint = True
  137.           TabOrder = 0
  138.           OnClick = FilterValueClearButtonClick
  139.           NumGlyphs = 2
  140.         end
  141.         object FilterValueCombo: TwwDBComboBox
  142.           Left = 8
  143.           Top = 22
  144.           Width = 133
  145.           Height = 21
  146.           Hint = 'Enter field'#39's search value'
  147.           ShowButton = False
  148.           Style = csDropDown
  149.           MapList = False
  150.           AllowClearKey = False
  151.           AutoSize = False
  152.           DropDownCount = 8
  153.           ItemHeight = 0
  154.           ParentShowHint = False
  155.           ShowHint = True
  156.           Sorted = False
  157.           TabOrder = 3
  158.           UnboundDataType = wwDefault
  159.           OnChange = FilterValueComboChange
  160.         end
  161.         object FilterValueEdit: TwwDBEdit
  162.           Left = 8
  163.           Top = 22
  164.           Width = 133
  165.           Height = 21
  166.           Hint = 'Enter field'#39's search value'
  167.           AutoSize = False
  168.           ParentShowHint = False
  169.           ShowHint = True
  170.           TabOrder = 4
  171.           UnboundDataType = wwDefault
  172.           WantReturns = False
  173.           WordWrap = False
  174.           OnChange = FilterValueComboChange
  175.         end
  176.       end
  177.       object TPage
  178.         Left = 0
  179.         Top = 0
  180.         Caption = 'asValue'
  181.         object StartingRangeLbl: TLabel
  182.           Left = 7
  183.           Top = 9
  184.           Width = 86
  185.           Height = 13
  186.           Caption = '&Starting Range'
  187.           FocusControl = MinValueEdit
  188.         end
  189.         object EndingRangeLbl: TLabel
  190.           Left = 7
  191.           Top = 52
  192.           Width = 81
  193.           Height = 13
  194.           Caption = 'En&ding Range'
  195.           FocusControl = MaxValueEdit
  196.         end
  197.         object MinValueEdit: TEdit
  198.           Left = 7
  199.           Top = 24
  200.           Width = 140
  201.           Height = 21
  202.           Hint = 'Enter starting range for field'
  203.           AutoSize = False
  204.           TabOrder = 0
  205.           OnChange = MinValueEditChange
  206.         end
  207.         object MaxValueEdit: TEdit
  208.           Left = 7
  209.           Top = 67
  210.           Width = 140
  211.           Height = 21
  212.           Hint = 'Enter ending range for field'
  213.           AutoSize = False
  214.           TabOrder = 1
  215.           OnChange = MaxValueEditChange
  216.         end
  217.         object MinValueClearButton: TBitBtn
  218.           Left = 152
  219.           Top = 24
  220.           Width = 45
  221.           Height = 21
  222.           Hint = 'Clear starting range for field'
  223.           Caption = '&Clear'
  224.           Enabled = False
  225.           TabOrder = 2
  226.           OnClick = MinValueClearButtonClick
  227.           NumGlyphs = 2
  228.         end
  229.         object MaxValueClearButton: TBitBtn
  230.           Left = 152
  231.           Top = 68
  232.           Width = 45
  233.           Height = 21
  234.           Hint = 'Clear ending range for field'
  235.           Caption = 'Cl&ear'
  236.           Enabled = False
  237.           TabOrder = 3
  238.           OnClick = MaxValueClearButtonClick
  239.           NumGlyphs = 2
  240.         end
  241.         object MinDateEdit: TwwDBDateTimePicker
  242.           Left = 7
  243.           Top = 24
  244.           Width = 140
  245.           Height = 21
  246.           CalendarAttributes.Font.Charset = DEFAULT_CHARSET
  247.           CalendarAttributes.Font.Color = clWindowText
  248.           CalendarAttributes.Font.Height = -11
  249.           CalendarAttributes.Font.Name = 'MS Sans Serif'
  250.           CalendarAttributes.Font.Style = []
  251.           Epoch = 1950
  252.           ShowButton = True
  253.           TabOrder = 4
  254.           OnChange = MinValueEditChange
  255.         end
  256.         object MaxDateEdit: TwwDBDateTimePicker
  257.           Left = 7
  258.           Top = 67
  259.           Width = 140
  260.           Height = 21
  261.           CalendarAttributes.Font.Charset = DEFAULT_CHARSET
  262.           CalendarAttributes.Font.Color = clWindowText
  263.           CalendarAttributes.Font.Height = -11
  264.           CalendarAttributes.Font.Name = 'MS Sans Serif'
  265.           CalendarAttributes.Font.Style = []
  266.           Epoch = 1950
  267.           ShowButton = True
  268.           TabOrder = 5
  269.           OnChange = MaxValueEditChange
  270.         end
  271.       end
  272.     end
  273.   end
  274.   object ClearSearchButton: TButton
  275.     Left = 284
  276.     Top = 209
  277.     Width = 95
  278.     Height = 25
  279.     Hint = 'Start a new search'
  280.     Caption = '&New Search'
  281.     Enabled = False
  282.     ParentShowHint = False
  283.     ShowHint = True
  284.     TabOrder = 4
  285.     TabStop = False
  286.     OnClick = ClearSearchButtonClick
  287.   end
  288.   object ViewButton: TButton
  289.     Left = 180
  290.     Top = 209
  291.     Width = 95
  292.     Height = 25
  293.     Hint = 'View summary of current search criteria'
  294.     Caption = 'View Su&mmary'
  295.     ParentShowHint = False
  296.     ShowHint = True
  297.     TabOrder = 3
  298.     TabStop = False
  299.     OnClick = ViewButtonClick
  300.   end
  301.   object ValueRangeTabSet: TTabSet
  302.     Left = 180
  303.     Top = 180
  304.     Width = 199
  305.     Height = 21
  306.     Hint = 'Search fields by value or by range'
  307.     DitherBackground = False
  308.     Font.Charset = DEFAULT_CHARSET
  309.     Font.Color = clBlack
  310.     Font.Height = -11
  311.     Font.Name = 'MS Sans Serif'
  312.     Font.Style = [