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

65 lines
2.6 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.communicationDataExtractionSettingsPrefPage" x:Name="prefPageComp" background="COLOR_WIDGET_BACKGROUND">
<Composite.layout>
<GridLayout numColumns="2"/>
</Composite.layout>
<Composite background="COLOR_WIDGET_BACKGROUND">
<Composite.layout>
<FillLayout/>
</Composite.layout>
<Composite.layoutData>
<GridData horizontalSpan="2" verticalAlignment="FILL" horizontalAlignment="FILL"/>
</Composite.layoutData>
<Group text="#acquisti" background="COLOR_WIDGET_BACKGROUND" x:Name="gbAcquisti">
<Group.layout>
<GridLayout numColumns="2"/>
</Group.layout>
<Button x:Style="CHECK" x:Name="checkReperimentoNumeroDocumento"/>
<Label text="#reperimentonumerodocumentobrevesenonpresentequelloesteso" background="COLOR_WIDGET_BACKGROUND" x:Name="labelReperimentoNumeroDocumento">
<Label.layoutData>
<GridData horizontalAlignment="LEFT"/>
</Label.layoutData>
</Label>
<Button x:Style="CHECK" x:Name="checkReperimentoTipoDocumento"/>
<Label background="COLOR_WIDGET_BACKGROUND" text="#reperimentotipodocumentoacquistiintracomunitari">
<Label.layoutData>
<GridData horizontalAlignment="LEFT"/>
</Label.layoutData>
</Label>
</Group>
</Composite>
<Composite background="COLOR_WIDGET_BACKGROUND">
<Composite.layout>
<FillLayout/>
</Composite.layout>
<Composite.layoutData>
<GridData horizontalSpan="2" verticalAlignment="FILL" horizontalAlignment="FILL"/>
</Composite.layoutData>
<Group text="#vendite" background="COLOR_WIDGET_BACKGROUND" x:Name="gbVendite">
<Group.layout>
<GridLayout numColumns="2"/>
</Group.layout>
<Button x:Style="CHECK" x:Name="checkReperimentoNumeroDocumentoEsteso"/>
<Label text="#reperimentonumerodocumentoesteso" background="COLOR_WIDGET_BACKGROUND" x:Name="labelReperimentoNumeroDocumentoEsteso">
<Label.layoutData>
<GridData horizontalAlignment="LEFT"/>
</Label.layoutData>
</Label>
</Group>
</Composite>
<Composite background="COLOR_WIDGET_BACKGROUND">
<Composite.layout>
<FillLayout/>
</Composite.layout>
<Composite.layoutData>
<GridData horizontalSpan="2" verticalAlignment="FILL" horizontalAlignment="FILL"/>
</Composite.layoutData>
<Group background="COLOR_WIDGET_BACKGROUND" x:Name="gbAcquisti">
<Group.layout>
<GridLayout numColumns="2"/>
</Group.layout>
<Button x:Style="CHECK" x:Name="checkComunicazioneSemplificata"/>
<Label background="COLOR_WIDGET_BACKGROUND" text="#comunicazionesemplificata"/>
</Group>
</Composite>
</Composite>
<!-- Forms API -->