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

📄 roommodify.aspx

📁 这是asp.net^和Visual C++Sharp编写的串并口通讯的书籍 源代码
💻 ASPX
字号:
<%@ Page language="c#" Inherits="HMS.RoomModify" CodeFile="RoomModify.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>RoomModify</title>
		<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<style type="text/css">
<!--
body,td,th {
	font-size: 12px;
}
-->
</style>
	</HEAD>
	<body>
		<form method="post" runat="server">
            &nbsp;<table align="center" background="main.jpg" border="0" cellpadding="0" cellspacing="0"
                height="320" width="488">
                <tr>
                    <td rowspan="3" width="10">
                        &nbsp;</td>
                    <td height="33" width="467">
                        &nbsp;</td>
                    <td rowspan="3" width="11">
                        &nbsp;</td>
                </tr>
                <tr>
                    <td height="279" style="text-align: center">
                        &nbsp;<table align="center" border="0" cellpadding="0" cellspacing="0" height="184"
                            width="436">
                            <tr>
                                <td height="34" style="text-align: right" width="110">
                                    &nbsp;房间号:</td>
                                <td height="34" width="180">
                                    &nbsp;<asp:Label id="lbl_rid" runat="server" ForeColor="Blue" Font-Bold="True" Font-Size="Large"></asp:Label></td>
                                <td height="34" width="146">
                                    &nbsp;</td>
                            </tr>
                            <tr>
                                <td height="34" style="text-align: right">
                                    &nbsp;房间类型:</td>
                                <td height="34">
                                    &nbsp;<asp:DropDownList id="ddl_rtype" runat="server"></asp:DropDownList>*</td>
                                <td height="34">
                                    &nbsp;<asp:requiredfieldvalidator id="rfv_rtype" runat="server" ControlToValidate="ddl_rtype" ErrorMessage="该项不能为空,请先维护类型信息" Width="123px"></asp:requiredfieldvalidator></td>
                            </tr>
                            <tr>
                                <td height="34" style="text-align: right">
                                    &nbsp;房间位置:</td>
                                <td height="34">
                                    &nbsp;<asp:textbox id="tbx_rposition" runat="server" BorderStyle="Dashed"></asp:textbox></td>
                                <td height="34">
                                    &nbsp;</td>
                            </tr>
                            <tr>
                                <td style="text-align: right">
                                    &nbsp;描述:</td>
                                <td>
                                    &nbsp;<asp:textbox id="tbx_rdescribe" runat="server" Width="181px" TextMode="MultiLine" Height="86px" BorderStyle="Dashed"></asp:textbox></td>
                                <td>
                                    &nbsp;</td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                    <td>
                        &nbsp;</td>
                </tr>
            </table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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