home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9APLI / 32PSHD30.ZIP / _SETUP.1 / HAO30.exe / 0 / RCDATA / TFIELDFILTERDLG / TFIELDFILTERDLG.txt
Text File  |  1998-02-19  |  5KB  |  254 lines

  1. object FieldFilterDlg: TFieldFilterDlg
  2.   Left = 26
  3.   Top = 125
  4.   ActiveControl = RadioGroup1
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 185
  7.   ClientWidth = 494
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 14
  18.   object OKBtn: TBitBtn
  19.     Left = 412
  20.     Top = 8
  21.     Width = 77
  22.     Height = 27
  23.     Caption = '&OK'
  24.     TabOrder = 0
  25.     OnClick = OKBtnClick
  26.     Kind = bkOK
  27.     Margin = 2
  28.     Spacing = -1
  29.     IsControl = True
  30.   end
  31.   object CancelBtn: TBitBtn
  32.     Left = 412
  33.     Top = 40
  34.     Width = 77
  35.     Height = 27
  36.     Caption = '&Cancel'
  37.     TabOrder = 1
  38.     Kind = bkCancel
  39.     Margin = 2
  40.     Spacing = -1
  41.     IsControl = True
  42.   end
  43.   object HelpBtn: TBitBtn
  44.     Left = 412
  45.     Top = 72
  46.     Width = 77
  47.     Height = 27
  48.     TabOrder = 2
  49.     Kind = bkHelp
  50.     Margin = 2
  51.     Spacing = -1
  52.     IsControl = True
  53.   end
  54.   object Panel1: TPanel
  55.     Left = 7
  56.     Top = 10
  57.     Width = 386
  58.     Height = 167
  59.     BevelInner = bvRaised
  60.     BevelOuter = bvLowered
  61.     TabOrder = 3
  62.     object Text1: TLabel
  63.       Left = 8
  64.       Top = 16
  65.       Width = 96
  66.       Height = 28
  67.       Caption = 'Select Records For Which Value Of'
  68.       WordWrap = True
  69.     end
  70.     object Text2: TLabel
  71.       Left = 8
  72.       Top = 50
  73.       Width = 113
  74.       Height = 13
  75.       AutoSize = False
  76.       Font.Charset = DEFAULT_CHARSET
  77.       Font.Color = clBlack
  78.       Font.Height = -11
  79.       Font.Name = 'MS Sans Serif'
  80.       Font.Style = [fsBold]
  81.       ParentFont = False
  82.       WordWrap = True
  83.     end
  84.     object Text3: TLabel
  85.       Left = 240
  86.       Top = 16
  87.       Width = 35
  88.       Height = 13
  89.       Caption = 'THAN'
  90.       Font.Charset = DEFAULT_CHARSET
  91.       Font.Color = clBlack
  92.       Font.Height = -11
  93.       Font.Name = 'MS Sans Serif'
  94.       Font.Style = [fsBold]
  95.       ParentFont = False
  96.       WordWrap = True
  97.     end
  98.     object Text4: TLabel
  99.       Left = 240
  100.       Top = 72
  101.       Width = 27
  102.       Height = 13
  103.       Caption = 'AND'
  104.       Font.Charset = DEFAULT_CHARSET
  105.       Font.Color = clBlack
  106.       Font.Height = -11
  107.       Font.Name = 'MS Sans Serif'
  108.       Font.Style = [fsBold]
  109.       ParentFont = False
  110.       Visible = False
  111.       WordWrap = True
  112.     end
  113.     object Panel2: TPanel
  114.       Left = 240
  115.       Top = 16
  116.       Width = 137
  117.       Height = 145
  118.       BevelOuter = bvNone
  119.       TabOrder = 5
  120.       Visible = False
  121.       object Memo1: TMemo
  122.         Left = 0
  123.         Top = 8
  124.         Width = 129
  125.         Height = 105
  126.         Hint = 'Enter One Value Per Line Here'
  127.         Lines.Strings = (
  128.           '')
  129.         ScrollBars = ssBoth
  130.         TabOrder = 0
  131.         OnEnter = Memo1Enter
  132.         OnExit = Memo1Exit
  133.       end
  134.       object BitBtn2: TBitBtn
  135.         Left = 71
  136.         Top = 118
  137.         Width = 58
  138.         Height = 25
  139.         Hint = 'Remove Current Line'
  140.         Caption = '&Remove'
  141.         Enabled = False
  142.         TabOrder = 1
  143.         TabStop = False
  144.         OnClick = BitBtn2Click
  145.       end
  146.       object BitBtn1: TBitBtn
  147.         Left = 7
  148.         Top = 118
  149.         Width = 58
  150.         Height = 25
  151.         Hint = 'Fill The List With All Values'
  152.         Caption = '&Populate'
  153.         TabOrder = 2
  154.         TabStop = False
  155.         Visible = False
  156.         OnClick = BitBtn1Click
  157.       end
  158.     end
  159.     object RadioGroup1: TRadioGroup
  160.       Left = 133
  161.       Top = 8
  162.       Width = 89
  163.       Height = 145
  164.       Caption = 'Is'
  165.       Items.Strings = (
  166.         '<'
  167.         '<='
  168.         '='
  169.         '>='
  170.         '>'
  171.         'Between'
  172.         'One Of')
  173.       TabOrder = 0
  174.       OnClick = RadioGroup1Click
  175.     end
  176.     object Edit1: TFilterEdit
  177.       Left = 240
  178.       Top = 40
  179.       Width = 120
  180.       Height = 22
  181.       Hint = 'Enter Text Here'
  182.       TabOrder = 1
  183.       ValidChars = '[]'
  184.     end
  185.     object Edit2: TFilterEdit
  186.       Left = 240
  187.       Top = 96
  188.       Width = 120
  189.       Height = 22
  190.       Hint = 'Enter Text Here'
  191.       TabOrder = 2
  192.       Visible = False
  193.       ValidChars = '[]'
  194.     end
  195.     object CurrencyEdit1: TCurrencyEdit
  196.       Left = 240
  197.       Top = 40
  198.       Width = 120
  199.       Height = 21
  200.       Hint = 'Enter Numeric Value Here'
  201.       DisplayFormat = ',0.00'
  202.       Font.Charset = DEFAULT_CHARSET
  203.       Font.Color = clBlue
  204.       Font.Height = -11
  205.       Font.Name = 'MS Sans Serif'
  206.       Font.Style = []
  207.       ParentFont = False
  208.       TabOrder = 6
  209.       Visible = False
  210.     end
  211.     object CurrencyEdit2: TCurrencyEdit
  212.       Left = 240
  213.       Top = 96
  214.       Width = 120
  215.       Height = 21
  216.       Hint = 'Enter Numeric Value Here'
  217.       DisplayFormat = ',0.00'
  218.       Font.Charset = DEFAULT_CHARSET
  219.       Font.Color = clBlue
  220.       Font.Height = -11
  221.       Font.Name = 'MS Sans Serif'
  222.       Font.Style = []
  223.       ParentFont = False
  224.       TabOrder = 7
  225.       Visible = False
  226.     end
  227.     object DateEdit1: TDateEdit
  228.       Left = 240
  229.       Top = 40
  230.       Width = 97
  231.       Height = 22
  232.       Hint = 'Enter Date Here'
  233.       DateFormat = 'mm/dd/yyyy'
  234.       Date = '__/__/____'
  235.       MaxLength = 10
  236.       TabOrder = 3
  237.       Visible = False
  238.       OnSetFormat = DateEdit1SetFormat
  239.     end
  240.     object DateEdit2: TDateEdit
  241.       Left = 240
  242.       Top = 96
  243.       Width = 97
  244.       Height = 22
  245.       Hint = 'Enter Date Here'
  246.       DateFormat = 'mm/dd/yyyy'
  247.       Date = '__/__/____'
  248.       MaxLength = 10
  249.       TabOrder = 4
  250.       Visible = False
  251.     end
  252.   end
  253. end
  254.