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

21 lines
2.8 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.PersITVatDeclarationSettingsPrefPage" x:Name="itVatDeclarationPersSettings" background="COLOR_WIDGET_BACKGROUND">
<Composite.layout>
<GridLayout numColumns="2"/>
</Composite.layout>
<Label background="COLOR_WIDGET_BACKGROUND" text="Programma post-estrazione" toolTipText="Parametri in ingresso:&#13;&#10;P_ELAB: Tipo elaborazione (Alfanumerico: 2)&#13;&#10;P_ANNO: Anno estrazione (Numerico: 4, 0)&#13;&#10;P_MESE: Mese estrazione (Numerico: 2, 0)&#13;&#10;P_TIPO_INVIO: Tipo invio A/R/blank (Alfanumerico: 1)&#13;&#10;P_PROGRESSIVO: Progressivo estrazione (Numerico: 9 , 0)">
<Label.layoutData>
<GridData horizontalAlignment="RIGHT"/>
</Label.layoutData>
</Label>
<Text x:Style="BORDER" x:Name="personalizedProgram" textLimit="10">
<Text.layoutData>
<GridData horizontalAlignment="FILL"/>
</Text.layoutData>
</Text>
<StyledText x:Style="BORDER | READ_ONLY" text=" * ---------------------------------------------------------&#13;&#10; * Prototipo ed interfaccia di Input &#13;&#10; * ---------------------------------------------------------&#13;&#10;D PGMPERS PR &#13;&#10;D P_PROG LIKE(P_PROG) &#13;&#10; * &#13;&#10;D PGMPERS PI &#13;&#10;D P_PROG 10S 0 &#13;&#10; * ---------------------------------------------------------&#13;&#10; * Definizione strutture dati &#13;&#10; * ---------------------------------------------------------&#13;&#10;D SHSDSDS ESDS QUALIFIED &#13;&#10; ***********************************************************&#13;&#10; * M A I N &#13;&#10; ***********************************************************&#13;&#10; /Free &#13;&#10; &#13;&#10; // Aggiungere qui il corpo del pgm &#13;&#10; &#13;&#10; // Chiusura programma e ritorno al pgm chiamante &#13;&#10; *INLR = *ON; &#13;&#10; RETURN; &#13;&#10; &#13;&#10; /End-Free &#13;&#10; ***********************************************************" font="Courier,9">
<StyledText.layoutData>
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL" grabExcessVerticalSpace="true" verticalAlignment="FILL" heightHint="661" horizontalSpan="2"/>
</StyledText.layoutData>
</StyledText>
</Composite>
<!-- Forms API -->