📄 maintaindepartment.aspx
字号:
<%@ Page Language="VB"MasterPageFile="~/administrator/adminMasterPage.master" AutoEventWireup="false" CodeFile="MaintainDepartment.aspx.vb" Inherits="Administrator_MaintainDepartment" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 100%; height: 100%;
border-right: #cc3333 thin solid;
table-layout: fixed; border-top: #cc3333 thin solid;
border-left: #cc3333 thin solid;
border-bottom: #cc3333 thin solid;
background-color: #cc9966;">
<caption>
<h2>部门信息维护</h2> </caption>
<tr>
<td style="width: 25%">
操作:
<asp:DropDownList ID="ddlOperate" runat="server" Width="103px">
<asp:ListItem>添加部门</asp:ListItem>
<asp:ListItem>修改信息</asp:ListItem>
<asp:ListItem>删除</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 25%">
<asp:Label ID="lblshow" runat="server" Visible=False Text="Label" Width="145px" ForeColor="Red"></asp:Label></td>
<td style="width: 25%">
</td>
<td style="width: 25%">
</td>
</tr>
<tr>
<td style="width:25%; height: 54px;">
部门编号:<br />
<asp:TextBox ID="txtDeptNo" runat="server"></asp:TextBox>
</td>
<td style="width: 25%; height: 54px;">
部门名称:<br />
<asp:TextBox ID="txtDeptName" runat="server"></asp:TextBox></td>
<td style="width: 25%; height: 54px;">
部门领导:<br />
<asp:TextBox ID="txtLeader" runat="server"></asp:TextBox></td>
<td style="width:25%; height: 54px;">
部门类型:<br />
<asp:DropDownList ID="ddlType" runat="server" Width="130px">
<asp:ListItem>校外</asp:ListItem>
<asp:ListItem>校内</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 100%; height: 40px;" colspan=4 align="center">
<asp:Button ID="btnSure" runat="server" Text="确定" Width="57px" />
<asp:Button ID="btnCancel" runat="server" Text="取消" Width="54px" /></td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -