about.htm

来自「不错的进销存管理系统。功能比较全」· HTM 代码 · 共 53 行

HTM
53
字号
<html>
<head>
<title>关于                                    </title>
<style type="text/css">
<!--
body {
  border:0;
  overflow:	hidden;
  margin: 0;
  font:	MessageBox;
  background-color:#D6D3CE;
}
td {  
font-size: 12px; 
line-height: 18px;
font:	MessageBox;
}
-->
</style>
</head>
<body oncontextmenu="return false">
<table border="0" cellspacing="5" cellpadding="4" width="95%" align="center">
<tr>
    <td> <fieldset style="padding-bottom:5px">
      <legend>关于亿达进销存管理系统3.1版</legend>
      <table border="0" cellspacing="0" cellpadding="0" width="95%" align="center">
        <tr> 
          <td align="right"><font color="#0000FF">版本: V3.1</font></td>
        </tr>
        <tr> 
          <td width="100%">Copyright &copy; 2009 All Rights Reserved<br>
            <br>
            系统开发:<font color="#FF0000">常州亿达科技</font><br>
            QQ:874031633 Tel:13813558839<br>
            Email:


 yidatech@163.com<br>
            公司网址:<a href="http://www.czyida.cn" target="_blank">http://www.czyida.cn</a></td>
        </tr>
        
      </table>
 </fieldset>
 </td>
</tr>
<tr>
    <td align="right" valign="top">
<input type="button" class="buttons" value=" 确定 " onClick="window.close()"></td>
</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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