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

📄 game3.aspx

📁 ASP.NET构建的笑傲江湖社区(C#,全源码提供)
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="game3.aspx.cs" AutoEventWireup="false" Inherits="xajh.games.game3" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>赌大小</title>
		<meta name="vs_showGrid" content="True">
		<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
		<LINK href="../css/chat_body.css" type="text/css" rel="stylesheet">
		<script language="javascript" type="text/javascript">
		function Page_Load()
		{
			document.game3.gamemoney.value = "";
			document.game3.gameselect[0].checked = false;
			document.game3.gameselect[1].checked = false;
		}
		</script>
	</HEAD>
	<body language="javascript" leftMargin="5" onload="Page_Load()">
		<div align="center"><b style="FONT-SIZE: 11pt">赌大小</b><br>
			<hr color="#ffff00" SIZE="1">
			<form id="game3" method="post" runat="server">
				<table style="BORDER-COLLAPSE: collapse" cellSpacing="0" cellPadding="0" width="100%" border="0">
					<tr>
						<td style="HEIGHT: 33px" align="middle" width="100%"><asp:label id="gamemsg" runat="server">准备开始游戏</asp:label></td>
					</tr>
					<TR>
						<TD align="middle" width="100%">
							<hr color="#cfd8f3" SIZE="1">
						</TD>
					</TR>
					<TR>
						<TD style="HEIGHT: 44px" align="middle" width="100%">
							<asp:image id="img1" runat="server" Width="32px" Height="32px" ImageUrl="..\xajhimg\bet\game2\0.gif"></asp:image>
							<asp:image id="img2" runat="server" Width="32px" Height="32px" ImageUrl="..\xajhimg\bet\game2\0.gif"></asp:image>
							<asp:image id="img3" runat="server" Width="32px" Height="32px" ImageUrl="..\xajhimg\bet\game2\0.gif"></asp:image></TD>
					</TR>
					<TR>
						<TD align="middle" width="100%">
							<hr color="#cfd8f3" SIZE="1">
						</TD>
					</TR>
					<TR>
						<TD align="middle" width="100%" height="16">请 选 择</TD>
					</TR>
					<TR>
						<TD align="middle" width="100%" height="16">
							<asp:RadioButtonList id="gameselect" runat="server" BorderWidth="1px" BorderColor="White" Width="100px">
								<asp:ListItem Value="大">大</asp:ListItem>
								<asp:ListItem Value="小">小</asp:ListItem>
							</asp:RadioButtonList></TD>
					</TR>
					<TR>
						<TD align="middle" width="100%" height="16">下注
							<asp:textbox id="gamemoney" runat="server" Width="68px" CssClass="in"></asp:textbox></TD>
					</TR>
					<TR>
						<TD style="HEIGHT: 35px" align="middle" width="100%" height="35">
							<asp:button id="byts_submit" runat="server" CssClass="but" Text="确定"></asp:button>
							<INPUT class="but" type="reset" value="继承">
						</TD>
					</TR>
				</table>
			</form>
		</div>
	</body>
</HTML>

⌨️ 快捷键说明

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