webusercontrol.ascx

来自「这是asp.net^和Visual C++Sharp编写的串并口通讯的书籍 源代」· ASCX 代码 · 共 50 行

ASCX
50
字号
<%@ Control Language="C#" ClassName="WebUserControl"AutoEventWireup="true" CodeFile="WebUserControl.ascx.cs" Inherits="WebUserControl" %>


<head id="Head1"">
    <title>UserControl</title>
</head>

        <table align="center" class="css" style="background-image: url(../image/登录.gif);
            width: 468px; height: 85px; border-right: #00cc99 thin groove; border-top: #00cc99 thin groove; border-left: #00cc99 thin groove; border-bottom: #00cc99 thin groove;">
            <tr>
                <td align="center" class="cssTitle" colspan="3" style="height: 65px; background-image: url(images/dengluchuangkou_17.gif);">
                    </td>
            </tr>
            <tr>
                <td align="center" style="width: 73px; background-image: url(images/dengluchuangkouxiao_01.gif);" rowspan="3">
                    </td>
                <td colspan="2" style="width: 138px; height: 15px; background-image: url(images/dengluchuangkou_18.gif);">
                    <asp:TextBox ID="txtName" runat="server" CssClass="InputCss" Width="140px"></asp:TextBox></td>
            </tr>
            <tr>
                <td colspan="2" style="width: 138px; background-image: url(images/dengluchuangkou_18.gif); height: 28px;">
                    <asp:TextBox ID="txtPwd" runat="server" CssClass="InputCss" TextMode="Password" Width="140px"></asp:TextBox></td>
            </tr>
            <tr>
                <td colspan="2" style="width: 138px; background-image: url(images/dengluchuangkou_18.gif); height: 40px;">
                    <asp:TextBox ID="txtCheckCode" runat="server" CssClass="InputCss" Width="50px"></asp:TextBox>
                    <asp:Image ID="Image1" runat="server" Height="20px" Width="70px" src="checkCode.aspx" /></td>
            </tr>
            <tr>
                <td align="center" colspan="3" style="background-image: url(images/dengluchuangkou_29.gif); height: 5px;">
                    &nbsp; &nbsp;
                    &nbsp;&nbsp;</td>
            </tr>
            <tr>
                <td align="right" colspan="3" style="background-image: url(images/dengluchuangkou_30.gif);
                    height: 20px">
                    <asp:Label ID="Label1" runat="server" Style="left: -78px; position: relative; top: -10px"
                        Text="明日科技有限公司"></asp:Label>
                    <asp:ImageButton ID="ImageButton1" runat="server" Height="38px" ImageUrl="~/images/dengluchuangkouxiao_03.gif"
                        OnClick="ImageButton1_Click" Style="left: -36px; position: relative; top: 1px"
                        Width="89px" />
                    <asp:ImageButton ID="ImageButton2" runat="server" Height="38px" ImageUrl="~/images/dengluchuangkouxiao_04.gif"
                        OnClick="ImageButton2_Click" Style="left: -39px; position: relative; top: 1px"
                        Width="84px" /></td>
            </tr>
           
        </table>
    
    
 

⌨️ 快捷键说明

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