Files
maschera/Fiscality/plugins/it.smi.adex_19.0.0/resources/DetailView.xwt

35 lines
1.1 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.DetailView"
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="gbriferimentobox">
<Label.layoutData>
<RowData/>
</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>