Fiscality maschera funziona fino all apertura del xmlx
This commit is contained in:
@@ -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 -->
|
||||
Reference in New Issue
Block a user