📄 discount_edit.aspx
字号:
<%@ Page language="c#" Codebehind="DisCount_Edit.aspx.cs" AutoEventWireup="false" Inherits="SimplexShop.Admin.DisCount_Edit" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>DisCount</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<LINK href="inc/style.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table class="tableBorder" cellSpacing="0" cellPadding="0" width="95%" align="center" border="0">
<tr>
<th class="tableHeaderText" colSpan="1" height="25">
<asp:label id="lbTitle" Runat="server">修改抵扣卷</asp:label></th>
<tr>
<tr>
<td>
<table class="tableBorder" cellSpacing="0" cellPadding="0" width="750" align="center" border="0">
<tr>
<td align="right">抵扣卷编码</td>
<td class="forumRow" align="left" colSpan="3" height="23"><asp:textbox id="txtName" runat="server" Width="200px" Enabled="False"></asp:textbox></td>
</tr>
<tr>
<td align="right">抵扣卷面值</td>
<td class="forumRow" align="left" colSpan="3" height="23"><asp:textbox id="txtDisCount" runat="server" Width="200px">10</asp:textbox></td>
</tr>
<tr>
<td align="right">是否已用</td>
<td class="forumRow" align="left" colSpan="3" height="23">
<asp:RadioButtonList id="rbtnStatus" runat="server" Width="184px">
<asp:ListItem Value="0" Selected="True">未用</asp:ListItem>
<asp:ListItem Value="1">已用</asp:ListItem>
</asp:RadioButtonList></td>
</tr>
<tr>
<td></td>
<td><asp:button id="btnAdd" runat="server" Text="修 改"></asp:button></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -