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

127 lines
4.7 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>
---codici---
<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="operationIDLabel"/>
<Text x:Style="BORDER" x:Name="operationIDText" textLimit="18">
<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="institutionProvinceMunicipalityCodeLabel"/>
<Text x:Style="BORDER" x:Name="institutionProvinceMunicipalityCodeText" textLimit="4">
<Text.layoutData>
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
</Text.layoutData>
</Text>
<Label></Label>
<Label></Label>
<Label x:Name="activeRepentanceLabel"/>
<Button x:Style="CHECK" x:Name="activeRepentanceText">
<Button.layoutData>
<GridData verticalAlignment="BOTTOM"/>
</Button.layoutData>
</Button>
<Label x:Name="variedPropertiesLabel"/>
<Button x:Style="CHECK" x:Name="variedPropertiesText">
<Button.layoutData>
<GridData verticalAlignment="BOTTOM"/>
</Button.layoutData>
</Button>
<Label x:Name="accountLabel"/>
<Button x:Style="CHECK" x:Name="accountText">
<Button.layoutData>
<GridData verticalAlignment="BOTTOM"/>
</Button.layoutData>
</Button>
<Label x:Name="balanceLabel"/>
<Button x:Style="CHECK" x:Name="balanceText">
<Button.layoutData>
<GridData verticalAlignment="BOTTOM"/>
</Button.layoutData>
</Button>
<Label x:Name="propertiesNumberLabel"/>
<Text x:Style="BORDER" x:Name="propertiesNumberText" >
<Text.layoutData>
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
</Text.layoutData>
</Text>
<Label x:Name="deductionHouseLabel"/>
<Text x:Style="BORDER | RIGHT" x:Name="deductionHouseText" >
<Text.layoutData>
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
</Text.layoutData>
</Text>
<Label x:Name="taxCodeLabel"/>
<Text x:Style="BORDER" x:Name="taxCodeText" textLimit="4">
<Text.layoutData>
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
</Text.layoutData>
</Text>
<Label x:Name="installmentLabel"/>
<Text x:Style="BORDER" x:Name="installmentText" textLimit="4">
<Text.layoutData>
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
</Text.layoutData>
</Text>
<Label x:Name="referenceYearLabel"/>
<Text x:Style="BORDER" x:Name="referenceYearText">
<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 -->