📄 st_turnoverstatmodule.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="ST_TurnoverStatModule.ascx.cs" Inherits="Context_ST_TurnoverStatModule" %>
<table width="600" height="294" border="1" style="font-size: 15px">
<tr>
<td height="27" colspan="7" bgcolor="#CCCCCC">经营状况统计:</td>
</tr>
<tr>
<td style="width: 122px; height: 21px" valign="bottom">按时间:</td>
<td width="26" style="height: 21px" valign="bottom">从:</td>
<td width="118" style="height: 21px"> <asp:TextBox ID="txtDateFrom" runat="server" Style="position: relative" Enabled="False"></asp:TextBox></td>
<td width="48" style="height: 21px"> <asp:Button ID="Button1" runat="server" Height="19px" Style="left: -1px; position: relative;
top: 9px" Text="..." OnClick="Button1_Click" /></td>
<td style="height: 21px; width: 26px;" valign="bottom">到:</td>
<td style="width: 160px; height: 21px"> <asp:TextBox ID="txtDateTo" runat="server" Style="left: -1px; position: relative;
top: 11px" Enabled="False"></asp:TextBox></td>
<td width="100" style="height: 21px"> <asp:Button ID="Button2" runat="server" Height="20px" Style="left: 0px; position: relative;
top: 10px" Text="..." Width="22px" OnClick="Button2_Click" /></td>
</tr>
<tr>
<td height="29" style="width: 122px">按房间类型:</td>
<td colspan="2"> <asp:DropDownList ID="ddlRoomType" runat="server" Style="position: relative"
Width="116px">
<asp:ListItem Selected="True">--请选择--</asp:ListItem>
</asp:DropDownList></td>
<td colspan="4">
<asp:Button ID="Button3" runat="server" Style="position: relative" Text="开始统计" OnClick="Button3_Click" /></td>
</tr>
<tr>
<td height="166" colspan="7" valign="top"> <asp:DataGrid ID="DataGrid1" runat="server" Style="left: 1px; position: relative;
top: -15px" Width="100%" AutoGenerateColumns="False">
<Columns>
<asp:BoundColumn DataField="ST_RoomId" HeaderText="房间号"></asp:BoundColumn>
<asp:BoundColumn DataField="ST_Name" HeaderText="房间类型"></asp:BoundColumn>
<asp:BoundColumn DataField="ST_BeginTime" HeaderText="订房时间"></asp:BoundColumn>
<asp:BoundColumn DataField="ST_EndTime" HeaderText="退房时间"></asp:BoundColumn>
<asp:BoundColumn DataField="ST_CName" HeaderText="客户姓名"></asp:BoundColumn>
<asp:BoundColumn DataField="ST_CIdentityId" HeaderText="身份证号"></asp:BoundColumn>
<asp:BoundColumn DataField="ST_TotalPrice" HeaderText="金额"></asp:BoundColumn>
</Columns>
</asp:DataGrid></td>
</tr>
<tr>
<td height="29" colspan="7">
营业额:<asp:Label ID="lblInfo" runat="server" Style="left: 343px; position: relative;
top: 2px" Text="Label" Width="176px"></asp:Label>
<asp:Label ID="lblPrice" runat="server" Style="left: -174px; position: relative;
top: 0px" Text="Label" Width="129px"></asp:Label></td>
</tr>
</table>
<asp:Calendar ID="calto" runat="server" Style="font-size: 15px; left: 391px;
position: relative; top: -228px" BackColor="#FFFFCC" BorderColor="#FFCC66" BorderWidth="1px" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt" ForeColor="#663399" Height="145px" OnSelectionChanged="calto_SelectionChanged" ShowGridLines="True" Visible="False" Width="160px">
<SelectedDayStyle BackColor="#CCCCFF" Font-Bold="True" />
<TodayDayStyle BackColor="#FFCC66" ForeColor="White" />
<SelectorStyle BackColor="#FFCC66" />
<OtherMonthDayStyle ForeColor="#CC9966" />
<NextPrevStyle Font-Size="9pt" ForeColor="#FFFFCC" />
<DayHeaderStyle BackColor="#FFCC66" Font-Bold="True" Height="1px" />
<TitleStyle BackColor="#990000" Font-Bold="True" Font-Size="9pt" ForeColor="#FFFFCC" />
</asp:Calendar>
<asp:Calendar ID="calfrom" runat="server" Style="font-size: 15px; left: 108px;
position: relative; top: -401px" BackColor="#FFFFCC" BorderColor="#FFCC66" BorderWidth="1px" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt" ForeColor="#663399" Height="116px" OnSelectionChanged="calfrom_SelectionChanged" ShowGridLines="True" Visible="False" Width="104px">
<SelectedDayStyle BackColor="#CCCCFF" Font-Bold="True" />
<TodayDayStyle BackColor="#FFCC66" ForeColor="White" />
<SelectorStyle BackColor="#FFCC66" />
<OtherMonthDayStyle ForeColor="#CC9966" />
<NextPrevStyle Font-Size="9pt" ForeColor="#FFFFCC" />
<DayHeaderStyle BackColor="#FFCC66" Font-Bold="True" Height="1px" />
<TitleStyle BackColor="#990000" Font-Bold="True" Font-Size="9pt" ForeColor="#FFFFCC" />
</asp:Calendar>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -