2
0

formFlowLayout.form 771 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. form flowLayout
  2. {
  3. theme = res/common/default.theme
  4. layout = LAYOUT_FLOW
  5. style = basicContainer
  6. size = 600, 600
  7. scroll = SCROLL_BOTH
  8. consumeInputEvents = true
  9. label label1
  10. {
  11. style = basic
  12. size = 200, 200
  13. text = Flow Layout
  14. }
  15. label otherLabel : label1
  16. {
  17. }
  18. label otherLabel : label1
  19. {
  20. }
  21. label otherLabel : label1
  22. {
  23. }
  24. label otherLabel : label1
  25. {
  26. size = 250, 200
  27. }
  28. label otherLabel : label1
  29. {
  30. }
  31. label otherLabel : label1
  32. {
  33. size = 250, 250
  34. }
  35. label otherLabel : label1
  36. {
  37. }
  38. label otherLabel : label1
  39. {
  40. }
  41. label otherLabel : label1
  42. {
  43. }
  44. }