Object variable terminology

In our program which moves a label around
  1. Is lblMoves an object, a property, a class or none of these?
  2. Is Text an object, a property, a class or none of these?
  3. Is txtX an object, a property, a class or none of these?
  4. Is ptLabelloc an object, a property, a class or none of these?
  5. Is Point an object, a property, a class or none of these?
  6. Is X an object, a property, a class or none of these?
  7. Is Y an object, a property, a class or none of these?
  8. Is ToString an object, a property, a class or none of these?
  9. Is Location an object, a property, a class or none of these?
If "none of these" what is it?