Files
maschera/Fiscality/plugins/it.smi.adex_19.0.0/resources/ImmediateSendingVatDataInvoicesView.xwt

42 lines
1.6 KiB
Plaintext
Executable File

<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>