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,13 @@
<Composite xmlns="http://www.eclipse.org/xwt/presentation" xmlns:p1="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt" text="" x:Class="it.smi.adex.views.TaxRegimeView">
<Composite.layout>
<FillLayout/>
</Composite.layout>
<ScrolledComposite x:Name="scrLayoutComposite" x:Style="BORDER | H_SCROLL | V_SCROLL">
<Composite x:Name="layoutComposite">
<Composite.layout>
<GridLayout numColumns="1"/>
</Composite.layout>
<Button text="#fornitoreautofatturaextracee" toolTipText="#epossibileselezionareunsolofornitoreautofatturaextracee" x:Name="FORNAUTEC" x:Style="CHECK"/>
</Composite>
</ScrolledComposite>
</Composite><!-- Forms API -->