Fiscality maschera funziona fino all apertura del xmlx
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<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 background="COLOR_WIDGET_BACKGROUND" text="Paese trasmissione">
|
||||
<Label.layoutData>
|
||||
<GridData horizontalAlignment="RIGHT"/>
|
||||
</Label.layoutData>
|
||||
</Label>
|
||||
<Text x:Style="BORDER" x:Name="transmNat" textLimit="2">
|
||||
<Text.layoutData>
|
||||
<GridData horizontalAlignment="LEFT"/>
|
||||
</Text.layoutData>
|
||||
</Text>
|
||||
<Label text="Codice trasmissione" background="COLOR_WIDGET_BACKGROUND">
|
||||
<Label.layoutData>
|
||||
<GridData horizontalAlignment="RIGHT"/>
|
||||
</Label.layoutData>
|
||||
</Label>
|
||||
<Text x:Style="BORDER" x:Name="transmCode" textLimit="28">
|
||||
<Text.layoutData>
|
||||
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
||||
</Text.layoutData>
|
||||
</Text>
|
||||
</Composite>
|
||||
<!-- Forms API -->
|
||||
Reference in New Issue
Block a user