fix Fatturazione elettronica XML previe

This commit is contained in:
2026-01-05 10:04:13 +01:00
parent 67c4783b8c
commit 6a19f7cde6
992 changed files with 17335 additions and 4344 deletions

View File

@@ -0,0 +1,41 @@
<Composite xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" x:Class="it.smi.adex.views.DeclarationIntentLettersView" text="" xmlns:p1="clr-namespace:java.lang" x:Name="DICLET">
<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="INTEII">
<Text.layoutData>
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
</Text.layoutData>
</Text>
<Label 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="DTIMII_NO"/>
<Label/>
<Button x:Style="RADIO" x:Name="DTIMII_SI" text="Data impostata"/>
<DateTime x:Style="BORDER" x:Name="DTIMII" editable="false">
</DateTime>
</Composite>
<Label text="Descrizione merce di default">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Text x:Style="BORDER" x:Name="DSARII">
<Text.layoutData>
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
</Text.layoutData>
</Text>
</Composite>
<!-- Forms API -->