📄 editlimition.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="EditLimition.aspx.cs" Inherits="EditLimition" %>
<!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 style="width: 700px; height: 200px">
<tr>
<td style="width: 60px; height: 24px">
<asp:Label ID="lblVersion" runat="server" Font-Names="宋体" Font-Size="Small" Height="16px"
Text="价格名称" Width="60px"></asp:Label></td>
<td style="width: 90px; height: 24px">
<asp:TextBox ID="txtPriceName" runat="server" Enabled="False" Height="15px" Width="110px"></asp:TextBox></td>
<td style="width: 100px; height: 24px">
</td>
<td style="width: 100px; height: 24px">
</td>
</tr>
<tr>
<td style="width: 60px; height: 24px">
<asp:Label ID="Label1" runat="server" Font-Names="宋体" Font-Size="Small" Height="16px"
Width="55px">厂牌 </asp:Label></td>
<td style="width: 90px; height: 24px">
<asp:TextBox ID="txtMakeName" runat="server" Enabled="False" Height="15px" Width="120px"></asp:TextBox></td>
<td style="width: 100px; height: 24px">
</td>
<td style="width: 100px; height: 24px">
</td>
</tr>
<tr>
<td style="width: 60px; height: 24px">
<asp:Label ID="lblModel" runat="server" Font-Names="宋体" Font-Size="Small" Height="16px"
Text="车系" Width="55px"></asp:Label></td>
<td style="width: 90px; height: 24px">
<asp:TextBox ID="txtModelName" runat="server" Enabled="False" Height="15px" Width="120px"></asp:TextBox></td>
<td style="width: 100px; height: 24px">
</td>
<td style="width: 100px; height: 24px">
</td>
</tr>
<tr>
<td style="width: 60px; height: 24px">
<asp:Label ID="Label3" runat="server" Font-Names="宋体" Font-Size="Small" Height="16px"
Text="上浮比例" Width="60px"></asp:Label></td>
<td style="width: 90px; height: 24px">
<asp:TextBox ID="txtPrcUpper" runat="server" Height="15px" Width="90px"></asp:TextBox></td>
<td style="width: 100px; height: 24px">
<asp:RangeValidator ID="RangeValidator2" runat="server" ControlToValidate="txtPrcUpper"
ErrorMessage="上浮比例设置错误" Font-Names="宋体" Font-Size="Small" MaximumValue="5" MinimumValue="0.5"
Type="Double"></asp:RangeValidator></td>
<td style="width: 100px; height: 24px">
</td>
</tr>
<tr>
<td style="width: 60px; height: 24px">
<asp:Label ID="Label4" runat="server" Font-Names="宋体" Font-Size="Small" Height="16px"
Text="下浮比例" Width="61px"></asp:Label></td>
<td style="width: 90px; height: 24px">
<asp:TextBox ID="txtPrcLower" runat="server" Height="15px" Width="90px"></asp:TextBox></td>
<td style="width: 100px; height: 24px">
<asp:RangeValidator ID="RangeValidator3" runat="server" ControlToValidate="txtPrcLower"
ErrorMessage="下浮比例设置错误" Font-Names="宋体" Font-Size="Small" MaximumValue="5" MinimumValue="0.5"
Type="Double"></asp:RangeValidator>
<asp:CompareValidator ID="CompareValidator1" runat="server" ControlToCompare="txtPrcUpper"
ControlToValidate="txtPrcLower" ErrorMessage="浮动比例设置错误" Font-Names="宋体" Font-Size="Small"
Operator="LessThan"></asp:CompareValidator></td>
<td style="width: 100px; height: 24px">
</td>
</tr>
<tr>
<td style="width: 60px; height: 24px">
<asp:Label ID="txtValdDate" runat="server" Font-Names="宋体" Font-Size="Small" Height="16px"
Text="有效日期" Width="60px"></asp:Label></td>
<td style="width: 90px; height: 24px">
<asp:TextBox ID="txtValDate" runat="server" Height="15px" Width="90px"></asp:TextBox>
<asp:Button ID="btnShowCalendar" runat="server" OnClick="btnShowCalendar_Click" Text="选择" /></td>
<td style="width: 100px; height: 24px">
<asp:Calendar ID="calValidDate" runat="server" BackColor="White" BorderColor="Black"
BorderStyle="Solid" CellSpacing="1" Font-Names="Verdana" Font-Size="9pt" ForeColor="Black"
Height="200px" NextPrevFormat="ShortMonth" OnSelectionChanged="calValidDate_SelectionChanged"
Style="z-index: 100; left: 124px; position: absolute; top: 241px" Visible="False"
Width="270px">
<SelectedDayStyle BackColor="#333399" ForeColor="White" />
<TodayDayStyle BackColor="#999999" ForeColor="White" />
<DayStyle BackColor="#CCCCCC" />
<OtherMonthDayStyle ForeColor="#999999" />
<NextPrevStyle Font-Bold="True" Font-Size="8pt" ForeColor="White" />
<DayHeaderStyle Font-Bold="True" Font-Size="8pt" ForeColor="#333333" Height="8pt" />
<TitleStyle BackColor="#333399" BorderStyle="Solid" Font-Bold="True" Font-Size="12pt"
ForeColor="White" Height="12pt" />
</asp:Calendar>
<asp:RangeValidator ID="RangeValidator1" runat="server" ControlToValidate="txtValDate"
ErrorMessage="日期范围设置错误" Font-Names="宋体" Font-Size="Small" MaximumValue="2050-12-12"
MinimumValue="1950-1-1" Type="Date"></asp:RangeValidator></td>
<td style="width: 100px; height: 24px">
<asp:Button ID="btnModify" runat="server" Height="24px" Text="修改" Width="60px" OnClick="btnModify_Click" /></td>
</tr>
</table>
</div>
<asp:HiddenField ID="hidVersion" runat="server" />
<asp:HiddenField ID="hidModelCode" runat="server" />
<asp:HiddenField ID="hidMakeCode" runat="server" />
<asp:HiddenField ID="hidMatchStatus" runat="server" />
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -