📄 adminsix.aspx
字号:
<%@ Page language="c#" Codebehind="adminSix.aspx.cs" AutoEventWireup="false" Inherits="KaoQin.adminSix" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>adminSix</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<asp:DataGrid id="data" AutoGenerateColumns="False" style="Z-INDEX: 101; LEFT: 136px; POSITION: absolute; TOP: 48px"
runat="server" AllowPaging="True" ShowHeader="False" BorderColor="#E7E7FF" BorderStyle="None"
BorderWidth="1px" BackColor="White" CellPadding="3" GridLines="Horizontal" PageSize="1">
<SelectedItemStyle Font-Bold="True" ForeColor="#F7F7F7" BackColor="#738A9C"></SelectedItemStyle>
<AlternatingItemStyle BackColor="#F7F7F7"></AlternatingItemStyle>
<ItemStyle ForeColor="#4A3C8C" BackColor="#E7E7FF"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="#F7F7F7" BackColor="#4A3C8C"></HeaderStyle>
<FooterStyle ForeColor="#4A3C8C" BackColor="#B5C7DE"></FooterStyle>
<Columns>
<asp:TemplateColumn>
<ItemTemplate>
<FONT face="宋体">
<P>
<asp:Label id="Label1" runat="server" Font-Bold="True">编号:</asp:Label>
<asp:Label id=Label14 runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "id") %>' Width="136px">
</asp:Label>
<asp:Label id="Label9" runat="server" Font-Bold="True">姓名:</asp:Label>
<asp:Label id=Label15 runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "name") %>' Width="136px">
</asp:Label></P>
<P>
<asp:Label id="Label2" runat="server" Font-Bold="True">性别:</asp:Label>
<asp:Label id=Label17 runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "sex") %>' Width="136px">
</asp:Label>
<asp:Label id="Label10" runat="server" Font-Bold="True">年龄:</asp:Label>
<asp:Label id=Label16 runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "age") %>' Width="160px">
</asp:Label></P>
<P>
<asp:Label id="Label3" runat="server" Font-Bold="True">所属部门:</asp:Label>
<asp:Label id=Label19 runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "bm") %>' Width="144px">
</asp:Label>
<asp:Label id="Label4" runat="server" Font-Bold="True">职位:</asp:Label>
<asp:Label id=Label18 runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "zw") %>' Width="128px">
</asp:Label></P>
<P>
<asp:Label id="Label5" runat="server" Font-Bold="True">电话:</asp:Label>
<asp:Label id=Label21 runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "phone") %>' Width="144px">
</asp:Label>
<asp:Label id="Label8" runat="server" Font-Bold="True">就职日期:</asp:Label>
<asp:Label id=Label23 runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "jzdate") %>' Width="144px">
</asp:Label></P>
<P>
<asp:Label id="Label7" runat="server" Font-Bold="True">开资日期:</asp:Label>
<asp:Label id=Label22 runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "kzdate") %>' Width="152px">
</asp:Label>
<asp:Label id="Label11" runat="server" Font-Bold="True">离职日期:</asp:Label>
<asp:Label id=Label25 runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "lzdate") %>' Width="136px">
</asp:Label></P>
<P>
<asp:Label id="Label13" runat="server" Font-Bold="True">密码:</asp:Label>
<asp:Label id=Label26 runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "password") %>' Width="112px">
</asp:Label>
</P>
<P>
<asp:Label id="Label12" runat="server" Font-Bold="True">备注:</asp:Label>
<asp:Label id=Label24 runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "memo") %>' Width="472px" Height="12px">
</asp:Label></P>
<P> </P>
</FONT>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
<PagerStyle Visible="False" HorizontalAlign="Right" ForeColor="#4A3C8C" BackColor="#E7E7FF"
Mode="NumericPages"></PagerStyle>
</asp:DataGrid>
<asp:Button id="Button1" style="Z-INDEX: 102; LEFT: 400px; POSITION: absolute; TOP: 352px" runat="server"
BorderStyle="Groove" Text="返 回" Font-Bold="True" tabIndex="1"></asp:Button>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -