您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->库存管理系统V1.0源码>>EditPeople.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:库存管理系统V1.0源码
当前文件:文件类型 StoreManage/EditPeople.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="EditPeople.aspx.cs" Inherits="EditPeople" %> 2 3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4 5<html xmlns="http://www.w3.org/1999/xhtml" > 6<head id="Head1" runat="server"> 7 <title>--</title> 8<link href="style.css" rel="stylesheet" type="text/css" /> 9<style type="text/css"> 10<!-- 11.STYLE1 {color: #FF0000} 12body,td,th { 13 font-size: 9pt; 14} 15.style2 {color: #666666} 16body { 17 margin-left: 0px; 18 margin-right: 0px; 19 margin-bottom: 0px; 20 margin-top: 0px; 21} 22--> 23</style> 24<script language="javascript" type="text/javascript"> 25</script> 26</head> 27 28<body><form id="form1" name="form1" method="post" runat="server" action=""> 29<div> 30<table border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#999999" style="width: 80%"> 31 32 <tr bgcolor="#ECFFEC"> 33 <td colspan="2" style="height: 10px"><div align="center"> 34 <strong>修改经办人</strong><span class="STYLE1">*号为必填项</span></div></td> 35 </tr> 36 <tr> 37 <td bgcolor="#FFFFFF" style="height: 10px" colspan="2" > 38 经办人名称:<span class="style2"><asp:TextBox ID="TextBox1" runat="server"></asp:TextBox><span class="STYLE1">*</span> </span><span class="style2"> 39 </span></td> 40 </tr> 41 <tr> 42 <td bgcolor="#FFFFFF" colspan="2" style="height: 30px" > 43 经办人编码:<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox><span class="STYLE1">*</span><span 44 style="color: #666666"> &nbsp; &nbsp;</span></td> 45 46 </tr> 47 48 <tr> 49 <td bgcolor="#ffffff" colspan="2" style="height: 10px"> 50 经办人电话:<asp:TextBox ID="TextBox5" runat="server"></asp:TextBox><span 51 style="color: #666666"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; 52 &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; </span> 53 </td> 54 </tr> 55 <tr align="center"> 56 <td colspan="2" bgcolor="#FFFFFF" style="height: 10px"> 57 <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="修改" /> 58 <asp:Button ID="Button2" runat="server" Text="返回" OnClick="Button2_Click" /></td> 59 </tr> 60 <tr align="left"> 61 <td colspan="2" bgcolor="#FFFFFF" style="height: 10px"> 62 注:各项请输入有效数字!!&nbsp;</td> 63 </tr></table></div> 64 65 66</form></body> 67</html> 68
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:库存管理系统V1.0源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号