📄 welcome.aspx
字号:
<%@ Page Language="C#" CompileWith="welcome.aspx.cs" ClassName="welcome_aspx" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
</head>
<body background="image/news_2003730153926.jpg">
<form id="form1" runat="server">
<div>
<asp:TextBox ID="welinfo" Runat="server" style="z-index: 12; left: 192px; position: absolute; top: 24px" BackColor="Transparent" BorderStyle="None" >欢迎回来!!!</asp:TextBox>
<asp:Button ID="Button1" Runat="server" Text="查看用户注册信息" OnClick="Button1_Click" style="z-index: 11; left: 96px; position: absolute; top: 136px" Height="24px" Width="112px" />
<asp:Button ID="Button2" Style="z-index: 13; left: 96px; position: absolute; top: 88px"
Runat="server" Text="查看花卉" OnClick="Button2_Click" />
<asp:Button ID="Button3" Style="z-index: 14; left: 96px; position: absolute; top: 184px"
Runat="server" Text="查看交易历史" OnClick="Button3_Click" Height="24px" Width="88px" />
<asp:TextBox ID="TextBox1" Style="z-index: 16; left: 64px; position: absolute; top: 344px"
Runat="server" TextMode="MultiLine" Width="181px" Height="64px" ReadOnly="True" BackColor="Transparent" BorderStyle="None"></asp:TextBox>
</div>
<div>
<asp:GridView ID="GridView1" Style="z-index: 17; left: 304px; position: absolute;
top: 96px" Runat="server" PageSize="5">
</asp:GridView>
</div>
<div>
</div>
<p>
</p>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -