object FilterDlg: TFilterDlg Left = 335 Top = 267 BorderStyle = bsDialog Caption = 'Extension Filter' ClientHeight = 103 ClientWidth = 328 ParentFont = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 12 Width = 56 Height = 13 Caption = '&Description:' FocusControl = Description end object Label2: TLabel Left = 8 Top = 40 Width = 60 Height = 13 Caption = '&Extension(s):' FocusControl = Extension end object Description: TEdit Left = 92 Top = 8 Width = 225 Height = 21 MaxLength = 255 TabOrder = 0 end object Extension: TEdit Left = 92 Top = 36 Width = 225 Height = 21 MaxLength = 255 TabOrder = 1 end object Button1: TButton Left = 79 Top = 68 Width = 77 Height = 27 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end object Button2: TButton Left = 175 Top = 68 Width = 77 Height = 27 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end end