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

📄 truckinfo.aspx

📁 用C语言编写的物流管理系统的
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="truckInfo.aspx.cs" Inherits="truckInfo" %>

<!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>
        <table border="0" cellpadding="0" cellspacing="0" style="width: 502px; height: 270px; background-image: url(images/tanchuang.gif);">
            <tr>
                <td style="width: 108px; height: 128px">
                </td>
                <td style="width: 111px; height: 128px">
                </td>
                <td style="width: 311px; height: 128px">
                </td>
                <td style="width: 100px; height: 128px">
                </td>
            </tr>
            <tr>
                <td style="width: 108px; height: 10px">
                </td>
                <td style="width: 111px; height: 10px">
                    出发地:</td>
                <td style="width: 311px; height: 10px">
                    <asp:TextBox ID="txtStart" runat="server" BorderWidth="0px" ReadOnly="True"></asp:TextBox></td>
                <td style="width: 100px; height: 10px">
                </td>
            </tr>
            <tr>
                <td style="width: 108px; height: 18px">
                </td>
                <td style="width: 111px; height: 18px">
                    到达地:</td>
                <td style="width: 311px; height: 18px">
                    <asp:TextBox ID="txtTerminal" runat="server" BorderWidth="0px" ReadOnly="True"></asp:TextBox></td>
                <td style="width: 100px; height: 18px">
                </td>
            </tr>
            <tr>
                <td style="width: 108px">
                </td>
                <td style="width: 111px">
                    车型:</td>
                <td style="width: 311px">
                    <asp:TextBox ID="txtTruckType" runat="server" BorderWidth="0px" ReadOnly="True"></asp:TextBox></td>
                <td style="width: 100px">
                </td>
            </tr>
            <tr>
                <td style="width: 108px; height: 19px">
                </td>
                <td style="width: 111px; height: 19px">
                    车长:</td>
                <td style="width: 311px; height: 19px">
                    <asp:TextBox ID="txtTruckLong" runat="server" Width="64px" BorderWidth="0px" ReadOnly="True"></asp:TextBox></td>
                <td style="width: 100px; height: 19px">
                </td>
            </tr>
            <tr>
                <td style="width: 108px; height: 24px">
                </td>
                <td style="width: 111px; height: 24px">
                    载重:</td>
                <td style="width: 311px; height: 24px">
                    <asp:TextBox ID="txtLoad" runat="server" Width="65px" BorderWidth="0px" ReadOnly="True"></asp:TextBox></td>
                <td style="width: 100px; height: 24px">
                </td>
            </tr>
            <tr>
                <td style="width: 108px">
                </td>
                <td style="width: 111px">
                    联系人:</td>
                <td style="width: 311px">
                    <asp:TextBox ID="txtLinkman" runat="server" Width="64px" BorderWidth="0px" ReadOnly="True"></asp:TextBox></td>
                <td style="width: 100px">
                </td>
            </tr>
            <tr>
                <td style="width: 108px; height: 24px">
                </td>
                <td style="width: 111px; height: 24px">
                    联系电话:</td>
                <td style="width: 311px; height: 24px">
                    <asp:TextBox ID="txtPhone" runat="server" Width="92px" BorderWidth="0px" ReadOnly="True"></asp:TextBox></td>
                <td style="width: 100px; height: 24px">
                </td>
            </tr>
            <tr>
                <td style="width: 108px">
                </td>
                <td style="width: 111px">
                    有效日期:</td>
                <td style="width: 311px">
                    <asp:TextBox ID="txtTerm" runat="server" Width="93px" BorderWidth="0px" ReadOnly="True"></asp:TextBox></td>
                <td style="width: 100px">
                </td>
            </tr>
            <tr>
                <td style="width: 108px">
                </td>
                <td style="width: 111px">
                    发布日期:</td>
                <td style="width: 311px">
                    <asp:TextBox ID="txtFBDate" runat="server" Width="94px" BorderWidth="0px" ReadOnly="True"></asp:TextBox></td>
                <td style="width: 100px">
                </td>
            </tr>
            <tr>
                <td style="width: 108px" valign="top">
                </td>
                <td style="width: 111px" valign="top">
                    备注:</td>
                <td style="width: 311px">
                    <asp:TextBox ID="txtContent" runat="server" Height="77px" TextMode="MultiLine" Width="179px" BorderWidth="1px" ReadOnly="True"></asp:TextBox></td>
                <td style="width: 100px">
                </td>
            </tr>
            <tr>
                <td colspan="4" style="text-align: center">
                    <input id="Button1" type="button" onclick="window.close()" value="关 闭" /></td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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