10 lines
438 B
Plaintext
Executable File
10 lines
438 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.communicationinvoicedata.ExcludingVATRegistersView"
|
|
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 --> |