31 lines
1.1 KiB
XML
31 lines
1.1 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
|
<Application>
|
|||
|
|
<Views Id="Views">
|
|||
|
|
<ListView Id="Cargo_Goods_ListView">
|
|||
|
|
<Columns Id="Columns">
|
|||
|
|
<ColumnInfo Id="PackingType" Index="-1" />
|
|||
|
|
<ColumnInfo Id="Volume" Index="4" />
|
|||
|
|
<ColumnInfo Id="Height" Index="9" />
|
|||
|
|
<ColumnInfo Id="Width" Index="10" />
|
|||
|
|
<ColumnInfo Id="Depth" Index="11" />
|
|||
|
|
</Columns>
|
|||
|
|
</ListView>
|
|||
|
|
<ListView Id="Client_Goods_ListView">
|
|||
|
|
<Columns Id="Columns">
|
|||
|
|
<ColumnInfo Id="Depth" Index="-1" />
|
|||
|
|
<ColumnInfo Id="Height" Index="-1" />
|
|||
|
|
<ColumnInfo Id="PackingType" Index="-1" />
|
|||
|
|
<ColumnInfo Id="Width" Index="-1" />
|
|||
|
|
</Columns>
|
|||
|
|
</ListView>
|
|||
|
|
<ListView Id="Goods_ListView">
|
|||
|
|
<Columns Id="Columns">
|
|||
|
|
<ColumnInfo Id="Volume" OwnerBand="Dimensions" />
|
|||
|
|
<ColumnInfo Id="PackingType" OwnerBand="Dimensions" />
|
|||
|
|
<ColumnInfo Id="Height" OwnerBand="Dimensions" />
|
|||
|
|
<ColumnInfo Id="Width" OwnerBand="Dimensions" />
|
|||
|
|
<ColumnInfo Id="Depth" OwnerBand="Dimensions" />
|
|||
|
|
</Columns>
|
|||
|
|
</ListView>
|
|||
|
|
</Views>
|
|||
|
|
</Application>
|