📄 book.aspx
字号:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="book.aspx.vb" Inherits="book" %>
<!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>
<script language="javascript" type="text/javascript">
// <!CDATA[
function TextArea1_onclick() {
}
// ]]>
</script>
</head>
<body bgcolor="#00cc99">
<form id="form1" runat="server">
<div>
<br />
<table>
<tr>
<td style="width: 275px; font-family: 幼圆; height: 21px">
供选书籍</td>
<td style="width: 90px; height: 21px">
</td>
<td style="width: 294px; height: 21px">
选定书籍</td>
</tr>
<tr>
<td rowspan="5" style="width: 275px">
<asp:ListBox ID="gxsj" runat="server" Height="121px" Width="199px" SelectionMode="Multiple">
<asp:ListItem>JSP高级应用</asp:ListItem>
<asp:ListItem>XML</asp:ListItem>
<asp:ListItem>UML</asp:ListItem>
<asp:ListItem>C语言</asp:ListItem>
<asp:ListItem>数据库</asp:ListItem>
<asp:ListItem>计算机导论</asp:ListItem>
</asp:ListBox></td>
<td style="width: 90px; height: 21px">
<asp:Button ID="Button1" runat="server" ForeColor="Blue" Text="添加" /></td>
<td rowspan="5" style="width: 294px">
<asp:ListBox ID="xdsj" runat="server" Height="118px" Width="201px" SelectionMode="Multiple"></asp:ListBox></td>
</tr>
<tr>
<td style="width: 90px">
<asp:Button ID="Button2" runat="server" ForeColor="Blue" Text="取消" /></td>
</tr>
<tr>
<td style="width: 90px; height: 26px">
<asp:Button ID="Button3" runat="server" ForeColor="Blue" Text="全选" /></td>
</tr>
<tr>
<td style="width: 90px; height: 26px">
<asp:Button ID="Button4" runat="server" ForeColor="Blue" Text="全退" /></td>
</tr>
<tr>
<td style="width: 90px; height: 26px">
<asp:Button ID="Button5" runat="server" ForeColor="Blue" Text="多选" BorderStyle="Ridge" /></td>
</tr>
</table>
<br />
支付方式</div>
<asp:CheckBoxList ID="CheckBoxList1" runat="server" CausesValidation="True">
<asp:ListItem>现金</asp:ListItem>
<asp:ListItem>信用卡</asp:ListItem>
</asp:CheckBoxList>
<asp:Button ID="Button6" runat="server" Text="确定" /><br />
<asp:Label ID="Label1" runat="server" Height="47px" Text="Label" Width="169px"></asp:Label><br />
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -