Fiscality maschera funziona fino all apertura del xmlx
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<Composite xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" x:Class="it.smi.adex.preferences.ServiceProcedurePrefPage" x:Name="prefPageComp" background="COLOR_WIDGET_BACKGROUND">
|
||||
<Composite.layout>
|
||||
<GridLayout numColumns="2"/>
|
||||
</Composite.layout>
|
||||
<Group text="Blocco fatture attive" background="COLOR_WIDGET_BACKGROUND">
|
||||
<Group.layoutData>
|
||||
<GridData horizontalSpan="2" horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
|
||||
</Group.layoutData>
|
||||
<Group.layout>
|
||||
<GridLayout numColumns="2"/>
|
||||
</Group.layout>
|
||||
<Button text="Riallineamento archivio" x:Name="realButt"/>
|
||||
<Label/>
|
||||
</Group>
|
||||
<Group x:Name="archGroup" text="#archiviazionefattureelettronica" background="COLOR_WIDGET_BACKGROUND">
|
||||
<Group.layoutData>
|
||||
<GridData horizontalSpan="2" horizontalAlignment="FILL" grabExcessHorizontalSpace="true" />
|
||||
</Group.layoutData>
|
||||
<Group.layout>
|
||||
<GridLayout numColumns="2"/>
|
||||
</Group.layout>
|
||||
<Label x:Name="dataLimiteText" background="COLOR_WIDGET_BACKGROUND"/>
|
||||
<Label x:Name="dataLimiteDate" background="COLOR_WIDGET_BACKGROUND"/>
|
||||
<Button text="Archiviazione fatture" x:Name="archFTE"/>
|
||||
</Group>
|
||||
</Composite>
|
||||
<!-- Forms API -->
|
||||
Reference in New Issue
Block a user