📄 addghdw.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Addghdw.aspx.cs" Inherits="Addghdw" %>
<!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"> </span></td>
</tr>
<tr>
<td bgcolor="#ffffff" colspan="2" style="height: 10px">
单位地址:<asp:TextBox ID="TextBox3" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td bgcolor="#ffffff" colspan="2" style="height: 10px">
联系电话:<asp:TextBox ID="TextBox4" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td bgcolor="#ffffff" colspan="2" style="height: 10px">
联系人 :<asp:TextBox ID="TextBox5" runat="server"></asp:TextBox></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">
注:各项请输入有效数字!! </td>
</tr></table></div>
</form></body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -