📄 left1.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" Inherits="left1" Codebehind="left1.ascx.cs" %>
<table width="200" border="0" cellspacing="0">
<tr>
<td height=200px>
<asp:Panel ID="Panel1" runat="server" Height="50px" Width="125px">
<table style="font-size: 12px; width: 188px; height: 184px" cellspacing="0">
<tr>
<td style="height: 45px" colspan="2">
</td>
</tr>
<tr>
<td style="width: 144px; height: 30px; text-align: right">
用户名:</td>
<td style="width: 194px; height: 30px">
<asp:TextBox ID="Username" runat="server" Width="106px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 144px; height: 49px; text-align: right">
密 码:</td>
<td style="width: 194px; height: 49px">
<asp:TextBox ID="Userpwd" runat="server" Width="106px" TextMode="Password"></asp:TextBox></td>
</tr>
<tr>
<td align="center" colspan="2" style="height: 23px">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="登录" />
<input id="Reset1" type="reset" value="重置" /></td>
</tr>
<tr>
<td align="center" colspan="2" style="height: 34px">
<asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="User_forget.aspx">忘记密码</asp:HyperLink>
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="User_send.aspx">注册会员</asp:HyperLink></td>
</tr>
</table>
</asp:Panel>
<asp:Panel ID="Panel2" runat="server" Height="50px" Width="125px" Visible=false>
<table style="font-size: 12px; width: 188px; height: 184px" cellspacing="0">
<tr>
<td style="height: 45px; width: 188px;" colspan="2">
</td>
</tr>
<tr>
<td style=" height: 16px; text-align: center; color: red; width: 188px;" colspan=2 align=right>
您好!<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr>
<td style=" height: 10px; text-align: center; width: 188px;" colspan=2>
</td>
</tr>
<tr>
<td align="center" colspan="2" style="height: 23px; width: 188px;">
您现在可以发布信息!</td>
</tr>
<tr>
<td align="center" colspan="2" style="height: 34px; width: 188px;">
<asp:HyperLink ID="HyperLink3" runat="server" NavigateUrl="~/User_edit.aspx">修改资料</asp:HyperLink>
<asp:LinkButton ID="LinkButton1" runat="server" OnClick="LinkButton1_Click">退出登录</asp:LinkButton></td>
</tr>
</table>
</asp:Panel>
</td>
</tr>
<tr>
<td style="font-size: 12px">
<br />
<br />
<br />
<br />
联系电话:<br />
0431-4972266<br />
<br />
0431-4972266<br />
<br />
0431-4972266<br />
<br />
0431-4972266<br />
<br />
0431-4972266<br />
<br />
</td>
</tr>
<tr>
<td style="font-size: 12px">
<table style="width: 187px; height: 197px">
<tr>
<td style="width: 187px; height: 42px">
</td>
</tr>
<tr>
<td style="font-size: 12px; width: 187px; height: 25px; text-align: center">
吉林省明日科技有限公司</td>
</tr>
<tr>
<td style="font-size: 12px; width: 187px; height: 25px; text-align: center">
吉林省明日科技有限公司</td>
</tr>
<tr>
<td style="font-size: 12px; width: 187px; height: 25px; text-align: center">
吉林省明日科技有限公司</td>
</tr>
<tr>
<td style="font-size: 12px; width: 187px; height: 25px; text-align: center">
吉林省明日科技有限公司</td>
</tr>
<tr>
<td style="font-size: 12px; width: 187px; height: 25px; text-align: center">
吉林省明日科技有限公司</td>
</tr>
<tr>
<td style="font-size: 12px; width: 187px; height: 25px; text-align: center">
吉林省明日科技有限公司</td>
</tr>
<tr>
<td style="font-size: 12px; width: 187px; height: 24px; text-align: center">
吉林省明日科技有限公司</td>
</tr>
<tr>
<td style="width: 187px">
</td>
</tr>
</table>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -