Fiscality maschera funziona fino all apertura del xmlx
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
<Composite xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" x:Class="it.smi.adex.views.itVatDeclaration.ItVatDeclarationSubjectExtensionView" text="" xmlns:p1="clr-namespace:java.lang" x:Name="FORMVIEW">
|
||||
<Composite.layout>
|
||||
<FillLayout />
|
||||
</Composite.layout>
|
||||
<Composite x:Name="layoutComposite">
|
||||
<Composite.layout>
|
||||
<GridLayout numColumns="2"/>
|
||||
</Composite.layout>
|
||||
<Label text="Codice fiscale intermediario per la trasmissione">
|
||||
<Label.layoutData>
|
||||
<GridData horizontalAlignment="RIGHT"/>
|
||||
</Label.layoutData>
|
||||
</Label>
|
||||
<Text x:Style="BORDER" x:Name="CFINTE" textLimit="16">
|
||||
<Text.layoutData>
|
||||
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
|
||||
</Text.layoutData>
|
||||
</Text>
|
||||
<Label bounds="0, 0, 55, 15" text="Data dell'impegno">
|
||||
<Label.layoutData>
|
||||
<GridData horizontalAlignment="RIGHT" />
|
||||
</Label.layoutData>
|
||||
</Label>
|
||||
<Composite>
|
||||
<Composite.layout>
|
||||
<GridLayout numColumns="2"/>
|
||||
</Composite.layout>
|
||||
<Button x:Style="RADIO" text="Nessuna data" x:Name="DTIMP_NO"/>
|
||||
<Label/>
|
||||
<Button x:Style="RADIO" x:Name="DTIMP_SI" text="Data impostata"/>
|
||||
<Composite x:Name="DTIMP"/>
|
||||
<Button x:Style="RADIO" x:Name="RICH_DTIMP" text="Richiedi data alla creazione del file"/>
|
||||
<Label/>
|
||||
</Composite>
|
||||
<Label text="Invio telematico">
|
||||
<Label.layoutData>
|
||||
<GridData horizontalAlignment="RIGHT"/>
|
||||
</Label.layoutData>
|
||||
</Label>
|
||||
<Combo x:Name="IMPPRE" x:Style="READ_ONLY">
|
||||
<Combo.layoutData>
|
||||
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
||||
</Combo.layoutData>
|
||||
</Combo>
|
||||
<Label text="Firma">
|
||||
<Label.layoutData>
|
||||
<GridData horizontalAlignment="RIGHT"/>
|
||||
</Label.layoutData>
|
||||
</Label>
|
||||
<Button x:Style="CHECK" text="" x:Name="FORFIR"/>
|
||||
</Composite>
|
||||
</Composite>
|
||||
<!-- Forms API -->
|
||||
Reference in New Issue
Block a user