91 lines
3.5 KiB
Plaintext
Executable File
91 lines
3.5 KiB
Plaintext
Executable File
<Composite xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" x:Class="it.smi.adex.views.itVatDeclaration.ManagementF24RevenueSectionDetailFormView" text="" xmlns:p1="clr-namespace:java.lang" x:Name="FORMVIEW">
|
|
<Composite.layout>
|
|
<FillLayout />
|
|
</Composite.layout>
|
|
|
|
<ScrolledComposite x:Name="scrLayoutComposite" x:Style="BORDER | H_SCROLL | V_SCROLL">
|
|
<Composite.layout>
|
|
<FillLayout/>
|
|
</Composite.layout>
|
|
<Composite x:Name="layoutComposite">
|
|
<Composite.layout>
|
|
<GridLayout/>
|
|
</Composite.layout>
|
|
---Dati sezione erario---
|
|
<Group x:Name="accountingRecord" bounds="0, 0, 78, 82">
|
|
<Group.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
|
</Group.layoutData>
|
|
<Group.layout>
|
|
<GridLayout numColumns="1"/>
|
|
</Group.layout>
|
|
<Composite x:Name="header" bounds="0, 0, 78, 82">
|
|
<Composite.layout>
|
|
<GridLayout numColumns="2"/>
|
|
</Composite.layout>
|
|
<Composite.layoutData>
|
|
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true" />
|
|
</Composite.layoutData>
|
|
<Label x:Name="institutionCodeLabel"/>
|
|
<Text x:Style="BORDER" x:Name="institutionCodeText" >
|
|
<Text.layoutData>
|
|
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
</Composite>
|
|
---righe---
|
|
<Group x:Name="rows" bounds="0, 0, 78, 82">
|
|
<Group.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
|
</Group.layoutData>
|
|
<Group.layout>
|
|
<GridLayout numColumns="4"/>
|
|
</Group.layout>
|
|
<Label x:Name="headquartersCodeLabel" />
|
|
<Text x:Style="BORDER" x:Name="headquartersCodeText" textLimit="5">
|
|
<Text.layoutData>
|
|
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Label x:Name="contributionCausalLabel" />
|
|
<Text x:Style="BORDER" x:Name="contributionCausalText" textLimit="4">
|
|
<Text.layoutData>
|
|
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Label x:Name="locationCodeLabel" />
|
|
<Text x:Style="BORDER" x:Name="locationCodeText">
|
|
<Text.layoutData>
|
|
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Label x:Name="referencePeriodFromLabel"/>
|
|
<Text x:Style="BORDER" x:Name="referencePeriodFromText">
|
|
<Text.layoutData>
|
|
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Label x:Name="referencePeriodToLabel"/>
|
|
<Text x:Style="BORDER" x:Name="referencePeriodToText">
|
|
<Text.layoutData>
|
|
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Label x:Name="debitAmountLabel"/>
|
|
<Text x:Style="BORDER | RIGHT" x:Name="debitAmountText">
|
|
<Text.layoutData>
|
|
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Label x:Name="creditAmountLabel"/>
|
|
<Text x:Style="BORDER | RIGHT" x:Name="creditAmountText">
|
|
<Text.layoutData>
|
|
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
</Group>
|
|
</Group>
|
|
</Composite>
|
|
</ScrolledComposite>
|
|
</Composite>
|
|
<!-- Forms API --> |