您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->库存管理系统V1.0源码>>Addpancun.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:库存管理系统V1.0源码
当前文件:文件类型 StoreManage/Addpancun.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Addpancun.aspx.cs" Inherits="Addpancun" %> 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: 60%"> 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"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 45 &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; </span></td> 46 47 </tr> 48 <tr> 49 <td bgcolor="#FFFFFF" style="height: 10px;" colspan="2"> 50 <span style="color: #666666">&nbsp;&nbsp; &nbsp;&nbsp;</span><asp:TextBox ID="TextBox3" runat="server" Width="52px"></asp:TextBox><span class="STYLE1">*</span><span 51 style="color: #666666">&nbsp;</span></td> 52 </tr> 53 54 <tr> 55 <td bgcolor="#FFFFFF" style="height: 10px;" colspan="2"> 56 存放仓库:<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" DataSourceID="SqlDataSource1" 57 DataTextField="Name" DataValueField="Name"> 58 </asp:DropDownList> 59 <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:kc_dbConnectionString %>" 60 SelectCommand="SELECT [Name] FROM [cangku]"></asp:SqlDataSource> 61 </td> 62 </tr> 63 <tr align="center"> 64 <td align="left" bgcolor="#FFFFFF" style="height: 10px;" colspan="2"> 65 &nbsp; 盘存数&nbsp;<asp:TextBox ID="TextBox4" runat="server"></asp:TextBox><span class="STYLE1">*</span>&nbsp;</td> 66 </tr> 67 68 <tr align="center"> 69 <td colspan="2" bgcolor="#FFFFFF" style="height: 10px"> 70 <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="添加" /> 71 <asp:Button ID="Button2" runat="server" Text="返回" OnClick="Button2_Click" /></td> 72 </tr> 73 <tr align="left"> 74 <td colspan="2" bgcolor="#FFFFFF" style="height: 10px"> 75 备注:各项请输入有效数字!!&nbsp;</td> 76 </tr></table></div> 77 78 79</form></body> 80</html> 81
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:库存管理系统V1.0源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号