Fiscality maschera funziona fino all apertura del xmlx

This commit is contained in:
tommal
2025-11-30 14:36:35 +01:00
parent 609549ce09
commit ddaf9329a1
929 changed files with 181250 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
<Composite xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" x:Class="it.smi.adex.views.ItVatDeclarationDetailNewDialog" 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="Registro IVA" x:Name="vatRegister">
<Label.layoutData>
<GridData horizontalAlignment="FILL"/>
</Label.layoutData>
</Label>
<Text x:Style="BORDER" x:Name="vatRegisterTxt" textLimit="1">
<Text.layoutData>
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
</Text.layoutData>
</Text>
<Label text="Codice IVA" x:Name="vatCode">
<Label.layoutData>
<GridData horizontalAlignment="FILL"/>
</Label.layoutData>
</Label>
<Text x:Style="BORDER" x:Name="vatCodeTxt" textLimit="2">
<Text.layoutData>
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
</Text.layoutData>
</Text>
<Label text="Attività aziendale" x:Name="companyActivityCode">
<Label.layoutData>
<GridData horizontalAlignment="FILL"/>
</Label.layoutData>
</Label>
<Text x:Style="BORDER" x:Name="companyActivityCodeTxt" textLimit="3">
<Text.layoutData>
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
</Text.layoutData>
</Text>
<Label text="Importo" x:Name="detailAmount">
<Label.layoutData>
<GridData horizontalAlignment="FILL"/>
</Label.layoutData>
</Label>
<Text x:Style="BORDER | RIGHT" x:Name="detailAmountTxt">
<Text.layoutData>
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
</Text.layoutData>
</Text>
</Composite>
</ScrolledComposite>
</Composite>
<!-- Forms API -->