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

71 lines
2.5 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/>
</Composite.layout>
<Composite background="COLOR_WIDGET_BACKGROUND">
<Composite.layoutData>
<GridData horizontalAlignment="FILL" verticalAlignment="TOP" grabExcessHorizontalSpace="true"/>
</Composite.layoutData>
<Composite.layout>
<FillLayout/>
</Composite.layout>
<Group text="Impostazioni proxy" background="COLOR_WIDGET_BACKGROUND">
<Group.layout>
<GridLayout numColumns="2"/>
</Group.layout>
<Label text="Host" background="COLOR_WIDGET_BACKGROUND">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Text x:Style="BORDER" x:Name="proxyHost">
<Text.layoutData>
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
</Text.layoutData>
</Text>
<Label text="Porta" background="COLOR_WIDGET_BACKGROUND">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Text x:Style="BORDER" x:Name="proxyPort">
<Text.layoutData>
<GridData horizontalAlignment="LEFT"/>
</Text.layoutData>
</Text>
<Label text="Abilita autenticazione" background="COLOR_WIDGET_BACKGROUND">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Button x:Style="CHECK" x:Name="proxyLogin"/>
<Label text="Utente" background="COLOR_WIDGET_BACKGROUND">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Text x:Style="BORDER" x:Name="proxyUser">
<Text.layoutData>
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
</Text.layoutData>
</Text>
<Label text="Password" background="COLOR_WIDGET_BACKGROUND">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Text x:Style="BORDER | PASSWORD" x:Name="proxyPwd">
<Text.layoutData>
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
</Text.layoutData>
</Text>
<Label text="Protocollo NTLM" background="COLOR_WIDGET_BACKGROUND">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Button x:Style="CHECK" x:Name="proxyNtlm"/>
</Group>
</Composite>
</Composite>
<!-- Forms API -->