Class frmExportToDB
  Public Command1 As VB.CommandButton
  Public txtFilter As VB.TextBox
  Public lv As MSComctlLib.ListView
  Public chkFilter As VB.CheckBox
  Public cmdAbort As VB.CommandButton
  Public List1 As VB.ListBox
  Public cmdExport As VB.CommandButton
  Public pb2 As MSComctlLib.ProgressBar
  Public pb1 As MSComctlLib.ProgressBar
  Public cmdNew As VB.CommandButton
  Public cmdOpen As VB.CommandButton
  Public txtPath As VB.TextBox
  Public lblHits As VB.Label
  Public lblLike As VB.Label
  Public Label2 As VB.Label
  Public Label1 As VB.Label
  Public mnuPopup As VB.Menu
  Public mnuDelSel As VB.Menu
  Public mnuDeleteUnSel As VB.Menu
  Public mnuInvertSel As VB.Menu
  Public mnuRevertList As VB.Menu
  Public Sub closeDB()
  Public Sub lst(x)
  Public Sub ExportToDB(mdbPath As String)
  Public Function isInFilterList(cb As CCodeBody) As Boolean
End Class
