Fiscality maschera funziona fino all apertura del xmlx

This commit is contained in:
tommal
2025-11-30 14:36:35 +01:00
parent 609549ce09
commit ddaf9329a1
929 changed files with 181250 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
<Composite xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" background="COLOR_WIDGET_BACKGROUND" x:Class="it.smi.adex.preferences.Mod347SettingsPrefPage" x:Name="prefPageComp">
<Composite.layout>
<FillLayout/>
</Composite.layout>
<Composite background="COLOR_WIDGET_BACKGROUND">
<Composite.layout>
<FillLayout/>
</Composite.layout>
<Group background="COLOR_WIDGET_BACKGROUND" text="#gbpercorsoxml">
<Group.layout>
<GridLayout numColumns="3"/>
</Group.layout>
<Label background="COLOR_WIDGET_BACKGROUND" text="#gbwindows">
<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="#gblinux">
<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="#gbosx">
<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 -->