33 lines
1.2 KiB
Plaintext
Executable File
33 lines
1.2 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.mod347.Mod347CustomersSuppliersDetailView"
|
|
xmlns:p1="clr-namespace:org.eclipse.nebula.widgets.grid" xmlns:p2="clr-namespace:it.smi.palmax.widgets.basic">
|
|
<Composite.layout>
|
|
<GridLayout />
|
|
</Composite.layout>
|
|
<Group bounds="0, 0, 78, 82">
|
|
<Group.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true"
|
|
horizontalAlignment="FILL" verticalAlignment="TOP" />
|
|
</Group.layoutData>
|
|
<Group.layout>
|
|
<RowLayout marginLeft="0" marginRight="0" pack="false"
|
|
spacing="5" marginTop="0" marginHeight="5" marginBottom="0"
|
|
marginWidth="5" />
|
|
</Group.layout>
|
|
<Label x:Name="header">
|
|
<Label.layoutData>
|
|
<RowData width="426"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
</Group>
|
|
<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 -->
|