📄 queryfrm.aspx
字号:
<%@ Page language="c#" Codebehind="QueryFrm.aspx.cs" AutoEventWireup="false" Inherits="WebApplication1.QueryFrm" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>QueryFrm</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 bgColor="#cdd1f0" MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<asp:label id="Label2" style="Z-INDEX: 101; LEFT: 48px; POSITION: absolute; TOP: 104px" runat="server"
Font-Size="Medium">报表类型</asp:label>
<asp:label id="Label1" style="Z-INDEX: 114; LEFT: 16px; POSITION: absolute; TOP: 232px" runat="server"
Font-Size="Medium" Visible="False">打印页面大小</asp:label><asp:dropdownlist id="RptDList" style="Z-INDEX: 102; LEFT: 128px; POSITION: absolute; TOP: 96px" runat="server"
Height="27" Width="201" AutoPostBack="True" Font-Size="Medium"></asp:dropdownlist><asp:label id="Label3" style="Z-INDEX: 103; LEFT: 48px; POSITION: absolute; TOP: 144px" runat="server"
Font-Size="Medium">开始日期</asp:label><asp:label id="Label4" style="Z-INDEX: 104; LEFT: 48px; POSITION: absolute; TOP: 184px" runat="server"
Font-Size="Medium">结束日期</asp:label><asp:button id="Button1" style="Z-INDEX: 105; LEFT: 120px; POSITION: absolute; TOP: 288px" runat="server"
Text="生成统计报表" Font-Size="Medium" Width="137" Height="31"></asp:button><asp:textbox id="StartDateBox" style="Z-INDEX: 106; LEFT: 128px; POSITION: absolute; TOP: 136px"
runat="server" Width="201px" Font-Size="Medium" Height="27px"></asp:textbox><asp:textbox id="EndDateBox" style="Z-INDEX: 107; LEFT: 128px; POSITION: absolute; TOP: 176px"
runat="server" Width="201px" Font-Size="Medium" Height="34px"></asp:textbox><asp:label id="VldDateMsg" style="Z-INDEX: 108; LEFT: 40px; POSITION: absolute; TOP: 384px"
runat="server" Width="336px" ForeColor="Red" Visible="False">Label</asp:label><asp:rangevalidator id="VldStartDate" style="Z-INDEX: 109; LEFT: 216px; POSITION: absolute; TOP: 344px"
runat="server" Display="None" MinimumValue="2000-12-31" MaximumValue="2050-12-31" ControlToValidate="StartDateTxt" Type="Date" EnableClientScript="False" Visible="False" ErrorMessage="RangeValidator"
Font-Size="Medium"></asp:rangevalidator><asp:rangevalidator id="VldEndDate" style="Z-INDEX: 110; LEFT: 80px; POSITION: absolute; TOP: 344px"
runat="server" Display="None" MinimumValue="2000-12-21" MaximumValue="2050-12-31" ControlToValidate="EndDateTxt" Type="Date" EnableClientScript="False"
Visible="False" ErrorMessage="RangeValidator" Font-Size="Medium"></asp:rangevalidator>
<asp:Image id="Image1" style="Z-INDEX: 111; LEFT: 352px; POSITION: absolute; TOP: 56px" runat="server"
Width="656px" Height="320px" ImageUrl=".\query_img1.jpg"></asp:Image>
<asp:Label id="Label5" style="Z-INDEX: 112; LEFT: 216px; POSITION: absolute; TOP: 56px" runat="server"
Width="816px" BackColor="#CDD1F0" Height="27px"></asp:Label>
<TABLE id="Table1" style="Z-INDEX: 113; LEFT: 0px; POSITION: absolute; TOP: 0px; HEIGHT: 32px"
cellSpacing="1" cellPadding="1" width="1024" bgColor="#3399ff" border="0">
<TR>
<TD><FONT face="宋体"><STRONG>报表统计</STRONG></FONT></TD>
</TR>
</TABLE>
<asp:DropDownList id="PageSizeDList" style="Z-INDEX: 115; LEFT: 128px; POSITION: absolute; TOP: 224px"
runat="server" Font-Size="Medium" Width="201px" Height="27" Visible="False"></asp:DropDownList>
<asp:Button id="Button2" style="Z-INDEX: 116; LEFT: 144px; POSITION: absolute; TOP: 432px" runat="server"
Font-Size="Medium" Width="137px" Height="31px" Text="输出PDF打印" Visible="False"></asp:Button>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -