?? usermanage.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="usermanage.aspx.cs" Inherits="usermanage" %>
<!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="background-image: url(Image/主界面done.jpg); position: relative">
<form id="form1" runat="server">
<div>
<table style="left: 236px; width: 436px; position: relative; top: 183px; height: 70px">
<tr>
<td style="width: 100px">
用 戶 ID</td>
<td style="width: 100px">
<asp:TextBox ID="Reader2" runat="server" Width="192px"></asp:TextBox></td>
<td style="width: 100px">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="開始查詢" Width="108px" /></td>
</tr>
<tr>
<td style="width: 100px">
超期用戶查詢</td>
<td style="width: 100px">
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="開始搜索超期用戶" Width="195px" /></td>
<td style="width: 100px">
</td>
</tr>
</table>
</div>
<asp:GridView ID="GridView1" runat="server" CellPadding="4" ForeColor="#333333" GridLines="None"
Height="168px" Style="left: 229px; position: relative; top: 245px" Width="463px">
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<RowStyle BackColor="#EFF3FB" />
<EditRowStyle BackColor="#2461BF" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
<asp:LinkButton ID="LinkButton1" runat="server"
PostBackUrl="~/main.aspx" Style="left: 802px; position: relative; top: 82px">返回主頁</asp:LinkButton>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -