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

48 lines
1.7 KiB
Plaintext
Executable File

<Composite xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" background="COLOR_WIDGET_BACKGROUND" x:Class="it.smi.adex.views.immediateVatSettingsPrefPage" x:Name="prefPageComp">
<Composite.layout>
<FillLayout/>
</Composite.layout>
<Composite background="COLOR_WIDGET_BACKGROUND">
<Composite.layout>
<FillLayout/>
</Composite.layout>
<Group background="COLOR_WIDGET_BACKGROUND" text="">
<Group.layout>
<GridLayout numColumns="3"/>
</Group.layout>
<Label background="COLOR_WIDGET_BACKGROUND" text="#percorsoxmlwindows">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Text x:Name="windowsPath" x:Style="BORDER">
<Text.layoutData>
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
</Text.layoutData>
</Text>
<Button text="#sfoglia" x:Name="winButton"/>
<Label background="COLOR_WIDGET_BACKGROUND" text="#percorsoxmllinux">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Text x:Name="linuxPath" x:Style="BORDER">
<Text.layoutData>
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
</Text.layoutData>
</Text>
<Button text="#sfoglia" x:Name="linuxButton"/>
<Label background="COLOR_WIDGET_BACKGROUND" text="#percorsoxmlosx">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Text x:Name="osxPath" x:Style="BORDER">
<Text.layoutData>
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
</Text.layoutData>
</Text>
<Button text="#sfoglia" x:Name="osxButton"/>
</Group>
</Composite>
</Composite><!-- Forms API -->