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

📄 paycontrol.ascx

📁 一个非常好的网上书店系统
💻 ASCX
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="PayControl.ascx.cs" Inherits="controls_PayControl" %>
<table style="width: 429px; height: 129px;">
    <tr>
        <td style="width: 174px">
            姓名</td>
        <td>
            <asp:TextBox ID="txtname" runat="server" Width="241px"></asp:TextBox></td>
    </tr>
    <tr>
        <td style="width: 174px; height: 21px">
            卡类型</td>
        <td style="height: 21px">
            <asp:DropDownList ID="ddltype" runat="server" Width="238px">
                <asp:ListItem>龙卡</asp:ListItem>
                <asp:ListItem>灵通卡</asp:ListItem>
                <asp:ListItem>牡丹卡</asp:ListItem>
                <asp:ListItem>金葵花卡</asp:ListItem>
            </asp:DropDownList></td>
    </tr>
    <tr>
        <td style="width: 174px">
            卡号</td>
        <td>
            <asp:TextBox ID="txtcardnum" runat="server" Width="238px"></asp:TextBox></td>
    </tr>
</table>

⌨️ 快捷键说明

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