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

57 lines
1.9 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.SendReceiveView2" x:Name="FORMVIEW" xmlns:p1="clr-namespace:java.lang">
<Composite.layout>
<FillLayout/>
</Composite.layout>
<ScrolledComposite x:Name="scrLayoutComposite" x:Style="BORDER | H_SCROLL | V_SCROLL">
<Composite x:Name="layoutComposite">
<Composite.layout>
<GridLayout numColumns="2"/>
</Composite.layout>
<Label text="Periodo di riferimento">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Text x:Style="BORDER" x:Name="PERIOD_RIFER">
<Text.layoutData>
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
</Text.layoutData>
</Text>
<Label text="Importo versato">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Text x:Style="BORDER" x:Name="IMPOR_VERS">
<Text.layoutData>
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
</Text.layoutData>
</Text>
<Label text="Codice tributo">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Text x:Style="BORDER" x:Name="TRIBUTO" textLimit="6">
<Text.layoutData>
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
</Text.layoutData>
</Text>
<Label text="Data versamento">
<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="DATA_VERS_OFF"/>
<Label/>
<Button x:Style="RADIO" text="Data impostata" x:Name="DATA_VERS_ON"/>
<DateTime x:Style="BORDER" x:Name="DATA_VERS"/>
</Composite>
</Composite>
</ScrolledComposite>
</Composite>
<!-- Forms API -->