| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- form formSelect
- {
- layout = LAYOUT_VERTICAL
- alignment = ALIGN_TOP_LEFT
- width = 220
- consumeInputEvents = false
- radioButton form0
- {
- text = Basic Controls
- group = formSelection
- selected = true
- }
- radioButton form1 : form0
- {
- text = Scrolling
- selected = false
- }
- radioButton form2 : form1
- {
- text = Flow Layout
- }
- radioButton form3 : form1
- {
- text = Vertical Layout
- }
- radioButton form4 : form1
- {
- text = Z-Order
- }
- radioButton form5 : form1
- {
- text = Programmatic
- }
- }
|