Fiscality maschera funziona fino all apertura del xmlx
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
<Composite xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" x:Class="it.smi.adex.views.ReverseInvoicesIntegrationExportParametersDialog" 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>
|
||||
<Label x:Name="labelVatRegister">
|
||||
<Label.layoutData>
|
||||
<GridData horizontalAlignment="LEFT"/>
|
||||
</Label.layoutData>
|
||||
</Label>
|
||||
<Text x:Name="vatRegisterTxt" textLimit="1" x:Style="BORDER">
|
||||
<Text.layoutData>
|
||||
<GridData horizontalAlignment="FILL" />
|
||||
</Text.layoutData>
|
||||
</Text>
|
||||
<Label x:Name="labelDateStart">
|
||||
<Label.layoutData>
|
||||
<GridData horizontalAlignment="LEFT"/>
|
||||
</Label.layoutData>
|
||||
</Label>
|
||||
<Composite x:Name="dateStartComp"/>
|
||||
<Label x:Name="labelDateFinish">
|
||||
<Label.layoutData>
|
||||
<GridData horizontalAlignment="LEFT"/>
|
||||
</Label.layoutData>
|
||||
</Label>
|
||||
<Composite x:Name="dateFinishComp"/>
|
||||
</Composite>
|
||||
</ScrolledComposite>
|
||||
</Composite>
|
||||
<!-- Forms API -->
|
||||
Reference in New Issue
Block a user