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,42 @@
<Composite xmlns="http://www.eclipse.org/xwt/presentation" xmlns:p1="clr-namespace:org.eclipse.nebula.widgets.grid" xmlns:p2="clr-namespace:it.smi.palmax.widgets.basic" xmlns:x="http://www.eclipse.org/xwt" x:Class="it.smi.adex.views.immediatesendingvatdata.ImmediateSendingVatDataInvoicesView">
<Composite.layout>
<GridLayout numColumns="3"/>
</Composite.layout>
<Label text="#tipofattura"/>
<Combo x:Name="Combo" x:Style="READ_ONLY">
<Combo.layoutData>
<GridData grabExcessHorizontalSpace="true" widthHint="244"/>
</Combo.layoutData>
</Combo>
<Label/>
<Label text="#datafattura">
<Label.layoutData>
<GridData horizontalAlignment="FILL" widthHint="152"/>
</Label.layoutData>
</Label>
<DateTime x:Name="DateTime" x:Style="BORDER">
<DateTime.layoutData>
<GridData widthHint="101"/>
</DateTime.layoutData>
</DateTime>
<Label/>
<Label text="#numerofattura"/>
<Text x:Name="Text" x:Style="BORDER">
<Text.layoutData>
<GridData grabExcessHorizontalSpace="true" widthHint="269"/>
</Text.layoutData>
</Text>
<Label/>
<Button SelectionEvent="onSalvaSelection" selection="true" text=" " x:Name="salva">
<Button.layoutData>
<GridData widthHint="132"/>
</Button.layoutData>
</Button>
<Label/>
<Label/>
<p1:Grid headerVisible="true" size="450, 150" splitterVisible="false" x:Name="table" x:Style="BORDER | H_SCROLL | V_SCROLL | MULTI">
<p1:Grid.layoutData>
<GridData grabExcessHorizontalSpace="true" grabExcessVerticalSpace="true" horizontalAlignment="FILL" horizontalSpan="3" verticalAlignment="FILL"/>
</p1:Grid.layoutData>
</p1:Grid>
</Composite>