st_buttommodule.ascx

来自「本程序是一个宾馆管理系统」· ASCX 代码 · 共 31 行

ASCX
31
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="ST_ButtomModule.ascx.cs" Inherits="ST_ButtomModule" %>

<body>
<table width="200" height="214" border="0">
  <tr>
    <td height="38" align="center">
	<a href="ST_RCategoryMan.aspx" style="text-decoration:none; font-size: 15px;">房间类型管理</a>
	</td>
  </tr>
  <tr>
    <td height="37" align="center">
	<a href="ST_RoomsMan.aspx" style="text-decoration:none; font-size: 15px;">房间信息管理</a>
	</td>
  </tr>
  <tr>
    <td height="41" align="center">
	<a href="ST_RBussinessMan.aspx" style="text-decoration:none; font-size: 15px;">房间经营管理</a>
	</td>
  </tr>
  <tr>
    <td height="45" align="center" style="font-size: 15px">
	<a href="ST_CustomersMan.aspx" style="text-decoration:none">客户信息查询</a>
	</td>
  </tr>
  <tr>
    <td height="33" align="center">
	<a href="ST_TurnoverStat.aspx" style="text-decoration:none; font-size: 15px;">经营状况统计</a>	
	</td>
  </tr>
</table>
</body>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?