27 lines
1.2 KiB
Plaintext
Executable File
27 lines
1.2 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.SendReceiveView2"
|
|
xmlns:p1="clr-namespace:org.eclipse.nebula.widgets.grid" xmlns:p2="clr-namespace:it.smi.palmax.widgets.basic">
|
|
<Composite.layout>
|
|
<GridLayout/>
|
|
</Composite.layout>
|
|
<ToolBar x:Style="FLAT | RIGHT" x:Name="toolbar">
|
|
<ToolBar.layoutData>
|
|
<GridData horizontalAlignment="RIGHT" grabExcessHorizontalSpace="true" verticalAlignment="FILL"/>
|
|
</ToolBar.layoutData>
|
|
<ToolItem x:Name="ricarica"/>
|
|
<ToolItem toolTipText="Allega" x:Name="nuovo"/>
|
|
<ToolItem toolTipText="Elimina" x:Name="elimina"/>
|
|
<ToolItem x:Name="salva"/>
|
|
</ToolBar>
|
|
<Label x:Name="attenzione" text="ATTENZIONE: Dimensione allegati totale massima consentita 4,5 MB" background="COLOR_YELLOW">
|
|
</Label>
|
|
<Label x:Name="label" text="Dimensione totale allegati: 1000000 mm">
|
|
</Label>
|
|
<p1:Grid headerVisible="true" splitterVisible="false" x:Name="table"
|
|
x:Style="BORDER | H_SCROLL | V_SCROLL | MULTI" size="450, 150">
|
|
<p1:Grid.layoutData>
|
|
<GridData grabExcessHorizontalSpace="true" grabExcessVerticalSpace="true" horizontalAlignment="FILL" verticalAlignment="FILL"/>
|
|
</p1:Grid.layoutData>
|
|
</p1:Grid>
|
|
</Composite>
|
|
<!-- Forms API --> |