home *** CD-ROM | disk | FTP | other *** search
- object FilterEditor: TFilterEditor
- Left = 248
- Top = 107
- BorderStyle = bsDialog
- Caption = 'Filter Editor'
- ClientHeight = 226
- ClientWidth = 367
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 9
- Width = 351
- Height = 172
- end
- object OKBtn: TBitBtn
- Left = 115
- Top = 192
- Width = 77
- Height = 27
- Caption = '&OK'
- TabOrder = 0
- Kind = bkOK
- Margin = 2
- Spacing = -1
- end
- object CancelBtn: TBitBtn
- Left = 199
- Top = 192
- Width = 77
- Height = 27
- Caption = '&Cancel'
- TabOrder = 1
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- end
- object HelpBtn: TBitBtn
- Left = 283
- Top = 192
- Width = 77
- Height = 27
- TabOrder = 2
- OnClick = HelpBtnClick
- Kind = bkHelp
- Margin = 2
- Spacing = -1
- end
- end
-