Dim trv As WinForm.TreeView = e.Form.Controls("TreeView1")
Dim nd As WinForm.TreeNode
nd = Trv.Nodes.Add("基础信息","基础信息")
If Tables("检验人员清单").visible = True
nd.Nodes.Add("检验人员清单")
End If
If Tables("人员所属部门").visible = True
nd.Nodes.Add("人员所属部门")
End If
If Tables("工时费用单价").visible = True
nd.Nodes.Add("工时费用单价")
End If
If Tables("材料费用单价").visible = True
nd.Nodes.Add("材料费用单价")
End If
If Tables("过程工序分类").visible = True
nd.Nodes.Add("过程工序分类")
End If
If Tables("部门代号").visible = True
nd.Nodes.Add("部门代号")
End If
If Tables("不符合类别代号").visible = True
nd.Nodes.Add("不符合类别代号")
End If
If Tables("理化送检类别代号").visible = True
nd.Nodes.Add("理化送检类别代号")
End If
nd = Trv.Nodes.Add("质量信息","质量信息")
If Tables("质量月报信息表").visible = True
nd.Nodes.Add("质量月报信息表")
End If
If Tables("公司不符合项管理表").visible = True
nd.Nodes.Add("公司不符合项管理表")
End If
If Tables("内部不合格品报告单").visible = True
nd.Nodes.Add("内部不合格品报告单")
End If
If Tables("核电不符合项报告单").visible = True
nd.Nodes.Add("核电不符合项报告单")
End If
If Tables("内部检查问题单").visible = True
nd.Nodes.Add("内部检查问题单")
End If
If Tables("外部到货问题单").visible = True
nd.Nodes.Add("外部到货问题单")
End If
If Tables("外部监造问题单").visible = True
nd.Nodes.Add("外部监造问题单")
End If
If Tables("外部检查问题单").visible = True
nd.Nodes.Add("外部检查问题单")
End If
If Tables("核安全相关不符合项").visible = True
nd.Nodes.Add("核安全相关不符合项")
End If
nd = Trv.Nodes.Add("理化信息","理化信息")
If Tables("理化试验送检清单").visible = True
nd.Nodes.Add("理化试验送检清单")
End If
If Tables("理化试验结果").visible = True
nd.Nodes.Add("理化试验结果")
End If
If e.Node.Level = 1 Then
MainTable = Tables(e.Node.Text)
End If
afteropenproject
forms("表分类").open
启动项目时显示目录树,若关掉目录树后,想从工作窗口中打开就没有下拉选项出来