gestito il riavvio automatico e la grafica windows
This commit is contained in:
28
Fiscality/plugins/it.smi.adex_19.0.0/resources/ReverseInvoicesIntegrationSettingsPrefPage.xwt
Normal file → Executable file
28
Fiscality/plugins/it.smi.adex_19.0.0/resources/ReverseInvoicesIntegrationSettingsPrefPage.xwt
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
|
||||
<Composite xmlns="http://www.eclipse.org/xwt/presentation"
|
||||
xmlns:x="http://www.eclipse.org/xwt" x:Class="it.smi.adex.preferences.ReverseInvoicesIntegrationSettingsPrefPage"
|
||||
x:Name="prefPageComp" background="COLOR_WIDGET_BACKGROUND">
|
||||
@@ -262,6 +263,31 @@
|
||||
</ScrolledComposite>
|
||||
</CTabItem.control>
|
||||
</CTabItem>
|
||||
<CTabItem text="Procedure di servizio">
|
||||
<CTabItem.control>
|
||||
<ScrolledComposite x:Name="scrLayoutComposite_3"
|
||||
x:Style="BORDER | H_SCROLL | V_SCROLL" background="COLOR_WIDGET_BACKGROUND" expandHorizontal="true" expandVertical="true" >
|
||||
<Composite.layout>
|
||||
<GridLayout />
|
||||
</Composite.layout>
|
||||
<Composite x:Name="layoutComposite_3" background="COLOR_WIDGET_BACKGROUND">
|
||||
<Composite.layout>
|
||||
<GridLayout numColumns="2" />
|
||||
</Composite.layout>
|
||||
<Group text="Blocco integrazione fatture" background="COLOR_WIDGET_BACKGROUND">
|
||||
<Group.layoutData>
|
||||
<GridData horizontalSpan="2" horizontalAlignment="FILL"
|
||||
grabExcessHorizontalSpace="true" />
|
||||
</Group.layoutData>
|
||||
<Group.layout>
|
||||
<GridLayout numColumns="1"/>
|
||||
</Group.layout>
|
||||
<Button text="Riallineamento archivio" x:Name="realiInvoice"/>
|
||||
</Group>
|
||||
</Composite>
|
||||
</ScrolledComposite>
|
||||
</CTabItem.control>
|
||||
</CTabItem>
|
||||
</CTabFolder>
|
||||
</Composite>
|
||||
<!-- Forms API -->
|
||||
<!-- Forms API -->
|
||||
Reference in New Issue
Block a user