📄 default.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!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>
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
-->
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
<br />
<table align="center" background="main.jpg" border="0" cellpadding="0" cellspacing="0"
height="527" width="511">
<tr>
<td colspan="6" height="70">
</td>
</tr>
<tr>
<td height="101" rowspan="3" width="21">
</td>
<td height="33" width="81">
<div align="center">
COM端口:</div>
</td>
<td height="33" width="147">
<asp:TextBox ID="txtCOM" runat="server" Enabled="False" Width="130px"></asp:TextBox></td>
<td height="33" width="78">
<div align="center">
波特率:</div>
</td>
<td height="33" width="163">
<asp:TextBox ID="txtBTL" runat="server" Enabled="False" Width="100px"></asp:TextBox></td>
<td rowspan="3" width="21">
</td>
</tr>
<tr>
<td height="33">
<div align="center">
机器号码:</div>
</td>
<td colspan="3" height="33">
<asp:TextBox ID="txtJQHM" runat="server" Enabled="False" Width="293px"></asp:TextBox></td>
</tr>
<tr>
<td height="33">
<div align="center">
授权号码:</div>
</td>
<td colspan="2" height="33">
<asp:TextBox ID="txtPower" runat="server" Width="212px">YIWU-IJDD-CDQW-JDWG</asp:TextBox></td>
<td height="33">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="获取参与观众短信" /></td>
</tr>
<tr>
<td colspan="6" height="37" style="text-align: center">
</td>
</tr>
<tr>
<td height="271">
</td>
<td colspan="4" height="271" valign="top">
<asp:Panel ID="Panel1" runat="server" Height="257px" ScrollBars="Auto" Width="464px">
<asp:GridView ID="GridView1" runat="server" BorderWidth="1px" Width="100%">
</asp:GridView>
</asp:Panel>
</td>
<td height="271">
</td>
</tr>
<tr>
<td colspan="6" height="47">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -