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

16 lines
686 B
Plaintext
Executable File

<Composite xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt" x:Class="it.smi.adex.views.enterprisecrisis.ReclassifiedOfGalileoView"
xmlns:p1="clr-namespace:org.eclipse.nebula.widgets.grid" xmlns:p2="clr-namespace:it.smi.palmax.widgets.basic">
<Composite.layout>
<GridLayout />
</Composite.layout>
<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>