📄 vote.ascx
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -