📄 selroleemp.aspx
字号:
<%@ Page language="c#" Codebehind="SelRoleEmp.aspx.cs" AutoEventWireup="false" Inherits="qminoa.Webs.Schedule.SelRoleEmp" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>ShowAccount</title>
<meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
<meta name="CODE_LANGUAGE" content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<LINK href="../lynn.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<INPUT id=hide type=hidden value="<%=pass()%>">
<FONT face="宋体" size="3">
<TABLE style="WIDTH: 100%; POSITION: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
<TR>
<TD style="WIDTH: 738px; HEIGHT: 20px">
</TD>
</TR>
<TR>
<TD style="WIDTH: 739px" vAlign="top" align="middle">
<TABLE id="Table1" cellSpacing="0" cellPadding="1" width="300" bgColor="black" border="0">
<TR>
<TD>
<TABLE id="Table2" style="WIDTH: 549px; HEIGHT: 436px" cellSpacing="0" cellPadding="0" bgColor="white" border="0">
<TR>
<TD style="WIDTH: 629px" vAlign="top">
<TABLE class="headcenter" id="Table3" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD align="left"> 添加日程预约人员
</TD>
</TR>
</TABLE>
<DIV class="box" style="WIDTH: 100.18%; POSITION: relative; HEIGHT: 361px" ms_positioning="GridLayout">
<HR style="Z-INDEX: 101; LEFT: 0px; WIDTH: 100%; POSITION: absolute; TOP: 68px; HEIGHT: 1px" width="1" SIZE="1">
<asp:label id="Label1" style="Z-INDEX: 102; LEFT: 23px; POSITION: absolute; TOP: 9px" runat="server" CssClass="tttable">选取日程预约人员。</asp:label>
<asp:label id="Label2" style="Z-INDEX: 103; LEFT: 49px; POSITION: absolute; TOP: 32px" runat="server" CssClass="td" Font-Size="X-Small">你希望选取下列的那些人员?</asp:label><IMG style="Z-INDEX: 104; LEFT: 478px; WIDTH: 32px; POSITION: absolute; TOP: 17px; HEIGHT: 32px" height="0" alt="" src="../img/bman.gif" width="33" border="0">
<asp:dropdownlist id="DepartmentDropList" DataValueField="DepID" DataTextField="DepName" style="Z-INDEX: 113; LEFT: 261px; POSITION: absolute; TOP: 93px" runat="server" Height="23px" Width="216px" AutoPostBack="True"></asp:dropdownlist>
<asp:label id="Label6" style="Z-INDEX: 114; LEFT: 262px; POSITION: absolute; TOP: 74px" runat="server" CssClass="tttable">部门:</asp:label>
<asp:listbox id="UserList" style="Z-INDEX: 105; LEFT: 49px; POSITION: absolute; TOP: 147px" runat="server" Height="201px" Width="200px" SelectionMode="Multiple" DataTextField="name" DataValueField="empid"></asp:listbox>
<asp:listbox id="lstSelEmp" style="Z-INDEX: 106; LEFT: 320px; POSITION: absolute; TOP: 149px" runat="server" Height="202px" Width="211px"></asp:listbox>
<asp:label id="Label4" style="Z-INDEX: 107; LEFT: 49px; POSITION: absolute; TOP: 124px" runat="server" CssClass="tttable">人员:</asp:label>
<asp:label id="Label5" style="Z-INDEX: 108; LEFT: 315px; POSITION: absolute; TOP: 125px" runat="server" CssClass="tttable" Height="18px" Width="108px">已选定人员:</asp:label>
<asp:button id="cmdAdd" style="Z-INDEX: 109; LEFT: 260px; POSITION: absolute; TOP: 173px" runat="server" CssClass="bsbttn" Height="20px" Width="52px" Text="添加->"></asp:button>
<asp:button id="cmdDel" style="Z-INDEX: 110; LEFT: 258px; POSITION: absolute; TOP: 214px" runat="server" CssClass="bsbttn" Height="20px" Width="52px" Text="<-删除"></asp:button>
<asp:button id="cmdAddAll" style="Z-INDEX: 111; LEFT: 259px; POSITION: absolute; TOP: 253px" runat="server" CssClass="bsbttn" Height="20px" Width="52px" Text="添加->>"></asp:button>
<asp:button id="cmdDelAll" style="Z-INDEX: 112; LEFT: 260px; POSITION: absolute; TOP: 292px" runat="server" CssClass="bsbttn" Height="20px" Width="52px" Text="<<-删除"></asp:button>
<asp:label id="Label3" style="Z-INDEX: 115; LEFT: 51px; POSITION: absolute; TOP: 71px" runat="server" CssClass="tttable" Width="41px" Height="7px">机构:</asp:label>
<asp:dropdownlist id="BranchDropList" style="Z-INDEX: 116; LEFT: 55px; POSITION: absolute; TOP: 93px" runat="server" AutoPostBack="True" Width="174px" Height="17px" DataValueField="BranchID" DataTextField="BranchName"></asp:dropdownlist></DIV>
<TABLE id="Table4" style="WIDTH: 100%" cellSpacing="0" cellPadding="0" border="0">
<TR>
<TD height="10"></TD>
</TR>
<TR>
<TD align="right">
<BUTTON id="ok" onclick="javascript:Ok();" type="button">确定</BUTTON>
<BUTTON id="cancel" onclick="javascript:Cancel();" type="button">取消</BUTTON></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
<SCRIPT language="javascript">
function Ok()
{
window.close();
opener.document.all.txtOtherMan.value = window.Form1.hide.value;
}
function Cancel()
{
window.close();
}
</SCRIPT>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -