formSelect.form 508 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. form formSelect
  2. {
  3. layout = LAYOUT_VERTICAL
  4. alignment = ALIGN_TOP_LEFT
  5. width = 220
  6. consumeInputEvents = false
  7. radioButton form0
  8. {
  9. text = Basic Controls
  10. group = formSelection
  11. selected = true
  12. }
  13. radioButton form1 : form0
  14. {
  15. text = Scrolling
  16. selected = false
  17. }
  18. radioButton form2 : form1
  19. {
  20. text = Flow Layout
  21. }
  22. radioButton form3 : form1
  23. {
  24. text = Vertical Layout
  25. }
  26. radioButton form4 : form1
  27. {
  28. text = Z-Order
  29. }
  30. radioButton form5 : form1
  31. {
  32. text = Programmatic
  33. }
  34. }