📄 addcusinfro.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Addcusinfro.aspx.cs" Inherits="Addcusinfro" %>
<!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: 490px; position: relative; top: -3px; height: 266px">
<tr>
<td style="width: 40%"> <p align="center"><font face="楷体">登记编码:</font></p>
</td>
<td width="60%">
<asp:TextBox ID="tcode" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 40%; height: 52px;"> <p align="center"><font face="楷体">负责人编号:</font></p>
</td>
<td width="60%" style="height: 52px">
<asp:TextBox ID="rcode" 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="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="tdata" 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="tcontent" 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="tnode" runat="server"></asp:TextBox></td>
</tr>
</table>
</div>
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="left: 304px;
position: relative; top: 23px" Text="Submit" />
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -