viewandupdatesms.aspx
来自「该服务平台解决了计算机网络与移动网络之间信息交换问题」· ASPX 代码 · 共 80 行
ASPX
80 行
<%@ page language="C#" autoeventwireup="true" inherits="MsgManagement_ViewAndUpdateSMS, App_Web_e21qqgef" %>
<!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>
</head>
<body scroll="no" style="margin-top:10px">
<form id="form1" runat="server">
<table style="width: 770px; height: 300px; background-color: #f3f8ff;">
<tr>
<td style="width: 769px; background-color:#9ac4e0; height:25px">
<span style="font-size: 10pt">
<asp:Label ID="Label1" runat="server" Width="330px"></asp:Label></span></td>
</tr>
<tr valign="top">
<td style="width: 769px; height: 19px" valign="top">
<table style="width: 774px">
<tr valign="top" >
<td align="left" style="font-size: 8pt; width: 42px">
编 号</td>
<td align="left" style="width: 24px; height: 17px">
<asp:TextBox ID="tbSMSID" runat="server" ReadOnly="True"></asp:TextBox></td>
<td align="left" style="font-size: 8pt; width: 39px;">
用户组</td>
<td align="left" style="width: 24px; height: 17px">
<asp:TextBox ID="tbCity" runat="server" ReadOnly="True"></asp:TextBox></td>
<td style="width: 54px; height: 17px; font-size: 10pt;" align="left">
部门名称</td>
<td align="left" style="font-size: 8pt; width: 121px;">
<asp:TextBox ID="tbCounty" runat="server" ReadOnly="True"></asp:TextBox></td>
</tr>
</table>
<table style="width: 769px">
<tr>
<td align="center" style="width: 775px; height: 25px; background-color:#DBEAF5">
<span style="font-size: 10pt">短信内容</span></td>
</tr>
<tr>
<td style="width: 100px; height: 147px">
<asp:TextBox ID="tbSMS" runat="server" Height="142px" TextMode="MultiLine" Width="761px"></asp:TextBox></td>
</tr>
</table>
<table style="width: 769px">
<tr>
<td style="font-size: 8pt; height: 26px; width: 44px;">
提交人</td>
<td style="width: 20px; height: 24px;">
<asp:TextBox ID="tbSubmissionMan" runat="server" ReadOnly="True"></asp:TextBox></td>
<td style="font-size: 8pt; height: 26px; width: 55px;">
提交时间
</td>
<td style="width: 40px; height: 26px; left:250px">
<asp:TextBox ID="tbSubMissionDate" runat="server" ReadOnly="True" Width="157px"></asp:TextBox></td>
</tr>
</table>
<span style="font-size: 10pt">
</span>
</td>
</tr>
<tr>
<td style="width: 1070px; height:60px" align="right" valign="bottom" >
<asp:Button ID="btnSend" runat="server" Text="发送" OnClick="btnSend_Click" />
<asp:Button ID="btnUpdate" runat="server" OnClick="btnUpdate_Click" Text="修改" />
<asp:Button ID="btnRetrun" runat="server" Text="返回" OnClick="btnRetrun_Click" /> </td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?