📄 systeminfoproblem.aspx
字号:
<%@ Page language="c#" Codebehind="SystemInfoProblem.aspx.cs" AutoEventWireup="false" Inherits="RBWebShop.Manage.SystemInfoProblem" ValidateRequest="false"%>
<%@ Register TagPrefix="ftb" Namespace="FreeTextBoxControls" Assembly="FreeTextBox" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>InfoUser</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<link rel="stylesheet" href="../Include/ManageStyle.css" type="text/css">
<LINK href="../Include/ManageStyle.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<table class="tableBorder" cellSpacing="1" align="center" border="0">
<tr>
<th noWrap align="left" width="100%">
更改常见问题设置</th>
</tr>
<tr>
<td class="Row" noWrap width="100%">
<p align="left">
<FTB:FreeTextBox id="myInfo" runat="server" Width="600px" BackColor="158, 190, 245" GutterBackColor="129, 169, 226"
Height="360px"></FTB:FreeTextBox></p>
</td>
</tr>
<tr>
<td class="Rowlight" noWrap width="100%">
<p align="left"> <input onclick="history.go(-1);" type="button" value="返 回" name="b" class="mybutton">
<asp:button id="Button1" runat="server" Text="修 改" CssClass="mybutton"></asp:button>
<asp:Button id="Button2" runat="server" Text="清 除" CssClass="mybutton"></asp:Button>
</p>
</td>
</tr>
</table>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -