if (intSizeIcons == GfrFactoryIconAbs.INT_SIZE_XXSMALL)
this._bgpUnitDistance_ =
new GfrBgpUnitDistanceXXSmall("Depth", alrParentComponent);
else if (intSizeIcons == GfrFactoryIconAbs.INT_SIZE_XSMALL)
this._bgpUnitDistance_ =
new GfrBgpUnitDistanceXSmall("Depth", alrParentComponent);
else if (intSizeIcons == GfrFactoryIconAbs.INT_SIZE_SMALL)
this._bgpUnitDistance_ =
new GfrBgpUnitDistanceSmall("Depth", alrParentComponent);
else
{