代码拉取完成,页面将自动刷新
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="regcode.aspx.cs" Inherits="regcode" %>
<!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 id="Head1" runat="server">
<title>软件注册</title>
<style type="text/css">
.ShouQuan {
width:400px;
margin:0px auto;
font-family:microsoft yahei;
font-size:14px;
}
.ShouQuan h2 {
width:100%;
height:50px;
line-height:50px;
text-align:center;
letter-spacing:4px;
color:#D50000;
}
.ShouQuan h3 {
width:100%;
text-align:center;
letter-spacing:4px;
}
.ShouQuan h4 {
width:100%;
text-align:center;
letter-spacing:1px;
font-weight:normal;
}
.ShouQuan li {
list-style:none;
height:50px;
line-height:50px;
}
.ShouQuan li span {
font-size:18px;
height:38px;
line-height:38px;
padding:4px;
color:#D50000;
*vertical-align:30%;
}
.ShouQuan li input[type="text"] {
border:1px solid;
border-color:#CCC #EEE #EEE #CCC;
background:#fff;
height:26px;
line-height:26px;
padding:4px;
font-size:16px;
letter-spacing:1px;
color:#D50000;
}
.ShouQuan h3 input[type="submit"] {
border:1px solid;
border-color:#CCC #EEE #EEE #CCC;
background:#D50000;
height:40px;
padding:4px;
font-family:microsoft yahei;
font-size:18px;
letter-spacing:4px;
font-weight:bold;
cursor:pointer;
color:#ffffff;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div style="width: 500px; margin: 80px auto;" class="ShouQuan">
<h2>
软件授权注册程序</h2>
<ul>
<li><span>软件注册码:</span><asp:TextBox ID="TextBox1" runat="server" Width="300px" ReadOnly="true"></asp:TextBox>
</li>
<li><span>软件授权码:</span><asp:TextBox ID="TextBox2" runat="server" Width="300px"></asp:TextBox>
</li>
</ul>
<h3>
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text=" 我要注册 " />
</h3>
<h4>
<asp:Label ID="Label1" runat="server" ForeColor="Red"></asp:Label>
</h4>
</div>
</form>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。