31 lines
3.8 KiB
Plaintext
Executable File
31 lines
3.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.views.persComDataSettingsPageID" x:Name="prefPageComp" background="COLOR_WIDGET_BACKGROUND">
|
|
<Composite.layout>
|
|
<GridLayout numColumns="2"/>
|
|
</Composite.layout>
|
|
<Label background="COLOR_WIDGET_BACKGROUND" text="Programma pre-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="LEFT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" x:Name="progPers1" textLimit="10">
|
|
<Text.layoutData>
|
|
<GridData horizontalAlignment="FILL" widthHint="181"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<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="progPers2" 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_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 0 D P_MESE 2S 0 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 ***********************************************************" font="Courier,9">
|
|
<StyledText.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL" grabExcessVerticalSpace="true" verticalAlignment="FILL" heightHint="661" horizontalSpan="2"/>
|
|
</StyledText.layoutData>
|
|
</StyledText>
|
|
</Composite>
|
|
<!-- Forms API --> |