📄 savedepartmanage.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="SaveDepartManage.aspx.cs" Inherits="PersonManage_SaveDepartManager" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div style="width: 710px; height: 452px; text-align: center">
<table border="0" width="100%" style="height: 663px">
<tr>
<td style="width: 691px">
<span style="font-size: 12pt"><strong>保 存 部 门 信 息</strong></span></td>
</tr>
<tr>
<td style="text-align: right; width: 691px;">
<hr style="color:Gray" />
</td>
</tr>
<tr>
<td style="text-align: right; width: 691px;">
<table style="width: 566px; height: 454px">
<tr>
<td style="width: 340px; text-align: left">
部门名称:</td>
<td style="width: 139px; text-align: left;" rowspan="15">
<div style="z-index: 101; left: 100px; width: 100px; position: absolute; top: 100px;
height: 100px">
</div>
<div id="DIV1" runat="server" style="width: 100px; height: 100px; background-color: #6699ff">
<asp:TreeView ID="TreeView1" runat="server" OnSelectedNodeChanged="TreeView1_SelectedNodeChanged">
</asp:TreeView>
</div>
</td>
</tr>
<tr>
<td style="width: 340px; text-align: left">
<asp:TextBox ID="txtDepartName" runat="server" BorderColor="SteelBlue" Width="219px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtDepartName"
ErrorMessage="*"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="width: 340px; text-align: left">
所属机构:</td>
</tr>
<tr>
<td style="width: 340px; text-align: left">
<asp:DropDownList ID="DropDownList1" runat="server" BackColor="Transparent" Width="227px">
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 340px">
</td>
</tr>
<tr>
<td style="width: 340px; text-align: left; height: 17px;">
部门负责人:</td>
</tr>
<tr>
<td style="width: 340px; height: 26px; text-align: left">
<asp:TextBox ID="txtPrincipal" runat="server" BackColor="White" BorderColor="SteelBlue" Width="147px" ReadOnly="True"></asp:TextBox>
<asp:ImageButton ID="ImageButton1" runat="server" Height="19px" ImageUrl="~/Images/admin2.gif"
Width="18px" OnClick="ImageButton1_Click" CausesValidation="False" />
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtPrincipal"
ErrorMessage="*"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="width: 340px; text-align: left">
联系电话:</td>
</tr>
<tr>
<td style="width: 340px; text-align: left; height: 28px;">
<asp:TextBox ID="txtTelNo" runat="server" BorderColor="SteelBlue" Width="229px" MaxLength="13"></asp:TextBox>
<asp:CompareValidator ID="CompareValidator1" runat="server" ControlToValidate="txtTelNo"
ErrorMessage="电话号码格式不正确" Operator="DataTypeCheck" Type="Integer"></asp:CompareValidator></td>
</tr>
<tr>
<td style="width: 340px; text-align: left">
移动电话:</td>
</tr>
<tr>
<td style="width: 340px; text-align: left">
<asp:TextBox ID="txtMobile" runat="server" BorderColor="SteelBlue" Width="229px" MaxLength="13"></asp:TextBox>
<asp:CompareValidator ID="CompareValidator2" runat="server" ControlToValidate="txtMobile"
ErrorMessage="电话号码格式不正确" Operator="DataTypeCheck" Type="Integer"></asp:CompareValidator></td>
</tr>
<tr>
<td style="width: 340px; height: 26px; text-align: left">
传 真:</td>
</tr>
<tr>
<td style="width: 340px; text-align: left; height: 15px;">
<asp:TextBox ID="txtFaxes" runat="server" BorderColor="SteelBlue" Width="229px" MaxLength="13"></asp:TextBox>
<asp:CompareValidator ID="CompareValidator3" runat="server" ControlToValidate="txtFaxes"
ErrorMessage="传真格式不正确" Operator="DataTypeCheck" Type="Integer"></asp:CompareValidator></td>
</tr>
<tr>
<td style="width: 340px; height: 28px;">
</td>
</tr>
<tr>
<td style="width: 340px; height: 29px; text-align: center">
<asp:Button ID="Button2" runat="server" Text="保存部门信息" BackColor="LightCyan" BorderColor="LightCyan" ForeColor="CornflowerBlue" Width="85px" OnClick="Button2_Click" />
<asp:Button ID="Button1" runat="server" Text="返回" BackColor="LightCyan" BorderColor="PaleTurquoise" ForeColor="CornflowerBlue" CausesValidation="False" OnClick="Button1_Click" /></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -