📄 cst_customer_add.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CST_customer_add.aspx.cs" Inherits="Admin_CST_customer_add" %>
<!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 style="background-color: #dee5ef;">
<form id="form1" runat="server">
<div style="text-align: center">
<br />
<br />
<table border="0" style="height: 98px">
<tr>
<td style="height: 21px" colspan="3">
<asp:Label ID="LabF" runat="server" Text="类别添加" Width="136px"></asp:Label></td>
</tr>
<tr>
<td style="width: 100px; height: 21px;" align="right">
<asp:Label ID="LabID" runat="server" Text="客 户 ID" Width="82px"></asp:Label></td>
<td style="height: 21px;" align="left" colspan="2">
<asp:TextBox ID="TxtID" runat="server" Width="153px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px; height: 21px;" align="right">
<asp:Label ID="Labname" runat="server" Text="客户姓名" Width="80px"></asp:Label></td>
<td style="height: 21px;" align="left" colspan="2">
<asp:TextBox ID="TxtName" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px; height: 26px;" align="right">
<asp:Label ID="Label1" runat="server" Text="客户密码" Width="80px"></asp:Label></td>
<td style="height: 26px;" align="left" colspan="2">
<asp:TextBox ID="TxtPwd" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px" align="right">
<asp:Label ID="Label2" runat="server" Text="客户邮件" Width="80px"></asp:Label></td>
<td align="left" colspan="2">
<asp:TextBox ID="TxtEmali" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px; height: 26px;">
<asp:Button ID="btOK" runat="server" OnClick="Button2_Click" Text="添加" /></td>
<td style="width: 100px; height: 26px;">
<asp:Button ID="btnCncel" runat="server" OnClick="Button1_Click" Text="取消" /></td>
<td style="width: 100px; height: 26px;">
</td>
</tr>
</table>
<br />
<br />
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -