⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.ascx

📁 Internet聊天室,学习网络聊天实例
💻 ASCX
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="login.ascx.cs" Inherits="Web_Speaking.controls.login" %>
<table border="0" cellspacing="0" cellpadding="0" style="width:960px;">
    <tr>
      <td style="width:960px; height:500px; text-align:center;"> 
        <table style=" width:350px; text-align:center; border:0px;" cellpadding="0" cellspacing="0" >
            <tr style="width:960px;"> 
              <td valign="bottom" align="right" rowspan="2" style="width:960px; height: 327px"> 
              <table width="100" border="0" cellspacing="0" cellpadding="0">
                  <tbody>
                    <tr> 
                      <td colspan="5"><img src="../image/d_03.gif" width="473" height="109"></td>
                    </tr>
                    <tr> 
                      <td style="width:71px;" valign="top"><img src="../image/d_05.gif"width="71" height="131"></td>
                      <td valign="top" width="2" bgcolor="#333333"></td>
                      <td width="137" valign="top"><img src="../image/d_07.gif" width="137" height="131"></td>
                      <td width="261" valign="top"><table width="260" border="0" cellspacing="0" cellpadding="0">
                          <tr> 
                            <td height="30" colspan="2">&nbsp;</td>
                          </tr>
                          <tr> 
                            <td width="60" align="center" valign="bottom" style="font-size:12px; height: 24px;"> 
                              用户名:</td>
                            <td valign="bottom" style="width:195px; text-align:left; height: 24px;">
                            <asp:TextBox ID="TextBox1" runat="server" style="width:170px;height:18px;border:1px solid #333333;"></asp:TextBox>&nbsp;
                            </td>
                          </tr>
                          <tr> 
                            <td width="60" height="24" align="center" valign="bottom" style="font-size:12px;">密&nbsp;&nbsp;&nbsp;&nbsp;码:</td>
                            <td valign="bottom" style="width: 195px; text-align:left;">
                               <asp:TextBox ID="TextBox2" runat="server" style="width:170px;height:18px;border:1px solid #333333;" TextMode="Password"></asp:TextBox>
                                </td>
                          </tr>
                          
                          <tr align="center" valign="bottom"> 
                            <td height="24" colspan="2" style="font-size:12px;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                              <input type="checkbox" id="showSecEx" name="showSecEx">
                              增强安全性&nbsp;&nbsp; <input type="checkbox" id="showsaveUser" name="showsaveUser">
                              记住用户名</td>
                          </tr>
                          
                          <tr align="right" valign="bottom"> 
                            <td height="28" colspan="2">
                              
                              <div align="right">
                                  <asp:Button ID="Button1" runat="server" Text="登陆" CssClass="" OnClick="Button1_Click" />
                          &nbsp; &nbsp; &nbsp; </div></td>
                          </tr>
                        </table></td>
                      <td width="2" bgcolor="#3333333"></td>
                    </tr>
                    <tr> 
                      <td colspan="5" style="height: 48px"><img src="../image/d_09.gif" width="473" height="48"></td>
                    </tr>
                  </tbody>
                </table>
              </td>
             </tr>
        </table>
     </td>
    </tr>
  </table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -