📄 showfriendinf.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Showfriendinf.aspx.cs" Inherits="Showfriendinf" %>
<!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>狂龙通讯录管理系统V2.0</title>
<link href="Styles/Style.css" type="text/css" rel=stylesheet />
</head>
<body>
<form id="form1" runat="server">
<div>
<table align=center>
<tr>
<td colspan=2 style="height: 20px; text-align: center; width: 496px;">
<strong><span style="font-size: 24pt; font-family: 隶书">好友详细信息</span></strong></td>
</tr>
<tr>
<td colspan="2" style="height: 40px; width: 496px;">
<asp:Image ID="Image1" runat="server" Height="500px" Width="600px" /></td>
</tr>
<tr>
<td colspan=2 align=left style="width: 496px; height: 18px;">
<asp:Label ID="lblMsg" runat="server" Width="604px"></asp:Label>
</td>
</tr>
<tr>
<td colspan=2 align=right>
<asp:Button ID="BtnBack" runat="server" Text="返回" OnClick="BtnBack_Click" Width="80px" /></td>
</tr>
</table>
<br />
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -