formVerticalLayout.form 639 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. form verticalLayout
  2. {
  3. layout = LAYOUT_VERTICAL
  4. size = 600, 600
  5. scroll = SCROLL_BOTH
  6. label label2
  7. {
  8. style = Panel
  9. size = 200, 200
  10. text = Vertical Layout
  11. }
  12. label otherLabel : label2
  13. {
  14. }
  15. label otherLabel : label2
  16. {
  17. }
  18. label otherLabel : label2
  19. {
  20. }
  21. label otherLabel : label2
  22. {
  23. size = 250, 200
  24. }
  25. label otherLabel : label2
  26. {
  27. }
  28. label otherLabel : label2
  29. {
  30. size = 250, 250
  31. }
  32. label otherLabel : label2
  33. {
  34. }
  35. label otherLabel : label2
  36. {
  37. }
  38. label otherLabel : label2
  39. {
  40. }
  41. }