📄 accounts_select.aspx
字号:
<%@ Page language="c#" Codebehind="Accounts_Select.aspx.cs" AutoEventWireup="false" Inherits="OI.Manage.Accounts_Select" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>Accounts_Select</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 120px; WIDTH: 423px; POSITION: absolute; TOP: 54px; HEIGHT: 215px"
cellSpacing="1" cellPadding="1" width="423" align="center" border="1" runat="server">
<TR>
<TD style="HEIGHT: 44px">
<asp:Label id="LabelUserName" runat="server" Width="62px" Height="23px">姓名</asp:Label>
<asp:TextBox id="TextBoxUserName" runat="server"></asp:TextBox>
<asp:Label id="LabelSex" runat="server">性别</asp:Label>
<asp:DropDownList id="DropDownListSex" runat="server">
<asp:ListItem Value="请选择">请选择</asp:ListItem>
<asp:ListItem Value="男">男</asp:ListItem>
<asp:ListItem Value="女">女</asp:ListItem>
</asp:DropDownList></TD>
</TR>
<TR>
<TD style="HEIGHT: 51px">
<asp:Label id="LabelPoliticalFeature" runat="server">政治面貌</asp:Label>
<asp:DropDownList id="DropDownListPoliticalFeature" runat="server">
<asp:ListItem Value="请选择" Selected="True">请选择</asp:ListItem>
<asp:ListItem Value="党员">党员</asp:ListItem>
<asp:ListItem Value="团员">团员</asp:ListItem>
<asp:ListItem Value="其他">其他</asp:ListItem>
<asp:ListItem Value="无">无</asp:ListItem>
</asp:DropDownList>
<asp:Label id="LabelState" runat="server">人员状态</asp:Label>
<asp:DropDownList id="DropDownListState" runat="server">
<asp:ListItem Value="请选择" Selected="True">请选择</asp:ListItem>
<asp:ListItem Value="在职">在职</asp:ListItem>
<asp:ListItem Value="离职">离职</asp:ListItem>
</asp:DropDownList>
<asp:Label id="LabelIsMarried" runat="server" Width="85px">婚姻状态</asp:Label>
<asp:DropDownList id="DropDownListIsMarried" runat="server">
<asp:ListItem Value="请选择" Selected="True">请选择</asp:ListItem>
<asp:ListItem Value="已婚">已婚</asp:ListItem>
<asp:ListItem Value="未婚">未婚</asp:ListItem>
</asp:DropDownList></TD>
</TR>
<TR>
<TD style="HEIGHT: 57px"></TD>
</TR>
<TR>
<TD>
<asp:Button id="ButtonOK" runat="server" Text="确定"></asp:Button>
<asp:Button id="ButtonCancel" runat="server" Text="取消"></asp:Button></TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -