addcangku.aspx

来自「库存管理系统V1.0源码 版本说明: 1.开发工具vs2005,数据库s」· ASPX 代码 · 共 65 行

ASPX
65
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AddCangku.aspx.cs" Inherits="AddCangku" %>

<!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 id="Head1" runat="server">
   <title>--</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.STYLE1 {color: #FF0000}
body,td,th {
	font-size: 9pt;
}
.style2 {color: #666666}
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
-->
</style>
<script language="javascript" type="text/javascript">
</script>
</head>

<body><form id="form1" name="form1" method="post" runat="server" action="">
<div>
<table border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#999999" style="width: 60%">
  
  <tr bgcolor="#ECFFEC">
    <td colspan="2" style="height: 10px"><div align="center">
        <strong>添加仓库</strong>(<span class="STYLE1">*号为必填项</span>)</div></td>
  </tr>
  <tr>
    <td bgcolor="#FFFFFF" style="height: 10px" colspan="2" >
        仓库名称:<span class="style2"><asp:TextBox ID="TextBox1" runat="server"></asp:TextBox><span class="STYLE1">*</span> </span><span class="style2">
        </span></td>
    </tr>
  <tr>
    <td bgcolor="#FFFFFF" colspan="2" >
        仓库编码:<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox><span class="STYLE1">*</span><span
            style="color: #666666"> &nbsp; &nbsp;</span></td>
        
    </tr>
  
  <tr>
      <td bgcolor="#ffffff" colspan="2" style="height: 10px">
          &nbsp;备 &nbsp; &nbsp; &nbsp; &nbsp; 注:<asp:TextBox ID="TextBox5" runat="server"></asp:TextBox><span
            style="color: #666666"></span></td>
  </tr>
  <tr align="center">
    <td colspan="2" bgcolor="#FFFFFF" style="height: 10px">
        <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="添加" />
        <asp:Button ID="Button2" runat="server"  Text="返回" OnClick="Button2_Click" /></td>
  </tr>
   <tr align="left">
    <td colspan="2" bgcolor="#FFFFFF" style="height: 10px">
        注:各项请输入有效数字!!&nbsp;</td>
  </tr></table></div>


</form></body>
</html>

⌨️ 快捷键说明

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