38 lines
1.5 KiB
Plaintext
Executable File
38 lines
1.5 KiB
Plaintext
Executable File
<Composite xmlns="http://www.eclipse.org/xwt/presentation"
|
|
xmlns:x="http://www.eclipse.org/xwt" x:Class="it.smi.adex.views.TransferMappingView"
|
|
xmlns:p1="clr-namespace:org.eclipse.nebula.widgets.grid">
|
|
<Composite.layout>
|
|
<GridLayout />
|
|
</Composite.layout>
|
|
<Composite>
|
|
<Composite.layoutData>
|
|
<GridData horizontalAlignment="FILL" verticalAlignment="TOP"/>
|
|
</Composite.layoutData>
|
|
<Composite.layout>
|
|
<GridLayout marginHeight="0" marginWidth="0" numColumns="1" />
|
|
</Composite.layout>
|
|
<Group text="#area" bounds="0, 0, 78, 82" x:Name="grp_attsto">
|
|
<Group.layoutData>
|
|
<GridData
|
|
horizontalAlignment="FILL" verticalAlignment="TOP" grabExcessHorizontalSpace="true"/>
|
|
</Group.layoutData>
|
|
<Group.layout>
|
|
<RowLayout marginLeft="0" marginRight="0" pack="false"
|
|
spacing="5" marginTop="0" marginHeight="5" marginBottom="0"
|
|
marginWidth="5" />
|
|
</Group.layout>
|
|
<Button x:Style="RADIO" text="#cliente" x:Name="cliente"/>
|
|
<Button x:Style="RADIO" text="#fornitore" x:Name="fornitore"/>
|
|
<Button x:Style="RADIO" text="#terzista" x:Name="terzista"/>
|
|
</Group>
|
|
</Composite>
|
|
<p1:Grid headerVisible="true" splitterVisible="false" x:Name="table"
|
|
x:Style="BORDER | H_SCROLL | V_SCROLL | MULTI" size="450, 150">
|
|
<p1:Grid.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true"
|
|
grabExcessVerticalSpace="true" horizontalAlignment="FILL"
|
|
verticalAlignment="FILL" />
|
|
</p1:Grid.layoutData>
|
|
</p1:Grid>
|
|
</Composite>
|
|
<!-- Forms API --> |