Files

10 lines
404 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.SendReceiveView2"
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 -->