Files
maschera/Fiscality/plugins/it.smi.adex_19.0.0/resources/DeclarationIntentLettersView.xwt

41 lines
1.4 KiB
Plaintext
Executable File

<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 -->