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>
<form id="form1" runat="server">
<div style="text-align: center">
<div style="text-align: center">
<table border="0" cellpadding="0" cellspacing="0" style="border-right: black 1px solid;
border-top: black 1px solid; border-left: black 1px solid; width: 174px; border-bottom: black 1px solid;
height: 55px">
<tr>
<td style="border-right: black 1px solid; width: 167px; height: 32px">
<asp:ImageButton ID="ibtnTest" runat="server" ImageUrl="~/3.bmp" OnClick="ibtnTest_Click" /><br />
<span style="font-size: 10pt">点击图标</span></td>
<td style="width: 100px; height: 32px">
<div style="text-align: left">
<table align="left" border="0" cellpadding="0" cellspacing="0" style="width: 109px;
height: 71px">
<tr>
<td style="width: 88px; height: 23px; text-align: center">
<span style="font-size: 10pt">X坐标:</span></td>
<td style="width: 100px; height: 23px">
<asp:Label ID="Label1" runat="server" Font-Size="10pt"></asp:Label></td>
</tr>
<tr>
<td style="width: 88px; text-align: center">
<span style="border-top: black 1px solid; font-size: 10pt">Y坐标:</span></td>
<td style="width: 100px">
<asp:Label ID="Label2" runat="server" Font-Size="10pt"></asp:Label></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?