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

16 lines
644 B
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>
<Label background="COLOR_WIDGET_BACKGROUND" text="Bollettario di default">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Text x:Style="BORDER" x:Name="dftBoll" textLimit="3">
<Text.layoutData>
<GridData horizontalAlignment="LEFT"/>
</Text.layoutData>
</Text>
</Composite>
<!-- Forms API -->