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

📄 predefault.aspx

📁 这是asp.net^和Visual C++Sharp编写的串并口通讯的书籍 源代码
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="PreDefault.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 id="Head1" runat="server">
    <title>无标题页</title>
</head>
<body style="font-size: 12px">
    <form id="form1" runat="server">
    <div>
    
        <table align="center" class="css" style="background-image: url(../image/登录.gif);
            width: 472px; height: 1px; border-right: #00cc99 thin groove; border-top: #00cc99 thin groove; border-left: #00cc99 thin groove; border-bottom: #00cc99 thin groove;">
            <tr>
                <td align="center" class="cssTitle" colspan="3" style="height: 64px; background-image: url(images/dengluchuangkou_17.gif);">
                   </td>
            </tr>
            <tr>
                <td align="center" rowspan="3" style="width: 93px; background-image: url(images/dengluchuangkouxiao_01.gif);">
                </td>
                <td colspan="2" style="width: 138px; height: 15px; background-image: url(images/dengluchuangkou_31.gif);">
                    <asp:TextBox ID="txtName" runat="server" CssClass="InputCss" Width="140px"></asp:TextBox></td>
            </tr>
            <tr>
                <td colspan="2" style="width: 138px; background-image: url(images/dengluchuangkou_31.gif);">
                    <asp:TextBox ID="txtPwd" runat="server" CssClass="InputCss" TextMode="Password" Width="140px"></asp:TextBox></td>
            </tr>
            <tr>
                <td colspan="2" style="width: 138px; background-image: url(images/dengluchuangkou_31.gif); height: 26px;">
                    <asp:TextBox ID="txtCheckCode" runat="server" CssClass="InputCss" Width="50px"></asp:TextBox>
                    <asp:Image ID="Image1" runat="server" Height="20px" Width="70px" src="checkCode.aspx" /></td>
            </tr>
            <tr>
                <td align="right" colspan="3" style="background-image: url(images/dengluchuangkou_29.gif); height: 26px;">
                    <asp:Label ID="Label1" runat="server" Style="left: -304px; position: relative; top: 40px"
                        Text="明日科技有限公司"></asp:Label>
                    &nbsp;&nbsp;</td>
            </tr>
            <tr>
                <td align="right" colspan="3" style="background-image: url(images/dengluchuangkou_30.gif);
                    height: 30px">
                    &nbsp;<asp:ImageButton ID="ImageButton1" runat="server" Height="36px" ImageUrl="~/images/dengluchuangkouxiao_04.gif"
                        OnClick="ImageButton1_Click" />
                    <asp:ImageButton ID="ImageButton2" runat="server" Height="36px" ImageUrl="~/images/dengluchuangkouxiao_03.gif"
                        OnClick="ImageButton2_Click" Style="left: -140px; position: relative; top: 0px" />
                </td>
            </tr>
        </table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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