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,31 @@
<Composite xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt" x:Class="it.smi.adex.views.enterprisecrisis.ReclassifiedOfGalileoView"
xmlns:p1="clr-namespace:org.eclipse.nebula.widgets.grid" xmlns:p2="clr-namespace:it.smi.palmax.widgets.basic">
<Composite.layout>
<GridLayout />
</Composite.layout>
<Group text='#tiposchema' bounds="0, 0, 78, 82">
<Group.layoutData>
<GridData grabExcessHorizontalSpace="true"
horizontalAlignment="FILL" verticalAlignment="TOP" />
</Group.layoutData>
<Group.layout>
<RowLayout marginLeft="0" marginRight="0" pack="false"
spacing="5" marginTop="0" marginHeight="5" marginBottom="0"
marginWidth="5" />
</Group.layout>
<Label x:Name="schemaTypeRef">
<Label.layoutData>
<RowData width="426"/>
</Label.layoutData>
</Label>
</Group>
<p1:Grid headerVisible="true" splitterVisible="false" x:Name="table"
x:Style="BORDER | H_SCROLL | V_SCROLL | MULTI" size="450, 150">
<p1:Grid.layoutData>
<GridData grabExcessHorizontalSpace="true"
grabExcessVerticalSpace="true" horizontalAlignment="FILL"
verticalAlignment="FILL" />
</p1:Grid.layoutData>
</p1:Grid>
</Composite>