48 lines
1.7 KiB
Plaintext
Executable File
48 lines
1.7 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.preferences.Mod347SettingsPrefPage" x:Name="prefPageComp">
|
|
<Composite.layout>
|
|
<FillLayout/>
|
|
</Composite.layout>
|
|
<Composite background="COLOR_WIDGET_BACKGROUND">
|
|
<Composite.layout>
|
|
<FillLayout/>
|
|
</Composite.layout>
|
|
<Group background="COLOR_WIDGET_BACKGROUND" text="#gbpercorsoxml">
|
|
<Group.layout>
|
|
<GridLayout numColumns="3"/>
|
|
</Group.layout>
|
|
<Label background="COLOR_WIDGET_BACKGROUND" text="#gbwindows">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Name="windowsPath" x:Style="BORDER">
|
|
<Text.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Button text="#sfoglia" x:Name="winButton"/>
|
|
<Label background="COLOR_WIDGET_BACKGROUND" text="#gblinux">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Name="linuxPath" x:Style="BORDER">
|
|
<Text.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Button text="#sfoglia" x:Name="linuxButton"/>
|
|
<Label background="COLOR_WIDGET_BACKGROUND" text="#gbosx">
|
|
<Label.layoutData>
|
|
<GridData horizontalAlignment="RIGHT"/>
|
|
</Label.layoutData>
|
|
</Label>
|
|
<Text x:Name="osxPath" x:Style="BORDER">
|
|
<Text.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" horizontalAlignment="FILL"/>
|
|
</Text.layoutData>
|
|
</Text>
|
|
<Button text="#sfoglia" x:Name="osxButton"/>
|
|
</Group>
|
|
</Composite>
|
|
</Composite><!-- Forms API --> |