adminseven.aspx
来自「一个系统程序」· ASPX 代码 · 共 47 行
ASPX
47 行
<%@ Register TagPrefix="uc1" TagName="userControl" Src="userControl.ascx" %>
<%@ Page language="c#" Codebehind="adminSeven.aspx.cs" AutoEventWireup="false" Inherits="KaoQin.adminSeven" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>adminSeven</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:Label id="Label1" style="Z-INDEX: 101; LEFT: 344px; POSITION: absolute; TOP: 72px" runat="server"
Width="208px" Height="43px" Font-Bold="True" Font-Size="X-Large">添 加 部 门</asp:Label>
<asp:DataGrid id="data" AutoGenerateColumns="False" style="Z-INDEX: 109; LEFT: 232px; POSITION: absolute; TOP: 272px"
runat="server" Width="448px" BorderStyle="None" AllowPaging="True" PageSize="5" BorderColor="#E7E7FF"
BorderWidth="1px" BackColor="White" CellPadding="3" GridLines="Horizontal" DataKeyField="bId">
<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:BoundColumn DataField="bId" HeaderText="部门编号"></asp:BoundColumn>
<asp:BoundColumn DataField="bName" HeaderText="部门名称"></asp:BoundColumn>
<asp:ButtonColumn Text="删除" CommandName="Delete"></asp:ButtonColumn>
</Columns>
<PagerStyle HorizontalAlign="Right" ForeColor="#4A3C8C" BackColor="#E7E7FF" Mode="NumericPages"></PagerStyle>
</asp:DataGrid>
<asp:Label id="info" style="Z-INDEX: 108; LEFT: 328px; POSITION: absolute; TOP: 240px" runat="server"
Width="232px" Font-Bold="True" ForeColor="Red"></asp:Label>
<asp:Button id="btnOk" style="Z-INDEX: 107; LEFT: 384px; POSITION: absolute; TOP: 208px" runat="server"
Text="确定" BorderStyle="Groove" tabIndex="3"></asp:Button>
<asp:Button id="btnCancel" style="Z-INDEX: 106; LEFT: 440px; POSITION: absolute; TOP: 208px"
runat="server" Text="重置" BorderStyle="Groove" tabIndex="4"></asp:Button>
<asp:TextBox id="txtName" style="Z-INDEX: 105; LEFT: 384px; POSITION: absolute; TOP: 168px" runat="server"
tabIndex="2"></asp:TextBox>
<asp:TextBox id="txtCode" style="Z-INDEX: 104; LEFT: 384px; POSITION: absolute; TOP: 136px" runat="server"
tabIndex="1"></asp:TextBox>
<asp:Label id="Label3" style="Z-INDEX: 103; LEFT: 312px; POSITION: absolute; TOP: 168px" runat="server">部门名称:</asp:Label>
<asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 312px; POSITION: absolute; TOP: 136px" runat="server">部门编号:</asp:Label>
<uc1:userControl id="UserControl1" runat="server"></uc1:userControl>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?