21 lines
2.8 KiB
Plaintext
Executable File
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: P_ELAB: Tipo elaborazione (Alfanumerico: 2) P_ANNO: Anno estrazione (Numerico: 4, 0) P_MESE: Mese estrazione (Numerico: 2, 0) P_TIPO_INVIO: Tipo invio A/R/blank (Alfanumerico: 1) 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=" * --------------------------------------------------------- * Prototipo ed interfaccia di Input * --------------------------------------------------------- D PGMPERS PR D P_PROG LIKE(P_PROG) * D PGMPERS PI D P_PROG 10S 0 * --------------------------------------------------------- * Definizione strutture dati * --------------------------------------------------------- D SHSDSDS ESDS QUALIFIED *********************************************************** * M A I N *********************************************************** /Free // Aggiungere qui il corpo del pgm // Chiusura programma e ritorno al pgm chiamante *INLR = *ON; RETURN; /End-Free ***********************************************************" font="Courier,9">
|
|
<StyledText.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL" grabExcessVerticalSpace="true" verticalAlignment="FILL" heightHint="661" horizontalSpan="2"/>
|
|
</StyledText.layoutData>
|
|
</StyledText>
|
|
</Composite>
|
|
<!-- Forms API --> |