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

📄 default.aspx

📁 这是asp.net^和Visual C++Sharp编写的串并口通讯的书籍 源代码
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true"  Debug="true" CodeFile="Default.aspx.cs" Inherits="Default2" %>

<!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>
    <style type="text/css">
<!--
body,td,th {
	font-size: 12px;
}
-->
</style>
</head>
<body style="text-align: center">
    <form id="form1" runat="server">
    <div>
        <p>
            <table align="center" background="bg.jpg"
                border="0" cellpadding="0" cellspacing="0" height="344" width="600">
                <tr>
                    <td colspan="6" height="46">
                        &nbsp;</td>
                </tr>
                <tr>
                    <td rowspan="6" width="7">
                        &nbsp;</td>
                    <td height="32" width="152">
                    <div align="center">
                        服务器:</div>
                    </td>
                    <td colspan="3" style="text-align: left">
                        <asp:TextBox ID="TextBox1" runat="server" Height="20px" Width="422px"></asp:TextBox>&nbsp;</td>
                    <td rowspan="6" width="7">
                        &nbsp;</td>
                </tr>
                <tr>
                    <td height="35" bgcolor="ghostwhite">
                        <div align="center">
                        用户名:</div>
                    </td>
                    <td bgcolor="ghostwhite" colspan="3" height="35" style="text-align: left">
                        <asp:TextBox ID="TextBox2" runat="server" Height="20px" Width="422px"></asp:TextBox>&nbsp;</td>
                </tr>
                <tr>
                    <td height="33">
                        <div align="center">
                        密 &nbsp;码:</div>
                    </td>
                    <td colspan="2" height="33" style="text-align: left">
                        <asp:TextBox ID="TextBox3" runat="server" Height="20px" TextMode="Password"
                        Width="248px"></asp:TextBox>
                        <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="连接邮箱" /></td>
                    <td style="width: 94px">
                        &nbsp;<asp:Button ID="Button3" runat="server" Enabled="False" OnClick="Button3_Click" Text="退出邮箱" /></td>
                </tr>
                <tr>
                    <td height="36" bgcolor="ghostwhite">
                        <div align="center" >
                            操 &nbsp;作:</div>
                    </td>
                    <td height="36" width="111" bgcolor="ghostwhite">
                        <div align="center">
                    读取第几封邮件:</div>
                    </td>
                    <td bgcolor="ghostwhite" style="text-align: left" width="229">
                    <asp:TextBox ID="TextBox4" runat="server" Height="20px" OnTextChanged="TextBox4_TextChanged" Width="217px"></asp:TextBox></td>
                    <td bgcolor="ghostwhite" height="36" style="width: 94px">
                    &nbsp;<asp:Button ID="Button1" runat="server" Enabled="False" OnClick="Button1_Click"
                        Text="读取信件" /></td>
                </tr>
                <tr>
                    <td colspan="4" height="142">
                    &nbsp;<asp:TextBox ID="TextBox5" runat="server" Height="125px" TextMode="MultiLine"
                        Width="569px"></asp:TextBox></td>
                </tr>
                <tr>
                    <td colspan="4">
                        &nbsp;</td>
                </tr>
            </table>
        </p>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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