You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.9 KiB
Plaintext
47 lines
1.9 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ChCheckInfoRepeal.aspx.cs" Inherits="DSWeb.Shipping.ChCheckInfoRepeal" %>
|
|
|
|
<!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 id="Head1" runat="server">
|
|
<title>废除支票</title>
|
|
<link rel="STYLESHEET" type="text/css" href="../theme/page.css"/>
|
|
<!--按钮-->
|
|
<style type="text/css">
|
|
.btncss
|
|
{
|
|
width:60px;
|
|
BORDER-RIGHT: #2C59AA 1px solid;
|
|
PADDING-RIGHT: 2px; BORDER-TOP: #2C59AA 1px solid;
|
|
PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5);
|
|
BORDER-LEFT: #2C59AA 1px solid; CURSOR: hand; COLOR: black; PADDING-TOP: 2px;
|
|
BORDER-BOTTOM: #2C59AA 1px solid;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<div>
|
|
<table>
|
|
<tr>
|
|
<td class="cssfont">请输入废除支票的原因:</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<asp:TextBox ID="tbDELETECAUSE" runat="server" MaxLength="100" Height="100px"
|
|
TextMode="MultiLine" Width="300px" CssClass="cssfont" style="overflow-y:auto;height:100px;"></asp:TextBox>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align=center>
|
|
<asp:Button ID="Button1" runat="server" Text="确定" onclick="Button1_Click" CssClass="btncss" />
|
|
|
|
<asp:Button ID="Button2" runat="server" Text="取消" onclick="Button2_Click" CssClass="btncss" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|