📄 zhedit.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ZhEdit.aspx.cs" Inherits="Admin_ZhEdit" %>
<!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>
<title></title>
<LINK href="../css/style.css" type="text/css" rel="stylesheet">
<base target="_self"></base>
<script src="../css/Css.js" type="text/javascript"></script>
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" style="BORDER-RIGHT: #7f7f7f 2px dotted; BORDER-TOP: #7f7f7f 2px dotted; Z-INDEX: 101; LEFT: 0px; BORDER-LEFT: #7f7f7f 2px dotted; BORDER-BOTTOM: #7f7f7f 2px dotted; POSITION: absolute; TOP: 0px;"
cellSpacing="3" cellPadding="8" align="center" bgcolor ="#EFF3FB">
<TBODY>
<TR >
<TD class="TDTitle" align="center" colSpan="4" ><FONT face="宋体"><FONT face="宋体"><FONT style="FONT-SIZE: medium" face="宋体" color="dimgray">
住户信息</FONT></FONT></FONT></TD>
</TR>
<TR>
<TD align="center" >
户主:</TD>
<TD colSpan="3" style="HEIGHT: 14px"><FONT face="宋体"><asp:textbox id="TextBox1" runat="server" Width="537px" DESIGNTIMEDRAGDROP="98"></asp:textbox></FONT></TD>
</TR>
<tr>
<td align="center" style="height: 15px; width: 128px;">
<span>楼栋名称:</span></td>
<td colspan="3" style="height: 15px">
<asp:DropDownList ID="DropDownList1" runat="server" Width="541px">
</asp:DropDownList></td>
</tr>
<TR>
<TD style="HEIGHT: 14px; width: 128px;" align="center"><FONT face="宋体"><span>房间号</span>:</FONT></TD>
<TD style="HEIGHT: 14px" colSpan="3"><FONT face="宋体">
<asp:TextBox ID="TextBox3" runat="server" DESIGNTIMEDRAGDROP="98" Width="537px"></asp:TextBox></FONT></TD>
</TR>
<TR>
<TD align="center" style="width: 128px">
<span>房屋面积</span>:</TD>
<TD colSpan="3"><FONT face="宋体">
<asp:textbox id="Textbox2" runat="server" DESIGNTIMEDRAGDROP="98" Width="537px"></asp:textbox></FONT></TD>
</TR>
<tr>
<td align="center" style="width: 128px; height: 40px">
<span>联系方式:</span></td>
<td colspan="3" style="height: 40px">
<asp:TextBox ID="Textbox4" runat="server" DESIGNTIMEDRAGDROP="98" Width="537px"></asp:TextBox></td>
</tr>
<tr>
<td align="center" style="width: 128px">
<span>房屋用途:</span></td>
<td colspan="3"><asp:DropDownList ID="DropDownList2" runat="server" Width="541px">
<asp:ListItem>商用</asp:ListItem>
<asp:ListItem>民用</asp:ListItem>
<asp:ListItem>其他</asp:ListItem>
</asp:DropDownList></td>
</tr>
<TR>
<TD align="center" colSpan="34">
<asp:Button ID="Button2" runat="server" CssClass="button" Text="保存" OnClick="Button2_Click" />
<asp:Button ID="Button1" runat="server" CssClass="button" Text="返回" OnClick="Button1_Click" />
</TABLE>
</FONT></form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -