Fiscality maschera funziona fino all apertura del xmlx
This commit is contained in:
@@ -0,0 +1,153 @@
|
||||
<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="Creazione solo xml" background="COLOR_WIDGET_BACKGROUND">
|
||||
<Label.layoutData>
|
||||
<GridData horizontalAlignment="LEFT"/>
|
||||
</Label.layoutData>
|
||||
</Label>
|
||||
<Button x:Style="CHECK" x:Name="noIXChk"/>
|
||||
<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>
|
||||
<Composite background="COLOR_WIDGET_BACKGROUND">
|
||||
<Composite.layout>
|
||||
<GridLayout marginWidth="0"/>
|
||||
</Composite.layout>
|
||||
<Composite.layoutData>
|
||||
<GridData verticalAlignment="FILL" horizontalAlignment="FILL" horizontalSpan="2"/>
|
||||
</Composite.layoutData>
|
||||
<Group text="#percorsifattureclienti" background="COLOR_WIDGET_BACKGROUND" x:Name="GroupClienti">
|
||||
<Group.layoutData>
|
||||
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
|
||||
</Group.layoutData>
|
||||
<Group.layout>
|
||||
<GridLayout numColumns="3" marginWidth="0" marginRight="5" marginLeft="5"/>
|
||||
</Group.layout>
|
||||
<Label text="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="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="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>
|
||||
<Group text="#percorsifatturefornitori" background="COLOR_WIDGET_BACKGROUND" x:Name="GroupFornitori">
|
||||
<Group.layoutData>
|
||||
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL" exclude="true"/>
|
||||
</Group.layoutData>
|
||||
<Group.layout>
|
||||
<GridLayout numColumns="3" marginWidth="0" marginLeft="5" marginRight="5"/>
|
||||
</Group.layout>
|
||||
<Label text="Windows" background="COLOR_WIDGET_BACKGROUND">
|
||||
<Label.layoutData>
|
||||
<GridData horizontalAlignment="RIGHT"/>
|
||||
</Label.layoutData>
|
||||
</Label>
|
||||
<Text x:Style="BORDER" x:Name="sbWindowsPath">
|
||||
<Text.layoutData>
|
||||
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
||||
</Text.layoutData>
|
||||
</Text>
|
||||
<Button text="Sfoglia..." x:Name="sbWinButton"/>
|
||||
<Label text="Linux" background="COLOR_WIDGET_BACKGROUND">
|
||||
<Label.layoutData>
|
||||
<GridData horizontalAlignment="RIGHT"/>
|
||||
</Label.layoutData>
|
||||
</Label>
|
||||
<Text x:Style="BORDER" x:Name="sbLinuxPath">
|
||||
<Text.layoutData>
|
||||
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
||||
</Text.layoutData>
|
||||
</Text>
|
||||
<Button text="Sfoglia..." x:Name="sbLinuxButton"/>
|
||||
<Label text="OSX" background="COLOR_WIDGET_BACKGROUND">
|
||||
<Label.layoutData>
|
||||
<GridData horizontalAlignment="RIGHT"/>
|
||||
</Label.layoutData>
|
||||
</Label>
|
||||
<Text x:Style="BORDER" x:Name="sbOsxPath">
|
||||
<Text.layoutData>
|
||||
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
||||
</Text.layoutData>
|
||||
</Text>
|
||||
<Button text="Sfoglia..." x:Name="sbOsxButton"/>
|
||||
</Group>
|
||||
<Group text="#percorsifattureinreversecharge" background="COLOR_WIDGET_BACKGROUND" x:Name="GroupReverseIntegration">
|
||||
<Group.layoutData>
|
||||
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
|
||||
</Group.layoutData>
|
||||
<Group.layout>
|
||||
<GridLayout numColumns="3" marginWidth="0" marginRight="5" marginLeft="5"/>
|
||||
</Group.layout>
|
||||
<Label text="Windows" background="COLOR_WIDGET_BACKGROUND">
|
||||
<Label.layoutData>
|
||||
<GridData horizontalAlignment="RIGHT"/>
|
||||
</Label.layoutData>
|
||||
</Label>
|
||||
<Text x:Style="BORDER" x:Name="windowsPathINFAT">
|
||||
<Text.layoutData>
|
||||
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
||||
</Text.layoutData>
|
||||
</Text>
|
||||
<Button text="Sfoglia..." x:Name="winButtonINFAT"/>
|
||||
<Label text="Linux" background="COLOR_WIDGET_BACKGROUND">
|
||||
<Label.layoutData>
|
||||
<GridData horizontalAlignment="RIGHT"/>
|
||||
</Label.layoutData>
|
||||
</Label>
|
||||
<Text x:Style="BORDER" x:Name="linuxPathINFAT">
|
||||
<Text.layoutData>
|
||||
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
||||
</Text.layoutData>
|
||||
</Text>
|
||||
<Button text="Sfoglia..." x:Name="linuxButtonINFAT"/>
|
||||
<Label text="OSX" background="COLOR_WIDGET_BACKGROUND">
|
||||
<Label.layoutData>
|
||||
<GridData horizontalAlignment="RIGHT"/>
|
||||
</Label.layoutData>
|
||||
</Label>
|
||||
<Text x:Style="BORDER" x:Name="osxPathINFAT">
|
||||
<Text.layoutData>
|
||||
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
||||
</Text.layoutData>
|
||||
</Text>
|
||||
<Button text="Sfoglia..." x:Name="osxButtonINFAT"/>
|
||||
</Group>
|
||||
</Composite>
|
||||
</Composite>
|
||||
<!-- Forms API -->
|
||||
Reference in New Issue
Block a user