default.aspx
来自「水晶报表详细资料水晶报表详细资料水晶报表详细资料」· ASPX 代码 · 共 47 行
ASPX
47 行
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title></title>
</head>
<body style="text-align: center">
<form id="form1" runat="server">
<div>
<div style="text-align: center">
<table border="0" cellpadding="0" cellspacing="0" style="width: 319px; height: 1px">
<tr>
<td style="width: 100px; height: 56px">
<asp:CheckBoxList ID="CheckBoxList1" runat="server" BorderStyle="Groove" Font-Size="10pt"
RepeatColumns="3" RepeatDirection="Horizontal" Width="344px">
<asp:ListItem>爬山</asp:ListItem>
<asp:ListItem>游泳</asp:ListItem>
<asp:ListItem>上网</asp:ListItem>
<asp:ListItem>交友</asp:ListItem>
<asp:ListItem>游戏</asp:ListItem>
<asp:ListItem>看书</asp:ListItem>
</asp:CheckBoxList></td>
</tr>
<tr>
<td style="width: 100px; height: 58px">
<div style="text-align: center">
<table border="0" cellpadding="0" cellspacing="0" style="width: 338px; height: 46px">
<tr>
<td style="width: 18px">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="确定" /></td>
<td style="width: 201px; text-align: center">
<asp:Label ID="Label1" runat="server" Font-Size="10pt" Width="266px"></asp:Label></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?