userlogin.ascx

来自「visual stdio 2005」· ASCX 代码 · 共 33 行

ASCX
33
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="UserLogin.ascx.cs" Inherits="UserLogin" %>
<table style="width: 190px ">
    <tr>
        <td colspan="2" style="font-weight: bold; font-size: medium; color: white; height: 30px;
            background-color: #507cd1; text-align: center">
            登陆19购书网</td>
    </tr>
    <tr>
        <td style="font-size: smaller; width: 46px; color: green; height: 30px; background-color: #e3eaeb;
            text-align: right">
            <br />
            用户名</td>
        <td style="font-size: smaller; width: 130px; color: green; height: 30px; background-color: #e3eaeb;
            text-align: right">
            <asp:TextBox ID="Tusername" runat="server" ForeColor="Silver" Height="22px" Width="125px"></asp:TextBox></td>
    </tr>
    <tr>
        <td style="font-size: smaller; width: 46px; color: green; height: 30px; background-color: #e3eaeb;
            text-align: right">
            密码<br />
        </td>
        <td style="font-size: smaller; width: 130px; color: green; height: 30px; background-color: #e3eaeb;
            text-align: right">
            <asp:TextBox ID="Tpassword" runat="server" ForeColor="#C0C0FF" TextMode="Password" Width="125px" Height="22px"></asp:TextBox></td>
    </tr>
    <tr>
        <td style="font-size: smaller; width: 46px; color: teal; height: 19px; text-align: right; background-color: #e3eaeb;">
        </td>
        <td style="width: 130px; height: 19px; background-color: #e3eaeb; text-align: center;">
            <asp:Button ID="Button1" runat="server" Text="登录" Width="60px" OnClick="Button1_Click" /></td>
    </tr>
</table>

⌨️ 快捷键说明

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