11 lines
463 B
Plaintext
Executable File
11 lines
463 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.reverseinvoicesintegration.ReverseInvoicesIntegrationVatCodesExtensionView"
|
|
xmlns:p1="clr-namespace:org.eclipse.nebula.widgets.grid">
|
|
<Composite.layout>
|
|
<FillLayout />
|
|
</Composite.layout>
|
|
<p1:Grid headerVisible="true" splitterVisible="false" x:Name="table"
|
|
x:Style="BORDER | H_SCROLL | V_SCROLL" />
|
|
</Composite>
|
|
<!-- Forms API -->
|