Fiscality maschera funziona fino all apertura del xmlx
This commit is contained in:
@@ -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'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 -->
|
||||
Reference in New Issue
Block a user