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

📄 default.aspx

📁 这是asp.net^和Visual C++Sharp编写的串并口通讯的书籍 源代码
💻 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>
        <div>
            &nbsp;</div>
    
    </div>
        <table background="查询会员信息.jpg" style="width: 800px; height: 500px">
            <tr>
                <td style="width: 56103448px">
                    &nbsp; &nbsp; &nbsp;
                </td>
                <td>
                </td>
                <td style="width: 110px">
                    &nbsp;</td>
            </tr>
            <tr>
                <td style="width: 56103448px; height: 212px">
                </td>
                <td style="height: 212px">
                </td>
                <td style="width: 110px; height: 212px">
                </td>
            </tr>
            <tr>
                <td colspan="2" style="height: 42px">
                    <table align="center" background="通用图2.bmp" bordercolordark="#ff00ff" bordercolorlight="#ff00ff"
                        cellpadding="0" cellspacing="0">
                        <tr>
                            <td colspan="2" style="border-right: lime thin outset; border-top: lime thin outset;
                                border-left: lime thin outset; width: 497px; border-bottom: lime thin outset;
                                height: 23px">
                            </td>
                        </tr>
                        <tr style="font-size: 12pt">
                            <td align="center" colspan="2" style="border-right: lime thin outset; border-top: lime thin outset;
                                border-left: lime thin outset; width: 497px; border-bottom: lime thin outset">
                                <asp:Label ID="Label1" runat="server" Font-Size="9pt" Text="在会员录名文本框中,输入会员名称,然后单击确定按钮查询会员信息"></asp:Label>
                            </td>
                        </tr>
                        <tr style="font-size: 12pt">
                            <td colspan="2" style="border-right: lime thin outset; border-top: lime thin outset;
                                border-left: lime thin outset; width: 497px; border-bottom: lime thin outset">
                                <table align="center" cellpadding="0" cellspacing="0">
                                    <tr>
                                        <td rowspan="6" style="width: 53px; text-align: center">
                                        </td>
                                        <td align="left" style="width: 94px; height: 25px">
                                            <asp:Label ID="labLoginName" runat="server" Font-Size="9pt" Text="会员登录名" Width="66px"></asp:Label></td>
                                        <td align="left" style="width: 224px; height: 25px; text-align: left">
                                            <asp:TextBox ID="txtLoginName" runat="server" Font-Size="9pt" Width="202px"></asp:TextBox>
                                        </td>
                                        <td align="left" style="width: 149px; height: 25px">
                                            <asp:RequiredFieldValidator ID="rfvLoginName" runat="server" ControlToValidate="txtLoginName"
                                                Font-Size="9pt" Height="1px" Width="117px">会员登录名不能为空</asp:RequiredFieldValidator></td>
                                    </tr>
                                    <tr atomicselection="true">
                                        <td align="left" style="height: 17px">
                                            <asp:Label ID="labSex" runat="server" Font-Size="9pt" Text="性别" Width="27px"></asp:Label></td>
                                        <td align="left" style="width: 224px; height: 17px; text-align: left">
                                            <asp:DropDownList ID="ddlSex" runat="server" Font-Size="9pt" Height="21px" Width="204px">
                                                <asp:ListItem>男</asp:ListItem>
                                                <asp:ListItem>女</asp:ListItem>
                                            </asp:DropDownList></td>
                                        <td align="left" style="width: 149px; height: 17px">
                                        </td>
                                    </tr>
                                    <tr>
                                        <td align="left" style="width: 94px; height: 23px">
                                            <asp:Label ID="labPwd" runat="server" Font-Size="9pt" Text="密码" Width="27px"></asp:Label></td>
                                        <td align="left" style="width: 224px; height: 23px; text-align: left">
                                            <asp:TextBox ID="txtPwd" runat="server" Width="199px"></asp:TextBox></td>
                                        <td align="left" style="width: 149px; height: 23px">
                                        </td>
                                    </tr>
                                    <tr>
                                        <td align="left" style="width: 94px; height: 30px">
                                            <asp:Label ID="labQuePwd" runat="server" Font-Size="9pt" Text="密码问题" Width="52px"></asp:Label></td>
                                        <td align="left" style="width: 224px; height: 30px; text-align: left">
                                            <asp:TextBox ID="txtQuePwd" runat="server" Font-Size="9pt" Height="21px" Width="197px"></asp:TextBox></td>
                                        <td align="left" style="width: 149px; height: 30px">
                                        </td>
                                    </tr>
                                    <tr>
                                        <td align="left" style="width: 94px; height: 29px">
                                            <asp:Label ID="labAnsPwd" runat="server" Font-Size="9pt" Text="密码提示答案" Width="72px"></asp:Label></td>
                                        <td align="left" style="width: 224px; height: 29px; text-align: left">
                                            <asp:TextBox ID="txtAnsPwd" runat="server" Font-Size="9pt" Height="21px" Width="197px"></asp:TextBox></td>
                                        <td align="left" style="width: 149px; height: 29px">
                                        </td>
                                    </tr>
                                    <tr>
                                        <td align="left" style="width: 94px">
                                            <asp:Label ID="labEmail" runat="server" Font-Size="9pt" Text="E-mail" Width="45px"></asp:Label></td>
                                        <td align="left" style="width: 224px; text-align: left">
                                            <asp:TextBox ID="txtEmail" runat="server" Font-Size="9pt" Height="21px" Width="197px"></asp:TextBox></td>
                                        <td align="left" style="width: 149px">
                                        </td>
                                    </tr>
                                    <tr>
                                        <td colspan="2" rowspan="2" style="height: 29px; text-align: center">
                                        </td>
                                        <td rowspan="2" style="width: 224px; height: 29px; text-align: left">
                                            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                                            <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="确定" />
                                            <asp:Button ID="Button1" runat="server" CausesValidation="False" OnClick="Button1_Click"
                                                Text="取消" Width="43px" /></td>
                                        <td rowspan="2" style="width: 149px; height: 29px">
                                        </td>
                                    </tr>
                                </table>
                            </td>
                        </tr>
                    </table>
                </td>
                <td style="width: 110px; height: 42px">
                    &nbsp; &nbsp; &nbsp;&nbsp;
                </td>
            </tr>
            <tr>
                <td background="新" style="width: 56103448px; height: 106px">
                </td>
                <td style="height: 106px">
                </td>
                <td style="width: 110px; height: 106px">
                </td>
            </tr>
        </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

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