71 lines
2.6 KiB
Plaintext
Executable File
71 lines
2.6 KiB
Plaintext
Executable File
<Composite xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" x:Class="it.smi.adex.v.Mod770SettingsAdditionalData" text="" 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="1"/>
|
|
</Composite.layout>
|
|
<Group>
|
|
<Group.layoutData>
|
|
<GridData horizontalAlignment="FILL" verticalAlignment="FILL" grabExcessHorizontalSpace="true"/>
|
|
</Group.layoutData>
|
|
<Group.layout>
|
|
<GridLayout numColumns="2"/>
|
|
</Group.layout>
|
|
<Button text="Sostituto" x:Style="CHECK" x:Name="SGS1II" />
|
|
<Label text="">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Label text="Codice fiscale altro incaricato" bounds="0, 0, 55, 15">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" textLimit="16" x:Name="CFAIII">
|
|
<Text.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Button text="Dipendente" x:Style="CHECK" x:Name="GSDIII" />
|
|
<Button text="Autonomo" x:Style="CHECK" x:Name="GSAUII" />
|
|
<Button text="Capitali" x:Style="CHECK" x:Name="GSCAII" />
|
|
<Button text="Locazioni brevi" x:Style="CHECK" x:Name="GSLBII" />
|
|
<Button text="Altre ritenute" x:Style="CHECK" x:Name="GSARII" />
|
|
</Group>
|
|
<Group>
|
|
<Group.layoutData>
|
|
<GridData verticalAlignment="FILL" horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
|
|
</Group.layoutData>
|
|
<Group.layout>
|
|
<GridLayout numColumns="2"/>
|
|
</Group.layout>
|
|
<Button text="Sostituto" x:Style="CHECK" x:Name="SGS2II" />
|
|
<Label text="">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Label text="Codice fiscale altro incaricato" bounds="0, 0, 55, 15">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Style="BORDER" textLimit="16" x:Name="CFA2II">
|
|
<Text.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Button text="Dipendente" x:Style="CHECK" x:Name="GSD2II" />
|
|
<Button text="Autonomo" x:Style="CHECK" x:Name="GSA2II" />
|
|
<Button text="Capitali" x:Style="CHECK" x:Name="GSC2II" />
|
|
<Button text="Locazioni brevi" x:Style="CHECK" x:Name="GSL2II" />
|
|
<Button text="Altre ritenute" x:Style="CHECK" x:Name="GSR2II" />
|
|
</Group>
|
|
</Composite>
|
|
</ScrolledComposite>
|
|
</Composite>
|
|
<!-- Forms API --> |