adduserbyarid.aspx
来自「该服务平台解决了计算机网络与移动网络之间信息交换问题」· ASPX 代码 · 共 187 行
ASPX
187 行
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AdduserByArID.aspx.cs" Inherits="UserManagement_AdduserByArID" %>
<!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 id="Head1" runat="server">
<title>无标题页</title>
</head>
<body style="margin-top:10px">
<form id="form1" runat="server">
<div>
<table style="width: 708px; background-color:#f3f8ff; height: 499px; border-right: #9ac4e0 1px solid; border-top: #9ac4e0 1px solid; border-left: #9ac4e0 1px solid; border-bottom: #9ac4e0 1px solid; position: relative;">
<tr>
<td style="font-size: smaller; width: 96px; height: 25px; background-color:#9ac4e0">
<asp:Label ID="Label2" runat="server" Font-Size="10pt" Width="356px">位置: 职工管理 > 职工档案添加</asp:Label></td>
</tr>
<tr>
<td style="width: 96px; height: 1px; ">
<table style="width: 735px">
<tr>
<td style="width: 290px; height: 27px;" 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="156px" AutoPostBack="True" OnSelectedIndexChanged="cbUserTeam_SelectedIndexChanged" >
</asp:DropDownList>
</td>
<span style="font-size: 10pt"></span>
<td colspan="7" style="height: 27px" >
<asp:Label ID="Label8" runat="server"
Font-Size="10pt" Text="请选择部门" style="left: 136px; position: relative; top: 0px">
</asp:Label>
<asp:DropDownList ID="cbDept" runat="server" AutoPostBack="True"
Style="position: relative; left: 99px; top: 1px;" Width="156px">
</asp:DropDownList>
</td>
</tr>
</table>
<table style="width: 735px; left: 0px; position: relative; top: 3px;">
<tr>
<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 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 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 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: -17px; position: relative;
top: 0px" Width="150px"></asp:TextBox>
</td>
</tr>
<tr>
<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 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 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 align="right" style="width: 2527px; height: 26px">
<asp:Label ID="Label14" runat="server" Font-Size="10pt" Style="position: relative"
Text="户口所在地"></asp:Label></td>
<td style="width: 535px; height: 26px">
<asp:TextBox ID="tbregist" runat="server" Font-Size="10pt" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td align="right" style="width: 1961px; height: 26px;">
<asp:Label ID="lblHomeAddress" runat="server" Font-Size="10pt" Text="家庭住址" style="position: relative"></asp:Label></td>
<td style="width: 139px; height: 26px;">
<asp:TextBox ID="HomeAddress" runat="server" Font-Size="10pt" style="position: relative"></asp:TextBox></td>
<td align="right" style="width: 2527px; height: 26px;">
<asp:Label ID="Label16" runat="server" Font-Size="10pt" Style="position: relative"
Text="现住址"></asp:Label></td>
<td style="width: 535px; height: 26px;">
<asp:TextBox ID="tbNowaddress" runat="server" Font-Size="10pt" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td align="right" style="width: 1961px; height: 15px;">
<asp:Label ID="Label9" runat="server" Font-Size="10pt" Text="学历"></asp:Label></td>
<td style="width: 139px; height: 15px;">
<asp:TextBox ID="tbSchoolAge" runat="server" Font-Size="10pt"></asp:TextBox></td>
<td align="right" style="width: 2527px; height: 15px;">
<asp:Label ID="Label5" runat="server" Font-Size="10pt" Style="position: relative"
Text="毕业学校"></asp:Label></td>
<td style="width: 535px; height: 15px;">
<asp:TextBox ID="tbSchool" runat="server" Font-Size="10pt" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td align="right" style="width: 1961px; height: 15px">
<asp:Label ID="Label11" runat="server" Font-Size="10pt" Style="position: relative"
Text="所学专业"></asp:Label></td>
<td style="width: 139px; height: 15px">
<asp:TextBox ID="tbSpeciality" runat="server" Style="position: relative"></asp:TextBox></td>
<td align="right" style="width: 2527px; height: 15px">
<asp:Label ID="Label10" runat="server" Font-Size="10pt" Style="position: relative"
Text="职位"></asp:Label></td>
<td style="width: 535px; height: 15px">
<asp:TextBox ID="tbJob" runat="server" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td align="right" style="width: 1961px; height: 26px;">
<asp:Label ID="Label15" runat="server" Font-Size="10pt" Style="position: relative"
Text="入伙时间"></asp:Label></td>
<td style="width: 139px; height: 26px;">
<asp:TextBox ID="tbtime" runat="server" Font-Size="10pt" Style="position: relative"></asp:TextBox></td>
<td style="width: 2527px; height: 26px;" align="right">
</td>
<td style="width: 535px; height: 26px;">
</td>
<td style="width: 535px; height: 26px;">
</td>
</tr>
<tr>
<td align="right" style="width: 1961px; height: 26px;">
<asp:Label ID="Label1" runat="server" Font-Size="10pt" Style="position: relative"
Text="短信端口类型"></asp:Label></td>
<td style="width: 139px; height: 26px;">
<asp:DropDownList ID="cbTrader" runat="server" Font-Size="10pt" Width="153px" style="position: relative">
</asp:DropDownList></td>
<td align="right" style="width: 2527px; height: 26px;">
<asp:Label ID="lblMobile" runat="server" Font-Size="10pt" Text="手机号" style="position: relative"></asp:Label></td>
<td style="width: 535px; height: 26px;">
<asp:TextBox ID="Mobile" runat="server" Font-Size="10pt" style="position: relative"></asp:TextBox></td>
<td style="width: 535px; height: 26px;">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width: 96px; height: 122px; ">
<table style="width: 763px; height: 8px; left: 0px; position: relative; top: -12px;">
<tr>
<td style="height: 60px; border-bottom: #9ac4e0 1px solid; width: 720px;" colspan="8">
<asp:Label ID="Label17" runat="server" Font-Size="10pt" Style="position: relative; left: 118px; top: -42px;"
Text="备注"></asp:Label>
<asp:TextBox ID="tbbeizhu" runat="server" Style="position: relative; left: 120px; top: -9px;" Height="65px" Width="500px" TextMode="MultiLine"></asp:TextBox><asp:Button ID="btnOK" runat="server" OnClick="btnOK_Click" Height="23px" Width="40px" Text="提交" style="left: -190px; position: relative; top: 42px" />
<asp:Button ID="btnCancel" runat="server" OnClick="btnCancel_Click" Height="23px" Width="40px" Text="取消" style="left: -190px; position: relative; top: 42px" />
</td>
</tr>
</table>
<asp:Button ID="Button1" runat="server" Style="position: relative; left: 441px; top: 2px;" Text="返回" OnClick="btnRetrun_Click" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?