?? returnregister.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="returnregister.aspx.cs" Inherits="Manager_returnregister" %>
<!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>
<form id="form1" runat="server">
<div id="container">
<div id="header" align="center"><asp:Image ID="topimage" runat="server" Height=100px Width=100% ImageUrl="~/Images/image.jpg" /></div>
<div id="tips" align="center"><asp:Button ID="showallbutton" runat="server" Text="所有貨物信息" OnClick="showallbutton_Click" />
<asp:Button ID="manageborrowbutton" runat="server" Text="管理出庫申請" OnClick="manageborrowbutton_Click"/>
<asp:Button ID="managereturnbutton" runat="server" Text="管理入庫申請" OnClick="managereturnbutton_Click"/>
<asp:Button ID="addbookbutton" runat="server" Text="添加貨物入庫" OnClick="addbookbutton_Click"/>
<asp:Button ID="logoutbutton" runat="server" Text="注銷登錄頁面" OnClick="logoutbutton_Click"/>
</div>
<div id="welcomearea"><asp:Label ID="wellabel" runat="server"></asp:Label>,歡迎你!<br />
<br />
</div>
<div id="maincontent">
<table>
<tr>
<td>
<asp:GridView ID="GridView1" runat="server" AllowPaging="true" PageSize="14" OnPageIndexChanging="GridView1_PageIndexChanging">
</asp:GridView>
</td>
<td><asp:Button ID="allreturnbutton" runat="server" Text="查看所有入庫申請" OnClick="allborrowbutton_Click"/><br /><br /><br />
<asp:Label ID="snumlabel" runat="server" Text="職工號"></asp:Label>
<asp:TextBox ID="snumtextbox" runat="server"></asp:TextBox><br />
<asp:Label ID="booknum" runat="server" Text="貨物編號"></asp:Label>
<asp:TextBox ID="booknumtextbox" runat="server"></asp:TextBox><br /><br />
<asp:Button ID="okbutton" runat="server" Text="同意出庫" OnClick="okbutton_Click" />
</td>
</tr>
</table>
</div>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -