📄 chaxun.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Chaxun.aspx.cs" Inherits="include_Chaxun" %>
<!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>
<link href="../StyleSheet.css" rel="stylesheet" type="text/css" />
</head>
<body style="text-align: center" bgcolor="gainsboro">
<form id="form1" runat="server">
<div>
<table class="9" style="border-top-style: groove; border-right-style: groove; border-left-style: groove;
height: 1px; border-bottom-style: groove" width="700">
<tr>
<td colspan="2">
<asp:Label ID="Label1" runat="server" Font-Bold="True" Text="货物查询"></asp:Label></td>
</tr>
<tr>
<td colspan="2" style="height: 27px; text-align: left">
请输入货单编号:<asp:TextBox ID="txtHuohao" runat="server" CssClass="txtbox1" ForeColor="Blue"
MaxLength="20"></asp:TextBox>
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="查询" Width="59px" />
<asp:Label ID="lblError" runat="server" ForeColor="Red"></asp:Label></td>
</tr>
<tr>
<td colspan="2" style="height: 33px">
<asp:Panel ID="Panel1" runat="server" BorderStyle="Inset" Height="200px" Width="680px">
<br />
<table style="width: 431px">
<tr>
<td style="width: 90px; height: 26px; text-align: left">
货物名称</td>
<td style="width: 168px; height: 26px; text-align: left">
<asp:TextBox ID="txtHuoming" runat="server" ForeColor="Teal" Height="19px" ReadOnly="True"
Width="161px"></asp:TextBox></td>
<td style="width: 28px; height: 26px; text-align: left">
件数</td>
<td style="width: 43px; height: 26px; text-align: left">
<asp:TextBox ID="txtJianshu" runat="server" ForeColor="Teal" ReadOnly="True" Width="37px"></asp:TextBox></td>
<td style="width: 27px; height: 26px; text-align: left">
重量</td>
<td style="height: 26px; text-align: left">
<asp:TextBox ID="txtZhongliang" runat="server" ForeColor="Teal" ReadOnly="True" Width="55px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 90px; height: 24px; text-align: left">
发往</td>
<td colspan="5" style="height: 24px; text-align: left">
<asp:TextBox ID="txtDaozhan" runat="server" ForeColor="Teal" ReadOnly="True" Width="337px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 90px; height: 26px; text-align: left">
运输状态</td>
<td colspan="5" style="height: 26px; text-align: left">
<asp:TextBox ID="txtState" runat="server" ForeColor="Teal" ReadOnly="True" Width="337px"></asp:TextBox></td>
</tr>
</table>
<br />
<br />
请注意在英文状或半角状态下输入货单号</asp:Panel>
</td>
</tr>
<tr>
<td colspan="2" style="height: 33px; text-align: right">
<asp:LinkButton ID="LinkButton1" runat="server" PostBackUrl="~/Default.aspx">返回首页</asp:LinkButton>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -