updateusertype.aspx

来自「该服务平台解决了计算机网络与移动网络之间信息交换问题」· ASPX 代码 · 共 66 行

ASPX
66
字号
<%@ page language="C#" autoeventwireup="true" inherits="SystemSettings_UpdateUserType, App_Web_tpbhwpwb" %>

<!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>
</head>
<body style="margin-top:10px">
    <form id="form1" runat="server">
    <div>
        <table style="width: 778px; height: 296px; background-color:#f3f8ff">
            <tr>
                <td colspan="1" style="height: 22px; background-color:#9ac4e0"  >
                    <span style="font-size: 10pt">
                        &nbsp;<asp:Label ID="Label1" runat="server" Font-Size="10pt" 
                            Width="293px" Height="13px">位置: &nbsp; 用户管理 >&nbsp; 群组设置 >&nbsp; 群组修改</asp:Label></span></td>
            </tr>
            <tr>
                <td  colspan="2" style="height: 135px; width: 775px;" valign="top">
                    <table>
                        <tr>
                            <td align="left" style="width: 71px">
                                &nbsp;<asp:Label ID="Label3" runat="server" Font-Size="10pt" Text="现群组名称"></asp:Label></td>
                            <td style="width: 602px">
                                <asp:TextBox ID="tbAreaName" runat="server" Width="200px" Enabled="False"></asp:TextBox></td>
                            <td style="width: 78px">
                            </td>
                        </tr>
                        <tr>
                            <td align="left" style="width: 71px">
                                &nbsp;<asp:Label ID="Label4" runat="server" Font-Size="10pt" Text="修改为"></asp:Label></td>
                            <td style="width: 602px">
                                <asp:TextBox ID="tbNewAreaName" runat="server" Width="200px"></asp:TextBox></td>
                            <td style="width: 78px">
                            </td>
                        </tr>
                        <tr>
                            <td align="left" style="width: 71px">
                                &nbsp;<asp:Label ID="Label2" runat="server" Font-Size="10pt" Text="备注"></asp:Label></td>
                            <td style="width: 602px">
                                <asp:TextBox ID="tbBak" runat="server" Height="100px" MaxLength="70" TextMode="MultiLine"
                                    Width="592px"></asp:TextBox></td>
                            <td style="width: 78px">
                            </td>
                        </tr>
                       
                    </table>
                </td>
            </tr>
            <tr>
                <td   colspan="2" rowspan="6"  style="height:60px; width: 775px;" valign="bottom" align="right" >
                   
                    <asp:Button ID="btnOK" runat="server" OnClick="btnOK_Click" Text="确定" Width="40px" Height="23px" />
                    &nbsp;
                    <asp:Button ID="btnRetrun" runat="server" OnClick="btnRetrun_Click" Text="返回" Width="40px" Height="23px" />&nbsp;&nbsp;&nbsp;&nbsp;
                </td>
            </tr>
            
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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