⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addtsfl.aspx

📁 一个简单的网上书店
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/HT.master" CodeFile="AddTSFL.aspx.cs" Inherits="AddTSFL" %>
<asp:Content ID="Content1" runat="server" ContentPlaceHolderID="ContentPlaceHolder2">
    <div style="z-index: 101; left: 19px; width: 647px; position: absolute; top: 0px;
        height: 234px" id="div_bg">
  <table style="width:650px" border="1" >
  	<tr>
	<td  align="char" valign="middle" style="width: 400px; height: 20px; font-size:small;">类别</td>
	<td  style=" width:250px; height: 20px; font-size:small;"  align="char" valign="middle">操作</td>
	</tr>
    <tr>
        
      <td align="char" valign="top" style="width: 400px; height:300px;">
          <div style="border-right: #6699ff 1px solid; border-top: #6699ff 1px solid; z-index: 101;
              left: 4px; overflow: auto; border-left: #6699ff 1px solid; width: 364px; border-bottom: #6699ff 1px solid;
              position: absolute; top: 28px; height: 299px">
              &nbsp;
              <asp:TreeView ID="treeBookType" runat="server" Height="290px" Width="357px" style="z-index: 100; left: 1px; position: absolute; top: 1px" OnSelectedNodeChanged="treeBookType_SelectedNodeChanged">
              </asp:TreeView>
          </div>
      </td>
      <td style="width: 250px; height:300px; border-left-color: #ffffff; border-bottom-color: #ffffff; border-top-color: #ffffff; border-right-color: #ffffff; border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none;" align="char" valign="baseline">
          <div id="div_caozuo" style="z-index: 102; left: 406px; width: 250px; position: absolute;
              top: 29px; height: 209px; border-right: #99ccff 1px solid; border-top: #99ccff 1px solid; border-left: #99ccff 1px solid; border-bottom: #99ccff 1px solid;">
              <asp:Label ID="Label1" runat="server" Text="选择类别名:" style="left: 9px; position: relative; top: 6px" Width="153px"></asp:Label>
              <asp:TextBox ID="txtOldName" runat="server" style="left: 10px; position: relative; top: 5px" Width="167px" Enabled="False"></asp:TextBox>
              <asp:Label ID="Label2" runat="server" Text="类别名:" style="left: 9px; position: relative; top: 19px" Width="153px"></asp:Label>
              <asp:TextBox ID="txtnewName" runat="server" style="left: 9px; position: relative; top: 19px" Width="168px"></asp:TextBox>
              <asp:Label ID="Label3" runat="server" Text="说明:" style="left: 10px; position: relative; top: 30px" Width="174px"></asp:Label>
              <asp:TextBox ID="txtRearmk" runat="server" style="left: 10px; position: relative; top: 31px" Height="71px" TextMode="MultiLine" Width="231px"></asp:TextBox></div>
          <asp:Button ID="btnAddC" runat="server" Height="21px" Style="z-index: 100; left: 522px;
              position: absolute; top: 248px" Text="添加子级" Width="68px" OnClick="btnAddC_Click" />
          <asp:Button ID="btnDel" runat="server" Height="21px" Style="z-index: 101; left: 434px;
              position: absolute; top: 274px" Text="修改类别" Width="72px" /><asp:Button ID="Button1" runat="server" Height="22px" Style="z-index: 101; left: 521px;
              position: absolute; top: 274px" Text="删除所选" Width="69px" />
          <asp:Button ID="btnAddP" runat="server" Height="22px" Style="z-index: 102; left: 434px;
              position: absolute; top: 248px" Text="添加本级" Width="72px" OnClick="btnAddP_Click" />
          <asp:Label ID="lblcaozuo_Message" runat="server" Style="z-index: 104; left: 450px; position: absolute;
              top: 306px" Width="149px" ForeColor="Black"></asp:Label>
    </td>
    </tr>
    <tr>
      <td  colspan="2" align="char" valign="top" style="height: 21px" >
          <table style="width: 650px">
              <tr>
                  <td style="width: 100px; height: 9px; font-size:small;" align="char" valign="middle">
                      操作记录</td>
                  <td style="width: 550px; height: 9px;" align="right" valign="middle">
                      <asp:Button ID="btnqc" runat="server" Height="20px" Text="清除记录" Width="64px" /></td>
              </tr>
              <tr>
                  <td style="width: 650px" colspan="2" align="char" valign="top">
                      <asp:ListBox ID="lstJL" runat="server" Width="640px"></asp:ListBox></td>
              </tr>
          </table>
      </td>
    </tr>
  </table>
</div>
</asp:Content>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -