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

📄 setsysname.aspx

📁 这是一个OA企业办公自动化网站,是采用c#+asp编写的,很值得一看
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="setSysName.aspx.cs" Inherits="system_setSysName" %>

<!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>
    <link href="../CSS/CSS.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript">
<!--

function TABLE1_onclick() {

}

// -->
</script>
</head>
<body style="background-image: url(../image/rightFrame.gif)">
    <form id="form1" runat="server">
    <div>
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <table class="css" style="width: 365px; height: 126px" align="center" border="1" id="TABLE1" language="javascript" onclick="return TABLE1_onclick()">
            <tr>
                <td align="center" class="cssTitle" colspan="3" style="height: 20px">
                    系统操作员设置</td>
            </tr>
            <tr>
                <td style="width: 2334px; height: 16px">
                    职员姓名:</td>
                <td style="width: 374px; height: 16px">
                    <asp:DropDownList ID="dlEmployee" runat="server" Width="153px" CssClass="InputCss">
                    </asp:DropDownList></td>
                <td style="width: 204px;" rowspan="2">
                    <asp:ListBox ID="ListBox1" runat="server" Width="109px" CssClass="InputCss" Height="79px"></asp:ListBox></td>
            </tr>
            <tr>
                <td style="width: 2334px">
                    系统密码:</td>
                <td style="width: 374px">
                    <asp:TextBox ID="TextBox1" runat="server" CssClass="InputCss" Width="150px"></asp:TextBox></td>
            </tr>
            <tr>
                <td align="center" colspan="2">
                    <asp:Button ID="Button1" runat="server" Text="保存密码" OnClick="Button1_Click" CssClass="greenButtonCss" /></td>
                <td align="center" style="width: 204px">
                    <asp:Button ID="Button2" runat="server" Text="删除操作员" OnClick="Button2_Click" CssClass="greenButtonCss" /></td>
            </tr>
        </table>
        <br />
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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