📄 st_customersmanmodule.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="ST_CustomersManModule.ascx.cs" Inherits="Context_ST_CustomersManModule" %>
<table width="600" height="367" border="1" style="font-size: 15px">
<tr>
<td height="37" colspan="5" bgcolor="#CCCCCC">客户信息查询:</td>
</tr>
<tr>
<td width="61" style="height: 28px">按方式:</td>
<td style="width: 131px; height: 28px"> <asp:DropDownList ID="ddlType" runat="server" Style="position: relative" Width="113px">
<asp:ListItem Selected="True">--请选择--</asp:ListItem>
<asp:ListItem>按姓名</asp:ListItem>
<asp:ListItem>按身份证号</asp:ListItem>
<asp:ListItem>按地区</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 42px; height: 28px">输入:</td>
<td style="width: 148px; height: 28px"> <asp:TextBox ID="txtSearch" runat="server" Style="position: relative" Width="142px"></asp:TextBox></td>
<td style="width: 126px; height: 28px"> <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="position: relative"
Text="查询" Width="59px" /></td>
</tr>
<tr>
<td height="259" colspan="5" valign="top">
<asp:DataGrid ID="DataGrid1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
OnPageIndexChanged="DataGrid1_PageIndexChanged" Style="font-size: 15px; position: relative"
Width="100%">
<PagerStyle NextPageText="下页" PrevPageText="上页" />
<Columns>
<asp:BoundColumn DataField="ST_CName" HeaderText="客户姓名"></asp:BoundColumn>
<asp:BoundColumn DataField="ST_CIdentityId" HeaderText="身份证号"></asp:BoundColumn>
<asp:BoundColumn DataField="ST_Address" HeaderText="住址"></asp:BoundColumn>
<asp:BoundColumn DataField="ST_Telephone" HeaderText="电话"></asp:BoundColumn>
<asp:BoundColumn DataField="ST_RoomId" HeaderText="房间号"></asp:BoundColumn>
<asp:BoundColumn DataField="ST_BeginTime" HeaderText="开始时间"></asp:BoundColumn>
<asp:BoundColumn DataField="ST_EndTime" HeaderText="结束时间"></asp:BoundColumn>
<asp:BoundColumn DataField="ST_TotalPrice" HeaderText="消费金额"></asp:BoundColumn>
</Columns>
</asp:DataGrid></td>
</tr>
<tr>
<td height="30" colspan="5"> <asp:Label ID="lblInfo" runat="server" Style="position: relative" Text="Label"
Width="196px"></asp:Label>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -