91 lines
2.9 KiB
Plaintext
Executable File
91 lines
2.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.v.SingleCertificazionSettingsView" text="" xmlns:p1="clr-namespace:java.lang" x:Name="CERTUNI">
|
|
<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" textLimit="16">
|
|
<Text.layoutData>
|
|
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Label bounds="0, 0, 55, 15" 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="Invio telematico">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Combo x:Name="ITTCII" x:Style="READ_ONLY">
|
|
<Combo.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
|
</Combo.layoutData>
|
|
</Combo>
|
|
<Label text="Forzatura data firma certificazione">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Composite>
|
|
<Composite.layout>
|
|
<GridLayout numColumns="2"/>
|
|
</Composite.layout>
|
|
<Button x:Style="CHECK" text="" x:Name="DTFSActivation"/>
|
|
<DateTime x:Style="BORDER" x:Name="DTFSII">
|
|
</DateTime>
|
|
</Composite>
|
|
<Label text="Eventi eccezionali">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Combo x:Style="READ_ONLY" x:Name="EECCII">
|
|
<Combo.layoutData>
|
|
<GridData horizontalAlignment="LEFT" verticalAlignment="BOTTOM" />
|
|
</Combo.layoutData>
|
|
<Combo.items>
|
|
<p1:String></p1:String>
|
|
<p1:String>1</p1:String>
|
|
<p1:String>2</p1:String>
|
|
<p1:String>3</p1:String>
|
|
<p1:String>5</p1:String>
|
|
<p1:String>6</p1:String>
|
|
<p1:String>8</p1:String>
|
|
<p1:String>15</p1:String>
|
|
<p1:String>99</p1:String>
|
|
</Combo.items>
|
|
</Combo>
|
|
<Label text="Casi particolari per sostituzioni e/o annullamenti">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Button x:Style="CHECK" text="" x:Name="CSCPII"/>
|
|
<Label text="Codice fiscale sostituto subentrante">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="CFSSII" textLimit="11">
|
|
<Text.layoutData>
|
|
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
</Composite>
|
|
<!-- Forms API --> |