loadingcontrol.ascx
来自「在线商店」· ASCX 代码 · 共 68 行
ASCX
68 行
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="LoadingControl.ascx.cs" Inherits="LoadingControl" %>
<table style="width: 180px; height: 26px;" border="0" cellpadding="0" cellspacing="0" runat =server id=tabLoading >
<tr>
<td align="center" valign="top" style="height: 180px; width: 220px;" >
<table style="width: 198px; height: 180px; font-size: 9pt; font-family: 宋体;" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td colspan="2" style="height: 60px; width: 229px;">
<asp:Image ID="Image1" runat="server" ImageUrl="~/indeximage/04.gif" Height="109px" /></td>
</tr>
<tr>
<td style="width: 229px; height: 20px; background-image: url(../indeximage/06.gif);" colspan="2" >
会员名:<asp:TextBox ID="txtName" runat="server" Height="20px" Width="97px" ></asp:TextBox></td>
</tr>
<tr style ="width: 152px;height: 20px;font-size: 9pt; font-family: 宋体;">
<td style="width: 229px; height: 18px; background-image: url(../indeximage/06.gif);" colspan="2">
密码:<asp:TextBox ID="txtPassword" runat="server" TextMode="Password" Height="20px" Width="97px"></asp:TextBox></td>
</tr>
<tr style ="width: 152px;height: 20px;font-size: 9pt; font-family: 宋体;">
<td style="width: 229px; height: 18px; background-image: url(../indeximage/06.gif);" colspan="2" >
验证码:<asp:TextBox ID="txtValid" runat="server" Height="20px" Width="55px"></asp:TextBox>
<asp:Image ID="lbValid" runat="server" ImageUrl="~/User/yzma.aspx" /><asp:HyperLink
ID="HyperLink1" runat="server" Text="刷新验证码" NavigateUrl="~/User/index.aspx">换一张</asp:HyperLink>
</td>
</tr>
<tr align=center>
<td colspan="2" style="height: 20px;background-image: url(../indeximage/06.gif); width: 229px;">
<asp:Button ID="btnLoad" runat="server" Text="登录" OnClick="btnLoad_Click" Height="22px" Width="40px" CausesValidation="False" />
<asp:Button ID="btnRegister" runat="server" Text="注册" OnClick="btnRegister_Click" Height="23px" Width="40px" CausesValidation="False" /></td>
</tr>
<tr align="center">
<td colspan="2" style="background-image: url(../indeximage/06.gif); width: 229px;
height: 20px">
<asp:Button ID="Button1" runat="server" Text="找回密码" /></td>
</tr>
</table> </td>
</tr>
</table>
<table style="width: 175px; height: 89px; font-size: 9pt; font-family: 宋体;" runat =server id=tabLoad visible =false border="0" cellpadding="0" cellspacing="0" >
<tr>
<td align="center" valign="top" style="height: 117px; width: 205px;" >
<table style="width: 221px; height: 54px; font-size: 9pt; font-family: 宋体;" >
<tr>
<td colspan="2" style="width: 174px; height: 24px;">
<asp:Image ID="Image2" runat="server" ImageUrl="~/indeximage/04.gif" /></td>
</tr>
<tr>
<td colspan="2" style="height: 24px; width: 174px;background-image: url(../indeximage/06.gif);" >
欢迎客户<u><%=Session["UserName"]%></u>光临!</td>
</tr>
<tr>
<td colspan="2" style="height: 24px; width: 174px;background-image: url(../indeximage/06.gif);" >
<asp:HyperLink ID="hpLinkUser" runat="server" NavigateUrl="~/User/UpdateMember.aspx">更新信息</asp:HyperLink>
<asp:HyperLink ID="hpLinkAddAP" runat="server" NavigateUrl="~/User/AddAdvancePay.aspx">会员充值</asp:HyperLink></td>
</tr>
</table></td></tr></table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?