paycontrol.ascx
来自「精通ASP.NET2.0企业级开项目开发源代码.有会员积分系统/简单OA系统/客」· ASCX 代码 · 共 27 行
ASCX
27 行
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?