Fiscality maschera funziona fino all apertura del xmlx

This commit is contained in:
tommal
2025-11-30 14:36:35 +01:00
parent 609549ce09
commit ddaf9329a1
929 changed files with 181250 additions and 0 deletions

View File

@@ -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&apos;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 -->