📄 ucsendsinglemsg.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="ucSendSingleMSG.ascx.cs" Inherits="UserControls_ucSendSingleMSG" %>
<%@ Register Assembly="DotNetTextBox" Namespace="DotNetTextBox" TagPrefix="DNTB" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<link href="../system_dntb/skin/default/toolbar.css"
rel="stylesheet" type="text/css" />
<link href="D:\My Document\Visual Studio 2005\Projects\POIS4-22\PaperOnLineInstructionSystem/system_dntb/skin/default/toolbar.css"
rel="stylesheet" type="text/css" />
<link href="D:\My Document\Visual Studio 2005\Projects\POIS4-22\PaperOnLineInstructionSystem/system_dntb/skin/default/toolbar.css"
rel="stylesheet" type="text/css" />
<link href="D:\My Document\Visual Studio 2005\Projects\POIS4-22\PaperOnLineInstructionSystem/system_dntb/skin/default/toolbar.css"
rel="stylesheet" type="text/css" />
<link href="D:\My Document\Visual Studio 2005\Projects\POIS4-22\PaperOnLineInstructionSystem/system_dntb/skin/default/toolbar.css"
rel="stylesheet" type="text/css" />
<link href="D:\My Document\Visual Studio 2005\Projects\POIS4-22\PaperOnLineInstructionSystem/system_dntb/skin/default/toolbar.css"
rel="stylesheet" type="text/css" />
<link href="D:\My Document\Visual Studio 2005\Projects\POIS4-22\PaperOnLineInstructionSystem/system_dntb/skin/default/toolbar.css"
rel="stylesheet" type="text/css" />
<link href="D:\My Document\Visual Studio 2005\Projects\POIS4-22\PaperOnLineInstructionSystem/system_dntb/skin/default/toolbar.css"
rel="stylesheet" type="text/css" />
<table style="height: 266px" width="100%">
<tr>
<td colspan="3" style="text-align: center; height: 20px;">
发送信息</td>
</tr>
<tr>
<td colspan="3" rowspan="4" style="width: 100%;">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table width="100%">
<tr>
<td style="width: 20%;" rowspan="2">
选择收信人</td>
<td style="width: 100%; height: 21px">
教师:<asp:BulletedList ID="blTeachers" runat="server" DisplayMode="LinkButton" OnClick="blTeachers_Click">
</asp:BulletedList>
<cc1:PagingBulletedListExtender ID="PagingBulletedListExtender1" runat="server" TargetControlID="blTeachers">
</cc1:PagingBulletedListExtender>
</td>
</tr>
<tr>
<td style="width: 100%; height: 45px">
学生:
<asp:BulletedList ID="blStudents" runat="server" DisplayMode="LinkButton" OnClick="blStudents_Click">
</asp:BulletedList>
<cc1:PagingBulletedListExtender ID="PagingBulletedListExtender2" runat="server" TargetControlID="blStudents">
</cc1:PagingBulletedListExtender>
</td>
</tr>
<tr>
<td style="width: 20%; height: 56px;">
收信人</td>
<td colspan="1" style="width: 100%; height: 56px">
<asp:TextBox ID="tbReceivers" runat="server" Height="52px" TextMode="MultiLine" Width="100%"></asp:TextBox></td>
</tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>
</td>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
<td colspan="3">
<dntb:webeditor id="WebEditor1" runat="server" Width="100%" StatusHeight="20px" ToolBarHeight="50px" Height="268px" RightAreaWidth="54%" Source="False" StatusBar="False"></dntb:webeditor>
</td>
</tr>
<tr>
<td style="height: 16px; text-align: center;" colspan="3" rowspan="3">
<asp:Label ID="lbMsg" runat="server" ForeColor="Red"></asp:Label>
<asp:Button ID="btnSubmit" runat="server" Text="提交" OnClick="btnSubmit_Click" />
<asp:Button ID="btnCancel" runat="server" Text="取消" /></td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -