⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 scheduleplan.aspx

📁 人事管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SchedulePlan.aspx.cs" Inherits="ScheduleManage_PersonSchedule_SchedulePlan" %>

<!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>
    <link href="../../css/Style.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <div style="width:89%; text-align:left;" >
 主题:<asp:TextBox id="txtTitle" runat="server" CssClass="textHead" Width="600px"></asp:TextBox>
     <asp:RequiredFieldValidator ID="rfvTitile" runat="server" ControlToValidate="txtTitle"
         ErrorMessage="主题非空" Style="position: relative"></asp:RequiredFieldValidator><br />
     <br />
 地点:<asp:TextBox id="txtAddress" runat="server" CssClass="textHead" Width="140px"></asp:TextBox>
     &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<asp:RequiredFieldValidator
         ID="rfvAddress" runat="server" ControlToValidate="txtAddress" Display="Dynamic"
         ErrorMessage="地点非空" Style="left: -20px; position: relative; top: -2px"></asp:RequiredFieldValidator>
     &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
     &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 会议类型:<asp:DropDownList ID="ddlMeetings" runat="server"
         Style="position: relative" CssClass="ddlCss" Width="242px">
     </asp:DropDownList><br />
 开始时间:———— &nbsp;<asp:TextBox ID="txtBeginTime" runat="server" CssClass="textHead" onFocus="new WdatePicker(this,'%Y-%M-%D %h:%m:%s',true,'default')" Width="140px" ReadOnly="True"></asp:TextBox><br />
结束时间:———— &nbsp;<asp:TextBox ID="txtEndTime" runat="server" CssClass="textHead" onFocus="new WdatePicker(this,'%Y-%M-%D %h:%m:%s',true,'default')"  Width="140px" ReadOnly="True"></asp:TextBox>&nbsp;
  <asp:TextBox id="txtContent" runat="server" CssClass="textHead" Width="659px" Height="126px"	TextMode="MultiLine"></asp:TextBox><br/>
     &nbsp; &nbsp; &nbsp;<asp:RequiredFieldValidator ID="rfvContent" runat="server" ControlToValidate="txtContent"
         Display="Dynamic" ErrorMessage="内容不能为空!" Style="left: 438px; position: relative;
         top: -158px"></asp:RequiredFieldValidator>预约他人:<img id="imgSelect" runat="server" src="../../images/admin2.gif" alt="请点击选择用户"  style="CURSOR:hand" border="0" name="Image1" /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br />
 <div style="width:18%"> <asp:ListBox ID="lstPreContractUsers" runat="server"  BackColor="#7CCCFd"  Height="128px" Width="128px"></asp:ListBox></div><input type="button" id="btnDeletePreContractUser" runat="server"  class="buttonCss" value="删除选定预约人" style="height:18px; width:109px; left: 130px; position: relative; top: -80px;"/>&nbsp;
     选项:<asp:CheckBox ID="chkIfPublic" runat="server" Style="position: relative" ForeColor="Blue" Text="是否公开" />
     &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
      <div id="divUsers" style=" z-index:100;left:50%;top:20%;visibility:hidden;OVERFLOW:auto;WIDTH:25%; height:100%;text-align:left;position:absolute" runat="server">
      
   	  <fieldset style="BORDER-LEFT-COLOR: transparent; BORDER-BOTTOM-COLOR: transparent; CLIP: rect(0px 0px 0px 0px); BORDER-TOP-COLOR: transparent; BACKGROUND-COLOR: #7CCCFd; BORDER-RIGHT-COLOR: transparent;">
   	  <asp:TreeView id="tvUsers" runat="server" Width="156px" Visible="False"></asp:TreeView>
   	  </fieldset>   	  
	</div>
 创建者:<asp:Label ID="lblCreateUser" runat="server" Style="position: relative" Text="Label" Width="100px"></asp:Label>
     &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 创建日期:<asp:Label ID="lblCreateTime"
         runat="server" Style="position: relative" Text="Label" Width="146px"></asp:Label><br />
     <br />
     &nbsp; &nbsp;&nbsp;<input type="button" id="btnSave" runat="server" class="buttonCss" value="保存退出" style="height: 23px" />
     &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<input type="button" id="btnDelete" runat="server"  class="buttonCss" value="删 除" style="height:22px; width:54px; left: 0px; position: relative; top: 0px;"  causesvalidation="false" />
     <input type="button" id="btnReturn" runat="server"  class="buttonCss" value="退 出" style="height:22px; width:54px; left: 35px; position: relative; top: 0px;"   causesvalidation="false" /></div>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -