137 lines
4.8 KiB
Plaintext
Executable File
137 lines
4.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>
|
|
<Label text="Fornitore del servizio" background="COLOR_WIDGET_BACKGROUND">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Combo x:Name="serviceProvider" x:Style="READ_ONLY">
|
|
<Combo.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
|
</Combo.layoutData>
|
|
</Combo>
|
|
<Label text="#identificativoazienda" background="COLOR_WIDGET_BACKGROUND">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="firmID">
|
|
<Text.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Button text="Test connessione" x:Name="connTest"/>
|
|
<Label/>
|
|
<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>
|
|
</Group>
|
|
<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>
|
|
</Group>
|
|
<Composite background="COLOR_WIDGET_BACKGROUND">
|
|
<Composite.layout>
|
|
<FillLayout/>
|
|
</Composite.layout>
|
|
<Composite.layoutData>
|
|
<GridData horizontalSpan="2" verticalAlignment="FILL" horizontalAlignment="FILL"/>
|
|
</Composite.layoutData>
|
|
<Group text="" background="COLOR_WIDGET_BACKGROUND">
|
|
<Group.layout>
|
|
<GridLayout numColumns="3"/>
|
|
</Group.layout>
|
|
<Label text="Creazione solo xml" background="COLOR_WIDGET_BACKGROUND">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Button x:Style="CHECK" x:Name="noIXChk"/>
|
|
<Label background="COLOR_WIDGET_BACKGROUND"/>
|
|
<Label text="Percorso xml Windows" background="COLOR_WIDGET_BACKGROUND">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="windowsPath">
|
|
<Text.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Button text="Sfoglia..." x:Name="winButton"/>
|
|
<Label text="Percorso xml Linux" background="COLOR_WIDGET_BACKGROUND">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="linuxPath">
|
|
<Text.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Button text="Sfoglia..." x:Name="linuxButton"/>
|
|
<Label text="Percorso xml OSX" background="COLOR_WIDGET_BACKGROUND">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="osxPath">
|
|
<Text.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Button text="Sfoglia..." x:Name="osxButton"/>
|
|
</Group>
|
|
</Composite>
|
|
</Composite>
|
|
<!-- Forms API --> |