fix Fatturazione elettronica XML previe

This commit is contained in:
2026-01-05 10:04:13 +01:00
parent 67c4783b8c
commit 6a19f7cde6
992 changed files with 17335 additions and 4344 deletions

View File

@@ -0,0 +1,62 @@
<Composite xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt" x:Class="it.smi.adex.preferences.SingleCertificationSettingsPrefPage"
x:Name="prefPageComp" background="COLOR_WIDGET_BACKGROUND">
<ScrolledComposite x:Name="scrLayoutComposite"
x:Style="BORDER | H_SCROLL | V_SCROLL" background="COLOR_WIDGET_BACKGROUND">
<Composite.layout>
<FillLayout/>
</Composite.layout>
<Composite x:Name="layoutComposite" background="COLOR_WIDGET_BACKGROUND">
<Composite.layout>
<GridLayout numColumns="2" />
</Composite.layout>
<Label text="#codiceschedanotizie" background="COLOR_WIDGET_BACKGROUND" x:Name="labelNoticeCode">
<Label.layoutData>
<GridData horizontalAlignment="LEFT" />
</Label.layoutData>
</Label>
<Text x:Style="BORDER" x:Name="textNoticeCode">
<Text.layoutData>
<GridData horizontalAlignment="LEFT" grabExcessHorizontalSpace="false" minimumWidth="60" widthHint="30" />
</Text.layoutData>
</Text>
<Group text="#reperimentocodicediesenzione" background="COLOR_WIDGET_BACKGROUND" x:Name="gbGetExemptionCode">
<Group.layoutData>
<GridData horizontalSpan="2" horizontalAlignment="FILL" grabExcessHorizontalSpace="true" />
</Group.layoutData>
<Group.layout>
<GridLayout numColumns="2"/>
</Group.layout>
<Label text="#rigaschedanotizie" background="COLOR_WIDGET_BACKGROUND" x:Name="labelNoticeRow">
<Label.layoutData>
<GridData horizontalAlignment="LEFT" />
</Label.layoutData>
</Label>
<Text x:Style="BORDER" x:Name="textNoticeRow">
<Text.layoutData>
<GridData horizontalAlignment="LEFT" grabExcessHorizontalSpace="false" widthHint="30" />
</Text.layoutData>
</Text>
</Group>
<Group text="#reperimentocasiparticolari" background="COLOR_WIDGET_BACKGROUND" x:Name="gbGetExemptionCode">
<Group.layoutData>
<GridData horizontalSpan="2" horizontalAlignment="FILL" grabExcessHorizontalSpace="true" />
</Group.layoutData>
<Group.layout>
<GridLayout numColumns="2"/>
</Group.layout>
<Label text="#rigaschedanotizie" background="COLOR_WIDGET_BACKGROUND" x:Name="labelParticularCases">
<Label.layoutData>
<GridData horizontalAlignment="LEFT" />
</Label.layoutData>
</Label>
<Text x:Style="BORDER" x:Name="textParticularCases">
<Text.layoutData>
<GridData horizontalAlignment="LEFT" grabExcessHorizontalSpace="false" widthHint="30" />
</Text.layoutData>
</Text>
</Group>
</Composite>
</ScrolledComposite>
</Composite>
<!-- Forms API -->