1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
<LayoutModel>
<Root id="Form">
<DimensionLayout dim="horizontal">
<Group type="parallel" groupAlignment="leading" attributes="2048">
<Group type="sequential" alignment="leading" attributes="0">
<EmptySpace min="$pref" pref="53" max="$pref" attributes="0"/>
<Group type="parallel" groupAlignment="leading" max="$pref" attributes="0">
<Component id="jButton1" max="Short.MAX_VALUE" attributes="513"/>
<Component id="jButton2" max="Short.MAX_VALUE" attributes="513"/>
<Component id="jToggleButton1" alignment="leading" max="Short.MAX_VALUE" attributes="1"/>
</Group>
<EmptySpace min="$pref" pref="44" max="$pref" attributes="0"/>
<Component id="jToggleButton2" min="$pref" pref="156" max="$pref" attributes="1"/>
<EmptySpace pref="42" max="Short.MAX_VALUE" attributes="0"/>
</Group>
<Group type="sequential" alignment="trailing" attributes="0">
<EmptySpace max="Short.MAX_VALUE" attributes="1540"/>
<Component id="jToggleButton3" min="$pref" pref="156" max="$pref" attributes="1"/>
<EmptySpace max="$pref" attributes="1024"/>
</Group>
</Group>
</DimensionLayout>
<DimensionLayout dim="vertical">
<Group type="parallel" groupAlignment="leading" attributes="2048">
<Group type="sequential" alignment="leading" attributes="0">
<EmptySpace min="$pref" pref="44" max="$pref" attributes="0"/>
<Component id="jButton1" min="$pref" max="$pref" attributes="0"/>
<EmptySpace max="$pref" attributes="0"/>
<Group type="parallel" groupAlignment="baseline" attributes="0">
<Component id="jButton2" alignment="baseline" min="$pref" max="$pref" attributes="0"/>
<Component id="jToggleButton2" alignment="baseline" min="$pref" max="$pref" attributes="0"/>
</Group>
<EmptySpace max="$pref" attributes="0"/>
<Component id="jToggleButton1" min="$pref" max="$pref" attributes="0"/>
<EmptySpace pref="141" max="Short.MAX_VALUE" attributes="1028"/>
<Component id="jToggleButton3" min="$pref" max="$pref" attributes="0"/>
<EmptySpace max="$pref" attributes="1024"/>
</Group>
</Group>
</DimensionLayout>
</Root>
</LayoutModel>
|