Fiscality maschera funziona fino all apertura del xmlx
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
<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 -->
|
||||
Reference in New Issue
Block a user