📄 tonghua.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="tonghua.aspx.cs" Inherits="tonghua" %>
<!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 style="background-image: url(173.gif)">
<form id="form1" runat="server">
<div>
</div>
<table style="position: static">
<tr>
<td colspan="2" style="height: 18px; position: relative;">
通话模拟</td>
</tr>
<tr>
<td style="width: 100px">
呼出卡号:</td>
<td style="width: 100px">
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
<asp:Button ID="tong" runat="server" OnClick="Button1_Click" Text="开始通话" /></td>
<td style="width: 100px">
<asp:RadioButton ID="RadioButton1" runat="server" Text="本地" /></td>
</tr>
<tr>
<td style="width: 100px">
</td>
<td style="width: 100px">
<asp:RadioButton ID="RadioButton2" runat="server" Text="长途" /></td>
</tr>
<tr>
<td colspan="2">
<asp:Label ID="Label1" runat="server"></asp:Label></td>
</tr>
<tr>
<td style="width: 100px">
通话时间:</td>
<td style="width: 100px">
<asp:Label ID="Label2" runat="server"></asp:Label></td>
</tr>
<tr>
<td style="width: 100px">
<asp:Label ID="Label3" runat="server"></asp:Label></td>
<td style="width: 100px">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -