📄 biaozhun.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/Manage.master" AutoEventWireup="true" CodeFile="biaozhun.aspx.cs" Inherits="biaozhun" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table>
<tr>
<td colspan="4" style="background-color: #ffccff">
设置收费标准</td>
</tr>
<tr>
<td style="width: 100px">
本地:</td>
<td style="width: 100px">
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
<td style="width: 100px">
国内:</td>
<td style="width: 100px">
<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
国际长途:</td>
<td style="width: 100px">
<asp:TextBox ID="TextBox3" runat="server"></asp:TextBox></td>
<td style="width: 100px">
彩铃:</td>
<td style="width: 100px">
<asp:TextBox ID="TextBox4" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
来显:</td>
<td style="width: 100px">
<asp:TextBox ID="TextBox5" runat="server"></asp:TextBox></td>
<td style="width: 100px">
月租:</td>
<td style="width: 100px">
<asp:TextBox ID="TextBox6" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" style="height: 30px">
<asp:Button ID="queding" runat="server" Text="确定" OnClick="queding_Click" /></td>
<td colspan="2" style="height: 30px">
<asp:Button ID="quxiao" runat="server" Text="取消" OnClick="quxiao_Click" /></td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -