⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 st_buttommodule.ascx

📁 本程序是一个宾馆管理系统
💻 ASCX
字号:
<%@ 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -