Initial commit

This commit is contained in:
2026-07-01 14:19:57 +02:00
commit c1f8f0c8fa
1531 changed files with 203357 additions and 0 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 -->