📄 logout.aspx
字号:
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="Logout.aspx.vb" Inherits="SystemManage_Logout" title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="font-size: 0.8em; width: 557px; font-family: 宋体; position: static;
height: 51px">
<tr>
<td colspan="4" rowspan="1" style="height: 37px">
</td>
</tr>
<tr>
<td rowspan="3" style="width: 140px">
</td>
<td align="center" colspan="2" style="font-weight: bold; color: white; background-color: darkblue">
退出宾馆酒店管理信息系统</td>
<td rowspan="3" style="width: 100px">
</td>
</tr>
<tr>
<td align="center" colspan="2" style="background-color: gainsboro">
是否现在立即退出宾馆酒店管理信息系统?</td>
</tr>
<tr>
<td align="center" colspan="2" style="background-color: aliceblue">
<asp:Button ID="Button1" runat="server" Text="确定" Width="90px" />
<asp:Button ID="Button2" runat="server" Text="取消" Width="90px" /></td>
</tr>
<tr>
<td colspan="4" rowspan="5" style="height: 39px">
</td>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -