📄 addbooktype.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/HT.master" CodeFile="addbooktype.aspx.cs" Inherits="addbooktype" %>
<asp:Content ID="Content1" runat="server" ContentPlaceHolderID="ContentPlaceHolder2">
<div style="z-index: 101; left: 25px; width: 750px; position: absolute; top: 2px;
height: 550px">
<center>
<table>
<tr class="category">
<td style="width: 750px" valign="baseline">
<span style="color:Gray; font-size:12px;">书籍类别管理</span>
</td>
</tr>
<tr>
<td style="width: 750px; height: 430px;">
<table style="width:650px">
<tr class="category"><td colspan="2"></td></tr>
<tr class="row">
<td class="subject" align="left" style="height: 15px">图书类别</td>
<td class="subject" align="left" style="height: 15px">操作</td>
</tr>
<tr>
<td style="width:400px; height:250px" align="left" valign="top" >
<div style="z-index: 101; left: 56px; width: 98%; position: absolute; top: 68px;
height: 93%; overflow: scroll;" >
<asp:TreeView ID="treebooktype" runat="server" Height="100%" Width="99%" ShowCheckBoxes="All" Font-Names="宋体" Font-Size="14px" BorderStyle="Double" ImageSet="WindowsHelp" OnSelectedNodeChanged="treebooktype_SelectedNodeChanged" >
<ParentNodeStyle Font-Bold="False" />
<HoverNodeStyle Font-Underline="True" ForeColor="#6666AA" />
<SelectedNodeStyle BackColor="#B5B5B5" Font-Underline="False" HorizontalPadding="0px"
VerticalPadding="0px" />
<NodeStyle Font-Names="Tahoma" Font-Size="8pt" ForeColor="Black" HorizontalPadding="5px"
NodeSpacing="0px" VerticalPadding="1px" />
</asp:TreeView>
</div>
</td>
<td style="width:250px; height:250px" align="left" valign="top" class="subject">
<ul style="LIST-STYLE-TYPE: none; margin:12px 0px 12px 12px;">
<li style="color:Gray;">选中类别:</li>
<li style="color:Gray;">
<asp:TextBox ID="txtxz" runat="server" Height="16px" Width="148px" Enabled="False"></asp:TextBox></li>
<li ></li>
<li style="color:Gray;">新类别名:</li>
<li style="color:Gray;">
<asp:TextBox ID="txtNewType" runat="server" Height="16px" Width="148px"></asp:TextBox></li>
<li><hr /></li>
<li><asp:Button ID="btnAddc" runat="server" Text="添加下级" Width="55px" OnClick="btnAddc_Click" TabIndex="1"/>
<span style="color:Gray; font-size:12px;margin:5px;">将新类别添加到下级.</span></li>
<li>
<asp:Button ID="btnAdd" runat="server" Text="添 加" Width="55px" OnClick="btnAdd_Click" />
<span style="color:Gray; font-size:12px;margin:5px;">将新类别添加到平级.</span></li>
<li>
<asp:Button ID="update" runat="server" Text="修 改" Width="55px" OnClick="update_Click" />
<span style="color:Gray; font-size:12px;margin:5px;">修改选中类别.</span></li>
<li><asp:Button ID="btndel" runat="server" Text="删 除" Width="55px" OnClick="btndel_Click" />
<span style="color:Gray; font-size:12px;margin:5px;">删除选中类别,和所有下级.</span></li>
<li><hr /></li>
<li>提示:</li>
<li>
<asp:Label ID="lblMessage" runat="server" Text="" Width="216px"></asp:Label></li>
</ul>
</td>
</tr>
<tr class="row">
<td colspan="2" class="subject" align="left" valign="baseline">操作记录<span style="margin:1px 2px 0px 520px;"><asp:Button
ID="btnClear" runat="server" Text="清除记录" /></span></td>
</tr>
<tr>
<td colspan="2">
<asp:ListBox ID="lstbcaozuo" runat="server" Width="99%" style="overflow: auto; clip: rect(0px 1px 0px 1px)"></asp:ListBox></td>
</tr>
</table>
</td>
</tr>
<tr class="category">
<td style="height: 2px"></td>
</tr>
</table>
</center>
</div>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -