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,27 @@
<Composite xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt" x:Class="it.smi.adex.views.SendReceiveView2"
xmlns:p1="clr-namespace:org.eclipse.nebula.widgets.grid" xmlns:p2="clr-namespace:it.smi.palmax.widgets.basic">
<Composite.layout>
<GridLayout/>
</Composite.layout>
<ToolBar x:Style="FLAT | RIGHT" x:Name="toolbar">
<ToolBar.layoutData>
<GridData horizontalAlignment="RIGHT" grabExcessHorizontalSpace="true" verticalAlignment="FILL"/>
</ToolBar.layoutData>
<ToolItem x:Name="ricarica"/>
<ToolItem toolTipText="Allega" x:Name="nuovo"/>
<ToolItem toolTipText="Elimina" x:Name="elimina"/>
<ToolItem x:Name="salva"/>
</ToolBar>
<Label x:Name="attenzione" text="ATTENZIONE: Dimensione allegati totale massima consentita 4,5 MB" background="COLOR_YELLOW">
</Label>
<Label x:Name="label" text="Dimensione totale allegati: 1000000 mm">
</Label>
<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>
<!-- Forms API -->