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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
<LayoutModel>
<Root id="Form">
<DimensionLayout dim="horizontal">
<Group type="parallel" groupAlignment="leading" attributes="2048">
<Group type="sequential" attributes="0">
<Group type="parallel" groupAlignment="leading" attributes="0">
<Component id="panel1" min="$pref" max="$pref" attributes="0"/>
<Component id="canvas1" min="$pref" max="$pref" attributes="0"/>
<Group type="sequential" alignment="leading" attributes="0">
<Group type="parallel" groupAlignment="leading" attributes="0">
<Group type="sequential" alignment="leading" attributes="0">
<EmptySpace min="$pref" pref="53" max="$pref" attributes="0"/>
<Component id="list1" min="$pref" max="$pref" attributes="0"/>
</Group>
<Group type="sequential" alignment="leading" attributes="0">
<EmptySpace max="$pref" attributes="0"/>
<Component id="checkbox1" min="$pref" pref="109" max="$pref" attributes="0"/>
</Group>
</Group>
<EmptySpace max="$pref" attributes="0"/>
<Group type="parallel" groupAlignment="leading" attributes="0">
<Component id="button1" min="$pref" pref="98" max="$pref" attributes="0"/>
<Group type="sequential" attributes="0">
<Group type="parallel" groupAlignment="leading" attributes="0">
<Group type="sequential" alignment="leading" attributes="0">
<EmptySpace min="$pref" pref="40" max="$pref" attributes="0"/>
<Group type="parallel" groupAlignment="trailing" attributes="0">
<Component id="label1" min="$pref" max="$pref" attributes="0"/>
<Component id="scrollbar1" min="$pref" max="$pref" attributes="0"/>
</Group>
<EmptySpace min="$pref" pref="72" max="$pref" attributes="0"/>
<Component id="scrollbar2" min="$pref" max="$pref" attributes="0"/>
</Group>
<Component id="textArea1" alignment="leading" min="$pref" pref="245" max="$pref" attributes="0"/>
</Group>
<EmptySpace min="$pref" pref="97" max="$pref" attributes="1024"/>
<Component id="choice1" min="$pref" pref="49" max="$pref" attributes="1024"/>
</Group>
</Group>
</Group>
</Group>
<EmptySpace min="857" pref="818" 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">
<Component id="panel1" alignment="leading" min="$pref" max="$pref" attributes="0"/>
<Component id="canvas1" alignment="leading" min="$pref" max="$pref" attributes="0"/>
</Group>
<EmptySpace min="$pref" pref="26" max="$pref" attributes="0"/>
<Group type="parallel" groupAlignment="leading" attributes="0">
<Component id="list1" min="$pref" pref="200" max="$pref" attributes="0"/>
<Group type="sequential" attributes="0">
<Component id="label1" min="$pref" max="$pref" attributes="0"/>
<EmptySpace min="$pref" pref="55" max="$pref" attributes="0"/>
<Component id="scrollbar1" min="$pref" max="$pref" attributes="0"/>
<EmptySpace min="$pref" pref="51" max="$pref" attributes="0"/>
<Component id="textArea1" min="$pref" max="$pref" attributes="0"/>
</Group>
<Group type="sequential" alignment="leading" attributes="0">
<Component id="scrollbar2" min="$pref" max="$pref" attributes="0"/>
<EmptySpace min="$pref" pref="27" max="$pref" attributes="1024"/>
<Component id="choice1" min="$pref" pref="211" max="$pref" attributes="1024"/>
</Group>
</Group>
<EmptySpace pref="24" max="Short.MAX_VALUE" attributes="4"/>
<Group type="parallel" groupAlignment="leading" attributes="0">
<Component id="checkbox1" alignment="trailing" min="$pref" max="$pref" attributes="0"/>
<Component id="button1" alignment="trailing" min="$pref" pref="62" max="$pref" attributes="0"/>
</Group>
<EmptySpace max="$pref" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
</Root>
<Root id="panel1">
<DimensionLayout dim="horizontal">
<Group type="parallel" groupAlignment="leading" attributes="2048">
<EmptySpace min="0" pref="0" max="Short.MAX_VALUE" attributes="0"/>
</Group>
</DimensionLayout>
<DimensionLayout dim="vertical">
<Group type="parallel" groupAlignment="leading" attributes="2048">
<EmptySpace min="0" pref="0" max="Short.MAX_VALUE" attributes="0"/>
</Group>
</DimensionLayout>
</Root>
</LayoutModel>
|