📄 deltalk.aspx
字号:
<%@ Page language="c#" Codebehind="deltalk.aspx.cs" AutoEventWireup="false" Inherits="gllbysj.deltalk" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>deltalk</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<LINK href="css/css.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 256px; WIDTH: 320px; POSITION: absolute; TOP: 16px; HEIGHT: 32px"
cellSpacing="1" cellPadding="1" width="320" border="0">
<TR>
<TD style="WIDTH: 45px" align="right">
<asp:Label id="Label1" runat="server" Width="44px" Font-Size="X-Small" ForeColor="#8080FF">查找:</asp:Label></TD>
<TD>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></TD>
<TD>
<asp:DropDownList id="DropDownList1" runat="server">
<asp:ListItem Value="影片名" Selected="True">影片名</asp:ListItem>
<asp:ListItem Value="用户名">用户名</asp:ListItem>
</asp:DropDownList></TD>
<TD>
<asp:ImageButton id="ImageButton1" runat="server" ImageUrl="/gllbysj/image/5.gif" Width="24px" Height="24px"></asp:ImageButton></TD>
</TR>
</TABLE>
<asp:DataGrid id="DataGrid1" style="Z-INDEX: 102; LEFT: 64px; POSITION: absolute; TOP: 72px" runat="server"
Width="688px" Height="96px" AutoGenerateColumns="False" BorderColor="#E7E7FF" BorderStyle="None"
BorderWidth="1px" BackColor="White" CellPadding="3" GridLines="Horizontal" AllowPaging="True">
<SelectedItemStyle Font-Bold="True" ForeColor="#F7F7F7" BackColor="#738A9C"></SelectedItemStyle>
<AlternatingItemStyle BackColor="#F7F7F7"></AlternatingItemStyle>
<ItemStyle ForeColor="#4A3C8C" BackColor="#E7E7FF"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="#F7F7F7" BackColor="#4A3C8C"></HeaderStyle>
<FooterStyle ForeColor="#4A3C8C" BackColor="#B5C7DE"></FooterStyle>
<Columns>
<asp:BoundColumn DataField="id" HeaderText="id">
<HeaderStyle Width="21px"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="vname" HeaderText="影片名">
<HeaderStyle Width="80px"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="autor" HeaderText="作者">
<HeaderStyle Width="80px"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="times" HeaderText="发表时间">
<HeaderStyle Width="80px"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="msg" HeaderText="内容">
<HeaderStyle Width="200px"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="address" HeaderText="发表地址">
<HeaderStyle Width="80px"></HeaderStyle>
</asp:BoundColumn>
<asp:ButtonColumn Text="删除" CommandName="Delete">
<HeaderStyle Width="40px"></HeaderStyle>
</asp:ButtonColumn>
</Columns>
<PagerStyle NextPageText="下一页" PrevPageText="上一页" HorizontalAlign="Right" ForeColor="#4A3C8C"
BackColor="#E7E7FF"></PagerStyle>
</asp:DataGrid>
<asp:Label id="Label2" style="Z-INDEX: 103; LEFT: 72px; POSITION: absolute; TOP: 56px" runat="server"
ForeColor="#8080FF" Font-Size="X-Small" Width="128px" Height="8px"></asp:Label>
<asp:Label id="Label3" style="Z-INDEX: 104; LEFT: 72px; POSITION: absolute; TOP: 24px" runat="server"
ForeColor="#8080FF" Font-Size="X-Small" Width="120px"></asp:Label></FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -