Private Sub Form_Open(Cancel As Integer)
  CreateJobNodes
  CreateAssemblyNodes
  CreateOperationNodes
  CreateCategoryNodes
  
End Sub