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

78 lines
2.8 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.PublicAmministrationSettingsPrefPage" 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="Dati trasmittente" background="COLOR_WIDGET_BACKGROUND">
<Group.layout>
<GridLayout numColumns="2"/>
</Group.layout>
<Label background="COLOR_WIDGET_BACKGROUND" text="Codice ISO">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Text x:Style="BORDER" x:Name="transmNat" textLimit="2">
<Text.layoutData>
<GridData widthHint="127" horizontalAlignment="FILL"/>
</Text.layoutData>
</Text>
<Label text="Identificativo fiscale" background="COLOR_WIDGET_BACKGROUND">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Text x:Style="BORDER" x:Name="transmCode" textLimit="28">
<Text.layoutData>
<GridData widthHint="144" horizontalAlignment="FILL"/>
</Text.layoutData>
</Text>
</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="Dichiarante sostitutivo" background="COLOR_WIDGET_BACKGROUND">
<Group.layout>
<GridLayout numColumns="2"/>
</Group.layout>
<Label text="Dichiarante sostitutivo" background="COLOR_WIDGET_BACKGROUND">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Button x:Style="CHECK" x:Name="noIXChk"/>
<Label text="Identificativo fiscale" background="COLOR_WIDGET_BACKGROUND">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Text x:Style="BORDER" x:Name="transmCodeSost" textLimit="16">
<Text.layoutData>
<GridData widthHint="144" horizontalAlignment="FILL"/>
</Text.layoutData>
</Text>
<Label text="Codice carica" background="COLOR_WIDGET_BACKGROUND">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Text x:Style="BORDER" x:Name="chargeCode" textLimit="2">
<Text.layoutData>
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
</Text.layoutData>
</Text>
</Group>
</Composite>
</Composite>
<!-- Forms API -->