📄 lscdjedit.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="LscdjEdit.aspx.cs" Inherits="Czy_LscdjEdit" %>
<!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>
<title></title>
<LINK href="../css/style.css" type="text/css" rel="stylesheet">
<base target="_self"></base>
<script src="../css/Css.js" type="text/javascript"></script>
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" style="BORDER-RIGHT: #7f7f7f 2px dotted; BORDER-TOP: #7f7f7f 2px dotted; Z-INDEX: 101; LEFT: 0px; BORDER-LEFT: #7f7f7f 2px dotted; BORDER-BOTTOM: #7f7f7f 2px dotted; POSITION: absolute; TOP: 0px;"
cellSpacing="3" cellPadding="8" align="center" bgcolor ="#EFF3FB">
<TBODY>
<TR >
<TD class="TDTitle" align="center" colSpan="4" ><FONT face="宋体"><FONT face="宋体"><FONT style="FONT-SIZE: medium" face="宋体" color="dimgray">
临时车登记</FONT></FONT></FONT></TD>
</TR>
<TR>
<TD align="center" >
临时车名称:</TD>
<TD colSpan="3" style="HEIGHT: 14px"><FONT face="宋体"><asp:textbox id="TextBox1" runat="server" Width="537px" DESIGNTIMEDRAGDROP="98"></asp:textbox></FONT></TD>
</TR>
<tr>
<td align="center">
计费开始时间:</td>
<td colspan="3" style="height: 18px">
<asp:textbox id="Textbox2" runat="server" DESIGNTIMEDRAGDROP="98" Width="537px"></asp:textbox></td>
</tr>
<tr>
<td align="center" style="width: 128px">
<span>驾驶员名称 :</span></td>
<td colspan="3">
<asp:TextBox ID="Textbox4" runat="server" DESIGNTIMEDRAGDROP="98" Width="537px"></asp:TextBox></td>
</tr>
<tr>
<td align="center" style="width: 128px">
<span>证件类型 :</span></td>
<td colspan="3">
<asp:DropDownList ID="DropDownList3" runat="server" Width="344px">
<asp:ListItem>身份证</asp:ListItem>
<asp:ListItem>军官证</asp:ListItem>
<asp:ListItem>其他</asp:ListItem>
<asp:ListItem>驾驶证</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td align="center" style="width: 128px">
车位编号:</td>
<td colspan="3">
<asp:DropDownList ID="DropDownList2" runat="server" Width="344px">
</asp:DropDownList></td>
</tr>
<tr>
<td align="center" style="width: 128px">
<span>计费结束时间 :</span></td>
<td colspan="3">
<asp:TextBox ID="TextBox6" runat="server" DESIGNTIMEDRAGDROP="98" Width="470px"></asp:TextBox><input id="Button3" class="button" style="width: 63px" type="button" value="收费标准" onclick="document.getElementById('userMenu').style.display='block';" /></td>
</tr>
<tr>
<td align="center" style="width: 128px; height: 40px;">
<span>收费金额 :</span></td>
<td colspan="3" style="height: 40px">
<asp:TextBox ID="TextBox7" runat="server" DESIGNTIMEDRAGDROP="98" Width="537px" ReadOnly="True"></asp:TextBox></td>
</tr>
<TR>
<TD align="center" colSpan="34" style="height: 37px">
<asp:Button ID="Button2" runat="server" CssClass="button" Text="记录" OnClick="Button2_Click" />
<asp:Button ID="Button1" runat="server" CssClass="button" Text="返回" OnClick="Button1_Click" />
</TABLE>
<div id="userMenu" runat="server" align="center" style="border-right: gray thin solid;
border-top: gray thin solid; display: none; z-index: 2000; left: 474px; border-left: gray thin solid;
width: 222px; border-bottom: gray thin solid; position: relative; top: 301px;
height: 147px; background-color: ghostwhite">
<a href="#" onclick="document.getElementById('userMenu').style.display='none';">关闭</a>
<br />
<asp:GridView id="GridView1" runat="server" Width="100%" BorderColor="Tan" AutoGenerateColumns="False" DataKeyNames="收费代码" HeaderStyle-CssClass="HeaderStyle" CellPadding="2" BackColor="LightGoldenrodYellow" BorderWidth="1px" ForeColor="Black" GridLines="None" Height="1px" AllowPaging="True" PageSize="6" >
<FooterStyle BackColor="Tan"></FooterStyle>
<Columns>
<asp:BoundField DataField="收费代码" Visible="False" HeaderText="收费代码">
<ItemStyle Height="24px"></ItemStyle>
</asp:BoundField>
<asp:BoundField DataField="收费名称" HeaderText="收费名称"></asp:BoundField>
<asp:BoundField DataField="时间下限" HeaderText="时间下限"></asp:BoundField>
<asp:BoundField DataField="时间上限" HeaderText="时间上限"></asp:BoundField>
<asp:BoundField DataField="费用" HeaderText="费用"></asp:BoundField>
</Columns>
<SelectedRowStyle BackColor="DarkSlateBlue" ForeColor="GhostWhite"></SelectedRowStyle>
<PagerStyle BackColor="PaleGoldenrod" ForeColor="DarkSlateBlue" HorizontalAlign="Center"></PagerStyle>
<HeaderStyle BackColor="Tan" CssClass="DataGridHeader" Font-Bold="True"></HeaderStyle>
<AlternatingRowStyle BackColor="PaleGoldenrod" />
</asp:GridView>
</div>
</FONT></form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -