30 lines
3.9 KiB
Plaintext
Executable File
30 lines
3.9 KiB
Plaintext
Executable File
<Composite xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" background="COLOR_WIDGET_BACKGROUND" x:Class="it.smi.adex.views.persSpainDataSettingsPageID" x:Name="prefPageComp">
|
|
<Composite.layout>
|
|
<GridLayout numColumns="2"/>
|
|
</Composite.layout>
|
|
<Label background="COLOR_WIDGET_BACKGROUND" text="#programmapreestrazione" 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="LEFT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text textLimit="10" x:Name="progPers1" x:Style="BORDER">
|
|
<Text.layoutData>
|
|
<GridData horizontalAlignment="FILL" widthHint="181"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Label background="COLOR_WIDGET_BACKGROUND" text="#programmapostestrazione" 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 textLimit="10" x:Name="progPers2" x:Style="BORDER">
|
|
<Text.layoutData>
|
|
<GridData horizontalAlignment="FILL"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<StyledText font="Courier,9" text=" * --------------------------------------------------------- * Prototipo ed interfaccia di Input * --------------------------------------------------------- D PGMPERS PR D P_ELAB LIKE(P_ELAB) D P_ANNO LIKE(P_ANNO) D P_MESE LIKE(P_MESE) D P_TIPO LIKE(P_TIPO) D P_PROG LIKE(P_PROG) * D PGMPERS PI D P_ELAB 2 D P_ANNO 4S D P_MESE 2S D P_TIPO 1 D P_PROG 9S 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 ***********************************************************" x:Style="BORDER | READ_ONLY">
|
|
<StyledText.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" grabExcessVerticalSpace="true" heightHint="661" horizontalAlignment="FILL" horizontalSpan="2" verticalAlignment="FILL"/>
|
|
</StyledText.layoutData>
|
|
</StyledText>
|
|
</Composite><!-- Forms API --> |