adduser.aspx
来自「该服务平台解决了计算机网络与移动网络之间信息交换问题」· ASPX 代码 · 共 226 行 · 第 1/2 页
ASPX
226 行
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AddUser.aspx.cs" Inherits="UserManagement_AddUser" %>
<!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="margin-top:10px">
<form id="form1" runat="server">
<div>
<table style="width: 751px; background-color:#f3f8ff; height: 484px; border-right: #9ac4e0 1px solid; border-top: #9ac4e0 1px solid; border-left: #9ac4e0 1px solid; border-bottom: #9ac4e0 1px solid;">
<tr>
<td style="font-size: smaller; width: 99px; height: 25px; background-color:#9ac4e0">
<asp:Label ID="Label2" runat="server" Font-Size="10pt" Width="356px">位置: 职工管理 > 职工档案添加</asp:Label></td>
</tr>
<tr>
<td style="width: 99px; height: 1px; border-bottom-color: #9ac4e0;">
<table style="width: 735px; left: 0px; position: relative; top: 0px; height: 12px;">
<tr>
<td style="width: 290px; height: 17px;" align="right">
<asp:Label ID="Label7" runat="server" Font-Size="10pt" Text="请选择群组" style="position: relative; left: 25px; top: 0px;">
</asp:Label>
<asp:DropDownList ID="cbUserTeam" runat="server"
Style="position: relative; left: 18px; top: 0px;" Width="155px" AutoPostBack="True" OnSelectedIndexChanged="cbUserTeam_SelectedIndexChanged" >
</asp:DropDownList>
</td>
<span style="font-size: 10pt"></span>
<td colspan="7" style="height: 17px" >
<asp:Label ID="Label8" runat="server"
Font-Size="10pt" Text="请选择部门" style="left: 141px; position: relative; top: 0px">
</asp:Label>
<asp:DropDownList ID="cbDept" runat="server" AutoPostBack="True"
Style="position: relative; left: 104px; top: 1px;" Width="155px">
</asp:DropDownList>
</td>
</tr>
</table>
<table style="width: 735px; left: 0px; position: relative; top: 3px;">
<tr>
<td style="height: 15px; width: 3px;">
</td>
<td align="right" style="width: 1961px; height: 23px">
<asp:Label ID="lblID" runat="server" Text="编号" Font-Size="10pt"></asp:Label></td>
<td style="width: 139px; height: 23px; font-size: 12pt;">
<asp:TextBox ID="ID" runat="server" Font-Size="10pt" ReadOnly="False"></asp:TextBox></td>
<td style="height: 15px; width: 11px; font-size: 12pt;">
</td>
<td align="right" style="width: 2527px; height: 4px; font-size: 12pt;">
<asp:Label ID="lblName" runat="server" Font-Size="10pt" Text="姓名"></asp:Label></td>
<td style="width: 535px; font-size: 12pt;">
<asp:TextBox ID="Name" runat="server" Font-Size="10pt" Width="150px" style="left: 0px; position: relative; top: 0px"></asp:TextBox></td>
<td style="width: 535px; height: 23px; font-size: 12pt;">
</td>
</tr>
<tr style="font-size: 12pt">
<td style="height: 15px; width: 3px;">
</td>
<td align="right" style="width: 1961px; height: 23px">
<asp:Label ID="lblSex" runat="server" Font-Size="10pt" Text="性别"></asp:Label></td>
<td style="width: 139px; height: 23px">
<asp:DropDownList ID="Sex" runat="server" Font-Size="10pt" Width="155px" style="position: relative">
<asp:ListItem Value="0">男</asp:ListItem>
<asp:ListItem Value="1">女</asp:ListItem>
</asp:DropDownList></td>
<td style="height: 15px; width: 11px;">
</td>
<td align="right" style="width: 2527px; height: 4px">
<asp:Label ID="lblBirthday" runat="server" Font-Size="10pt" Text="出生年月"></asp:Label></td>
<td style="width: 226px;" colspan="2">
<asp:TextBox ID="tbbirthday" runat="server" Font-Size="10pt" Style="left: -16px; position: relative;
top: 0px" Width="150px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="height: 26px; width: 3px;">
</td>
<td align="right" style="width: 1961px; height: 26px">
<asp:Label ID="Label6" runat="server" Font-Size="10pt" Style="position: relative"
Text="民族"></asp:Label></td>
<td style="width: 139px; height: 26px">
<asp:TextBox ID="tbrace" runat="server" Font-Size="10pt" Style="position: relative"></asp:TextBox></td>
<td style="width: 139px; height: 26px">
</td>
<td align="right" style="width: 2527px; height: 26px">
<asp:Label ID="Label12" runat="server" Font-Size="10pt" Style="position: relative"
Text="籍贯"></asp:Label></td>
<td style="width: 535px; height: 26px">
<asp:TextBox ID="Jiguan" runat="server" Font-Size="10pt" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td style="height: 26px; width: 3px;">
</td>
<td align="right" style="width: 1961px; height: 26px">
<asp:Label ID="Label13" runat="server" Font-Size="10pt" Style="position: relative"
Text="身份证号"></asp:Label></td>
<td style="width: 139px; height: 26px">
<asp:TextBox ID="tbcard" runat="server" Font-Size="10pt" Style="position: relative" ></asp:TextBox>
</td>
<td style="width: 139px; height: 26px">
</td>
<td align="right" style="width: 2527px; height: 26px">
<asp:Label ID="Label14" runat="server" Font-Size="10pt" Style="position: relative"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?