biaozhun.aspx
来自「一种模拟的手机计费软件」· ASPX 代码 · 共 47 行
ASPX
47 行
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?