⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 default.htm

📁 不好意思
💻 HTM
📖 第 1 页 / 共 2 页
字号:
                                                </TR>
                                                <TR>
                                                    <TD VALIGN="top" HEIGHT="100%" COLSPAN="7" style="WIDTH: 329px">
                                                        &nbsp;
                                                    </TD>
                                                </TR>
                                        </TABLE>
                                        <!--CLOSE OF CONTENT//-->
                                    </TD>
                                </TR>
                                <TR VALIGN="bottom">
                                    <TD HEIGHT="48">
                                        <!--OPEN OF BUTTON HTML//-->
                                        <TABLE HEIGHT="48" BORDER="0" CELLPADDING="0" CELLSPACING="0">
                                            <COLGROUP>
                                                <COL WIDTH="12">
                                                <COL>
                                                <COL WIDTH="75">
                                                <COL WIDTH="4">
                                                <COL WIDTH="75">
                                                <COL WIDTH="4">
                                                <COL WIDTH="75">
                                                <COL WIDTH="12">
                                                <TR>
                                                    <TD VALIGN="top" CLASS="RULE" COLSPAN="8" HEIGHT="2">
                                                        <TABLE BORDER="0" WIDTH="100%" HEIGHT="1" CELLPADDING="0" CELLSPACING="0">
                                                            <TR VALIGN="top">
                                                                <TD HEIGHT="1" WIDTH="100%" BGCOLOR="buttonshadow"></TD>
                                                                <TD HEIGHT="1" WIDTH="1" BGCOLOR="window"></TD>
                                                            </TR>
                                                        </TABLE>
                                                    </TD>
                                                </TR>
                                                <TR>
                                                    <TD VALIGN="top" HEIGHT="11" COLSPAN="8">
                                                        &nbsp;
                                                    </TD>
                                                </TR>
                                                <TR>
                                                    <TD VALIGN="center" HEIGHT="23" WIDTH="12">
                                                        &nbsp;
                                                    </TD>
                                                    <TD VALIGN="top" HEIGHT="23">
                                                        &nbsp;
                                                    </TD>
                                                    <TD VALIGN="center" HEIGHT="23" WIDTH="75">
                                                        <BUTTON CLASS="BUTTONS" ID="FinishBtn" ACCESSKEY="F" onClick="OnFinish(document);" type="button">
                                                            <U>F</U>inish</BUTTON>
                                                    </TD>
                                                    <TD VALIGN="center" HEIGHT="23" WIDTH="4">
                                                        &nbsp;
                                                    </TD>
                                                    <TD VALIGN="center" HEIGHT="23" WIDTH="75">
                                                        <BUTTON CLASS="BUTTONS" ID="CancelBtn" ACCESSKEY="C" onClick="window.external.Finish(document, 'cancel');" type="button">
                                                            <U>C</U>ancel</BUTTON>
                                                    </TD>
                                                    <TD VALIGN="center" HEIGHT="23" WIDTH="4">
                                                        &nbsp;
                                                    </TD>
                                                    <TD VALIGN="center" HEIGHT="23" WIDTH="75">
                                                        <BUTTON CLASS="BUTTONS" ID="HelpBtn" ACCESSKEY="H" onClick="window.external.OnHelp('vc.appwiz.custom.overview');" type="button">
                                                            <U>H</U>elp</BUTTON>
                                                    </TD>
                                                    <TD VALIGN="center" HEIGHT="23" WIDTH="12">
                                                        &nbsp;
                                                    </TD>
                                                </TR>
                                                <TR>
                                                    <TD VALIGN="top" HEIGHT="12" COLSPAN="8">
                                                        &nbsp;
                                                    </TD>
                                                </TR>
                                        </TABLE>
                                        <!--CLOSE OF BUTTON HTML//-->
                                    </TD>
                                </TR>
                        </TABLE>
                        <!--CLOSE OF NAVIGATION, CONTENT, AND BUTTON TABLES//-->
                    </TD>
                </TR>
        </TABLE>
        <SCRIPT LANGUAGE="JSCRIPT">


// This is an example of a function which initializes the page
//
function InitDocument(document)
{
	setDirection();
	
	if (window.external.FindSymbol('DOCUMENT_FIRST_LOAD'))
	{
		// This function sets the default symbols based 
		// on the values specified in the SYMBOL tags above
		//
		window.external.SetDefaults(document);
	}

	// Load the document and initialize the controls 
	// with the appropriate symbol values
	//
	window.external.Load(document);
}

// If the wizard has more than 1 page, this 
// function will browse to the page specified
//
function Next(document, linkto)
{
	window.external.Next(document, linkto);
}

// This is an example of a function which
// gets called when the user clicks on 'Finish'
//
function OnFinish(document)
{
	OnWizFinish(document);
}

        </SCRIPT>
        <SCRIPT ID="INCLUDE_SCRIPT" LANGUAGE="JSCRIPT"></SCRIPT>
        <SCRIPT ID="INCLUDE_COMMON" LANGUAGE="JSCRIPT"></SCRIPT>
        <!-- 
Common.js is a script file which contains the helper functions 
used by the wizards.  Include this line if you want to
call these functions from your html scripts.
//-->
        <SCRIPT>
	var strPath = window.external.FindSymbol("PRODUCT_INSTALLATION_DIR");
	strPath += "VCWizards/";
	strPath += window.external.GetHostLocale();
	var strScriptPath = strPath + "/Script.js";
	var strCommonPath = strPath + "/Common.js";
	document.scripts("INCLUDE_SCRIPT").src = strScriptPath;
	document.scripts("INCLUDE_COMMON").src = strCommonPath;
        </SCRIPT>
    </BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -