vote.ascx

来自「这个是同学所做的苹果投票系统的毕业设计」· ASCX 代码 · 共 20 行

ASCX
20
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="vote.ascx.cs" Inherits="myctroler_vote" %>
<table>
    <tr>
        <td style="width: 270px; height: 41px">
            <asp:Label ID="labvoteTitle" runat="server" Font-Size="Large" Height="32px" Text="投票标题"
                Width="251px"></asp:Label></td>
    </tr>
    <tr>
        <td style="width: 270px; height: 61px">
            <asp:RadioButtonList ID="RadioButtonList1" runat="server" Font-Size="Larger">
            </asp:RadioButtonList></td>
    </tr>
    <tr>
        <td style="width: 270px; height: 78px">
            <asp:Button ID="Button1" runat="server" Text="投票" OnClick="Button1_Click" />
            <asp:Button ID="Button2" runat="server" Text="结果" OnClick="Button2_Click" /><br />
            <asp:Label ID="labMessage" runat="server" ForeColor="Red" Height="28px" Width="118px"></asp:Label></td>
    </tr>
</table>

⌨️ 快捷键说明

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