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,65 @@
<Composite xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" x:Class="it.smi.adex.views.communicationDataExtractionSettingsPrefPage" x:Name="prefPageComp" background="COLOR_WIDGET_BACKGROUND">
<Composite.layout>
<GridLayout numColumns="2"/>
</Composite.layout>
<Composite background="COLOR_WIDGET_BACKGROUND">
<Composite.layout>
<FillLayout/>
</Composite.layout>
<Composite.layoutData>
<GridData horizontalSpan="2" verticalAlignment="FILL" horizontalAlignment="FILL"/>
</Composite.layoutData>
<Group text="#acquisti" background="COLOR_WIDGET_BACKGROUND" x:Name="gbAcquisti">
<Group.layout>
<GridLayout numColumns="2"/>
</Group.layout>
<Button x:Style="CHECK" x:Name="checkReperimentoNumeroDocumento"/>
<Label text="#reperimentonumerodocumentobrevesenonpresentequelloesteso" background="COLOR_WIDGET_BACKGROUND" x:Name="labelReperimentoNumeroDocumento">
<Label.layoutData>
<GridData horizontalAlignment="LEFT"/>
</Label.layoutData>
</Label>
<Button x:Style="CHECK" x:Name="checkReperimentoTipoDocumento"/>
<Label background="COLOR_WIDGET_BACKGROUND" text="#reperimentotipodocumentoacquistiintracomunitari">
<Label.layoutData>
<GridData horizontalAlignment="LEFT"/>
</Label.layoutData>
</Label>
</Group>
</Composite>
<Composite background="COLOR_WIDGET_BACKGROUND">
<Composite.layout>
<FillLayout/>
</Composite.layout>
<Composite.layoutData>
<GridData horizontalSpan="2" verticalAlignment="FILL" horizontalAlignment="FILL"/>
</Composite.layoutData>
<Group text="#vendite" background="COLOR_WIDGET_BACKGROUND" x:Name="gbVendite">
<Group.layout>
<GridLayout numColumns="2"/>
</Group.layout>
<Button x:Style="CHECK" x:Name="checkReperimentoNumeroDocumentoEsteso"/>
<Label text="#reperimentonumerodocumentoesteso" background="COLOR_WIDGET_BACKGROUND" x:Name="labelReperimentoNumeroDocumentoEsteso">
<Label.layoutData>
<GridData horizontalAlignment="LEFT"/>
</Label.layoutData>
</Label>
</Group>
</Composite>
<Composite background="COLOR_WIDGET_BACKGROUND">
<Composite.layout>
<FillLayout/>
</Composite.layout>
<Composite.layoutData>
<GridData horizontalSpan="2" verticalAlignment="FILL" horizontalAlignment="FILL"/>
</Composite.layoutData>
<Group background="COLOR_WIDGET_BACKGROUND" x:Name="gbAcquisti">
<Group.layout>
<GridLayout numColumns="2"/>
</Group.layout>
<Button x:Style="CHECK" x:Name="checkComunicazioneSemplificata"/>
<Label background="COLOR_WIDGET_BACKGROUND" text="#comunicazionesemplificata"/>
</Group>
</Composite>
</Composite>
<!-- Forms API -->