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

📄 title.aspx

📁 小型企业档案管理系统V1.1 改进版的
💻 ASPX
字号:
<%@ page language="C#" autoeventwireup="true" inherits="title, 档案管理系统_deploy" %>

<!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>
        <link href="images/css.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0" class="body_title">
  <tr>
    <td width="40" align="center"><img src="images/t_t.gif" width="15" height="15" /></td>
    <td>标题修改</td>
  </tr>
</table>
<p>&nbsp;</p>
<table width="50%" border="0" align="center" cellpadding="0" cellspacing="0" class="body_title">
  <tr>
    <td width="100" align="center" class="body_td">标题名称</td>
    <td class="body_td">
        <asp:TextBox ID="TextBox1" runat="server" Width="250px"></asp:TextBox>&nbsp;</td>
  </tr>
  
  
  <tr>
    <td height="50" colspan="2" align="center" class="body_td">
        <asp:Button ID="Button1" runat="server" Text="修 改" OnClick="Button1_Click" />
      <asp:Label ID="Label1" runat="server"></asp:Label></td>
  </tr>
</table>
    </form>
</body>
</html>

⌨️ 快捷键说明

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