📄 statistic.aspx
字号:
<%@ Page language="c#" Codebehind="Statistic.aspx.cs" AutoEventWireup="false" Inherits="RoomMngSystem.Manager.Statistic" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>数据统计</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<asp:panel id="Pn_BuildingInfo" style="Z-INDEX: 102; LEFT: 256px; POSITION: absolute; TOP: 216px"
runat="server" Height="328px" Width="600px" HorizontalAlign="Center" Visible="False">
<FONT face="宋体">
<TABLE id="Tb_MainForm" style="WIDTH: 600px; FONT-FAMILY: 幼圆; HEIGHT: 289px" cellSpacing="0"
cellPadding="0" width="720" align="center" border="0">
<TR>
<TD style="WIDTH: 78px" vAlign="middle" align="center">楼 号</TD>
<TD style="WIDTH: 211px">
<asp:Label id="Lb_Bld_Bno" runat="server" Width="160px"></asp:Label></TD>
<TD style="WIDTH: 78px" vAlign="middle" align="center"></TD>
<TD></TD>
</TR>
<TR>
<TD style="WIDTH: 78px" vAlign="middle" align="center">总面积</TD>
<TD style="WIDTH: 211px">
<asp:Label id="Lb_Bld_TotalArea" runat="server" Width="160px"></asp:Label></TD>
<TD style="WIDTH: 78px" vAlign="middle" align="center">建筑面积</TD>
<TD>
<asp:Label id="Lb_Bld_BldArea" runat="server" Width="160px"></asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 78px" vAlign="middle" align="center">房间数</TD>
<TD style="WIDTH: 211px">
<asp:Label id="Lb_Bld_RoomNum" runat="server" Width="160px"></asp:Label></TD>
<TD style="WIDTH: 78px" vAlign="middle" align="center"></TD>
<TD></TD>
</TR>
<TR>
<TD style="WIDTH: 78px" vAlign="middle" align="center">教学用房</TD>
<TD style="WIDTH: 211px">
<asp:Label id="Lb_Bld_TchRoom" runat="server" Width="160px"></asp:Label></TD>
<TD style="WIDTH: 78px" vAlign="middle" align="center">比 例</TD>
<TD>
<asp:Label id="Lb_Bld_TchRate" runat="server" Width="160px"></asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 78px" vAlign="middle" align="center">办公用房</TD>
<TD style="WIDTH: 211px">
<asp:Label id="Lb_Bld_OfficeRoom" runat="server" Width="160px"></asp:Label></TD>
<TD style="WIDTH: 78px" vAlign="middle" align="center">比 例</TD>
<TD>
<asp:Label id="Lb_Bld_OfficeRate" runat="server" Width="160px"></asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 78px" vAlign="middle" align="center">实验用房</TD>
<TD style="WIDTH: 211px">
<asp:Label id="Lb_Bld_LabRoom" runat="server" Width="160px"></asp:Label></TD>
<TD style="WIDTH: 78px" vAlign="middle" align="center">比 例</TD>
<TD>
<asp:Label id="Lb_Bld_LabRate" runat="server" Width="160px"></asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 78px" vAlign="middle" align="center">层 数</TD>
<TD style="WIDTH: 211px">
<asp:Label id="Lb_Bld_FloorNum" runat="server" Width="160px"></asp:Label></TD>
<TD style="WIDTH: 78px" vAlign="middle" align="center"></TD>
<TD></TD>
</TR>
</TABLE>
</FONT>
</asp:panel><asp:panel id="Pn_FloorInfo" style="Z-INDEX: 103; LEFT: 256px; POSITION: absolute; TOP: 216px"
runat="server" Height="328px" Width="600px" HorizontalAlign="Center" Visible="False">
<TABLE id="Tb_FloorInfo" style="WIDTH: 600px; FONT-FAMILY: 幼圆" cellSpacing="0" cellPadding="0"
width="600" align="center" border="0">
<TR>
<TD style="WIDTH: 76px; HEIGHT: 33px" vAlign="middle" align="center">楼 号</TD>
<TD style="WIDTH: 199px; HEIGHT: 33px">
<asp:Label id="Lb_Floor_BNo" runat="server" Width="160px"></asp:Label></TD>
<TD style="WIDTH: 80px; HEIGHT: 33px" vAlign="middle" align="center">层 号</TD>
<TD style="HEIGHT: 33px" width="211"><FONT face="宋体">
<asp:Label id="Lb_Floor_FloorNo" runat="server" Width="160px"></asp:Label></FONT></TD>
</TR>
<TR>
<TD style="WIDTH: 76px; HEIGHT: 39px" vAlign="middle" align="center">建筑面积</TD>
<TD style="WIDTH: 199px; HEIGHT: 39px"><FONT face="宋体">
<asp:Label id="Lb_Floor_BldArea" runat="server" Width="160px"></asp:Label></FONT></TD>
<TD style="WIDTH: 80px; HEIGHT: 39px" vAlign="middle" align="center"></FONT></TD>
<TD style="HEIGHT: 39px"></TD>
</TR>
<TR>
<TD style="WIDTH: 76px; HEIGHT: 37px" vAlign="middle" align="center">房间数</TD>
<TD style="WIDTH: 199px; HEIGHT: 37px">
<asp:Label id="Lb_Floor_RoomNum" runat="server" Width="160px"></asp:Label></TD>
<TD style="WIDTH: 80px; HEIGHT: 37px" vAlign="middle" align="center"></TD>
<TD style="HEIGHT: 37px"><FONT face="宋体"></FONT></TD>
</TR>
<TR>
<TD style="WIDTH: 76px; HEIGHT: 41px" vAlign="middle" align="center">教学用房</TD>
<TD style="WIDTH: 199px; HEIGHT: 41px">
<asp:Label id="Lb_Floor_TchRoom" runat="server" Width="160px"></asp:Label></TD>
<TD style="WIDTH: 80px; HEIGHT: 41px" vAlign="middle" align="center">比 例</TD>
<TD style="HEIGHT: 41px">
<asp:Label id="Lb_Floor_TchRate" runat="server" Width="160px"></asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 76px; HEIGHT: 36px" vAlign="middle" align="center">办公用房</TD>
<TD style="WIDTH: 199px; HEIGHT: 36px">
<asp:Label id="Lb_Floor_OfficeRoom" runat="server" Width="160px"></asp:Label></TD>
<TD style="WIDTH: 80px; HEIGHT: 36px" vAlign="middle" align="center">比 例</TD>
<TD style="HEIGHT: 36px">
<asp:Label id="Lb_Floor_OfficeRate" runat="server" Width="160px"></asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 76px; HEIGHT: 37px" vAlign="middle" align="center">实验用房</TD>
<TD style="WIDTH: 199px; HEIGHT: 37px">
<asp:Label id="Lb_Floor_LabRoom" runat="server" Width="160px"></asp:Label></TD>
<TD style="WIDTH: 80px; HEIGHT: 37px" vAlign="middle" align="center">比 例</TD>
<TD style="HEIGHT: 37px" width="211">
<asp:Label id="Lb_Floor_LabRate" runat="server" Width="160px"></asp:Label></TD>
</TR>
</TABLE>
<asp:Image id="Im_Floor" runat="server" Width="592px" Height="286px"></asp:Image>
</asp:panel>
<TABLE id="Tb_QuaryForm" style="Z-INDEX: 101; WIDTH: 100%; HEIGHT: 200px" cellSpacing="0"
cellPadding="0" border="0">
<TR>
<TD style="BACKGROUND-ATTACHMENT: scroll; BACKGROUND-IMAGE: url(\RoomMngSystem\image\sub3.gif); BACKGROUND-REPEAT: no-repeat"
width="1024"><FONT style="BACKGROUND-REPEAT: no-repeat" face="宋体"> </FONT></TD>
<TD style="BACKGROUND-IMAGE: url(\RoomMngSystem\image\extend.jpg); BACKGROUND-REPEAT: repeat-x"><FONT face="宋体"></FONT></TD>
</TR>
<TR>
<TD style="FONT-SIZE: 0pt; HEIGHT: 22px" colSpan="3"><FONT face="宋体">
<asp:button id="Btn_QuaryForm" runat="server" Height="15px" Font-Names="幼圆" ForeColor="#62BFD0"
BackColor="White" BorderStyle="None" Text="查 询"></asp:button><asp:button id="Btn_StatForm" runat="server" Height="15px" Font-Names="幼圆" ForeColor="#62BFD0"
BackColor="White" BorderStyle="None" Text="统 计"></asp:button><asp:button id="Btn_PWDAlter" runat="server" Height="15px" Width="64px" Font-Names="幼圆" ForeColor="#62BFD0"
BackColor="White" BorderStyle="None" Text="密码修改"></asp:button>
<HR width="100%" SIZE="1">
</FONT>
</TD>
</TR>
</TABLE>
<asp:panel id="Pn_Tree" style="Z-INDEX: 100; LEFT: 8px; POSITION: absolute; TOP: 216px" runat="server"
Height="328px" Width="240px" HorizontalAlign="Center">
<asp:DataGrid id="DG_BuildingTree" runat="server" OnItemCommand="DG_BuildingTree_ItemCommand"
DataKeyField="NodeName" ShowHeader="False" AutoGenerateColumns="False">
<ItemStyle Font-Names="幼圆"></ItemStyle>
<Columns>
<asp:ButtonColumn DataTextField="NodeName" CommandName="Quary">
<ItemStyle HorizontalAlign="Right"></ItemStyle>
</asp:ButtonColumn>
</Columns>
</asp:DataGrid>
<asp:image id="Image1" runat="server" Width="83px" Height="41px" ImageUrl="\RoomMngSystem\image\MUYUmark.gif"></asp:image>
</asp:panel></form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -