📄 addcustomer.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Addcustomer.aspx.cs" Inherits="Addtype" %>
<!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 runat="server">
<title>无标题页</title>
</head>
<body background="image/2.jpg">
<form id="form1" runat="server">
<div>
<table id="TABLE1" onclick="return TABLE1_onclick()" style="left: 101px; width: 263px; position: relative; top: -4px; height: 330px">
<tr>
<td style="width: 40%"> <p align="center"><font face="楷体">客户编码:</font></p>
</td>
<td width="60%">
<asp:TextBox ID="ccode" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 40%"> <p align="center"><font face="楷体">客户类型:</font></p>
</td>
<td width="60%">
<asp:TextBox ID="Type" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width:40%"> <p align="center"><font face="楷体">客户姓名:</font></p>
</td>
<td width="60%">
<asp:TextBox ID="cname" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 40%"> <p align="center"><font face="楷体">地址:</font></p>
</td>
<td width="60%">
<asp:TextBox ID="caddress" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 40%"> <p align="center"><font face="楷体">电话:</font></p>
</td>
<td width="60%">
<asp:TextBox ID="cphone" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 40%"> <p align="center"><font face="楷体">邮件:</font></p>
</td>
<td width="60%">
<asp:TextBox ID="cmail" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 40%"> <p align="center"><font face="楷体">手机号码:</font></p>
</td>
<td width="60%">
<asp:TextBox ID="ctel" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 40%"> <p align="center"><font face="楷体">生日:</font></p>
</td>
<td width="60%">
<asp:TextBox ID="cbirth" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 40%"> <p align="center"><font face="楷体">兴趣:</font></p>
</td>
<td width="60%">
<asp:TextBox ID="chobby" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 40%"> <p align="center"><font face="楷体">备注:</font></p>
</td>
<td width="60%">
<asp:TextBox ID="cnote" runat="server"></asp:TextBox></td>
</tr>
</table>
</div>
<asp:Button ID="Add" runat="server" OnClick="Add_Click" Style="left: 185px; position: relative;
top: 14px" Text="Submit" />
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -