变量设置
############################################################################
#
# Background Web Page. This variable defines the HTML page that is displayed
# in the background. The background html page will be removed when a part is opened.
# The default is to display Tips of the day.
#
#if FILE ${UGII_BASE_DIR}\UGTIPS\${UGII_LANG}\background.html
UGII_BACKGROUND_URL=${UGII_BASE_DIR}\UGTIPS\${UGII_LANG}\background.html
UGII_BACKGROUND_NOPART=1
#else
UGII_BACKGROUND_URL=${UGII_BASE_DIR}\UGII\HTML_FILES\background.html
UGII_BACKGROUND_NOPART=1
#endif
#