📄 employeeadd.aspx
字号:
<%@ Page language="c#" Codebehind="employeeAdd.aspx.cs" AutoEventWireup="false" Inherits="jpgSoftware_SM.sysManage.employeeAdd" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>employeeAdd</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="../styCss/sty1.css" type="text/css" rel="stylesheet">
<LINK href="../styCss/fontSty.css" type="text/css" rel="stylesheet">
<script language="javascript">
function selectDept()
{
window.open('selectDept.aspx','s','width=300px;height=350px;scroll=auto;status=yes');
}
function selectArea()
{
window.open('selectArea.aspx','s','width=300px;height=350px;scroll=auto;status=yes');
}
</script>
</HEAD>
<body leftMargin="0" topMargin="0" MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table height="120" width="500" border="0">
<tr>
<td class="whitFont" align="center" background="../Image/titleLine.gif" colSpan="4"
height="27">新增员工</td>
</tr>
<tr>
<td align="right" width="90"></td>
<td style="HEIGHT: 17px" width="259"> </td>
<td width="85"> </td>
<td width="48"> </td>
</tr>
<tr>
<td align="right">员工编号</td>
<td><asp:textbox id="employeeID" runat="server" Width="200px"></asp:textbox> *</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td align="right">员工名称</td>
<td colSpan="3"><asp:textbox id="employeeName" runat="server" Width="200px"></asp:textbox> *
</td>
</tr>
<tr>
<td align="right" width="90">密 码</td>
<td style="HEIGHT: 17px" width="259"><asp:textbox id="pwd" runat="server" Width="200px"></asp:textbox> *</td>
<td width="85"> </td>
<td width="48"> </td>
</tr>
<tr>
<td align="right" width="90">部 门</td>
<td style="HEIGHT: 17px" width="259"><asp:textbox id="dept" runat="server" ReadOnly="True" Width="200px"></asp:textbox> *<input id="deptSelectID" onclick="selectDept()" type="image" alt="选择部门" src="../Image/download.gif"
name="deptGroup"></td>
<td width="85"><asp:textbox id="deptID" style="DISPLAY: none" runat="server" Width="10"></asp:textbox></td>
<td width="48"> </td>
</tr>
<tr>
<td align="right" width="90">区 域</td>
<td style="HEIGHT: 17px" width="259">
<asp:TextBox id="area" runat="server" Width="200px" ReadOnly="True"></asp:TextBox> *<input id="areaSelectID" onclick="selectArea()" type="image" alt="选择区域" src="../Image/download.gif"
name="areaGroup"></td>
<td width="85"><asp:textbox id="areaID" style="DISPLAY: none" runat="server" Width="10"></asp:textbox></td>
<td width="48"> </td>
</tr>
<tr>
<td align="right" width="90">状 态</td>
<td style="HEIGHT: 17px" width="259">
<asp:DropDownList id="status" runat="server">
<asp:ListItem Value="Y">允许</asp:ListItem>
<asp:ListItem Value="N">禁止</asp:ListItem>
</asp:DropDownList> </td>
<td width="85"> </td>
<td width="48"> </td>
</tr>
<tr>
<td align="right" width="90"><FONT face="宋体"></FONT></td>
<td style="HEIGHT: 17px" width="259"> </td>
<td width="85"> </td>
<td width="48"> </td>
</tr>
<tr>
<td> </td>
<td><asp:button id="saveBtn" runat="server" Width="50px" Text="保 存"></asp:button>
<INPUT onClick="javascript:window.close();" type="button" value="取 消" width="50">
</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -