You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.9 KiB
Plaintext

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>新建字段向导</title>
<link href="../../../../DataUser/Style/ccbpm.css" rel="stylesheet" type="text/css" />
<link href="../../../Scripts/easyUI145/themes/icon.css" rel="stylesheet" type="text/css" />
<link href="../../../Scripts/easyUI145/themes/default/easyui.css" rel="stylesheet" type="text/css" />
<link href="../../../Comm/Style/Table0.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="../../../Scripts/jquery/jquery.min.js"></script>
<script type="text/javascript" src="../../../Scripts/jquery/jquery.easyui.min.js"></script>
<script language="JavaScript" src="../../../Comm/JScript.js" type="text/javascript"></script>
<script type="text/javascript" src="../../../Scripts/bootstrap/js/jquery.min.js"></script>
<script type="text/javascript" src="../../../Scripts/bootstrap/js/bootstrap.min.js"></script>
<script src="../../../Scripts/QueryString.js" type="text/javascript"></script>
<script src="../../../Scripts/config.js" type="text/javascript"></script>
<script src="../../../Scripts/PinYin.js" type="text/javascript"></script>
<script src="../../../Comm/Gener.js" type="text/javascript"></script>
<script src="DDLBar.js"></script>
<script src="FrmComponentsEnum.js"></script>
<style>
body {
font-family: Microsoft YaHei;
}
input:first-line {
font-weight: bolder;
}
</style>
<script language="javascript" type="text/javascript">
//页面启动函数.
$(function () {
InitBar(0);
});
</script>
</head>
<body>
<div id="bar"></div>
<fieldset>
<legend>运行效果</legend>
<img src="11.FrmImg-1.png" style="width:70%;"/>
</fieldset>
</body>
</html>