温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:库存管理系统V1.0源码
当前文件:
StoreManage/Editshdw.aspx,打开代码结构图
StoreManage/Editshdw.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Editshdw.aspx.cs" Inherits="Editshdw" %> 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} 12
body,td,th { 13
font-size: 9pt; 14
} 15
.style2 {color: #666666} 16
body { 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" > 43
单位名称:<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox><span class="STYLE1">*</span><span 44
style="color: #666666"> </span></td> 45
46
</tr> 47
48
<tr> 49
<td bgcolor="#ffffff" colspan="2" style="height: 10px"> 50
单位地址:<asp:TextBox ID="TextBox3" runat="server"></asp:TextBox></td> 51
</tr> 52
<tr> 53
<td bgcolor="#ffffff" colspan="2" style="height: 10px"> 54
联系电话:<asp:TextBox ID="TextBox4" runat="server"></asp:TextBox></td> 55
</tr> 56
<tr> 57
<td bgcolor="#ffffff" colspan="2" style="height: 10px"> 58
联系人 :<asp:TextBox ID="TextBox5" runat="server"></asp:TextBox></td> 59
</tr> 60
<tr align="center"> 61
<td colspan="2" bgcolor="#FFFFFF" style="height: 10px"> 62
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="修改" /> 63
<asp:Button ID="Button2" runat="server" Text="返回" OnClick="Button2_Click" /></td> 64
</tr> 65
<tr align="left"> 66
<td colspan="2" bgcolor="#FFFFFF" style="height: 10px"> 67
注:各项请输入有效数字!! </td> 68
</tr></table></div> 69
70
71
</form></body> 72
</html> 73



<!--

.STYLE1 
-->
