📄 sendpoint.aspx
字号:
<%@ Page language="c#" Codebehind="SendPoint.aspx.cs" AutoEventWireup="false" Inherits="Forum.SendPoint" %>
<%@ Register TagPrefix="Forum" TagName="Top" Src="_Top.ascx" %>
<%@ Register TagPrefix="Forum" TagName="Bt" Src="_Bt.ascx" %>
<HTML>
<HEAD>
<title>
<%=Title%>
</title>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
<meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
<meta content="JavaScript (ECMAScript)" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="Forum.css" type="text/css" rel="stylesheet">
</HEAD>
<body topMargin="0">
<form id="Do" method="post" runat="server">
<FORUM:TOP id="Top" Runat="server"></FORUM:TOP><br>
<asp:table id="Table1" runat="server" CellSpacing="1" CellPadding="4" Width="97%" HorizontalAlign="Center">
<asp:TableRow AccessKey="H">
<asp:TableCell>
操作信息
</asp:TableCell>
</asp:TableRow>
<asp:TableRow AccessKey="B">
<asp:TableCell>
<asp:Label ID="Info" Runat="server"></asp:Label>
<asp:Label ID="FUser" Runat="server" Visible="False" Text=''></asp:Label>
<asp:Label ID="SUser" Runat="server" Visible="False" Text=''></asp:Label>
<br>
经验值:
<asp:TextBox ID="SendExp" Runat="server" EnableViewState="False"></asp:TextBox>
<asp:regularexpressionvalidator controltovalidate="SendExp" validationexpression="^[0-9]{1,}$" ErrorMessage="" runat="server" Display="Dynamic" ID="Regularexpressionvalidator1">必须为1位以上的数字。</asp:regularexpressionvalidator> 目前可分配
<asp:Label ID="NExp" Runat="server" Text="0" EnableViewState="False"></asp:Label>点<br>
魅力值:
<asp:TextBox ID="SendLns" Runat="server" EnableViewState="False"></asp:TextBox>
<asp:regularexpressionvalidator controltovalidate="SendLns" validationexpression="^[0-9]{1,}$" ErrorMessage="" runat="server" Display="Dynamic" ID="Regularexpressionvalidator2">必须为1位以上的数字。</asp:regularexpressionvalidator> 目前可分配
<asp:Label ID="NLns" Runat="server" Text="0" EnableViewState="False"></asp:Label>点<br>
<asp:Button ID="SendButton" text="确 定" Runat="server" OnClick="OnSendOk" EnableViewState="False"></asp:Button>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow AccessKey="H">
<asp:TableCell>
<asp:Label ID="Go" Runat="server" EnableViewState="False"></asp:Label>
</asp:TableCell>
</asp:TableRow>
</asp:table><FORUM:BT id="Bt" Runat="server"></FORUM:BT></form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -