Files
maschera/Fiscality/plugins/it.smi.adex_19.0.0/resources/ReceivedInvoicesManagementSettingsPrefPage.xwt

271 lines
12 KiB
Plaintext
Executable File

<Composite xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" x:Class="it.smi.adex.preferences.ReceivedInvoicesManagementSettingsPrefPage" x:Name="prefPageComp" background="COLOR_WIDGET_BACKGROUND">
<CTabFolder x:Style="BORDER" borderVisible="false" x:Name="headClient"
selectionBackground="COLOR_WIDGET_BACKGROUND" background="COLOR_WIDGET_BACKGROUND">
<CTabItem text="Dati base">
<CTabItem.control>
<ScrolledComposite x:Name="scrLayoutComposite"
x:Style="BORDER | H_SCROLL | V_SCROLL" background="COLOR_WIDGET_BACKGROUND" expandHorizontal="true" expandVertical="true" >
<Composite.layout>
<GridLayout />
</Composite.layout>
<Composite x:Name="layoutComposite" background="COLOR_WIDGET_BACKGROUND">
<Composite.layout>
<GridLayout numColumns="1" />
</Composite.layout>
<Group background="COLOR_WIDGET_BACKGROUND" text="Cartella file da elaborare">
<Group.layoutData>
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
</Group.layoutData>
<Group.layout>
<GridLayout numColumns="3" grabExcessHorizontalSpace="true"/>
</Group.layout>
<Label background="COLOR_WIDGET_BACKGROUND" text="#gbwindows">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT" grabExcessHorizontalSpace="true" />
</Label.layoutData>
</Label>
<Text x:Name="windowsSourcePath" x:Style="BORDER">
<Text.layoutData>
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
</Text.layoutData>
</Text>
<Button text="#sfoglia" x:Name="winSourcePathButton">
<Button.layoutData>
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
</Button.layoutData>
</Button>
<Label background="COLOR_WIDGET_BACKGROUND" text="#gblinux">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT" grabExcessHorizontalSpace="true"/>
</Label.layoutData>
</Label>
<Text x:Name="linuxSourcePath" x:Style="BORDER">
<Text.layoutData>
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
</Text.layoutData>
</Text>
<Button text="#sfoglia" x:Name="linuxSourcePathButton">
<Button.layoutData>
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
</Button.layoutData>
</Button>
<Label background="COLOR_WIDGET_BACKGROUND" text="#gbosx">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT" grabExcessHorizontalSpace="true"/>
</Label.layoutData>
</Label>
<Text x:Name="osxSourcePath" x:Style="BORDER">
<Text.layoutData>
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
</Text.layoutData>
</Text>
<Button text="#sfoglia" x:Name="osxSourcePathButton">
<Button.layoutData>
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
</Button.layoutData>
</Button>
</Group>
<Group background="COLOR_WIDGET_BACKGROUND" text="Cartella file elaborati">
<Group.layoutData>
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
</Group.layoutData>
<Group.layout>
<GridLayout numColumns="3" grabExcessHorizontalSpace="true"/>
</Group.layout>
<Label background="COLOR_WIDGET_BACKGROUND" text="#gbwindows">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT" grabExcessHorizontalSpace="true" />
</Label.layoutData>
</Label>
<Text x:Name="windowsDestPath" x:Style="BORDER">
<Text.layoutData>
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
</Text.layoutData>
</Text>
<Button text="#sfoglia" x:Name="winDestPathButton">
<Button.layoutData>
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
</Button.layoutData>
</Button>
<Label background="COLOR_WIDGET_BACKGROUND" text="#gblinux">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT" grabExcessHorizontalSpace="true"/>
</Label.layoutData>
</Label>
<Text x:Name="linuxDestPath" x:Style="BORDER">
<Text.layoutData>
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
</Text.layoutData>
</Text>
<Button text="#sfoglia" x:Name="linuxDestPathButton">
<Button.layoutData>
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
</Button.layoutData>
</Button>
<Label background="COLOR_WIDGET_BACKGROUND" text="#gbosx">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT" grabExcessHorizontalSpace="true"/>
</Label.layoutData>
</Label>
<Text x:Name="osxDestPath" x:Style="BORDER">
<Text.layoutData>
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
</Text.layoutData>
</Text>
<Button text="#sfoglia" x:Name="osxDestPathButton">
<Button.layoutData>
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
</Button.layoutData>
</Button>
</Group>
<Group text="Richiesta codifica fornitore" background="COLOR_WIDGET_BACKGROUND">
<Group.layoutData>
<GridData horizontalSpan="2" horizontalAlignment="FILL"
grabExcessHorizontalSpace="true" />
</Group.layoutData>
<Group.layout>
<GridLayout numColumns="2"/>
</Group.layout>
<Button x:Style="CHECK" x:Name="richCodFor"/>
<Label text="Attivazione" background="COLOR_WIDGET_BACKGROUND">
<Label.layoutData>
<GridData horizontalAlignment="LEFT" grabExcessHorizontalSpace="true"/>
</Label.layoutData>
</Label>
<Button x:Style="CHECK" x:Name="convMaiuscRichCodFor"/>
<Label text="Converti caratteri in maiuscolo" background="COLOR_WIDGET_BACKGROUND">
<Label.layoutData>
<GridData horizontalAlignment="LEFT" grabExcessHorizontalSpace="true"/>
</Label.layoutData>
</Label>
</Group>
</Composite>
</ScrolledComposite>
</CTabItem.control>
</CTabItem>
<CTabItem text="Gestione documenti">
<CTabItem.control>
<ScrolledComposite x:Name="scrLayoutComposite_2"
x:Style="BORDER | H_SCROLL | V_SCROLL" background="COLOR_WIDGET_BACKGROUND">
<Composite.layout>
<GridLayout />
</Composite.layout>
<Composite x:Name="layoutComposite_2" background="COLOR_WIDGET_BACKGROUND">
<Composite.layout>
<GridLayout numColumns="2" />
</Composite.layout>
<Group text="Documentale per Galileo" background="COLOR_WIDGET_BACKGROUND">
<Group.layoutData>
<GridData horizontalSpan="1" horizontalAlignment="FILL"
grabExcessHorizontalSpace="true" />
</Group.layoutData>
<Group.layout>
<GridLayout numColumns="1"/>
</Group.layout>
<Composite background="COLOR_WIDGET_BACKGROUND">
<Composite.layout>
<GridLayout numColumns="2" marginHeight="0" verticalSpacing="0"/>
</Composite.layout>
<Label x:Name="WarningImage" background="COLOR_WIDGET_BACKGROUND" font="Segoe UI,9,BOLD | ITALIC"/>
<Label x:Name="Warning" background="COLOR_WIDGET_BACKGROUND" font="Segoe UI,9,BOLD | ITALIC" alignment="LEFT"/>
</Composite>
<Composite background="COLOR_WIDGET_BACKGROUND">
<Composite.layout>
<GridLayout numColumns="3" verticalSpacing="0" marginHeight="0"/>
</Composite.layout>
<Button x:Style="CHECK" x:Name="DOCPDFFPE"/>
<Label text="Attivazione" background="COLOR_WIDGET_BACKGROUND"/>
<Composite background="COLOR_WIDGET_BACKGROUND">
<Composite.layout>
<GridLayout numColumns="1"/>
</Composite.layout>
<Button text="Test documentale" x:Name="docTest"/>
</Composite>
<Label/>
<Label text="Da data" background="COLOR_WIDGET_BACKGROUND">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Composite x:Name="docDateComposite" background="COLOR_WIDGET_BACKGROUND"/>
</Composite>
<Composite background="COLOR_WIDGET_BACKGROUND">
<Composite.layout>
<GridLayout numColumns="2"/>
</Composite.layout>
<Label text="Protocollo di comunicazione samba" background="COLOR_WIDGET_BACKGROUND"/>
<Combo x:Name="smbProtocol" x:Style="READ_ONLY"/>
<Label text="Documento già presente in Galileo" background="COLOR_WIDGET_BACKGROUND"/>
<Combo x:Name="DOCSS" x:Style="READ_ONLY"/>
<Label text="Creazione documento PDF per documentale" background="COLOR_WIDGET_BACKGROUND"/>
<Button text="Esegui" x:Name="PDFDocumentale"/>
</Composite>
</Group>
<Group text="Allegati con estensione PDF" background="COLOR_WIDGET_BACKGROUND">
<Group.layoutData>
<GridData horizontalSpan="2" horizontalAlignment="FILL"
grabExcessHorizontalSpace="true" />
</Group.layoutData>
<Group.layout>
<GridLayout numColumns="2" marginHeight="10"/>
</Group.layout>
<Button x:Style="CHECK" x:Name="ALLPDFS"/>
<Label text="Includi in documento PDF singolo" background="COLOR_WIDGET_BACKGROUND">
<Label.layoutData>
<GridData horizontalAlignment="LEFT" grabExcessHorizontalSpace="true"/>
</Label.layoutData>
</Label>
<Button x:Style="CHECK" x:Name="ALLPDFM"/>
<Label text="Includi in documento PDF cumulativo" background="COLOR_WIDGET_BACKGROUND">
<Label.layoutData>
<GridData horizontalAlignment="LEFT" grabExcessHorizontalSpace="true"/>
</Label.layoutData>
</Label>
<Button x:Style="CHECK" x:Name="ALLPDFD"/>
<Label text="Includi in documento PDF per documentale" background="COLOR_WIDGET_BACKGROUND">
<Label.layoutData>
<GridData horizontalAlignment="LEFT" grabExcessHorizontalSpace="true"/>
</Label.layoutData>
</Label>
</Group>
</Composite>
</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="Riallineamento archivi FT CX" 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 archivi" x:Name="realiInvoice"/>
</Group>
<Group text="Avviamento solo versioni JV9" background="COLOR_WIDGET_BACKGROUND">
<Group.layoutData>
<GridData horizontalSpan="2" horizontalAlignment="FILL"
grabExcessHorizontalSpace="true" />
</Group.layoutData>
<Group.layout>
<GridLayout numColumns="1"/>
</Group.layout>
<Button text="Assegna estremi per numero documento breve" x:Name="realiEstremi"/>
</Group>
</Composite>
</ScrolledComposite>
</CTabItem.control>
</CTabItem>
</CTabFolder>
</Composite>