if (intSizeIcons == GfrFactoryIconAbs.INT_SIZE_XXSMALL)
super._btnHelpPartThisFrame = new GfrBcnJhpOflOthXXSmall(mlrEffectsBorder, strKeyHelp);
else if (intSizeIcons == GfrFactoryIconAbs.INT_SIZE_XSMALL)
super._btnHelpPartThisFrame = new GfrBcnJhpOflOthXSmall(mlrEffectsBorder, strKeyHelp);
else if (intSizeIcons == GfrFactoryIconAbs.INT_SIZE_LARGE)
super._btnHelpPartThisFrame = new GfrBcnJhpOflPartLarge(mlrEffectsBorder, strKeyHelp);
else
{
throw new Exception("Uncaught intSizeIcons: " + intSizeIcons);
}
}