Fiscality maschera funziona fino all apertura del xmlx
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<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.VatDepositSettingsPrefPage" x:Name="prefPageComp">
|
||||
<Composite.layout>
|
||||
<GridLayout numColumns="1" grabExcessHorizontalSpace="true"/>
|
||||
</Composite.layout>
|
||||
<Group text="#controllicalcolometodoanaliticoeffettivo" background="COLOR_WIDGET_BACKGROUND">
|
||||
<Group.layoutData>
|
||||
<GridData horizontalSpan="1" horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
|
||||
</Group.layoutData>
|
||||
<Group.layout>
|
||||
<GridLayout numColumns="1" />
|
||||
</Group.layout>
|
||||
<Button x:Style="RADIO" text="#presenzarigadicontabilizzazionescontrini" x:Name="buttonRowOfAccountingOfReceipts"
|
||||
grabExcessHorizontalSpace="true" background="COLOR_WIDGET_BACKGROUND"/>
|
||||
<Button x:Style="RADIO" text="#presenzarighescontrino" x:Name="buttonRowsReceipt" grabExcessHorizontalSpace="true" background="COLOR_WIDGET_BACKGROUND"/>
|
||||
</Group>
|
||||
</Composite><!-- Forms API -->
|
||||
Reference in New Issue
Block a user