223 lines
7.5 KiB
Plaintext
Executable File
223 lines
7.5 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.TaxRegimeView"
|
|
text="" xmlns:p1="clr-namespace:java.lang" x:Name="FORMVIEW">
|
|
<Composite.layout>
|
|
<FillLayout />
|
|
</Composite.layout>
|
|
<CTabFolder x:Style="BORDER" x:Name="headClient">
|
|
<CTabItem text="Dati anagrafici">
|
|
<CTabItem.control>
|
|
<ScrolledComposite x:Name="scrLayoutComposite"
|
|
x:Style="BORDER | H_SCROLL | V_SCROLL">
|
|
<Composite x:Name="layoutComposite">
|
|
<Composite.layout>
|
|
<GridLayout numColumns="2" />
|
|
</Composite.layout>
|
|
<Label text="Cod. fiscale sostituto d'imposta op. straord." bounds="0, 0, 55, 15">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT" />
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER | READ_ONLY" x:Name="CF_EVEN_ECCEZ"
|
|
textLimit="16" editable="true">
|
|
<Text.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true"
|
|
horizontalAlignment="FILL" />
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Label text="Eventi eccezionali">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT" />
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Combo x:Style="BORDER | READ_ONLY" x:Name="EVEN_ECCEZ">
|
|
<Combo.items>
|
|
<p1:String></p1:String>
|
|
<p1:String>1</p1:String>
|
|
<p1:String>2</p1:String>
|
|
<p1:String>3</p1:String>
|
|
<p1:String>4</p1:String>
|
|
<p1:String>15</p1:String>
|
|
<p1:String>30</p1:String>
|
|
<p1:String>99</p1:String>
|
|
</Combo.items>
|
|
</Combo>
|
|
<Label text="Cognome/denominazione percipiente">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT" />
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="CGDNYY" textLimit="40">
|
|
<Text.layoutData>
|
|
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true" />
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Label text="Nome percipiente">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT" />
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="NOMPYY" textLimit="40">
|
|
<Text.layoutData grabExcessHorizontalSpace="true">
|
|
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true" />
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Label text="Sesso">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT" />
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Combo x:Style="CHECK" x:Name="SESSYY" >
|
|
<Combo.items>
|
|
<p1:String></p1:String>
|
|
<p1:String>M</p1:String>
|
|
<p1:String>F</p1:String>
|
|
</Combo.items>
|
|
</Combo>
|
|
<Label text="Data di nascita">
|
|
<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="DTNAYY_OFF"/>
|
|
<Label/>
|
|
<Button x:Style="RADIO" text="Data impostata" x:Name="DTNAYY_ON"/>
|
|
<DateTime x:Style="BORDER" x:Name="DTNAYY"/>
|
|
</Composite>
|
|
<Label text="Codice di identificazione fiscale estero">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT" />
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="CDESYY" textLimit="20">
|
|
<Text.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true"
|
|
horizontalAlignment="FILL" />
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Label text="Località di residenza estera">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT" />
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="LOCEYY" textLimit="30">
|
|
<Text.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true"
|
|
horizontalAlignment="FILL" />
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Label text="Via e numero civico">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT" />
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="INDEYY" textLimit="60">
|
|
<Text.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true"
|
|
horizontalAlignment="FILL" />
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Label text="Codice stato estero">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT" />
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="CDSEYY">
|
|
<Text.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true"
|
|
horizontalAlignment="FILL" />
|
|
</Text.layoutData>
|
|
</Text>
|
|
</Composite>
|
|
</ScrolledComposite>
|
|
</CTabItem.control>
|
|
</CTabItem>
|
|
<CTabItem text="Importi">
|
|
<CTabItem.control>
|
|
<ScrolledComposite x:Name="scrLayoutComposite_1"
|
|
x:Style="BORDER | H_SCROLL | V_SCROLL">
|
|
<Composite x:Name="layoutComposite_1">
|
|
<Composite.layout>
|
|
<GridLayout numColumns="2" />
|
|
</Composite.layout>
|
|
<Label text="Causale">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="CAUSYY" textLimit="6">
|
|
<Text.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Label text="Ammontare lordo corrisposto">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="TOACYY">
|
|
<Text.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Label text="Somme non soggette a ritenuta per regime convenzionale">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="NNSGYY">
|
|
<Text.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Label text="Altre somme non soggette a ritenuta">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="ASNSYY">
|
|
<Text.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Label text="Imponibile">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="IMPOYY">
|
|
<Text.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Label text="Ritenute a titolo d'imposta" x:Name="">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="RTIMYY">
|
|
<Text.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Label text="Ritenute sospese">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="RTSOYY">
|
|
<Text.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
|
|
</Composite>
|
|
</ScrolledComposite>
|
|
</CTabItem.control>
|
|
</CTabItem>
|
|
</CTabFolder>
|
|
</Composite> |