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

52 lines
1.6 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.SingleCertificationHNewDialog" 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="Anno">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Text x:Style="BORDER" x:Name="ANNOHH" textLimit="4">
<Text.layoutData>
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
</Text.layoutData>
</Text>
<Label text="Anticipo">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Button x:Style="CHECK" x:Name="ANTIHH"/>
<Label text="Codice">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Text x:Style="BORDER" x:Name="CODNHH" textLimit="2">
<Text.layoutData>
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
</Text.layoutData>
</Text>
<Label text="Altre somme non soggette a ritenuta">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Text x:Style="BORDER" x:Name="SONSHH">
<Text.layoutData>
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
</Text.layoutData>
</Text>
</Composite>
</ScrolledComposite>
</Composite>
<!-- Forms API -->