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

📄 test1.htm

📁 稿件名称:利用WebBrowser Control实现程序界面与实现的分离 稿件作者:张硕、陈晗 程序名称:Project1.exe 运行环境:Borland Delphi 6/7
💻 HTM
字号:
<html>
<head>
<title>Welcom to ZoCSoft.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.CopyrightTable {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	line-height: 150%;
	padding-left: 1pt;
}
.FixFont {
	font-size: 8pt;
	font-family: "Tahoma";

}
.NavBar {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	line-height: 150%;
}
.Products {
	background-color: #68B4FF;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	font-weight: bold; 
	border: thin solid #FFFFFF;
}
.ProductsHover {
	background-color: #FFAD33;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	font-weight: bold;
	cursor: hand;
	border: thin solid #FF6600;
}
.Download {
	background-color: #0099FF;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	font-weight: bold;
	border: thin solid #FFFFFF;
}
.DownloadHover {
	background-color: #FFAD33;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	font-weight: bold;
	cursor: hand;
	border: thin solid #FF6600;
}
.Purchase {
	background-color: #3366CC;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	font-weight: bold;
	border: thin solid #FFFFFF;
}
.PurchaseHover {
	background-color: #FFAD33;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	font-weight: bold;
	cursor: hand;
	border: thin solid #FF6600;
}
.Resource {
	background-color: #330066;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	font-weight: bold;
	border: thin solid #FFFFFF;
}
.ResourceHover {
	background-color: #FFAD33;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	font-weight: bold;
	cursor: hand;
	border: thin solid #FF6600;
}-->
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0">
  <tr align="left"> 
    <td><img src="ESBanner.gif" alt="wwwEoCSoft.com" width="770" height="80" align="right"></td>
  </tr>
  <tr> 
    <td height="32" align="left" class="FixFont"><table width="100%" class="NavBar">
        <tr> 
          <td width="28%" height="23" class="FixFont"><font color="#000099"><strong>Last 
            Updated :2003.09.04</strong></font></strong></td>
          <td width="26%" align="right" class="RAlignBack">&nbsp;</td>
          <td width="46%" align="right"> <table width="95%" border="0" align="right" cellspacing="0" class="NavBar">
              <tr> 
                <td width="25%" align="center" class="Products" onMouseOver="this.className='ProductsHover'" 
		  		onMouseOut="this.className='Products'" onClick="javascript:window.external.ShowAboutBox()" title="关于"><font color="#FFFFFF">关于</font></td>
                <td width="25%" align="center" class="Download" onMouseOver="this.className='DownloadHover'" 
		  		onMouseOut="this.className='Download'" onClick="javascript:window.external.SwitchUI()" title="切换界面"><font color="#FFFFFF">切换界面</font></td>
              </tr>
            </table></td>
        </tr>
      </table></td>
  </tr>
  <tr valign="top"> 
    <td><table width="100%" border="0" cellpadding="0" cellspacing="0" class="CopyrightTable">
        <tr> 
          <td height="18">&nbsp;</td>
        </tr>
        <tr> 
          <td height="18">&nbsp;Copyright&copy; 2000-2003 www.ZoCSoft.com. All 
            rights reserved. </td>
        </tr>
      </table></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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