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 43 44 45 46 47 48 49
|
<LayoutModel>
<Root id="Form">
<DimensionLayout dim="horizontal">
<Group type="parallel" groupAlignment="leading" attributes="2048">
<Group type="sequential" attributes="0">
<EmptySpace max="$pref" attributes="0"/>
<Group type="parallel" groupAlignment="leading" attributes="0">
<Component id="jSlider1" alignment="leading" min="$pref" max="$pref" attributes="0"/>
<Group type="parallel" alignment="leading" groupAlignment="leading" max="$pref" attributes="0">
<Component id="jSlider2" min="$pref" max="$pref" attributes="0"/>
<Group type="sequential" attributes="0">
<Component id="jComboBox1" min="$pref" max="$pref" attributes="0"/>
<EmptySpace max="Short.MAX_VALUE" attributes="512"/>
<Component id="jComboBox2" min="$pref" max="$pref" attributes="0"/>
</Group>
</Group>
</Group>
<EmptySpace max="$pref" attributes="0"/>
<Component id="jScrollPane1" min="$pref" max="$pref" attributes="0"/>
<EmptySpace pref="312" max="Short.MAX_VALUE" attributes="4"/>
</Group>
</Group>
</DimensionLayout>
<DimensionLayout dim="vertical">
<Group type="parallel" groupAlignment="leading" attributes="2048">
<Group type="sequential" attributes="0">
<Group type="parallel" groupAlignment="leading" attributes="0">
<Group type="sequential" attributes="0">
<EmptySpace min="$pref" pref="267" max="$pref" attributes="0"/>
<Group type="parallel" groupAlignment="baseline" attributes="0">
<Component id="jComboBox1" alignment="baseline" min="$pref" max="$pref" attributes="0"/>
<Component id="jComboBox2" alignment="baseline" min="$pref" max="$pref" attributes="0"/>
</Group>
<EmptySpace type="separate" max="$pref" attributes="0"/>
<Component id="jSlider2" min="$pref" max="$pref" attributes="0"/>
<EmptySpace type="separate" max="$pref" attributes="0"/>
<Component id="jSlider1" min="$pref" max="$pref" attributes="0"/>
</Group>
<Group type="sequential" alignment="leading" attributes="0">
<EmptySpace min="$pref" pref="122" max="$pref" attributes="0"/>
<Component id="jScrollPane1" min="$pref" max="$pref" attributes="0"/>
</Group>
</Group>
<EmptySpace max="Short.MAX_VALUE" attributes="4"/>
</Group>
</Group>
</DimensionLayout>
</Root>
</LayoutModel>
|