entry.ascx

来自「互动媒体学习系统 1.后台 用户注册登录后可进行发布教程、下载等操作 对教」· ASCX 代码 · 共 31 行

ASCX
31
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="entry.ascx.cs" Inherits="entry" %>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style>
<table align="center" cellpadding="0" cellspacing="0" style="height: 3px" width="802">
    <tr>
        <td background="images/index_03.jpg" style="height: 32px" valign="top">
              用户名:<asp:TextBox ID="txtName" runat="server" Width="67px">
            </asp:TextBox>密码:<asp:TextBox ID="txtPass" runat="server" TextMode="Password" Width="66px">
            </asp:TextBox>验证码:<asp:TextBox ID="txtYzm" runat="server" Width="64px"></asp:TextBox>
            <asp:Image ID="Image1" runat="server" Height="19px" Width="51px" />
            <asp:LinkButton ID="lnkbtnRe" runat="server" Font-Size="9pt"
                OnClick="LinkButton2_Click">看不清</asp:LinkButton>
            <asp:ImageButton ID="imgbtnLanding" runat="server" ImageUrl="~/images/denglu.gif"
                OnClick="imgbtnLanding_Click" />
            <asp:LinkButton ID="lnkbtnNew" runat="server" Font-Bold="True"
                Font-Size="10pt" Font-Underline="false" PostBackUrl="~/login.aspx"
                CssClass="baibai" Width="100px">[新用户注册]</asp:LinkButton>
            <asp:LinkButton ID="lnkbtnPass" runat="server" PostBackUrl="~/seekPass.aspx" CssClass="baibai"
                Width="86px">忘记密码</asp:LinkButton></td>
    </tr>
</table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?