📄 showveryclass.aspx
字号:
<%@ Page language="c#" Codebehind="showVeryClass.aspx.cs" AutoEventWireup="false" Inherits="OfficeSys.showInfo.showVeryClass" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>系办公系统</title>
<LINK href="../css/css.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY>
<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">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<asp:label id="Label3" style="Z-INDEX: 101; LEFT: 176px; POSITION: absolute; TOP: 32px" runat="server"
Font-Size="X-Large" Width="200px">教师工资显示</asp:label>
<TABLE id="Table1" style="Z-INDEX: 102; LEFT: 24px; WIDTH: 544px; POSITION: absolute; TOP: 80px; HEIGHT: 8px"
cellSpacing="0" cellPadding="1" width="544" border="1">
<TR>
<TD colSpan="3">
<asp:label id="Label1" runat="server" Width="40px">年份:</asp:label><asp:dropdownlist id="DropDownList1" runat="server" Width="88px"></asp:dropdownlist>
<asp:label id="Label2" runat="server" Height="16px">月份:</asp:label><asp:dropdownlist id="DropDownList2" runat="server" Width="88px"></asp:dropdownlist>
<asp:button id="Button1" runat="server" Text="确定"></asp:button></TD>
</TR>
</TABLE>
<TABLE id="Table2" style="Z-INDEX: 103; LEFT: 24px; WIDTH: 544px; POSITION: absolute; TOP: 112px; HEIGHT: 88px"
cellSpacing="0" cellPadding="1" width="544" border="1">
<TR>
<TD colSpan="3"><asp:datagrid id="DataGrid1" runat="server" Width="456px" Height="150px"></asp:datagrid></TD>
</TR>
</TABLE>
</FONT>
</form>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -