54 lines
1.8 KiB
Plaintext
Executable File
54 lines
1.8 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.SendReceiveView2" x:Name="FORMVIEW" xmlns:p1="clr-namespace:java.lang">
|
|
<Composite.layout>
|
|
<FillLayout/>
|
|
</Composite.layout>
|
|
<ScrolledComposite x:Name="scrLayoutComposite" x:Style="BORDER | H_SCROLL | V_SCROLL">
|
|
<Composite x:Name="layoutComposite">
|
|
<Composite.layout>
|
|
<GridLayout numColumns="2"/>
|
|
</Composite.layout>
|
|
<Label text="Cognome/denominazione percipiente">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="CGDNYY" textLimit="40">
|
|
<Text.layoutData>
|
|
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Label text="Codice stato estero">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="CDSEYY">
|
|
<Text.layoutData>
|
|
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Label text="Causale">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="CAUSYY" textLimit="6">
|
|
<Text.layoutData>
|
|
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Label text="Ammontare lordo corrisposto">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="TOACYY">
|
|
<Text.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
|
|
</Composite>
|
|
</ScrolledComposite>
|
|
</Composite>
|
|
<!-- Forms API --> |