📄 add.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="add, 档案管理系统_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> </p>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0" class="body_title">
<tr>
<td width="120" align="center" class="body_td">档案柜选择</td>
<td class="body_td"> <asp:DropDownList ID="DropDownList1" runat="server">
</asp:DropDownList></td>
</tr>
<tr>
<td align="center" class="body_td">档案编号</td>
<td class="body_td"> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td align="center" class="body_td">档案名称</td>
<td class="body_td"> <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td align="center" class="body_td">入档时间</td>
<td class="body_td"> <asp:TextBox ID="TextBox4" runat="server"></asp:TextBox>
<asp:LinkButton ID="LinkButton1" runat="server" OnClick="LinkButton1_Click">选择日期</asp:LinkButton>
<asp:LinkButton ID="LinkButton2" runat="server" OnClick="LinkButton2_Click">关闭日期</asp:LinkButton>
<asp:Calendar ID="Calendar1" runat="server" BackColor="#FFFFCC" BorderColor="#FFCC66"
BorderWidth="1px" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
ForeColor="#663399" Height="200px" OnSelectionChanged="Calendar1_SelectionChanged"
ShowGridLines="True" Width="220px">
<SelectedDayStyle BackColor="#CCCCFF" Font-Bold="True" />
<TodayDayStyle BackColor="#FFCC66" ForeColor="White" />
<SelectorStyle BackColor="#FFCC66" />
<OtherMonthDayStyle ForeColor="#CC9966" />
<NextPrevStyle Font-Size="9pt" ForeColor="#FFFFCC" />
<DayHeaderStyle BackColor="#FFCC66" Font-Bold="True" Height="1px" />
<TitleStyle BackColor="#990000" Font-Bold="True" Font-Size="9pt" ForeColor="#FFFFCC" />
</asp:Calendar>
</td>
</tr>
<tr>
<td align="center" class="body_td">档案内容</td>
<td class="body_td"> <asp:TextBox ID="TextBox3" runat="server" Height="121px" TextMode="MultiLine"
Width="486px"></asp:TextBox></td>
</tr>
<tr>
<td height="50" colspan="2" align="center" class="body_td">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="录 入" /> </td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -