--
Select Case e.Link.Text
Case "基本信息"
MainTable = Tables("课程登记")
Case "存货目录"
MainTable = Tables("存货目录")
Case "人员类别"
MainTable = Tables("人员类别")
Case "督导类型"
MainTable = Tables("督导设置明细")
Case "督导设置"
MainTable = Tables("督导设置")
Case "人员类别"
MainTable = Tables("人员类别")
Case "人员类别"
MainTable = Tables("人员类别")
Case "人员类别"
MainTable = Tables("人员类别")
Case "人员类别"
MainTable = Tables("人员类别")
Case "人员类别"
MainTable = Tables("人员类别")
\'更多的任务
End Select
For Each tk As WinForm.TopicLink In Forms("导航").Controls("TopicBar1").Pages("功能导航").Links
tk.Text = tk.Text.Replace("←","")
Next