object ULMFForm: TULMFForm
  Left = 181
  Top = 129
  Width = 339
  Height = 173
  Caption = 'ULMFForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object FilterNameLbl: TLabel
    Left = 16
    Top = 20
    Width = 60
    Height = 13
    Caption = ' Filter Name'
    FocusControl = FilterNameEdit
  end
  object FilterTypeLbl: TLabel
    Left = 16
    Top = 42
    Width = 60
    Height = 13
    Caption = ' Filter Type'
    FocusControl = FilterTypeEdit
  end
  object AvgPointCountLbl: TLabel
    Left = 16
    Top = 64
    Width = 60
    Height = 13
    Caption = ' Avg Point Count'
    FocusControl = AvgPointCountEdit
  end
  object Filter1Lbl: TLabel
    Left = 16
    Top = 86
    Width = 60
    Height = 13
    Caption = ' Filter 1'
    FocusControl = Filter1Edit
  end
  object FilterNameEdit: TEdit
    Left = 140
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object FilterTypeEdit: TEdit
    Left = 140
    Top = 38
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object AvgPointCountEdit: TEdit
    Left = 140
    Top = 60
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Filter1Edit: TEdit
    Left = 140
    Top = 82
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object OKBtn: TButton
    Left = 63
    Top = 116
    Width = 75
    Height = 25
    Caption = '&OK'
    Default = True
    ModalResult = 1
    TabOrder = 4
  end
  object CancelBtn: TButton
    Left = 201
    Top = 116
    Width = 75
    Height = 25
    Caption = '&Cancel'
    ModalResult = 2
    TabOrder = 5
  end
  object ULMFFormIni: TIniObject
    FormNameIsIniName = False
    Disabled = True
    Left = 304
    Top = 8
  end
end
