formZOrder.form 505 B

123456789101112131415161718192021222324252627282930
  1. form zOrder
  2. {
  3. theme = res/common/default.theme
  4. style = basicContainer
  5. size = 600, 600
  6. scroll = SCROLL_BOTH
  7. consumeInputEvents = true
  8. label label1
  9. {
  10. style = basic
  11. size = 400, 200
  12. text = TOP
  13. zIndex = 3
  14. }
  15. label label2 : label1
  16. {
  17. text = MID
  18. position = 20, 50
  19. zIndex = 2
  20. }
  21. label label3 : label1
  22. {
  23. text = BOTTOM
  24. position = 40, 100
  25. zIndex = 1
  26. }
  27. }