vote.ascx

来自「酒店管理系统」· ASCX 代码 · 共 18 行

ASCX
18
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="vote.ascx.cs" Inherits="hotel.Continer.vote" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<TABLE id="Table1" borderColor="#0066cc" height="300" cellSpacing="0" cellPadding="1" width="300"
	border="1">
	<TR>
		<TD style="HEIGHT: 42px" align="center" bgColor="#66ffcc"><asp:label id="Label1" Font-Size="Medium" ForeColor="#8080FF" Width="146px" runat="server">网站评估</asp:label></TD>
	</TR>
	<TR>
		<TD style="HEIGHT: 204px" vAlign="middle" align="center"><asp:radiobuttonlist id="RadioButtonList1" Width="128px" runat="server"></asp:radiobuttonlist><FONT face="宋体">&nbsp;</FONT></TD>
	</TR>
	<TR>
		<TD bgColor="#66ffcc"><FONT face="宋体">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
				&nbsp;&nbsp;&nbsp;
				<asp:button id="btn" runat="server" BackColor="ControlLightLight" Text="投票"></asp:button>&nbsp;&nbsp;&nbsp;&nbsp; 
				&nbsp;&nbsp;&nbsp;
				<asp:button id="Button2" runat="server" BackColor="ControlLightLight" Text="结果"></asp:button></FONT></TD>
	</TR>
</TABLE>

⌨️ 快捷键说明

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