formFlowLayout.form 734 B

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