📄 rule.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Rule.aspx.cs" Inherits="Module_Employee_ProRes_Rules" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>规章制度</title>
</head>
<body style="vertical-align: middle; text-align: center; background-image: url(../../Images/SysSkin/rule.jpg); background-repeat: no-repeat;">
<form id="form1" runat="server">
<div>
<br />
<br />
<br />
<table style="width: 608px; height: 320px;" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3" style="width: 313px; height: 22px">
<span style="font-size: 9pt">制度主题</span></td>
<td colspan="1" style="width: 685px; height: 22px; text-align: left">
<asp:TextBox ID="TextBox1" runat="server" BackColor="#E0E0E0" ReadOnly="True" Width="417px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
ErrorMessage="主题不能为空">*</asp:RequiredFieldValidator></td>
</tr>
<tr>
<td colspan="4">
<asp:TextBox ID="txtRule" runat="server" BackColor="#E0E0E0" Height="314px" ReadOnly="True"
TextMode="MultiLine" Width="559px"></asp:TextBox></td>
</tr>
<tr>
<td colspan="4" style="height: 44px">
<asp:Panel ID="panVisible" runat="server" Height="13px" Width="125px" Visible="False">
<asp:Button ID="btnAmend" runat="server" Font-Size="9pt" OnClick="btnAmend_Click"
Text="编辑" CausesValidation="False" />
<asp:Button ID="btnOK" runat="server" Font-Size="9pt" Text="提交" OnClick="btnOK_Click" /></asp:Panel>
<asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt" ShowMessageBox="True"
ShowSummary="False" />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -