📄 admindowntype.aspx
字号:
<%@ Page language="c#" Codebehind="AdminDownType.aspx.cs" AutoEventWireup="True" Inherits="_211.AdminDownType" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<style>.myheight { HEIGHT: 30px }
TABLE { FONT-SIZE: 12px }
A:link { COLOR: #006699; TEXT-DECORATION: none }
A:visited { COLOR: #006699; TEXT-DECORATION: none }
A:hover { COLOR: #006699; TEXT-DECORATION: none }
A:active { COLOR: #006699; TEXT-DECORATION: none }
</style>
<LINK href="AdminCss.css" type="text/css" rel="stylesheet">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<table border="0" height='100%' width="600">
<tr>
<td width='200' valign="top" align="center">
<P>
<asp:DropDownList id="dt" runat="server"></asp:DropDownList></P>
<P><FONT face="宋体">
<asp:Button id="Button3" runat="server" Text=" 删 除 选 定 " onclick="Button3_Click"></asp:Button></FONT></P>
</td>
<td align="left" valign="top">
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" height="40" valign="top">======添加:======</td>
</tr>
<tr>
<td height="40" width="60">文件类型:</td>
<td>
<asp:TextBox id="name" runat="server" Width="288px" MaxLength="10"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" height="40" align="center">
<asp:Button id="Button2" runat="server" Text=" 添 加 " onclick="Button2_Click"></asp:Button></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -