66 lines
2.3 KiB
Plaintext
Executable File
66 lines
2.3 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>
|
|
<Group text="Fornitore interno - Discovery XChange" background="COLOR_WIDGET_BACKGROUND">
|
|
<Group.layoutData>
|
|
<GridData horizontalSpan="2" horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
|
|
</Group.layoutData>
|
|
<Group.layout>
|
|
<GridLayout numColumns="2"/>
|
|
</Group.layout>
|
|
<Label text="Utente" background="COLOR_WIDGET_BACKGROUND">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="userXC">
|
|
<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="passwdXC">
|
|
<Text.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Button text="Test connessione" x:Name="connTestXC"/>
|
|
<Label/>
|
|
</Group>
|
|
<Group text="Fornitore esterno" background="COLOR_WIDGET_BACKGROUND">
|
|
<Group.layoutData>
|
|
<GridData horizontalSpan="2" horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
|
|
</Group.layoutData>
|
|
<Group.layout>
|
|
<GridLayout numColumns="2"/>
|
|
</Group.layout>
|
|
<Label text="Utente" background="COLOR_WIDGET_BACKGROUND">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="user">
|
|
<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="passwd">
|
|
<Text.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Button text="Test connessione" x:Name="connTest"/>
|
|
<Label/>
|
|
</Group>
|
|
</Composite>
|
|
<!-- Forms API --> |