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

54 lines
2.0 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.EnterpriseQuestionnaireConfigurationNewDialog" x:Name="FORMVIEW" xmlns:p1="clr-namespace:java.lang">
<Composite.layout>
<FillLayout />
</Composite.layout>
<ScrolledComposite x:Name="scrLayoutComposite" x:Style="BORDER | H_SCROLL | V_SCROLL">
<Composite x:Name="layoutComposite">
<Composite.layout>
<GridLayout numColumns="2"/>
</Composite.layout>
<Group x:Name="RadioButton">
<Group.layoutData>
<GridData horizontalSpan="2" horizontalAlignment="FILL" grabExcessHorizontalSpace="true" />
</Group.layoutData>
<Group.layout>
<GridLayout numColumns="1"/>
</Group.layout>
<Button x:Style="RADIO" x:Name="buttonTitol"/>
<Button x:Style="RADIO" x:Name="buttonQuestion"/>
</Group>
<Group x:Name="Group">
<Group.layoutData>
<GridData horizontalSpan="2" horizontalAlignment="FILL" grabExcessHorizontalSpace="true" />
</Group.layoutData>
<Group.layout>
<GridLayout numColumns="2"/>
</Group.layout>
<Label x:Name="titolComboLabel">
<Label.layoutData>
<GridData horizontalAlignment="FILL" />
</Label.layoutData>
</Label>
<Combo x:Name="titolCombo" x:Style="READ_ONLY" grabExcessHorizontalSpace="true" />
<Label x:Name="questionLabel">
<Label.layoutData>
<GridData horizontalAlignment="FILL"/>
</Label.layoutData>
</Label>
<Text x:Style="BORDER | WRAP | MULTI" x:Name="questionTxt" textLimit="500" >
<Text.layoutData>
<GridData horizontalAlignment="FILL" grabExcessHorizontalSpace="true" grabExcessVerticalSpace="true" minimumHeight="140" />
</Text.layoutData>
</Text>
<Label x:Name="responseComboLabel">
<Label.layoutData>
<GridData horizontalAlignment="FILL"/>
</Label.layoutData>
</Label>
<Combo x:Name="responseCombo" x:Style="READ_ONLY"/>
</Group>
</Composite>
</ScrolledComposite>
</Composite>
<!-- Forms API -->