⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 default.aspx

📁 Visual C#2005程序设计教程
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %>

<!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 runat="server">
    <title>无标题页</title>
</head>
<body>
    <form id="form1" runat="server">
    <div style="text-align: left">
        <table style="width: 514px; text-align: center">
            <tr>
                <td colspan="3" style="text-align: left">
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                    请 登 录</td>
            </tr>
            <tr>
                <td style="width: 67px; height: 20px; text-align: right;">
                    用户名</td>
                <td colspan="2" style="text-align: left; width: 59px; height: 20px;">
                    <asp:TextBox ID="txtUsername" runat="server" Height="18px" Width="185px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 67px; text-align: right;">
                    密 &nbsp; 码</td>
                <td colspan="2" style="text-align: left; width: 59px;">
                    <asp:TextBox ID="txtPassword" runat="server" TextMode="Password" Height="18px"></asp:TextBox>
                </td>
            </tr>
            <tr>
                <td colspan="3" style="text-align: left">
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp;&nbsp;
                    <asp:Button ID="btnOK" runat="server" Text="Button" OnClick="btnOK_Click" />
                    &nbsp; &nbsp;&nbsp;
                    <asp:Button ID="btnReset" runat="server" Text="Button" OnClick="btnReset_Click" /></td>
            </tr>
            <tr>
                <td colspan="3">
                    &nbsp;</td>
            </tr>
            <tr>
                <td colspan="3" style="text-align: left">
                    <asp:Label ID="lblWelcome" runat="server" Height="22px" Text="Label" Width="504px"></asp:Label></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 40px; text-align: left;">
                    &nbsp;&nbsp;
                    <asp:HyperLink ID="HyFilm1" runat="server" NavigateUrl="http://192.168.0.1/mov/1.rm" Width="116px">射雕英雄传</asp:HyperLink>
                    &nbsp; &nbsp;<asp:HyperLink ID="HyFilm2" runat="server" NavigateUrl="http://192.168.0.1/mov/2.rm">神雕侠侣</asp:HyperLink>
                    &nbsp; &nbsp;<asp:HyperLink ID="HyFilm3" runat="server" NavigateUrl="http://192.168.0.1/mov/3.rm">笑傲江湖</asp:HyperLink></td>
            </tr>
        </table>
        &nbsp;&nbsp;<br />
        <br />
        &nbsp;<br />
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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