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

77 lines
2.9 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>
---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" >
<Text.layoutData>
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
</Text.layoutData>
</Text>
<Label x:Name="firmCodeLabel"/>
<Text x:Style="BORDER" x:Name="firmCodeText" >
<Text.layoutData>
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
</Text.layoutData>
</Text>
<Label x:Name="controlCodeFirmCodeLabel"/>
<Text x:Style="BORDER" x:Name="controlCodeFirmCodeText">
<Text.layoutData>
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
</Text.layoutData>
</Text>
<Label x:Name="referenceNumberLabel"/>
<Text x:Style="BORDER" x:Name="referenceNumberText" >
<Text.layoutData>
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
</Text.layoutData>
</Text>
<Label x:Name="causalLabel"/>
<Text x:Style="BORDER" x:Name="causalText" textLimit="1">
<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 -->