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

📄 particularinfo.aspx

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

<!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="vertical-align: top; text-align: center">
        <table cellpadding="0" cellspacing="0" style="width: 705px; background-image: url(Images/上传文件页面.jpg); height: 534px;">
            <tr>
                <td style="width: 100px; height: 83px">
                </td>
            </tr>
            <tr>
                <td style="vertical-align: top; width: 755px; height: 306px; text-align: center">
                    <table cellpadding="0" cellspacing="0" style="width: 322px; height: 185px;">
                        <tr>
                            <td align="left" style="width: 200px; height: 25px">
                            </td>
                        </tr>
                        <tr>
                            <td align="left" style="width: 420px; height: 62px; text-align: center">
                                <asp:Label ID="Label4" runat="server" Font-Bold="True" Text="文件详细信息"></asp:Label></td>
                        </tr>
                        <tr>
                            <td style="width: 420px; text-align: center;" align="center">
                                <table style="width: 326px" cellpadding="0" cellspacing="0">
                                    <tr>
                                        <td style="width: 107px; height: 30px; text-align: center;">
                                            <asp:Label ID="Label1" runat="server" Font-Size="9pt" Text="文件名称" Width="48px"></asp:Label></td>
                                        <td style="width: 237px; height: 30px" align="left">
                                            <asp:TextBox ID="TextBox1" runat="server" Enabled="False" Font-Size="9pt"></asp:TextBox></td>
                                    </tr>
                                    <tr>
                                        <td style="width: 107px; height: 30px; text-align: center;">
                                            <asp:Label ID="Label3" runat="server" Font-Size="9pt" Text="上传时间" Width="50px"></asp:Label></td>
                                        <td style="width: 237px; height: 30px" align="left">
                                            <asp:TextBox ID="TextBox2" runat="server" Enabled="False" Font-Size="9pt"></asp:TextBox></td>
                                    </tr>
                                    <tr>
                                        <td align="center" style="width: 107px; height: 30px">
                                            <asp:Label ID="Label2" runat="server" Font-Size="9pt" Text="保存路径" Width="54px"></asp:Label></td>
                                        <td align="left" style="width: 237px; height: 30px">
                                            <asp:TextBox ID="TextBox3" runat="server" Enabled="False" Width="244px"></asp:TextBox></td>
                                    </tr>
                                    <tr>
                                        <td align="left" style="width: 107px; height: 30px">
                                        </td>
                                        <td align="left" style="width: 237px; height: 30px">
                                        </td>
                                    </tr>
                                </table>
                                &nbsp;</td>
                        </tr>
                        <tr>
                            <td style="width: 200px; height: 20px">
                            </td>
                        </tr>
                    </table>
                    </td>
            </tr>
            <tr>
                <td style="width: 100px; height: 39px;">
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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