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

📄 adminhomebadedit.aspx

📁 学生寝室管理系统
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/Admin.master"  AutoEventWireup="true" CodeFile="adminhomebadedit.aspx.cs" Inherits="adminhomebadedit" Title="寝室损坏管理编辑" %>

<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table width="100%" border="0" align="center"  cellpadding="0" cellspacing="1" bgcolor="#FFFFFF" class="tableBorder">
  <tr bordercolor="#000000" bgcolor="#000000"><th height=26 colspan=9 class="tableHeaderText"> 寝室管理-&gt;寝室损坏管理编辑</th></tr>
           <tr bordercolor="#000000" bgcolor="#000000">
           <td align="right" class="forumRow" style="height: 11px; width: 396px;">
               编号:</td>
           <td class="forumRow" style="height: 11px">
               <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label></td></tr>
 <tr bordercolor="#000000" bgcolor="#000000"><td align=right class="forumRow" style="width: 396px">
     记录人的学号:</td><td class="forumRow">
     <asp:Label ID="Labuserid" runat="server" Text="Label"></asp:Label></td></tr>
                <tr bordercolor="#000000" bgcolor="#000000"><td align="right" class="forumRow" style="width: 396px">
                    记录人的姓名:</td><td class="forumRow">
                    <asp:Label ID="Labusername" runat="server" Text="Label"></asp:Label></td></tr>
                <tr bordercolor="#000000" bgcolor="#000000"><td align="right" class="forumRow" style="width: 396px">
                    几栋:</td><td class="forumRow">
                    <asp:Label ID="Labhomeflood" runat="server" Text="Label"></asp:Label></td></tr>
               <tr bordercolor="#000000" bgcolor="#000000"><td align="right" class="forumRow" style="width: 396px">
                   寝室类别:</td><td class="forumRow">
                   <asp:Label ID="Labhomesex" runat="server" Text="Label"></asp:Label></td></tr>
            <tr bordercolor="#000000" bgcolor="#000000"><td align="right" class="forumRow" style="width: 396px; height: 5px">
                寝室号:</td><td class="forumRow" style="height: 5px">
                <asp:Label ID="Labhomehao" runat="server" Text="Label"></asp:Label></td></tr>
    <tr bgcolor="#000000" bordercolor="#000000">
        <td align="right" class="forumRow" style="width: 396px; height: 2px">
            寝室电话:</td>
        <td class="forumRow" style="height: 2px">
            <asp:Label ID="Labhomephone" runat="server" Text="Label"></asp:Label></td>
    </tr>
          <tr bordercolor="#000000" bgcolor="#000000"><td align="right" class="forumRow" style="width: 396px">
              损坏内容:</td><td class="forumRow">
              <asp:TextBox ID="TextBox1" runat="server" Height="103px" ReadOnly="True" TextMode="MultiLine"
                  Width="182px"></asp:TextBox></td></tr>
    <tr bgcolor="#000000" bordercolor="#000000">
        <td align="right" class="forumRow" style="width: 396px; height: 6px">
            是/否审核:</td>
        <td class="forumRow" style="height: 6px">
            <asp:Label ID="Labshenhe" runat="server" Text="Label"></asp:Label>
            <asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True">
                <asp:ListItem Selected="True">请选择</asp:ListItem>
                <asp:ListItem>是</asp:ListItem>
                <asp:ListItem>否</asp:ListItem>
            </asp:DropDownList></td>
    </tr>
    <tr bgcolor="#000000" bordercolor="#000000">
        <td align="center" class="forumRow" colspan="2" style="height: 6px">
            <asp:Label ID="Label2" runat="server" ForeColor="Red" Style="font-weight: bold; font-size: 14px"></asp:Label>
            <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/adminhomebad.aspx" Visible="False">返回看看</asp:HyperLink></td>
    </tr>
               <tr bordercolor="#000000" bgcolor="#000000"><td align="center" colspan=2 class="forumRow">
                   <asp:Button ID="Button1" runat="server" Text="更 新" OnClick="Button1_Click" /></td></tr>
</table>
    <br />
    <table align="center" border="0" cellpadding="3" cellspacing="1" class="tableBorder"
        style="width: 98%">
        <tr>
            <th class="tableHeaderText" colspan="3" height="25">
                学生寝室管理系统</th>
        </tr>
        <tr>
            <td align="right" class="forumRow" height="23" style="width: 459px">
                程序开发:</td>
            <td class="forumRow" colspan="2">
                浪漫雪弧</td>
        </tr>
        <tr>
            <td align="right" class="forumRow" height="23" style="width: 459px">
                程序负责:</td>
            <td class="forumRow" colspan="2">
                一半情弧</td>
        </tr>
        <tr>
            <td align="right" class="forumRow" height="23" style="width: 459px">
                联系方法:</td>
            <td class="forumRow" colspan="2">
                QQ 562873726</td>
        </tr>
    </table>
</asp:Content>

⌨️ 快捷键说明

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